-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Segmentation fault #2
Comments
This looks like a GLFW problem. What distro of linux are you using? Are you using and AMD graphics card/mesa driver stack? |
Regarding the first question, here's the answer.
I have no idea about the second question. How can I find that out for you? |
Sorry for the overdue reply: The problem you posted looks like one I've seen with GLFW and open source drivers used with AMD graphics cards. Do you know if your graphics card is AMD? NVIDIA? integrated Intel? The other issue might be that you're using a rather old version of Ubuntu. In either case, this looks like it's crashing due to an error with window creation in GLFW when it's trying to use your system's OpenGL drivers. (i.e. it's not a problem with CImGui.jl/ImPlot.jl per se.) One thing to try is installing GLFW.jl and then see whether the following works:
If that fails, consider raising an issue on the GLFW.jl GitHub repo. |
This is JuliaGL/GLFW.jl#194. I never found the solution (and don't know if it still reproduces, since GLFW.jl doesn't work for unrelated reasons on my system). |
Closing since this looks like a GLFW issue. |
The text was updated successfully, but these errors were encountered: