-
-
Notifications
You must be signed in to change notification settings - Fork 46
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
Getting Illegal instruction (core dumped)
after trying to run the application
#105
Labels
Comments
I thought maybe this is because of the instruction set (Tracy requires AVX), but apparently the container has them:
|
Does a local build with |
Yes. |
Would you mind trying the latest version and enable the new verbose mode? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I build a bundle for the
x86_64
architecture here. After installing the bundle locally, I get the aforementioned error when trying to run it (withflatpak run --command=sh <ID>
, then calling the binary from/app/bin
; plainflatpak run
outputs nothing).The text was updated successfully, but these errors were encountered: