Describe the bug
Toast cannot open, complaining about missing the libGLEW.so.2.2 shared object file.
To Reproduce
Update libGLEW on any Linux machine. /usr/lib/ should contain libGLEW.so.2.3 instead.
Expected behavior
The program opens.
Environment:
EndeavourOS (Linux), Wayland
Additional context
Adding a link to libGLEW.so.2.3 in /usr/lib named libGLEW.so.2.2 also crashes Toast, saying it failed to init GLEW. The complete error is An exception of type std::runtime_error was caught: Toast::Toast: Failed to init GLEW!
Describe the bug
Toast cannot open, complaining about missing the libGLEW.so.2.2 shared object file.
To Reproduce
Update libGLEW on any Linux machine. /usr/lib/ should contain libGLEW.so.2.3 instead.
Expected behavior
The program opens.
Environment:
EndeavourOS (Linux), Wayland
Additional context
Adding a link to libGLEW.so.2.3 in /usr/lib named libGLEW.so.2.2 also crashes Toast, saying it failed to init GLEW. The complete error is
An exception of type std::runtime_error was caught: Toast::Toast: Failed to init GLEW!