Ethancarter wrote:I read in this log :
00:00:08.059888 OpenGL Info: Host does not support OpenGL extension(s):
The smaller that list is, the better the support of your graphics card. For comparison, mine (AMD Radeon R9 M370X on a MacBookPro retina) has more non-supported extension compared to yours:
- Code: Select all Expand viewCollapse view
00:00:01.099578 OpenGL Info: Host does not support OpenGL extension(s):
00:00:01.099580 OpenGL Info: GL_EXT_compiled_vertex_array
00:00:01.099595 OpenGL Info: GL_EXT_texture_env_combine
00:00:01.099603 OpenGL Info: GL_EXT_texture_env_dot3
00:00:01.099610 OpenGL Info: GL_IBM_texture_mirrored_repeat
00:00:01.099632 OpenGL Info: GL_EXT_blend_logic_op
00:00:01.099653 OpenGL Info: GL_EXT_texture_cube_map
00:00:01.099658 OpenGL Info: GL_EXT_texture_edge_clamp
00:00:01.099668 OpenGL Info: GL_EXT_texture_object
00:00:01.099674 OpenGL Info: GL_EXT_texture3D
00:00:01.099686 OpenGL Info: GL_NV_fragment_program
00:00:01.099691 OpenGL Info: GL_NV_fragment_program_option
00:00:01.099697 OpenGL Info: GL_NV_fragment_program2
00:00:01.099702 OpenGL Info: GL_NV_register_combiners
00:00:01.099708 OpenGL Info: GL_NV_register_combiners2
00:00:01.099716 OpenGL Info: GL_NV_texture_rectangle
00:00:01.099726 OpenGL Info: GL_NV_vertex_program
00:00:01.099731 OpenGL Info: GL_NV_vertex_program1_1
00:00:01.099736 OpenGL Info: GL_NV_vertex_program2
00:00:01.099742 OpenGL Info: GL_NV_vertex_program2_option
00:00:01.099747 OpenGL Info: GL_NV_vertex_program3
00:00:01.099756 OpenGL Info: GL_SGIS_texture_border_clamp
00:00:01.099777 OpenGL Info: GL_GREMEDY_string_marker
However, your problem is not the non-supported OpenGL extensions, it's the fact that your whole Nvidia driver is rejected:
00:00:07.955660 supR3HardenedErrorV: supR3HardenedScreenImage/LdrLoadDll: rc=VERR_CR_PKCS7_KEY_USAGE_MISMATCH
fImage=1 fProtect=0x0 fAccess=0x0 \Device\HarddiskVolume4\Windows\System32\nvapi64.dll:
WinVerifyTrust failed with hrc=CERT_E_CHAINING on '\Device\HarddiskVolume4\Windows\System32\nvapi64.dll'
00:00:07.955798 supR3HardenedErrorV: supR3HardenedMonitor_LdrLoadDll: rejecting 'C:\WINDOWS\system32\nvapi64.dll'
(C:\WINDOWS\system32\nvapi64.dll): rcNt=0xc0000190
The "VERR_CR_PKCS7_KEY_USAGE_MISMATCH" I believe refers to the fact that the Windows certificate database does not have the same certificate as the one presented by the DLL itself, forcing VirtualBox to outright reject the DLL. No DLL loaded, no 3D support.
You could/should try to install the latest graphics drivers for your graphics card, even if it's the same version. Sometimes the update mechanism either forgets to or fails to update the Windows certificate database and that can cause a mismatch. Someone would hope that a proper re-installation would remedy the situation.
Oh, and don't forget to run an "
sfc /scannow" just for good measure. See "
Diagnosing VirtualBox Hardening Issues" for more details.