-
Notifications
You must be signed in to change notification settings - Fork 8
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
Volt not starting on Archlinux #147
Comments
EDIT: After some research it seems that this happens because the application requires OpenGL 3.2.1 but my machine has version 2.1. Is there a workaround to this or can the developer downgrade the OpenGL requirement? |
+1 Manually installing either glfw-x11-git or glfw-wayland-git, and start, it gives: |
Same thing here, however no output is sent, it initializes a window then simply segfaults. Manjaro-i3, |
Same problem on Archlinux with glfw-x11 package : Volt starts and crashes in one second, the output is only : exiting from os.exit(): |
Same error appearing on Manjaro KDE 18.0.4 64-bit. Probably the same bug that's mentioned and fixed here. |
Same issue here! Arch (Manjaro 18.x KDE). |
For volt 0.80.4 and glfw 3.3 it still gives the same output. |
But that 'bug' was from more than a year ago and it's claimed to be fixed. I and I assume other posters here too have latest versions which still have this problem. @medvednikov Any update on this thread's issue? |
After installing
strace (end):
gdb:
I saw that it was missing the |
5.3.6-arch same issue |
same with exiting from os.exit(): |
Manjaro 20.2:
|
When I execute
volt
in the terminal it outputs:volt: /build/glfw/sec/glfw-3.2.1/src/window.c:774: glfwSetWindowUserPointer: Assertion
window !=NULL' failed.
Aborted (core dumped)
Executing the downloaded volt executable in my file manager also doesn't do anything.
The text was updated successfully, but these errors were encountered: