Skip to content
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

Application fails to open on some Linux distributions with "Failed to initialize OpenGL loader!" #114

Closed
dpaulat opened this issue Dec 30, 2023 · 0 comments
Assignees
Labels
bug Something isn't working
Milestone

Comments

@dpaulat
Copy link
Owner

dpaulat commented Dec 30, 2023

Launching the latest development versions on some Linux distributions, including openSUSE and Sparky Linux, result in the message: Failed to initialize OpenGL loader!, followed by a segmentation fault and a core dump. This is related to the fix for ocornut/imgui#6983.

As a workaround, locate libGL.so.1 (e.g., /lib64, /lib/x86_64-linux-gnu, etc.), and create a symlink named libGL.so in the same location (i.e., sudo ln -s libGL.so.1 libGL.so).

@dpaulat dpaulat added the bug Something isn't working label Dec 30, 2023
@dpaulat dpaulat added this to the v0.3.1 milestone Dec 30, 2023
@dpaulat dpaulat self-assigned this Dec 31, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
Status: Done
Development

No branches or pull requests

1 participant