You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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).
The text was updated successfully, but these errors were encountered:
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 namedlibGL.so
in the same location (i.e.,sudo ln -s libGL.so.1 libGL.so
).The text was updated successfully, but these errors were encountered: