-
-
Notifications
You must be signed in to change notification settings - Fork 25
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
standalone segfaults #37
Comments
Hmmm, when I've run into this issue on Linux before, it's been because one (or more) of the dependencies was missing. For reference, these are the dependencies that I use for making the Linux installer. Beyond that, would it be possible to get a stacktrace to see where the failure might be occuring? |
I have these dependencies:
The only ones not explicitly mentioned are A stacktrace can be troublesome on NixOS, I hope we can fix this without one... |
Hmmm, I noticed that Jack wasn't part of the dependencies... i wonder if that could be the problem. As a test, would it be possible to try compile without Jack? For now, that can be done by settings |
Yes it is: |
Sure, could you tell me exactly what to change? |
Actually, here's a branch with the print statements added: https://github.com/jatinchowdhury18/KlonCentaur/compare/nix-os-debug Definitely let me know what you find! |
Thanks! Unfortunately none of the print statements are reached, or at least no output other than the segfault is printed to the terminal. To make sure I didn't mix anything up, I opened the binary in vim, and it indeed contains the string |
On NixOS, the standalone version of this plugin segfsaults directly after starting, without showing a window.
The terminal shows:
Also see: NixOS/nixpkgs#136761
The text was updated successfully, but these errors were encountered: