-
Notifications
You must be signed in to change notification settings - Fork 6
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
Crash on launch #4
Comments
I can confirm this issue on fedora 39 with the 0.4.1 linux build. |
@GabeRundlett The issue is this commit that changed the behavior of When not building for appimage packaging the directory containing the binary should be returned, not an empty string. Either revert this change or modify the function to always return the directory containing the binary when not building for appimage packaging. |
Thanks MoarKill and RedNicStone, I'll look at it in a few minutes |
@Moarkill Can you confirm the app works when opening it with the cwd inside the folder that the executable is in? This is the intended behavior. I am not familiar with creating installers on Linux. RedNicStone and I tried before but didn't manage to make it work properly. |
Yes it works from the same dir 👍 |
Alright. I will make a new release (0.4.2) with the changes that RedNic had, which will allow you to run from any directory and close this issue |
Launching the app results in a window opening but crashing directly afterwards. Output:
Failed to create the rml daxa raster pipeline. This should never happen, contact Gabe Rundlett
terminate called without an active exception
Aborted
App version: 0.4.1
I run ElementaryOS with spec:
Intel CPU, nvidia RTX gpu, 64GB RAM
Let me know if I can provide any more relevant information.
The text was updated successfully, but these errors were encountered: