[SOLVED] Intel HD 3000 OpenGL failure

Hi community!
I’ve just downloaded and installed jMonkeyEngine SDK v3.3.2-stable for Windows 64 bit.

When starting an new project I selected BasicGame and hit the run button. After commit the default display settings (no fullscreen, no vsync, no gamma correction, screen resolution 640x480, color depth 24bpp, refresh rate n/a, anti-alising disabled) I’ ve got two exceptions:

Uncaught exception thrown in Thread[jME3 Main,5,main]
IllegalMonitorStateException

and

Failed to create display
LWJGLException: Pixel format not accelerated

which happens in app.start()

Coming from BlueJ and bGLOOP I’m a little bit struggled with this. Where ist the place to look next?

Thank you very much!
Michael

This is either a bad interaction between LWJGL (the low-level glue that jME uses to talk to OpenGL) and your graphics driver, or you’re on a limited GPU that doesn’t support jME’s default pixel format (rather unlikely).

What can you tell us about your GPU & graphics driver?

1 Like

My GPU is an Intel HD Graphics 3000 with Intel driver version 9.17.10.4459

Michael

1 Like

I know it’s outdated and low end, but it does run minecraft :slight_smile: It is an old notebook for trying things.

Michael

If there are driver updates , please try them.

Hmm… I think you have a driver issue going on. Intel is rather notorious for that, and LWJGL 2 (the default for jME) was also known to have some issues of its own with initializing OpenGL. You could try switching to LWJGL 3 (supported but not default).

Switch in the project dependencies, then do a clean build.

1 Like

Hi!
First I have updated Windows 10. The update was stuck for some time, but now it is up to date. The Intel Driver and Support Assistant tells me that the graphics driver is also up to date. But that doesn’t change anything, same error.

Now I have switched to LWJGL 3 and get 2 new exceptions:


run:
Apr. 05, 2021 7:43:04 NACHM. com.jme3.system.JmeDesktopSystem initialize
INFORMATION: Running on jMonkeyEngine 3.3.2-stable

  • Branch: HEAD
  • Git Hash: 1a05e3f
  • Build Date: 2020-10-07
    Apr. 05, 2021 7:43:09 NACHM. com.jme3.app.LegacyApplication handleError
    SCHWERWIEGEND: WGL: The driver does not appear to support OpenGL
    java.lang.Exception: WGL: The driver does not appear to support OpenGL
    at com.jme3.system.lwjgl.LwjglWindow$1.invoke(LwjglWindow.java:186)
    at org.lwjgl.glfw.GLFWErrorCallbackI.callback(GLFWErrorCallbackI.java:36)
    at org.lwjgl.system.JNI.invokePPPP(Native Method)
    at org.lwjgl.glfw.GLFW.nglfwCreateWindow(GLFW.java:1714)
    at org.lwjgl.glfw.GLFW.glfwCreateWindow(GLFW.java:1897)
    at com.jme3.system.lwjgl.LwjglWindow.createContext(LwjglWindow.java:249)
    at com.jme3.system.lwjgl.LwjglWindow.initInThread(LwjglWindow.java:494)
    at com.jme3.system.lwjgl.LwjglWindow.run(LwjglWindow.java:625)
    at com.jme3.system.lwjgl.LwjglWindow.create(LwjglWindow.java:466)
    at com.jme3.app.LegacyApplication.start(LegacyApplication.java:463)
    at com.jme3.app.LegacyApplication.start(LegacyApplication.java:424)
    at com.jme3.app.SimpleApplication.start(SimpleApplication.java:127)
    at mygame.Main.main(Main.java:19)

Apr. 05, 2021 7:43:09 NACHM. com.jme3.app.LegacyApplication handleError
SCHWERWIEGEND: Failed to create display
java.lang.RuntimeException: Failed to create the GLFW window
at com.jme3.system.lwjgl.LwjglWindow.createContext(LwjglWindow.java:252)
at com.jme3.system.lwjgl.LwjglWindow.initInThread(LwjglWindow.java:494)
at com.jme3.system.lwjgl.LwjglWindow.run(LwjglWindow.java:625)
at com.jme3.system.lwjgl.LwjglWindow.create(LwjglWindow.java:466)
at com.jme3.app.LegacyApplication.start(LegacyApplication.java:463)
at com.jme3.app.LegacyApplication.start(LegacyApplication.java:424)
at com.jme3.app.SimpleApplication.start(SimpleApplication.java:127)
at mygame.Main.main(Main.java:19)

Apr. 05, 2021 7:43:09 NACHM. com.jme3.system.lwjgl.LwjglWindow run
SCHWERWIEGEND: Display initialization failed. Cannot continue.
BUILD SUCCESSFUL (total time: 33 seconds)

The output of OpenGL Extensions Viewer on this system is:

Renderer: Intel® HD Graphics 3000
Vendor: Intel
Version: 3.1.0 - Build 9.17.10.4459
Shading language version: 1.40 - Intel Build 9.17.10.4459

Max texture size: 8192 x 8192
Max vertex texture image units: 16
Max texture image units: 16
Max geometry texture units: 0
Max anisotropic filtering value: 16
Max viewport size: 8192 x 8192
Max Clip Distances: 6
Max samples: 4

GL Extensions: 129

GL_ARB_half_float_pixel
GL_EXT_compiled_vertex_array
GL_WIN_swap_hint
GL_EXT_packed_depth_stencil
GL_EXT_texture_lod_bias
GL_INTEL_map_texture
GL_ARB_color_buffer_float
GL_ARB_texture_compression_rgtc
GL_ARB_draw_instanced
GL_EXT_draw_buffers2
GL_EXT_texture_shared_exponent
GL_ARB_draw_elements_base_vertex
GL_ARB_window_pos
GL_ARB_explicit_attrib_location
GL_ARB_texture_float
GL_ARB_point_parameters
GL_ARB_texture_compression
GL_EXT_transform_feedback
GL_ARB_depth_buffer_float
GL_ARB_vertex_buffer_object
GL_EXT_packed_float
GL_ARB_pixel_buffer_object
GL_ARB_fragment_program_shadow
WGL_EXT_swap_control
GL_ARB_shading_language_100
WGL_ARB_extensions_string
GL_EXT_packed_pixels
GL_EXT_blend_func_separate
GL_INTEL_performance_queries
GL_EXT_texture3D
GL_ARB_texture_env_crossbar
GL_EXT_stencil_wrap
GL_ARB_transpose_matrix
GL_EXT_texture_compression_s3tc
GL_ARB_vertex_program
GL_EXT_texture_sRGB
WGL_EXT_pixel_format_packed_float
WGL_EXT_swap_control_tear
GL_ARB_texture_rectangle
GL_ARB_depth_clamp
GL_ARB_framebuffer_sRGB
GL_ARB_texture_env_add
GL_ARB_texture_rg
WGL_EXT_extensions_string
GL_ARB_half_float_vertex
GL_SGIS_texture_edge_clamp
GL_ARB_texture_cube_map
GL_EXT_shadow_funcs
GL_SGIS_texture_lod
GL_EXT_texture_filter_anisotropic
GL_EXT_multi_draw_arrays
GL_EXT_texture_rectangle
GL_ARB_vertex_array_object
GL_ARB_shadow
GL_ARB_vertex_array_bgra
GL_ARB_compatibility
GL_SGIS_generate_mipmap
GL_EXT_blend_minmax
WGL_ARB_pixel_format
GL_ARB_point_sprite
GL_ARB_depth_texture
GL_ARB_copy_buffer
WGL_ARB_make_current_read
WGL_ARB_pixel_format_float
GL_3DFX_texture_compression_FXT1
WGL_ARB_pbuffer
GL_ARB_map_buffer_range
GL_ARB_occlusion_query
WGL_ARB_create_context
GL_ARB_fragment_shader
GL_ARB_draw_buffers
GL_ARB_texture_border_clamp
GL_EXT_clip_volume_hint
GL_ARB_vertex_shader
GL_EXT_fog_coord
GL_ARB_fragment_program
GL_EXT_framebuffer_blit
GL_ATI_separate_stencil
GL_ARB_texture_env_combine
GL_EXT_abgr
GL_EXT_bgra
GL_ARB_texture_non_power_of_two
GL_EXT_texture_edge_clamp
GL_ARB_sync
GL_ARB_texture_query_lod
GL_EXT_separate_specular_color
GL_EXT_framebuffer_object
GL_EXT_texture_integer
GL_NV_conditional_render
GL_ARB_draw_buffers_blend
GL_EXT_blend_color
WGL_EXT_depth_float
GL_EXT_gpu_program_parameters
GL_ARB_timer_query
GL_NV_texgen_reflection
GL_EXT_blend_subtract
WGL_ARB_multisample
GL_EXT_secondary_color
GL_EXT_texture_swizzle
GL_ARB_provoking_vertex
GL_NV_blend_square
GL_EXT_texture_env_combine
GL_EXT_draw_range_elements
GL_EXT_texture_env_add
GL_ARB_multisample
GL_ARB_shader_objects
GL_ARB_texture_env_dot3
GL_NV_primitive_restart
GL_EXT_rescale_normal
GL_EXT_blend_equation_separate
GL_ARB_vertex_type_2_10_10_10_rev
WGL_ARB_buffer_region
GL_ARB_texture_buffer_object_rgb32
GL_ARB_instanced_arrays
GL_IBM_texture_mirrored_repeat
GL_ARB_uniform_buffer_object
GL_EXT_framebuffer_multisample
GL_EXT_stencil_two_side
GL_ARB_sampler_objects
GL_ARB_occlusion_query2
GL_ARB_framebuffer_object
WGL_ARB_framebuffer_sRGB
GL_ARB_multitexture
GL_EXT_texture_array
GL_ARB_seamless_cube_map
GL_EXT_texture_snorm
GL_ARB_texture_rgb10_a2ui
GL_ARB_fragment_coord_conventions
GL_ARB_shader_bit_encoding
Core features
v3.0 (100 % - 23/23)v3.1 (100 % - 7/7)v3.2 (70 % - 7/10)v3.3 (70 % - 7/10)v4.0 (21 % - 3/14)v4.1 (0 % - 0/7)v4.2 (0 % - 0/13)v4.3 (0 % - 0/20)v4.4 (0 % - 0/10)v4.5 (0 % - 0/11)v4.6 (0 % - 0/11)vARB 2015 (0 % - 0/12)OpenGL driver version check (Current: 0, Latest known: ):
Latest version of display drivers found
According the database, you are running the latest display drivers for your video card.
Extension verification:
GL_ARB_tessellation_shader was not found, but has the entry point glPatchParameteri
GL_EXT_provoking_vertex was not found, but has the entry point glProvokingVertexEXT
GL_EXT_cull_vertex was not found, but has the entry point glCullParameterdvEXT
GL_EXT_cull_vertex was not found, but has the entry point glCullParameterfvEXT
GL_EXT_subtexture was not found, but has the entry point glTexSubImage1DEXT
GL_EXT_subtexture was not found, but has the entry point glTexSubImage2DEXT
GL_EXT_subtexture was not found, but has the entry point glTexSubImage3DEXT
GL_ARB_blend_func_extended was not found, but has the entry point glBindFragDataLocationIndexed
GL_ARB_blend_func_extended was not found, but has the entry point glGetFragDataIndex
GL_EXT_copy_texture was not found, but has the entry point glCopyTexImage1DEXT
GL_EXT_copy_texture was not found, but has the entry point glCopyTexImage2DEXT
GL_EXT_copy_texture was not found, but has the entry point glCopyTexSubImage1DEXT
GL_EXT_copy_texture was not found, but has the entry point glCopyTexSubImage2DEXT
GL_EXT_copy_texture was not found, but has the entry point glCopyTexSubImage3DEXT
GL_INTEL_performance_query was not found, but has the entry point glBeginPerfQueryINTEL
GL_INTEL_performance_query was not found, but has the entry point glCreatePerfQueryINTEL
GL_INTEL_performance_query was not found, but has the entry point glDeletePerfQueryINTEL
GL_INTEL_performance_query was not found, but has the entry point glEndPerfQueryINTEL
GL_INTEL_performance_query was not found, but has the entry point glGetFirstPerfQueryIdINTEL
GL_INTEL_performance_query was not found, but has the entry point glGetNextPerfQueryIdINTEL
GL_INTEL_performance_query was not found, but has the entry point glGetPerfCounterInfoINTEL
GL_INTEL_performance_query was not found, but has the entry point glGetPerfQueryDataINTEL
GL_INTEL_performance_query was not found, but has the entry point glGetPerfQueryIdByNameINTEL
GL_INTEL_performance_query was not found, but has the entry point glGetPerfQueryInfoINTEL
GL_ARB_imaging was not found, but has the entry point glBlendEquation
GL_ARB_geometry_shader4 was not found, but has the entry point glFramebufferTextureARB
GL_ARB_geometry_shader4 was not found, but has the entry point glFramebufferTextureFaceARB
GL_ARB_geometry_shader4 was not found, but has the entry point glFramebufferTextureLayerARB
GL_ARB_geometry_shader4 was not found, but has the entry point glProgramParameteriARB
GL_ARB_texture_buffer_object was not found, but has the entry point glTexBufferARB
GL_EXT_gpu_shader4 was not found, but has the entry point glBindFragDataLocationEXT
GL_EXT_gpu_shader4 was not found, but has the entry point glGetFragDataLocationEXT
GL_EXT_gpu_shader4 was not found, but has the entry point glGetUniformuivEXT
GL_EXT_gpu_shader4 was not found, but has the entry point glGetVertexAttribIivEXT
GL_EXT_gpu_shader4 was not found, but has the entry point glGetVertexAttribIuivEXT
GL_EXT_gpu_shader4 was not found, but has the entry point glUniform1uiEXT
GL_EXT_gpu_shader4 was not found, but has the entry point glUniform1uivEXT
GL_EXT_gpu_shader4 was not found, but has the entry point glUniform2uiEXT
GL_EXT_gpu_shader4 was not found, but has the entry point glUniform2uivEXT
GL_EXT_gpu_shader4 was not found, but has the entry point glUniform3uiEXT
GL_EXT_gpu_shader4 was not found, but has the entry point glUniform3uivEXT
GL_EXT_gpu_shader4 was not found, but has the entry point glUniform4uiEXT
GL_EXT_gpu_shader4 was not found, but has the entry point glUniform4uivEXT
GL_EXT_gpu_shader4 was not found, but has the entry point glVertexAttribI1iEXT
GL_EXT_gpu_shader4 was not found, but has the entry point glVertexAttribI1ivEXT
GL_EXT_gpu_shader4 was not found, but has the entry point glVertexAttribI1uiEXT
GL_EXT_gpu_shader4 was not found, but has the entry point glVertexAttribI1uivEXT
GL_EXT_gpu_shader4 was not found, but has the entry point glVertexAttribI2iEXT
GL_EXT_gpu_shader4 was not found, but has the entry point glVertexAttribI2ivEXT
GL_EXT_gpu_shader4 was not found, but has the entry point glVertexAttribI2uiEXT
GL_EXT_gpu_shader4 was not found, but has the entry point glVertexAttribI2uivEXT
GL_EXT_gpu_shader4 was not found, but has the entry point glVertexAttribI3iEXT
GL_EXT_gpu_shader4 was not found, but has the entry point glVertexAttribI3ivEXT
GL_EXT_gpu_shader4 was not found, but has the entry point glVertexAttribI3uiEXT
GL_EXT_gpu_shader4 was not found, but has the entry point glVertexAttribI3uivEXT
GL_EXT_gpu_shader4 was not found, but has the entry point glVertexAttribI4bvEXT
GL_EXT_gpu_shader4 was not found, but has the entry point glVertexAttribI4iEXT
GL_EXT_gpu_shader4 was not found, but has the entry point glVertexAttribI4ivEXT
GL_EXT_gpu_shader4 was not found, but has the entry point glVertexAttribI4svEXT
GL_EXT_gpu_shader4 was not found, but has the entry point glVertexAttribI4ubvEXT
GL_EXT_gpu_shader4 was not found, but has the entry point glVertexAttribI4uiEXT
GL_EXT_gpu_shader4 was not found, but has the entry point glVertexAttribI4uivEXT
GL_EXT_gpu_shader4 was not found, but has the entry point glVertexAttribI4usvEXT
GL_EXT_gpu_shader4 was not found, but has the entry point glVertexAttribIPointerEXT
GL_ARB_ES2_compatibility was not found, but has the entry point glClearDepthf
GL_ARB_ES2_compatibility was not found, but has the entry point glDepthRangef
GL_ARB_ES2_compatibility was not found, but has the entry point glGetShaderPrecisionFormat
GL_ARB_ES2_compatibility was not found, but has the entry point glReleaseShaderCompiler
GL_ARB_ES2_compatibility was not found, but has the entry point glShaderBinary
GL_ARB_texture_multisample was not found, but has the entry point glGetMultisamplefv
GL_ARB_texture_multisample was not found, but has the entry point glSampleMaski
GL_ARB_texture_multisample was not found, but has the entry point glTexImage2DMultisample
GL_ARB_texture_multisample was not found, but has the entry point glTexImage3DMultisample
GL_VERSION_1_2 was not found, but has the entry point glCopyTexSubImage3D
GL_VERSION_1_2 was not found, but has the entry point glDrawRangeElements
GL_VERSION_1_2 was not found, but has the entry point glTexImage3D
GL_VERSION_1_2 was not found, but has the entry point glTexSubImage3D
GL_VERSION_1_3 was not found, but has the entry point glActiveTexture
GL_VERSION_1_3 was not found, but has the entry point glClientActiveTexture
GL_VERSION_1_3 was not found, but has the entry point glCompressedTexImage1D
GL_VERSION_1_3 was not found, but has the entry point glCompressedTexImage2D
GL_VERSION_1_3 was not found, but has the entry point glCompressedTexImage3D
GL_VERSION_1_3 was not found, but has the entry point glCompressedTexSubImage1D
GL_VERSION_1_3 was not found, but has the entry point glCompressedTexSubImage2D
GL_VERSION_1_3 was not found, but has the entry point glCompressedTexSubImage3D
GL_VERSION_1_3 was not found, but has the entry point glGetCompressedTexImage
GL_VERSION_1_3 was not found, but has the entry point glLoadTransposeMatrixd
GL_VERSION_1_3 was not found, but has the entry point glLoadTransposeMatrixf
GL_VERSION_1_3 was not found, but has the entry point glMultTransposeMatrixd
GL_VERSION_1_3 was not found, but has the entry point glMultTransposeMatrixf
GL_VERSION_1_3 was not found, but has the entry point glMultiTexCoord1d
GL_VERSION_1_3 was not found, but has the entry point glMultiTexCoord1dv
GL_VERSION_1_3 was not found, but has the entry point glMultiTexCoord1f
GL_VERSION_1_3 was not found, but has the entry point glMultiTexCoord1fv
GL_VERSION_1_3 was not found, but has the entry point glMultiTexCoord1i
GL_VERSION_1_3 was not found, but has the entry point glMultiTexCoord1iv
GL_VERSION_1_3 was not found, but has the entry point glMultiTexCoord1s
GL_VERSION_1_3 was not found, but has the entry point glMultiTexCoord1sv
GL_VERSION_1_3 was not found, but has the entry point glMultiTexCoord2d
GL_VERSION_1_3 was not found, but has the entry point glMultiTexCoord2dv
GL_VERSION_1_3 was not found, but has the entry point glMultiTexCoord2f
GL_VERSION_1_3 was not found, but has the entry point glMultiTexCoord2fv
GL_VERSION_1_3 was not found, but has the entry point glMultiTexCoord2i
GL_VERSION_1_3 was not found, but has the entry point glMultiTexCoord2iv
GL_VERSION_1_3 was not found, but has the entry point glMultiTexCoord2s
GL_VERSION_1_3 was not found, but has the entry point glMultiTexCoord2sv
GL_VERSION_1_3 was not found, but has the entry point glMultiTexCoord3d
GL_VERSION_1_3 was not found, but has the entry point glMultiTexCoord3dv
GL_VERSION_1_3 was not found, but has the entry point glMultiTexCoord3f
GL_VERSION_1_3 was not found, but has the entry point glMultiTexCoord3fv
GL_VERSION_1_3 was not found, but has the entry point glMultiTexCoord3i
GL_VERSION_1_3 was not found, but has the entry point glMultiTexCoord3iv
GL_VERSION_1_3 was not found, but has the entry point glMultiTexCoord3s
GL_VERSION_1_3 was not found, but has the entry point glMultiTexCoord3sv
GL_VERSION_1_3 was not found, but has the entry point glMultiTexCoord4d
GL_VERSION_1_3 was not found, but has the entry point glMultiTexCoord4dv
GL_VERSION_1_3 was not found, but has the entry point glMultiTexCoord4f
GL_VERSION_1_3 was not found, but has the entry point glMultiTexCoord4fv
GL_VERSION_1_3 was not found, but has the entry point glMultiTexCoord4i
GL_VERSION_1_3 was not found, but has the entry point glMultiTexCoord4iv
GL_VERSION_1_3 was not found, but has the entry point glMultiTexCoord4s
GL_VERSION_1_3 was not found, but has the entry point glMultiTexCoord4sv
GL_VERSION_1_3 was not found, but has the entry point glSampleCoverage
GL_VERSION_1_4 was not found, but has the entry point glBlendColor
GL_VERSION_1_4 was not found, but has the entry point glBlendEquation
GL_VERSION_1_4 was not found, but has the entry point glBlendFuncSeparate
GL_VERSION_1_4 was not found, but has the entry point glFogCoordPointer
GL_VERSION_1_4 was not found, but has the entry point glFogCoordd
GL_VERSION_1_4 was not found, but has the entry point glFogCoorddv
GL_VERSION_1_4 was not found, but has the entry point glFogCoordf
GL_VERSION_1_4 was not found, but has the entry point glFogCoordfv
GL_VERSION_1_4 was not found, but has the entry point glMultiDrawArrays
GL_VERSION_1_4 was not found, but has the entry point glMultiDrawElements
GL_VERSION_1_4 was not found, but has the entry point glPointParameterf
GL_VERSION_1_4 was not found, but has the entry point glPointParameterfv
GL_VERSION_1_4 was not found, but has the entry point glPointParameteri
GL_VERSION_1_4 was not found, but has the entry point glPointParameteriv
GL_VERSION_1_4 was not found, but has the entry point glSecondaryColor3b
GL_VERSION_1_4 was not found, but has the entry point glSecondaryColor3bv
GL_VERSION_1_4 was not found, but has the entry point glSecondaryColor3d
GL_VERSION_1_4 was not found, but has the entry point glSecondaryColor3dv
GL_VERSION_1_4 was not found, but has the entry point glSecondaryColor3f
GL_VERSION_1_4 was not found, but has the entry point glSecondaryColor3fv
GL_VERSION_1_4 was not found, but has the entry point glSecondaryColor3i
GL_VERSION_1_4 was not found, but has the entry point glSecondaryColor3iv
GL_VERSION_1_4 was not found, but has the entry point glSecondaryColor3s
GL_VERSION_1_4 was not found, but has the entry point glSecondaryColor3sv
GL_VERSION_1_4 was not found, but has the entry point glSecondaryColor3ub
GL_VERSION_1_4 was not found, but has the entry point glSecondaryColor3ubv
GL_VERSION_1_4 was not found, but has the entry point glSecondaryColor3ui
GL_VERSION_1_4 was not found, but has the entry point glSecondaryColor3uiv
GL_VERSION_1_4 was not found, but has the entry point glSecondaryColor3us
GL_VERSION_1_4 was not found, but has the entry point glSecondaryColor3usv
GL_VERSION_1_4 was not found, but has the entry point glSecondaryColorPointer
GL_VERSION_1_4 was not found, but has the entry point glWindowPos2d
GL_VERSION_1_4 was not found, but has the entry point glWindowPos2dv
GL_VERSION_1_4 was not found, but has the entry point glWindowPos2f
GL_VERSION_1_4 was not found, but has the entry point glWindowPos2fv
GL_VERSION_1_4 was not found, but has the entry point glWindowPos2i
GL_VERSION_1_4 was not found, but has the entry point glWindowPos2iv
GL_VERSION_1_4 was not found, but has the entry point glWindowPos2s
GL_VERSION_1_4 was not found, but has the entry point glWindowPos2sv
GL_VERSION_1_4 was not found, but has the entry point glWindowPos3d
GL_VERSION_1_4 was not found, but has the entry point glWindowPos3dv
GL_VERSION_1_4 was not found, but has the entry point glWindowPos3f
GL_VERSION_1_4 was not found, but has the entry point glWindowPos3fv
GL_VERSION_1_4 was not found, but has the entry point glWindowPos3i
GL_VERSION_1_4 was not found, but has the entry point glWindowPos3iv
GL_VERSION_1_4 was not found, but has the entry point glWindowPos3s
GL_VERSION_1_4 was not found, but has the entry point glWindowPos3sv
GL_VERSION_1_5 was not found, but has the entry point glBeginQuery
GL_VERSION_1_5 was not found, but has the entry point glBindBuffer
GL_VERSION_1_5 was not found, but has the entry point glBufferData
GL_VERSION_1_5 was not found, but has the entry point glBufferSubData
GL_VERSION_1_5 was not found, but has the entry point glDeleteBuffers
GL_VERSION_1_5 was not found, but has the entry point glDeleteQueries
GL_VERSION_1_5 was not found, but has the entry point glEndQuery
GL_VERSION_1_5 was not found, but has the entry point glGenBuffers
GL_VERSION_1_5 was not found, but has the entry point glGenQueries
GL_VERSION_1_5 was not found, but has the entry point glGetBufferParameteriv
GL_VERSION_1_5 was not found, but has the entry point glGetBufferPointerv
GL_VERSION_1_5 was not found, but has the entry point glGetBufferSubData
GL_VERSION_1_5 was not found, but has the entry point glGetQueryObjectiv
GL_VERSION_1_5 was not found, but has the entry point glGetQueryObjectuiv
GL_VERSION_1_5 was not found, but has the entry point glGetQueryiv
GL_VERSION_1_5 was not found, but has the entry point glIsBuffer
GL_VERSION_1_5 was not found, but has the entry point glIsQuery
GL_VERSION_1_5 was not found, but has the entry point glMapBuffer
GL_VERSION_1_5 was not found, but has the entry point glUnmapBuffer
GL_VERSION_2_0 was not found, but has the entry point glAttachShader
GL_VERSION_2_0 was not found, but has the entry point glBindAttribLocation
GL_VERSION_2_0 was not found, but has the entry point glBlendEquationSeparate
GL_VERSION_2_0 was not found, but has the entry point glCompileShader
GL_VERSION_2_0 was not found, but has the entry point glCreateProgram
GL_VERSION_2_0 was not found, but has the entry point glCreateShader
GL_VERSION_2_0 was not found, but has the entry point glDeleteProgram
GL_VERSION_2_0 was not found, but has the entry point glDeleteShader
GL_VERSION_2_0 was not found, but has the entry point glDetachShader
GL_VERSION_2_0 was not found, but has the entry point glDisableVertexAttribArray
GL_VERSION_2_0 was not found, but has the entry point glDrawBuffers
GL_VERSION_2_0 was not found, but has the entry point glEnableVertexAttribArray
GL_VERSION_2_0 was not found, but has the entry point glGetActiveAttrib
GL_VERSION_2_0 was not found, but has the entry point glGetActiveUniform
GL_VERSION_2_0 was not found, but has the entry point glGetAttachedShaders
GL_VERSION_2_0 was not found, but has the entry point glGetAttribLocation
GL_VERSION_2_0 was not found, but has the entry point glGetProgramInfoLog
GL_VERSION_2_0 was not found, but has the entry point glGetProgramiv
GL_VERSION_2_0 was not found, but has the entry point glGetShaderInfoLog
GL_VERSION_2_0 was not found, but has the entry point glGetShaderSource
GL_VERSION_2_0 was not found, but has the entry point glGetShaderiv
GL_VERSION_2_0 was not found, but has the entry point glGetUniformLocation
GL_VERSION_2_0 was not found, but has the entry point glGetUniformfv
GL_VERSION_2_0 was not found, but has the entry point glGetUniformiv
GL_VERSION_2_0 was not found, but has the entry point glGetVertexAttribPointerv
GL_VERSION_2_0 was not found, but has the entry point glGetVertexAttribdv
GL_VERSION_2_0 was not found, but has the entry point glGetVertexAttribfv
GL_VERSION_2_0 was not found, but has the entry point glGetVertexAttribiv
GL_VERSION_2_0 was not found, but has the entry point glIsProgram
GL_VERSION_2_0 was not found, but has the entry point glIsShader
GL_VERSION_2_0 was not found, but has the entry point glLinkProgram
GL_VERSION_2_0 was not found, but has the entry point glShaderSource
GL_VERSION_2_0 was not found, but has the entry point glStencilFuncSeparate
GL_VERSION_2_0 was not found, but has the entry point glStencilMaskSeparate
GL_VERSION_2_0 was not found, but has the entry point glStencilOpSeparate
GL_VERSION_2_0 was not found, but has the entry point glUniform1f
GL_VERSION_2_0 was not found, but has the entry point glUniform1fv
GL_VERSION_2_0 was not found, but has the entry point glUniform1i
GL_VERSION_2_0 was not found, but has the entry point glUniform1iv
GL_VERSION_2_0 was not found, but has the entry point glUniform2f
GL_VERSION_2_0 was not found, but has the entry point glUniform2fv
GL_VERSION_2_0 was not found, but has the entry point glUniform2i
GL_VERSION_2_0 was not found, but has the entry point glUniform2iv
GL_VERSION_2_0 was not found, but has the entry point glUniform3f
GL_VERSION_2_0 was not found, but has the entry point glUniform3fv
GL_VERSION_2_0 was not found, but has the entry point glUniform3i
GL_VERSION_2_0 was not found, but has the entry point glUniform3iv
GL_VERSION_2_0 was not found, but has the entry point glUniform4f
GL_VERSION_2_0 was not found, but has the entry point glUniform4fv
GL_VERSION_2_0 was not found, but has the entry point glUniform4i
GL_VERSION_2_0 was not found, but has the entry point glUniform4iv
GL_VERSION_2_0 was not found, but has the entry point glUniformMatrix2fv
GL_VERSION_2_0 was not found, but has the entry point glUniformMatrix3fv
GL_VERSION_2_0 was not found, but has the entry point glUniformMatrix4fv
GL_VERSION_2_0 was not found, but has the entry point glUseProgram
GL_VERSION_2_0 was not found, but has the entry point glValidateProgram
GL_VERSION_2_0 was not found, but has the entry point glVertexAttrib1d
GL_VERSION_2_0 was not found, but has the entry point glVertexAttrib1dv
GL_VERSION_2_0 was not found, but has the entry point glVertexAttrib1f
GL_VERSION_2_0 was not found, but has the entry point glVertexAttrib1fv
GL_VERSION_2_0 was not found, but has the entry point glVertexAttrib1s
GL_VERSION_2_0 was not found, but has the entry point glVertexAttrib1sv
GL_VERSION_2_0 was not found, but has the entry point glVertexAttrib2d
GL_VERSION_2_0 was not found, but has the entry point glVertexAttrib2dv
GL_VERSION_2_0 was not found, but has the entry point glVertexAttrib2f
GL_VERSION_2_0 was not found, but has the entry point glVertexAttrib2fv
GL_VERSION_2_0 was not found, but has the entry point glVertexAttrib2s
GL_VERSION_2_0 was not found, but has the entry point glVertexAttrib2sv
GL_VERSION_2_0 was not found, but has the entry point glVertexAttrib3d
GL_VERSION_2_0 was not found, but has the entry point glVertexAttrib3dv
GL_VERSION_2_0 was not found, but has the entry point glVertexAttrib3f
GL_VERSION_2_0 was not found, but has the entry point glVertexAttrib3fv
GL_VERSION_2_0 was not found, but has the entry point glVertexAttrib3s
GL_VERSION_2_0 was not found, but has the entry point glVertexAttrib3sv
GL_VERSION_2_0 was not found, but has the entry point glVertexAttrib4Nbv
GL_VERSION_2_0 was not found, but has the entry point glVertexAttrib4Niv
GL_VERSION_2_0 was not found, but has the entry point glVertexAttrib4Nsv
GL_VERSION_2_0 was not found, but has the entry point glVertexAttrib4Nub
GL_VERSION_2_0 was not found, but has the entry point glVertexAttrib4Nubv
GL_VERSION_2_0 was not found, but has the entry point glVertexAttrib4Nuiv
GL_VERSION_2_0 was not found, but has the entry point glVertexAttrib4Nusv
GL_VERSION_2_0 was not found, but has the entry point glVertexAttrib4bv
GL_VERSION_2_0 was not found, but has the entry point glVertexAttrib4d
GL_VERSION_2_0 was not found, but has the entry point glVertexAttrib4dv
GL_VERSION_2_0 was not found, but has the entry point glVertexAttrib4f
GL_VERSION_2_0 was not found, but has the entry point glVertexAttrib4fv
GL_VERSION_2_0 was not found, but has the entry point glVertexAttrib4iv
GL_VERSION_2_0 was not found, but has the entry point glVertexAttrib4s
GL_VERSION_2_0 was not found, but has the entry point glVertexAttrib4sv
GL_VERSION_2_0 was not found, but has the entry point glVertexAttrib4ubv
GL_VERSION_2_0 was not found, but has the entry point glVertexAttrib4uiv
GL_VERSION_2_0 was not found, but has the entry point glVertexAttrib4usv
GL_VERSION_2_0 was not found, but has the entry point glVertexAttribPointer
GL_VERSION_2_1 was not found, but has the entry point glUniformMatrix2x3fv
GL_VERSION_2_1 was not found, but has the entry point glUniformMatrix2x4fv
GL_VERSION_2_1 was not found, but has the entry point glUniformMatrix3x2fv
GL_VERSION_2_1 was not found, but has the entry point glUniformMatrix3x4fv
GL_VERSION_2_1 was not found, but has the entry point glUniformMatrix4x2fv
GL_VERSION_2_1 was not found, but has the entry point glUniformMatrix4x3fv
GL_VERSION_3_0 was not found, but has the entry point glBeginConditionalRender
GL_VERSION_3_0 was not found, but has the entry point glBeginTransformFeedback
GL_VERSION_3_0 was not found, but has the entry point glBindFragDataLocation
GL_VERSION_3_0 was not found, but has the entry point glClampColor
GL_VERSION_3_0 was not found, but has the entry point glClearBufferfi
GL_VERSION_3_0 was not found, but has the entry point glClearBufferfv
GL_VERSION_3_0 was not found, but has the entry point glClearBufferiv
GL_VERSION_3_0 was not found, but has the entry point glClearBufferuiv
GL_VERSION_3_0 was not found, but has the entry point glColorMaski
GL_VERSION_3_0 was not found, but has the entry point glDisablei
GL_VERSION_3_0 was not found, but has the entry point glEnablei
GL_VERSION_3_0 was not found, but has the entry point glEndConditionalRender
GL_VERSION_3_0 was not found, but has the entry point glEndTransformFeedback
GL_VERSION_3_0 was not found, but has the entry point glGetBooleani_v
GL_VERSION_3_0 was not found, but has the entry point glGetFragDataLocation
GL_VERSION_3_0 was not found, but has the entry point glGetStringi
GL_VERSION_3_0 was not found, but has the entry point glGetTexParameterIiv
GL_VERSION_3_0 was not found, but has the entry point glGetTexParameterIuiv
GL_VERSION_3_0 was not found, but has the entry point glGetTransformFeedbackVarying
GL_VERSION_3_0 was not found, but has the entry point glGetUniformuiv
GL_VERSION_3_0 was not found, but has the entry point glGetVertexAttribIiv
GL_VERSION_3_0 was not found, but has the entry point glGetVertexAttribIuiv
GL_VERSION_3_0 was not found, but has the entry point glIsEnabledi
GL_VERSION_3_0 was not found, but has the entry point glTexParameterIiv
GL_VERSION_3_0 was not found, but has the entry point glTexParameterIuiv
GL_VERSION_3_0 was not found, but has the entry point glTransformFeedbackVaryings
GL_VERSION_3_0 was not found, but has the entry point glUniform1ui
GL_VERSION_3_0 was not found, but has the entry point glUniform1uiv
GL_VERSION_3_0 was not found, but has the entry point glUniform2ui
GL_VERSION_3_0 was not found, but has the entry point glUniform2uiv
GL_VERSION_3_0 was not found, but has the entry point glUniform3ui
GL_VERSION_3_0 was not found, but has the entry point glUniform3uiv
GL_VERSION_3_0 was not found, but has the entry point glUniform4ui
GL_VERSION_3_0 was not found, but has the entry point glUniform4uiv
GL_VERSION_3_0 was not found, but has the entry point glVertexAttribI1i
GL_VERSION_3_0 was not found, but has the entry point glVertexAttribI1iv
GL_VERSION_3_0 was not found, but has the entry point glVertexAttribI1ui
GL_VERSION_3_0 was not found, but has the entry point glVertexAttribI1uiv
GL_VERSION_3_0 was not found, but has the entry point glVertexAttribI2i
GL_VERSION_3_0 was not found, but has the entry point glVertexAttribI2iv
GL_VERSION_3_0 was not found, but has the entry point glVertexAttribI2ui
GL_VERSION_3_0 was not found, but has the entry point glVertexAttribI2uiv
GL_VERSION_3_0 was not found, but has the entry point glVertexAttribI3i
GL_VERSION_3_0 was not found, but has the entry point glVertexAttribI3iv
GL_VERSION_3_0 was not found, but has the entry point glVertexAttribI3ui
GL_VERSION_3_0 was not found, but has the entry point glVertexAttribI3uiv
GL_VERSION_3_0 was not found, but has the entry point glVertexAttribI4bv
GL_VERSION_3_0 was not found, but has the entry point glVertexAttribI4i
GL_VERSION_3_0 was not found, but has the entry point glVertexAttribI4iv
GL_VERSION_3_0 was not found, but has the entry point glVertexAttribI4sv
GL_VERSION_3_0 was not found, but has the entry point glVertexAttribI4ubv
GL_VERSION_3_0 was not found, but has the entry point glVertexAttribI4ui
GL_VERSION_3_0 was not found, but has the entry point glVertexAttribI4uiv
GL_VERSION_3_0 was not found, but has the entry point glVertexAttribI4usv
GL_VERSION_3_0 was not found, but has the entry point glVertexAttribIPointer
GL_VERSION_3_1 was not found, but has the entry point glDrawArraysInstanced
GL_VERSION_3_1 was not found, but has the entry point glDrawElementsInstanced
GL_VERSION_3_1 was not found, but has the entry point glPrimitiveRestartIndex
GL_VERSION_3_1 was not found, but has the entry point glTexBuffer
GL_VERSION_3_2 was not found, but has the entry point glFramebufferTexture
GL_VERSION_3_3 was not found, but has the entry point glVertexAttribDivisor
GL_VERSION_4_0 was not found, but has the entry point glBlendEquationSeparatei
GL_VERSION_4_0 was not found, but has the entry point glBlendEquationi
GL_VERSION_4_0 was not found, but has the entry point glBlendFuncSeparatei
GL_VERSION_4_0 was not found, but has the entry point glBlendFunci

Thank you!

All of the

lines make me think you may have a corrupted graphics driver install. Do any other OpenGL applications work? Can you confirm that anything else on your system is able to use OpenGL?

…which version of Minecraft? An old one or the latest?

I mean, either way, Minecraft is pretty low-spec’ed but the older versions would definitely run on really old hardware… pre OpenGL 2 even.

It’s Minecraft Java Edition 1.16.5

I will try do reinstall the graphics driver.

It seems to be a general OpenGL issue with intel HD 3000 in Windows 10.

Nice! It works! I’ve created a shim as described in the article. Target is java.exe in jdk\bin. The application fix rule is Win81RTMVersionLie with module ig4icd64.dll.

Should I change the subject of this thread to “[SOLVED] Intel HD 3000 OpenGL failure”?

Thank you very much!
Michael

2 Likes

Yep!

I used to solve Intel HD 3000 issues by downgrading Java to 1.8.0_45

Hey where do I find the jdk\bin or java.exe for fixing minecraft?

This is the wrong forum. Minecraft has nothing to do with jmonkey engine.

To answer your question: If you use windows, open the command line (Start => type cmd) and then type “where java” and press enter. This should print you the path to java.exe.

If you use linux: Open terminal and type “which java”

2 Likes