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
The text was updated successfully, but these errors were encountered:
Davidlihuang
changed the title
Segement Fault in c_cpp_View:main() 326:glGenVertexArrays()
Segement Fault in c_pcb_View:main() 326:glGenVertexArrays()
Feb 21, 2023
Env:
Ubuntu18.04, vmware
OpenGL version string: 3.3 (Compatibility Profile) Mesa 20.0.8
Error:
Program terminated with signal SIGSEGV, Segmentation fault.
#0 0x0000000000000000 in ?? ()
solve:
start GLEW extension handler after glfwMakeContextCurrent(window) called;
such as:
The text was updated successfully, but these errors were encountered: