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
when trying to launch RiiStudio, I get a segfault in ?? following a call to glGetIntegerv(GL_MAJOR_VERSION, &version.major); at gl3w.c:103
when using gdb to manually set the version.major to 4 and jumping to gl3w.c:106, the program launches normally
The text was updated successfully, but these errors were encountered:
when trying to launch RiiStudio, I get a segfault in
??
following a call toglGetIntegerv(GL_MAJOR_VERSION, &version.major);
at gl3w.c:103when using gdb to manually set the version.major to
4
and jumping to gl3w.c:106, the program launches normallyThe text was updated successfully, but these errors were encountered: