OPENGL not supported in WINDOWS 10 and Intel HD graphics card, GLEW could not be intialized missing GL version

Hi @lucsanjo,

did you set the GL_VERSION, like mentioned in the step by step instructions:

  • copy x64/OpenGL32.dll and x64/libglapi.dll to ParaView_Path/bin/
  • open a Windows terminal
  • cd ParaView_Path/bin/
  • set MESA_GL_VERSION_OVERRIDE=4.5
  • paraview.exe

Christophe

1 Like