-
Notifications
You must be signed in to change notification settings - Fork 28
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
build is 'passing' but binary fails: exec format error
#122
Comments
Sorry this does not work. I believe this might have something to do with upx/upx#222. |
I can confirm there's an issue with the UPX-compressed binary at https://github.com/corneliusweig/ketall/releases/download/v1.3.6/ketall-amd64-darwin.tar.gz Big Sur 11.1 (Intel) After Googling for similar issues it seemed UPX could be the culprit. |
Thanks @renaudguerin I had the same issue and I was also wondering. Had the same setup than you and was able to fix it with the Thank you very much! |
Describe the bug
Following the steps from Installation - OSX and then running
ketall
results in the following error message:exec format error: ketall
To Reproduce
Steps to reproduce the behavior:
Expected behavior
ketall should function as designed, such as demonstrated here: Demo
Desktop (please complete the following information):
ketall version --full
: n/aAdditional context
I confirmed the same symptoms with v1.3.5 and v1.3.4. I even tried to make/build locally, and still got the same error
The text was updated successfully, but these errors were encountered: