I tried both with or without compatibility mode,no luck thoughcybersphinx wrote:If Warzone can't detect the proper OpenGL that means it somehow is hidden from it, so it can't use it. Make sure it is not run in some compatibility mode.
OpenGL1.2 + TED problem strikes again,now with nvidia card.
-
saviliana
- Rookie

- Posts: 18
- Joined: 09 Nov 2013, 17:24
Re: OpenGL1.2 + TED problem strikes again,now with nvidia ca
-
vexed
- Inactive

- Posts: 2538
- Joined: 27 Jul 2010, 02:07
Re: OpenGL1.2 + TED problem strikes again,now with nvidia ca
I smell a registry problem.
I am not sure how far you want to dig at this, but, you could do this...
Get process monitor from Microsoft (http://technet.microsoft.com/en-us/sysi ... s/bb896645), and have it log system calls on your main drive.
Then run warzone.
It should show it hitting opengl32.dll, and then, it should find nvidia's openGL driver, and load that. If that fails, then you have a corrupted registry.
-or-
Copy the Nivdia openGL driver nvopgl32.dll (I think it is still named that) from your system directory to where you have warzone installed.
Then, rename that to opengl32.dll.
Then run the game.
If that works, then you most likely have a corrupted registry.
If that doesn't work, then, for some reason, the Nvidia drivers are forcing a openGL 3 or higher context, and the extension we use to check what the drivers have is deprecated, so it fails.
If that is the case, then it is a problem with the nvidia drivers, and you could try older versions to see if that fixes it.
I am not sure how far you want to dig at this, but, you could do this...
Get process monitor from Microsoft (http://technet.microsoft.com/en-us/sysi ... s/bb896645), and have it log system calls on your main drive.
Then run warzone.
It should show it hitting opengl32.dll, and then, it should find nvidia's openGL driver, and load that. If that fails, then you have a corrupted registry.
-or-
Copy the Nivdia openGL driver nvopgl32.dll (I think it is still named that) from your system directory to where you have warzone installed.
Then, rename that to opengl32.dll.
Then run the game.
If that works, then you most likely have a corrupted registry.
If that doesn't work, then, for some reason, the Nvidia drivers are forcing a openGL 3 or higher context, and the extension we use to check what the drivers have is deprecated, so it fails.
If that is the case, then it is a problem with the nvidia drivers, and you could try older versions to see if that fixes it.
/facepalm ...Grinch stole Warzone

contra principia negantem non est disputandum
Super busy, don't expect a timely reply back.
Super busy, don't expect a timely reply back.
-
saviliana
- Rookie

- Posts: 18
- Joined: 09 Nov 2013, 17:24
Re: OpenGL1.2 + TED problem strikes again,now with nvidia ca
It seems they change the file name into nvoglv32 (I guess, maybe not right.), not nvopengl32 anymore(Though I found nvOpenCL.dll, maybe they're forcing people to move up). And it couldn't be use by change name (some code of dll datapool connection problem I see in chinese, can't tell how they say it in english.).vexed wrote:I smell a registry problem.
I am not sure how far you want to dig at this, but, you could do this...
Get process monitor from Microsoft (http://technet.microsoft.com/en-us/sysi ... s/bb896645), and have it log system calls on your main drive.
Then run warzone.
It should show it hitting opengl32.dll, and then, it should find nvidia's openGL driver, and load that. If that fails, then you have a corrupted registry.
-or-
Copy the Nivdia openGL driver nvopgl32.dll (I think it is still named that) from your system directory to where you have warzone installed.
Then, rename that to opengl32.dll.
Then run the game.
If that works, then you most likely have a corrupted registry.
If that doesn't work, then, for some reason, the Nvidia drivers are forcing a openGL 3 or higher context, and the extension we use to check what the drivers have is deprecated, so it fails.
If that is the case, then it is a problem with the nvidia drivers, and you could try older versions to see if that fixes it.
-
vexed
- Inactive

- Posts: 2538
- Joined: 27 Jul 2010, 02:07
Re: OpenGL1.2 + TED problem strikes again,now with nvidia ca
The CL isn't the right one, it needs to have GL in it. If you right click on it, and select properties, it should tell you it is their openGL driver.
/facepalm ...Grinch stole Warzone

contra principia negantem non est disputandum
Super busy, don't expect a timely reply back.
Super busy, don't expect a timely reply back.
-
saviliana
- Rookie

- Posts: 18
- Joined: 09 Nov 2013, 17:24
Re: OpenGL1.2 + TED problem strikes again,now with nvidia ca
I do try to usr nvoglv32.dll which saids "Nvidia Compatible OpenGL ICD", it just can't be used.And there is no other opengl driver file form nvidia.
-
vexed
- Inactive

- Posts: 2538
- Joined: 27 Jul 2010, 02:07
Re: OpenGL1.2 + TED problem strikes again,now with nvidia ca
Sorry, what do you mean by that, "it can't be used" ?saviliana wrote:I do try to usr nvoglv32.dll which saids "Nvidia Compatible OpenGL ICD", it just can't be used.And there is no other opengl driver file form nvidia.
You couldn't copy it over, or it didn't work when you copied it over, and renamed it to opengl32.dll ?
/facepalm ...Grinch stole Warzone

contra principia negantem non est disputandum
Super busy, don't expect a timely reply back.
Super busy, don't expect a timely reply back.
-
saviliana
- Rookie

- Posts: 18
- Joined: 09 Nov 2013, 17:24
Re: OpenGL1.2 + TED problem strikes again,now with nvidia ca
It didn't work when I copied it and renamed it to opengl32.dll. It do can be load by the game, than it stop by getting a message of can not find entery point of 'glMap1f' form datapool of something.vexed wrote:Sorry, what do you mean by that, "it can't be used" ?saviliana wrote:I do try to usr nvoglv32.dll which saids "Nvidia Compatible OpenGL ICD", it just can't be used.And there is no other opengl driver file form nvidia.
You couldn't copy it over, or it didn't work when you copied it over, and renamed it to opengl32.dll ?
-
vexed
- Inactive

- Posts: 2538
- Joined: 27 Jul 2010, 02:07
Re: OpenGL1.2 + TED problem strikes again,now with nvidia ca
Ahh, OK. well drat.
Last thing I can think of is to check your registry key.
Run regedit, and post the key: HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\OpenGLDrivers and just export that out, then copy & paste the values.
Same with HKEY_LOCAL_MACHINE/SOFTWARE/NVIDIA
We can then see what it is trying to do...
Last thing I can think of is to check your registry key.
Run regedit, and post the key: HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\OpenGLDrivers and just export that out, then copy & paste the values.
Same with HKEY_LOCAL_MACHINE/SOFTWARE/NVIDIA
We can then see what it is trying to do...
/facepalm ...Grinch stole Warzone

contra principia negantem non est disputandum
Super busy, don't expect a timely reply back.
Super busy, don't expect a timely reply back.
-
saviliana
- Rookie

- Posts: 18
- Joined: 09 Nov 2013, 17:24
Re: OpenGL1.2 + TED problem strikes again,now with nvidia ca
vexed wrote:Ahh, OK. well drat.
Last thing I can think of is to check your registry key.
Run regedit, and post the key: HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\OpenGLDrivers and just export that out, then copy & paste the values.
Same with HKEY_LOCAL_MACHINE/SOFTWARE/NVIDIA
We can then see what it is trying to do...
Code: Select all
I don't know is it right way of dump.
------------------------
First, the OpenGLdriver's key dump.
----------------------------------
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\OpenGLDrivers]
---------------------------
That is all of it,nothing in there.
----------------------------------
Than, this is the nvidia's roots' dump.
-----------------------------------
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SOFTWARE\NVIDIA Corporation]
[HKEY_LOCAL_MACHINE\SOFTWARE\NVIDIA Corporation\Global]
"PersistenceIdentifier"="{A927ED82-E13E-40EB-8734-F226619207D0}"
[HKEY_LOCAL_MACHINE\SOFTWARE\NVIDIA Corporation\Global\DrsPath]
"NVDRS_GOLD_PATH"="C:\\Program Files"
"NVDRS_PATH"="C:\\ProgramData"
[HKEY_LOCAL_MACHINE\SOFTWARE\NVIDIA Corporation\Global\FTS]
"EnableFSN100"=dword:00000001
"EnableFSN1212"=dword:00000001
"EnableFSN1387"=dword:00000001
"EnableFSN218"=dword:00000001
"EnableFSN220"=dword:00000001
"EnableFSN363"=dword:00000001
"EnableFSN385"=dword:00000001
"EnableFSN406"=dword:00000001
"EnableFSN414"=dword:00000001
"EnableFSN826"=dword:00000001
"EnableFSN841"=dword:00000001
"EnableSRS1702"=dword:00000001
"EnableSRS1709"=dword:00000001
"EnableSRS1889"=dword:00000001
"EnableSRS1942"=dword:00000001
"EnableSRS1945"=dword:00000001
"EnableSRS1961"=dword:00000001
[HKEY_LOCAL_MACHINE\SOFTWARE\NVIDIA Corporation\Global\GFEClient]
"FullPath"="C:\\Program Files\\NVIDIA Corporation\\NVIDIA GeForce Experience\\GFExperience.exe"
"Installed"=dword:00000001
[HKEY_LOCAL_MACHINE\SOFTWARE\NVIDIA Corporation\Global\GFExperience]
"FullPath"="C:\\Program Files\\NVIDIA Corporation\\NVIDIA GeForce Experience\\GFExperience.exe"
"Installed"=dword:00000001
[HKEY_LOCAL_MACHINE\SOFTWARE\NVIDIA Corporation\Global\Hybrid]
[HKEY_LOCAL_MACHINE\SOFTWARE\NVIDIA Corporation\Global\LEDVisualizer]
"A7EA4CF9-23F7-4080-B909-053473612D5C"=dword:00000001
"FullPath"="C:\\Program Files\\NVIDIA Corporation\\LED Visualizer\\NvLedVisualizer.exe"
[HKEY_LOCAL_MACHINE\SOFTWARE\NVIDIA Corporation\Global\NvCplApi]
[HKEY_LOCAL_MACHINE\SOFTWARE\NVIDIA Corporation\Global\NvCplApi\Policies]
"ContextUIPolicy"=dword:00000002
"CplGroupUIPolicy"=dword:00000002
"TaskbarUIPolicy"=dword:00000002
[HKEY_LOCAL_MACHINE\SOFTWARE\NVIDIA Corporation\Global\NvSvc]
"DrvUpdCtrlCode"=dword:00000081
[HKEY_LOCAL_MACHINE\SOFTWARE\NVIDIA Corporation\Global\NVTweak]
"NvCplEnableSRS1564"=dword:00000001
"NvCplAllowForceTVDetection"=dword:00000001
"NvCplExposeWin2kDualView"=dword:00000001
"NvCplTvLocaleAutoDetect"=dword:00000001
"NoPages"=dword:40120518
"SRS1673"=dword:00000001
"SRS1700"=dword:00000001
"InstalledDisplayServers"="C:\\Program Files\\NVIDIA Corporation\\Display\\"
"NvCplPhysxAuto"=dword:00000001
[HKEY_LOCAL_MACHINE\SOFTWARE\NVIDIA Corporation\Global\NVTweak\OemConfigurations]
"MediaCenterLoadPolicy"=dword:00000001
[HKEY_LOCAL_MACHINE\SOFTWARE\NVIDIA Corporation\Global\NVTweak\State]
"GlobalStartupDefaults"=dword:00000001
[HKEY_LOCAL_MACHINE\SOFTWARE\NVIDIA Corporation\Global\nvUpdate]
"Installed"=dword:00000000
[HKEY_LOCAL_MACHINE\SOFTWARE\NVIDIA Corporation\Global\NVUpdatus]
"Link"="{59CC0E05-9834-47A6-8A25-2E2691C68B97}"
"RPCSecret"="11B9F4A69C3FED4B8DD912A39B0A2519"
[HKEY_LOCAL_MACHINE\SOFTWARE\NVIDIA Corporation\Global\Persistence]
[HKEY_LOCAL_MACHINE\SOFTWARE\NVIDIA Corporation\Global\Persistence\Surround]
[HKEY_LOCAL_MACHINE\SOFTWARE\NVIDIA Corporation\Global\Startup]
[HKEY_LOCAL_MACHINE\SOFTWARE\NVIDIA Corporation\Global\Startup\ApplyCommandLineMode]
@=dword:00000001
[HKEY_LOCAL_MACHINE\SOFTWARE\NVIDIA Corporation\Global\Startup\ApplyScalingOverride]
@=dword:00000001
[HKEY_LOCAL_MACHINE\SOFTWARE\NVIDIA Corporation\Global\Startup\CheckUnsupportedDPConfig]
@=dword:00000001
[HKEY_LOCAL_MACHINE\SOFTWARE\NVIDIA Corporation\Global\Startup\CheckUnsupportedSliDisplayConfig]
@=dword:00000001
[HKEY_LOCAL_MACHINE\SOFTWARE\NVIDIA Corporation\Global\Startup\IDMInitialize]
@=dword:00000001
[HKEY_LOCAL_MACHINE\SOFTWARE\NVIDIA Corporation\Global\Startup\InitialNvTray]
@=dword:00000001
[HKEY_LOCAL_MACHINE\SOFTWARE\NVIDIA Corporation\Global\Startup\LoginColors]
@=dword:00000001
[HKEY_LOCAL_MACHINE\SOFTWARE\NVIDIA Corporation\Global\Startup\PerformHotKeysRegistration]
@=dword:00000001
[HKEY_LOCAL_MACHINE\SOFTWARE\NVIDIA Corporation\Global\Startup\RestoreSpanConfig]
@=dword:00000001
[HKEY_LOCAL_MACHINE\SOFTWARE\NVIDIA Corporation\Global\Startup\SaveSpanPersistence]
@=dword:00000001
[HKEY_LOCAL_MACHINE\SOFTWARE\NVIDIA Corporation\Global\Startup\SdiPersistenceUpgrade]
@=dword:00000001
[HKEY_LOCAL_MACHINE\SOFTWARE\NVIDIA Corporation\Global\Startup\ShowBalloonMessages]
@=dword:00000001
[HKEY_LOCAL_MACHINE\SOFTWARE\NVIDIA Corporation\Global\Startup\ShowVRRBalloonNotification]
@=dword:00000001
[HKEY_LOCAL_MACHINE\SOFTWARE\NVIDIA Corporation\Global\Startup\StartNvTray]
@=dword:00000001
[HKEY_LOCAL_MACHINE\SOFTWARE\NVIDIA Corporation\Global\Startup\ToggleCursorPositionPolling]
@=dword:00000001
[HKEY_LOCAL_MACHINE\SOFTWARE\NVIDIA Corporation\Global\Startup\UpgradeBezelPeekHotkey]
@=dword:00000001
[HKEY_LOCAL_MACHINE\SOFTWARE\NVIDIA Corporation\Global\Startup\UpgradeSpanPersistence]
@=dword:00000001
[HKEY_LOCAL_MACHINE\SOFTWARE\NVIDIA Corporation\Global\Startup\IDMColors]
@=dword:00000001
[HKEY_LOCAL_MACHINE\SOFTWARE\NVIDIA Corporation\Global\Startup\RefreshHDMIAudioDriver]
@=dword:00000001
[HKEY_LOCAL_MACHINE\SOFTWARE\NVIDIA Corporation\Global\Startup\RestoreSpanConfigOnReboot]
@=dword:00000001
[HKEY_LOCAL_MACHINE\SOFTWARE\NVIDIA Corporation\Global\Startup\SendNonNvDisplayDetails]
@=dword:00000001
[HKEY_LOCAL_MACHINE\SOFTWARE\NVIDIA Corporation\Global\Startup\StartS3SR]
@=dword:00000001
[HKEY_LOCAL_MACHINE\SOFTWARE\NVIDIA Corporation\Global\Startup\TVLocaleBoot]
@=dword:00000001
[HKEY_LOCAL_MACHINE\SOFTWARE\NVIDIA Corporation\Global\Startup\UpdateRegistryModeSettings]
@=dword:00000001
[HKEY_LOCAL_MACHINE\SOFTWARE\NVIDIA Corporation\Installer2]
"CPLInstallerInvoked"="Display.Driver"
[HKEY_LOCAL_MACHINE\SOFTWARE\NVIDIA Corporation\Installer2\Cache]
"Display.Driver/270.61"="C:\\Program Files\\NVIDIA Corporation\\Installer2\\Display.Driver.0\\DisplayDriver.nvi"
"Display.ControlPanel/270.61"="C:\\Program Files\\NVIDIA Corporation\\Installer2\\Display.ControlPanel.0\\DisplayControlPanel.nvi"
"NVIDIA.Update/1.1.34"="C:\\Program Files\\NVIDIA Corporation\\Installer2\\NVIDIA.Update.0\\UpdateCommon.nvi"
"Display.Update/1.1.34"="C:\\Program Files\\NVIDIA Corporation\\Installer2\\Display.Update.0\\DisplayUpdate.nvi"
"Display.PhysX/9.10.514"="C:\\Program Files\\NVIDIA Corporation\\Installer2\\Display.PhysX.0\\PhysX.nvi"
"Display.3DVision/270.61"="C:\\Program Files\\NVIDIA Corporation\\Installer2\\Display.3DVision.0\\NV3DVision.nvi"
"Display.NVIRUSB/270.61"="C:\\Program Files\\NVIDIA Corporation\\Installer2\\Display.NVIRUSB.0\\NVIRUSB.nvi"
"Display.Driver/285.62"="C:\\Program Files\\NVIDIA Corporation\\Installer2\\Display.Driver.2\\DisplayDriver.nvi"
"Display.ControlPanel/285.62"="C:\\Program Files\\NVIDIA Corporation\\Installer2\\Display.ControlPanel.2\\DisplayControlPanel.nvi"
"NVIDIA.Update/1.5.20"="C:\\Program Files\\NVIDIA Corporation\\Installer2\\NVIDIA.Update.2\\UpdateCommon.nvi"
"Display.Update/1.5.20"="C:\\Program Files\\NVIDIA Corporation\\Installer2\\Display.Update.2\\DisplayUpdate.nvi"
"Display.3DVision/285.62"="C:\\Program Files\\NVIDIA Corporation\\Installer2\\Display.3DVision.2\\NV3DVision.nvi"
"Display.NVIRUSB/285.62"="C:\\Program Files\\NVIDIA Corporation\\Installer2\\Display.NVIRUSB.2\\NVIRUSB.nvi"
"Display.Driver/306.97"="C:\\Program Files\\NVIDIA Corporation\\Installer2\\Display.Driver.4\\DisplayDriver.nvi"
"Display.3DVision/306.97"="C:\\Program Files\\NVIDIA Corporation\\Installer2\\Display.3DVision.4\\NV3DVision.nvi"
"Display.NVIRUSB/306.97"="C:\\Program Files\\NVIDIA Corporation\\Installer2\\Display.NVIRUSB.4\\NVIRUSB.nvi"
"NVIDIA.Update/1.10.8"="C:\\Program Files\\NVIDIA Corporation\\Installer2\\NVIDIA.Update.4\\UpdateCommon.nvi"
"Display.Update/1.10.8"="C:\\Program Files\\NVIDIA Corporation\\Installer2\\Display.Update.4\\DisplayUpdate.nvi"
"Display.PhysX/9.12.604"="C:\\Program Files\\NVIDIA Corporation\\Installer2\\Display.PhysX.3\\PhysX.nvi"
"Display.Driver/320.18"="C:\\Program Files\\NVIDIA Corporation\\Installer2\\Display.Driver.{74C9ADD6-6388-4BE6-80A4-1EA96B456AEA}\\DisplayDriver.nvi"
"NVIDIA.Update/4.11.9"="C:\\Program Files\\NVIDIA Corporation\\Installer2\\NVIDIA.Update.{5D8A47E0-645A-485D-B897-A40568C5D76E}\\UpdateCommon.nvi"
"Display.NVIRUSB/320.18"="C:\\Program Files\\NVIDIA Corporation\\Installer2\\Display.NVIRUSB.{33C89C06-54E1-448F-A3AB-2F3B28015DEE}\\NVIRUSB.nvi"
"Display.Update/4.11.9"="C:\\Program Files\\NVIDIA Corporation\\Installer2\\Display.Update.{3C5C517D-694B-47EF-8115-260325E423B8}\\DisplayUpdate.nvi"
"Display.GFExperience/4.11.9"="C:\\Program Files\\NVIDIA Corporation\\Installer2\\Display.GFExperience.{C01E8136-95DB-4500-B936-3AF8A276D9FC}\\GFExperience.nvi"
"Display.Driver/331.65"="C:\\Program Files\\NVIDIA Corporation\\Installer2\\Display.Driver.{3B848983-B92C-4BB3-8882-C03108884849}\\DisplayDriver.nvi"
"Display.PhysX/9.13.725"="C:\\Program Files\\NVIDIA Corporation\\Installer2\\Display.PhysX.{419D2A1B-27A8-4FF0-B1E4-D4BF689037A1}\\PhysX.nvi"
"Display.ControlPanel/331.65"="C:\\Program Files\\NVIDIA Corporation\\Installer2\\Display.ControlPanel.{9C271ED9-2C43-4F58-A7CA-BC51BE9C6A0E}\\DisplayControlPanel.nvi"
"NVIDIA.Update/9.3.21"="C:\\Program Files\\NVIDIA Corporation\\Installer2\\NVIDIA.Update.{1074ED5E-E197-4672-96EA-88C8004A1746}\\UpdateCommon.nvi"
"Display.Update/9.3.21"="C:\\Program Files\\NVIDIA Corporation\\Installer2\\Display.Update.{92B88B4F-6D93-4E9C-94A3-42E1D61AC3C5}\\DisplayUpdate.nvi"
"Display.GFExperience/9.3.21"="C:\\Program Files\\NVIDIA Corporation\\Installer2\\Display.GFExperience.{D6E25465-A0A1-4935-BFCB-20030BCF8981}\\GFExperience.nvi"
"GFExperience.LEDVisualizer/1.0"="C:\\Program Files\\NVIDIA Corporation\\Installer2\\GFExperience.LEDVisualizer.{460D62DE-B1D7-41FE-B2F2-4287FC7831D7}\\LEDVisualizer.nvi"
[HKEY_LOCAL_MACHINE\SOFTWARE\NVIDIA Corporation\Installer2\Configs]
"Display.Driver/270.61"="C:\\Program Files\\NVIDIA Corporation\\Installer2\\installer.0\\setup.CFG"
"Display.ControlPanel/270.61"="C:\\Program Files\\NVIDIA Corporation\\Installer2\\installer.0\\setup.CFG"
"NVIDIA.Update/1.1.34"="C:\\Program Files\\NVIDIA Corporation\\Installer2\\installer.0\\setup.CFG"
"Display.Update/1.1.34"="C:\\Program Files\\NVIDIA Corporation\\Installer2\\installer.0\\setup.CFG"
"Display.PhysX/9.10.514"="C:\\Program Files\\NVIDIA Corporation\\Installer2\\installer.0\\setup.CFG"
"Display.3DVision/270.61"="C:\\Program Files\\NVIDIA Corporation\\Installer2\\installer.0\\setup.CFG"
"Display.NVIRUSB/270.61"="C:\\Program Files\\NVIDIA Corporation\\Installer2\\installer.0\\setup.CFG"
"Display.Driver/285.62"="C:\\Program Files\\NVIDIA Corporation\\Installer2\\installer.2\\setup.CFG"
"Display.ControlPanel/285.62"="C:\\Program Files\\NVIDIA Corporation\\Installer2\\installer.2\\setup.CFG"
"NVIDIA.Update/1.5.20"="C:\\Program Files\\NVIDIA Corporation\\Installer2\\installer.2\\setup.CFG"
"Display.Update/1.5.20"="C:\\Program Files\\NVIDIA Corporation\\Installer2\\installer.2\\setup.CFG"
"Display.3DVision/285.62"="C:\\Program Files\\NVIDIA Corporation\\Installer2\\installer.2\\setup.CFG"
"Display.NVIRUSB/285.62"="C:\\Program Files\\NVIDIA Corporation\\Installer2\\installer.2\\setup.CFG"
"Display.Driver/306.97"="C:\\Program Files\\NVIDIA Corporation\\Installer2\\installer.5\\setup.CFG"
"Display.3DVision/306.97"="C:\\Program Files\\NVIDIA Corporation\\Installer2\\installer.5\\setup.CFG"
"Display.NVIRUSB/306.97"="C:\\Program Files\\NVIDIA Corporation\\Installer2\\installer.5\\setup.CFG"
"NVIDIA.Update/1.10.8"="C:\\Program Files\\NVIDIA Corporation\\Installer2\\installer.5\\setup.CFG"
"Display.Update/1.10.8"="C:\\Program Files\\NVIDIA Corporation\\Installer2\\installer.5\\setup.CFG"
"Display.PhysX/9.12.604"="C:\\Program Files\\NVIDIA Corporation\\Installer2\\installer.5\\setup.CFG"
"Display.PhysX/9.12.1031"="C:\\Program Files\\NVIDIA Corporation\\Installer2\\installer.{395E3F38-4486-43ED-A348-4A4C1A495562}\\setup.CFG"
"Display.Driver/320.18"="C:\\Program Files\\NVIDIA Corporation\\Installer2\\installer.{395E3F38-4486-43ED-A348-4A4C1A495562}\\setup.CFG"
"NVIDIA.Update/4.11.9"="C:\\Program Files\\NVIDIA Corporation\\Installer2\\installer.{395E3F38-4486-43ED-A348-4A4C1A495562}\\setup.CFG"
"Display.NVIRUSB/320.18"="C:\\Program Files\\NVIDIA Corporation\\Installer2\\installer.{395E3F38-4486-43ED-A348-4A4C1A495562}\\setup.CFG"
"Display.Update/4.11.9"="C:\\Program Files\\NVIDIA Corporation\\Installer2\\installer.{395E3F38-4486-43ED-A348-4A4C1A495562}\\setup.CFG"
"Display.GFExperience/4.11.9"="C:\\Program Files\\NVIDIA Corporation\\Installer2\\installer.{395E3F38-4486-43ED-A348-4A4C1A495562}\\setup.CFG"
"NVIDIA.Update/9.3.16"="C:\\Program Files\\NVIDIA Corporation\\Installer2\\installer.{E3F43F3C-2175-4386-BDB6-07352F09FE38}\\setup.CFG"
"Display.Update/9.3.16"="C:\\Program Files\\NVIDIA Corporation\\Installer2\\installer.{E3F43F3C-2175-4386-BDB6-07352F09FE38}\\setup.CFG"
"Display.GFExperience/9.3.16"="C:\\Program Files\\NVIDIA Corporation\\Installer2\\installer.{E3F43F3C-2175-4386-BDB6-07352F09FE38}\\setup.CFG"
"GFExperience.LEDVisualizer/1.0"="C:\\Program Files\\NVIDIA Corporation\\Installer2\\installer.{555A6543-7414-45AD-A681-A006551527E5}\\setup.CFG"
"Display.Driver/331.65"="C:\\Program Files\\NVIDIA Corporation\\Installer2\\installer.{E3F43F3C-2175-4386-BDB6-07352F09FE38}\\setup.CFG"
"Display.PhysX/9.13.725"="C:\\Program Files\\NVIDIA Corporation\\Installer2\\installer.{E3F43F3C-2175-4386-BDB6-07352F09FE38}\\setup.CFG"
"Display.ControlPanel/331.65"="C:\\Program Files\\NVIDIA Corporation\\Installer2\\installer.{905DCB8E-F5FF-44C1-8AD5-722C5281C439}\\setup.CFG"
"NVIDIA.Update/9.3.21"="C:\\Program Files\\NVIDIA Corporation\\Installer2\\installer.{555A6543-7414-45AD-A681-A006551527E5}\\setup.CFG"
"Display.Update/9.3.21"="C:\\Program Files\\NVIDIA Corporation\\Installer2\\installer.{555A6543-7414-45AD-A681-A006551527E5}\\setup.CFG"
"Display.GFExperience/9.3.21"="C:\\Program Files\\NVIDIA Corporation\\Installer2\\installer.{555A6543-7414-45AD-A681-A006551527E5}\\setup.CFG"
[HKEY_LOCAL_MACHINE\SOFTWARE\NVIDIA Corporation\Installer2\Drivers]
"OEM28.INF"="Display.Driver/270.61
C:\\Program Files\\NVIDIA Corporation\\Installer2\\Display.Driver.0\\nv_disp.inf"
"OEM41.INF"="Display.Driver/285.62
C:\\Program Files\\NVIDIA Corporation\\Installer2\\Display.Driver.2\\nv_disp.inf"
"OEM42.INF"="Display.NVIRUSB/285.62
C:\\Program Files\\NVIDIA Corporation\\Installer2\\Display.NVIRUSB.2\\nvstusb.inf"
"OEM35.INF"="Display.Driver/306.97
C:\\Program Files\\NVIDIA Corporation\\Installer2\\Display.Driver.4\\nv_disp.inf"
"OEM38.INF"="Display.NVIRUSB/306.97
C:\\Program Files\\NVIDIA Corporation\\Installer2\\Display.NVIRUSB.4\\nvstusb.inf"
"OEM44.INF"="Display.Driver/320.18
C:\\Program Files\\NVIDIA Corporation\\Installer2\\Display.Driver.{74C9ADD6-6388-4BE6-80A4-1EA96B456AEA}\\nv_dispi.inf"
"OEM45.INF"="Display.Driver/331.65
C:\\Program Files\\NVIDIA Corporation\\Installer2\\Display.Driver.{3B848983-B92C-4BB3-8882-C03108884849}\\nv_dispi.inf"
[HKEY_LOCAL_MACHINE\SOFTWARE\NVIDIA Corporation\Installer2\Relationships]
"Display.Update/1.1.34"=hex(7):44,00,69,00,73,00,70,00,6c,00,61,00,79,00,2e,00,\
50,00,68,00,79,00,73,00,58,00,2f,00,39,00,2e,00,31,00,30,00,2e,00,35,00,31,\
00,34,00,00,00,44,00,69,00,73,00,70,00,6c,00,61,00,79,00,2e,00,4e,00,56,00,\
49,00,52,00,55,00,53,00,42,00,2f,00,32,00,37,00,30,00,2e,00,36,00,31,00,00,\
00,4e,00,56,00,49,00,44,00,49,00,41,00,2e,00,55,00,70,00,64,00,61,00,74,00,\
65,00,2f,00,31,00,2e,00,31,00,2e,00,33,00,34,00,00,00,44,00,69,00,73,00,70,\
00,6c,00,61,00,79,00,2e,00,43,00,6f,00,6e,00,74,00,72,00,6f,00,6c,00,50,00,\
61,00,6e,00,65,00,6c,00,2f,00,32,00,37,00,30,00,2e,00,36,00,31,00,00,00,44,\
00,69,00,73,00,70,00,6c,00,61,00,79,00,2e,00,44,00,72,00,69,00,76,00,65,00,\
72,00,2f,00,32,00,37,00,30,00,2e,00,36,00,31,00,00,00,44,00,69,00,73,00,70,\
00,6c,00,61,00,79,00,2e,00,33,00,44,00,56,00,69,00,73,00,69,00,6f,00,6e,00,\
2f,00,32,00,37,00,30,00,2e,00,36,00,31,00,00,00,00,00
"Display.PhysX/9.10.514"=hex(7):44,00,69,00,73,00,70,00,6c,00,61,00,79,00,2e,\
00,55,00,70,00,64,00,61,00,74,00,65,00,2f,00,31,00,2e,00,31,00,2e,00,33,00,\
34,00,00,00,44,00,69,00,73,00,70,00,6c,00,61,00,79,00,2e,00,4e,00,56,00,49,\
00,52,00,55,00,53,00,42,00,2f,00,32,00,37,00,30,00,2e,00,36,00,31,00,00,00,\
4e,00,56,00,49,00,44,00,49,00,41,00,2e,00,55,00,70,00,64,00,61,00,74,00,65,\
00,2f,00,31,00,2e,00,31,00,2e,00,33,00,34,00,00,00,44,00,69,00,73,00,70,00,\
6c,00,61,00,79,00,2e,00,43,00,6f,00,6e,00,74,00,72,00,6f,00,6c,00,50,00,61,\
00,6e,00,65,00,6c,00,2f,00,32,00,37,00,30,00,2e,00,36,00,31,00,00,00,44,00,\
69,00,73,00,70,00,6c,00,61,00,79,00,2e,00,44,00,72,00,69,00,76,00,65,00,72,\
00,2f,00,32,00,37,00,30,00,2e,00,36,00,31,00,00,00,44,00,69,00,73,00,70,00,\
6c,00,61,00,79,00,2e,00,33,00,44,00,56,00,69,00,73,00,69,00,6f,00,6e,00,2f,\
00,32,00,37,00,30,00,2e,00,36,00,31,00,00,00,00,00
"Display.NVIRUSB/270.61"=hex(7):44,00,69,00,73,00,70,00,6c,00,61,00,79,00,2e,\
00,55,00,70,00,64,00,61,00,74,00,65,00,2f,00,31,00,2e,00,31,00,2e,00,33,00,\
34,00,00,00,44,00,69,00,73,00,70,00,6c,00,61,00,79,00,2e,00,50,00,68,00,79,\
00,73,00,58,00,2f,00,39,00,2e,00,31,00,30,00,2e,00,35,00,31,00,34,00,00,00,\
4e,00,56,00,49,00,44,00,49,00,41,00,2e,00,55,00,70,00,64,00,61,00,74,00,65,\
00,2f,00,31,00,2e,00,31,00,2e,00,33,00,34,00,00,00,44,00,69,00,73,00,70,00,\
6c,00,61,00,79,00,2e,00,43,00,6f,00,6e,00,74,00,72,00,6f,00,6c,00,50,00,61,\
00,6e,00,65,00,6c,00,2f,00,32,00,37,00,30,00,2e,00,36,00,31,00,00,00,44,00,\
69,00,73,00,70,00,6c,00,61,00,79,00,2e,00,44,00,72,00,69,00,76,00,65,00,72,\
00,2f,00,32,00,37,00,30,00,2e,00,36,00,31,00,00,00,44,00,69,00,73,00,70,00,\
6c,00,61,00,79,00,2e,00,33,00,44,00,56,00,69,00,73,00,69,00,6f,00,6e,00,2f,\
00,32,00,37,00,30,00,2e,00,36,00,31,00,00,00,00,00
"NVIDIA.Update/1.1.34"=hex(7):44,00,69,00,73,00,70,00,6c,00,61,00,79,00,2e,00,\
55,00,70,00,64,00,61,00,74,00,65,00,2f,00,31,00,2e,00,31,00,2e,00,33,00,34,\
00,00,00,44,00,69,00,73,00,70,00,6c,00,61,00,79,00,2e,00,50,00,68,00,79,00,\
73,00,58,00,2f,00,39,00,2e,00,31,00,30,00,2e,00,35,00,31,00,34,00,00,00,44,\
00,69,00,73,00,70,00,6c,00,61,00,79,00,2e,00,4e,00,56,00,49,00,52,00,55,00,\
53,00,42,00,2f,00,32,00,37,00,30,00,2e,00,36,00,31,00,00,00,44,00,69,00,73,\
00,70,00,6c,00,61,00,79,00,2e,00,43,00,6f,00,6e,00,74,00,72,00,6f,00,6c,00,\
50,00,61,00,6e,00,65,00,6c,00,2f,00,32,00,37,00,30,00,2e,00,36,00,31,00,00,\
00,44,00,69,00,73,00,70,00,6c,00,61,00,79,00,2e,00,44,00,72,00,69,00,76,00,\
65,00,72,00,2f,00,32,00,37,00,30,00,2e,00,36,00,31,00,00,00,44,00,69,00,73,\
00,70,00,6c,00,61,00,79,00,2e,00,33,00,44,00,56,00,69,00,73,00,69,00,6f,00,\
6e,00,2f,00,32,00,37,00,30,00,2e,00,36,00,31,00,00,00,00,00
"Display.ControlPanel/270.61"=hex(7):44,00,69,00,73,00,70,00,6c,00,61,00,79,00,\
2e,00,55,00,70,00,64,00,61,00,74,00,65,00,2f,00,31,00,2e,00,31,00,2e,00,33,\
00,34,00,00,00,44,00,69,00,73,00,70,00,6c,00,61,00,79,00,2e,00,50,00,68,00,\
79,00,73,00,58,00,2f,00,39,00,2e,00,31,00,30,00,2e,00,35,00,31,00,34,00,00,\
00,44,00,69,00,73,00,70,00,6c,00,61,00,79,00,2e,00,4e,00,56,00,49,00,52,00,\
55,00,53,00,42,00,2f,00,32,00,37,00,30,00,2e,00,36,00,31,00,00,00,4e,00,56,\
00,49,00,44,00,49,00,41,00,2e,00,55,00,70,00,64,00,61,00,74,00,65,00,2f,00,\
31,00,2e,00,31,00,2e,00,33,00,34,00,00,00,44,00,69,00,73,00,70,00,6c,00,61,\
00,79,00,2e,00,44,00,72,00,69,00,76,00,65,00,72,00,2f,00,32,00,37,00,30,00,\
2e,00,36,00,31,00,00,00,44,00,69,00,73,00,70,00,6c,00,61,00,79,00,2e,00,33,\
00,44,00,56,00,69,00,73,00,69,00,6f,00,6e,00,2f,00,32,00,37,00,30,00,2e,00,\
36,00,31,00,00,00,00,00
"Display.Driver/270.61"=hex(7):44,00,69,00,73,00,70,00,6c,00,61,00,79,00,2e,00,\
55,00,70,00,64,00,61,00,74,00,65,00,2f,00,31,00,2e,00,31,00,2e,00,33,00,34,\
00,00,00,44,00,69,00,73,00,70,00,6c,00,61,00,79,00,2e,00,50,00,68,00,79,00,\
73,00,58,00,2f,00,39,00,2e,00,31,00,30,00,2e,00,35,00,31,00,34,00,00,00,44,\
00,69,00,73,00,70,00,6c,00,61,00,79,00,2e,00,4e,00,56,00,49,00,52,00,55,00,\
53,00,42,00,2f,00,32,00,37,00,30,00,2e,00,36,00,31,00,00,00,4e,00,56,00,49,\
00,44,00,49,00,41,00,2e,00,55,00,70,00,64,00,61,00,74,00,65,00,2f,00,31,00,\
2e,00,31,00,2e,00,33,00,34,00,00,00,44,00,69,00,73,00,70,00,6c,00,61,00,79,\
00,2e,00,43,00,6f,00,6e,00,74,00,72,00,6f,00,6c,00,50,00,61,00,6e,00,65,00,\
6c,00,2f,00,32,00,37,00,30,00,2e,00,36,00,31,00,00,00,44,00,69,00,73,00,70,\
00,6c,00,61,00,79,00,2e,00,33,00,44,00,56,00,69,00,73,00,69,00,6f,00,6e,00,\
2f,00,32,00,37,00,30,00,2e,00,36,00,31,00,00,00,00,00
"Display.3DVision/270.61"=hex(7):44,00,69,00,73,00,70,00,6c,00,61,00,79,00,2e,\
00,55,00,70,00,64,00,61,00,74,00,65,00,2f,00,31,00,2e,00,31,00,2e,00,33,00,\
34,00,00,00,44,00,69,00,73,00,70,00,6c,00,61,00,79,00,2e,00,50,00,68,00,79,\
00,73,00,58,00,2f,00,39,00,2e,00,31,00,30,00,2e,00,35,00,31,00,34,00,00,00,\
44,00,69,00,73,00,70,00,6c,00,61,00,79,00,2e,00,4e,00,56,00,49,00,52,00,55,\
00,53,00,42,00,2f,00,32,00,37,00,30,00,2e,00,36,00,31,00,00,00,4e,00,56,00,\
49,00,44,00,49,00,41,00,2e,00,55,00,70,00,64,00,61,00,74,00,65,00,2f,00,31,\
00,2e,00,31,00,2e,00,33,00,34,00,00,00,44,00,69,00,73,00,70,00,6c,00,61,00,\
79,00,2e,00,43,00,6f,00,6e,00,74,00,72,00,6f,00,6c,00,50,00,61,00,6e,00,65,\
00,6c,00,2f,00,32,00,37,00,30,00,2e,00,36,00,31,00,00,00,44,00,69,00,73,00,\
70,00,6c,00,61,00,79,00,2e,00,44,00,72,00,69,00,76,00,65,00,72,00,2f,00,32,\
00,37,00,30,00,2e,00,36,00,31,00,00,00,00,00
"Display.Update/1.5.20"=hex(7):44,00,69,00,73,00,70,00,6c,00,61,00,79,00,2e,00,\
4e,00,56,00,49,00,52,00,55,00,53,00,42,00,2f,00,32,00,38,00,35,00,2e,00,36,\
00,32,00,00,00,4e,00,56,00,49,00,44,00,49,00,41,00,2e,00,55,00,70,00,64,00,\
61,00,74,00,65,00,2f,00,31,00,2e,00,35,00,2e,00,32,00,30,00,00,00,44,00,69,\
00,73,00,70,00,6c,00,61,00,79,00,2e,00,43,00,6f,00,6e,00,74,00,72,00,6f,00,\
6c,00,50,00,61,00,6e,00,65,00,6c,00,2f,00,32,00,38,00,35,00,2e,00,36,00,32,\
00,00,00,44,00,69,00,73,00,70,00,6c,00,61,00,79,00,2e,00,44,00,72,00,69,00,\
76,00,65,00,72,00,2f,00,32,00,38,00,35,00,2e,00,36,00,32,00,00,00,44,00,69,\
00,73,00,70,00,6c,00,61,00,79,00,2e,00,33,00,44,00,56,00,69,00,73,00,69,00,\
6f,00,6e,00,2f,00,32,00,38,00,35,00,2e,00,36,00,32,00,00,00,00,00
"Display.NVIRUSB/285.62"=hex(7):44,00,69,00,73,00,70,00,6c,00,61,00,79,00,2e,\
00,55,00,70,00,64,00,61,00,74,00,65,00,2f,00,31,00,2e,00,35,00,2e,00,32,00,\
30,00,00,00,4e,00,56,00,49,00,44,00,49,00,41,00,2e,00,55,00,70,00,64,00,61,\
00,74,00,65,00,2f,00,31,00,2e,00,35,00,2e,00,32,00,30,00,00,00,44,00,69,00,\
73,00,70,00,6c,00,61,00,79,00,2e,00,43,00,6f,00,6e,00,74,00,72,00,6f,00,6c,\
00,50,00,61,00,6e,00,65,00,6c,00,2f,00,32,00,38,00,35,00,2e,00,36,00,32,00,\
00,00,44,00,69,00,73,00,70,00,6c,00,61,00,79,00,2e,00,44,00,72,00,69,00,76,\
00,65,00,72,00,2f,00,32,00,38,00,35,00,2e,00,36,00,32,00,00,00,44,00,69,00,\
73,00,70,00,6c,00,61,00,79,00,2e,00,33,00,44,00,56,00,69,00,73,00,69,00,6f,\
00,6e,00,2f,00,32,00,38,00,35,00,2e,00,36,00,32,00,00,00,00,00
"NVIDIA.Update/1.5.20"=hex(7):44,00,69,00,73,00,70,00,6c,00,61,00,79,00,2e,00,\
55,00,70,00,64,00,61,00,74,00,65,00,2f,00,31,00,2e,00,35,00,2e,00,32,00,30,\
00,00,00,44,00,69,00,73,00,70,00,6c,00,61,00,79,00,2e,00,4e,00,56,00,49,00,\
52,00,55,00,53,00,42,00,2f,00,32,00,38,00,35,00,2e,00,36,00,32,00,00,00,44,\
00,69,00,73,00,70,00,6c,00,61,00,79,00,2e,00,43,00,6f,00,6e,00,74,00,72,00,\
6f,00,6c,00,50,00,61,00,6e,00,65,00,6c,00,2f,00,32,00,38,00,35,00,2e,00,36,\
00,32,00,00,00,44,00,69,00,73,00,70,00,6c,00,61,00,79,00,2e,00,44,00,72,00,\
69,00,76,00,65,00,72,00,2f,00,32,00,38,00,35,00,2e,00,36,00,32,00,00,00,44,\
00,69,00,73,00,70,00,6c,00,61,00,79,00,2e,00,33,00,44,00,56,00,69,00,73,00,\
69,00,6f,00,6e,00,2f,00,32,00,38,00,35,00,2e,00,36,00,32,00,00,00,00,00
"Display.ControlPanel/285.62"=hex(7):44,00,69,00,73,00,70,00,6c,00,61,00,79,00,\
2e,00,55,00,70,00,64,00,61,00,74,00,65,00,2f,00,31,00,2e,00,35,00,2e,00,32,\
00,30,00,00,00,44,00,69,00,73,00,70,00,6c,00,61,00,79,00,2e,00,4e,00,56,00,\
49,00,52,00,55,00,53,00,42,00,2f,00,32,00,38,00,35,00,2e,00,36,00,32,00,00,\
00,4e,00,56,00,49,00,44,00,49,00,41,00,2e,00,55,00,70,00,64,00,61,00,74,00,\
65,00,2f,00,31,00,2e,00,35,00,2e,00,32,00,30,00,00,00,44,00,69,00,73,00,70,\
00,6c,00,61,00,79,00,2e,00,44,00,72,00,69,00,76,00,65,00,72,00,2f,00,32,00,\
38,00,35,00,2e,00,36,00,32,00,00,00,44,00,69,00,73,00,70,00,6c,00,61,00,79,\
00,2e,00,33,00,44,00,56,00,69,00,73,00,69,00,6f,00,6e,00,2f,00,32,00,38,00,\
35,00,2e,00,36,00,32,00,00,00,00,00
"Display.Driver/285.62"=hex(7):44,00,69,00,73,00,70,00,6c,00,61,00,79,00,2e,00,\
55,00,70,00,64,00,61,00,74,00,65,00,2f,00,31,00,2e,00,35,00,2e,00,32,00,30,\
00,00,00,44,00,69,00,73,00,70,00,6c,00,61,00,79,00,2e,00,4e,00,56,00,49,00,\
52,00,55,00,53,00,42,00,2f,00,32,00,38,00,35,00,2e,00,36,00,32,00,00,00,4e,\
00,56,00,49,00,44,00,49,00,41,00,2e,00,55,00,70,00,64,00,61,00,74,00,65,00,\
2f,00,31,00,2e,00,35,00,2e,00,32,00,30,00,00,00,44,00,69,00,73,00,70,00,6c,\
00,61,00,79,00,2e,00,43,00,6f,00,6e,00,74,00,72,00,6f,00,6c,00,50,00,61,00,\
6e,00,65,00,6c,00,2f,00,32,00,38,00,35,00,2e,00,36,00,32,00,00,00,44,00,69,\
00,73,00,70,00,6c,00,61,00,79,00,2e,00,33,00,44,00,56,00,69,00,73,00,69,00,\
6f,00,6e,00,2f,00,32,00,38,00,35,00,2e,00,36,00,32,00,00,00,00,00
"Display.3DVision/285.62"=hex(7):44,00,69,00,73,00,70,00,6c,00,61,00,79,00,2e,\
00,55,00,70,00,64,00,61,00,74,00,65,00,2f,00,31,00,2e,00,35,00,2e,00,32,00,\
30,00,00,00,44,00,69,00,73,00,70,00,6c,00,61,00,79,00,2e,00,4e,00,56,00,49,\
00,52,00,55,00,53,00,42,00,2f,00,32,00,38,00,35,00,2e,00,36,00,32,00,00,00,\
4e,00,56,00,49,00,44,00,49,00,41,00,2e,00,55,00,70,00,64,00,61,00,74,00,65,\
00,2f,00,31,00,2e,00,35,00,2e,00,32,00,30,00,00,00,44,00,69,00,73,00,70,00,\
6c,00,61,00,79,00,2e,00,43,00,6f,00,6e,00,74,00,72,00,6f,00,6c,00,50,00,61,\
00,6e,00,65,00,6c,00,2f,00,32,00,38,00,35,00,2e,00,36,00,32,00,00,00,44,00,\
69,00,73,00,70,00,6c,00,61,00,79,00,2e,00,44,00,72,00,69,00,76,00,65,00,72,\
00,2f,00,32,00,38,00,35,00,2e,00,36,00,32,00,00,00,00,00
"Display.Update/1.10.8"=hex(7):44,00,69,00,73,00,70,00,6c,00,61,00,79,00,2e,00,\
50,00,68,00,79,00,73,00,58,00,2f,00,39,00,2e,00,31,00,32,00,2e,00,36,00,30,\
00,34,00,00,00,44,00,69,00,73,00,70,00,6c,00,61,00,79,00,2e,00,4e,00,56,00,\
49,00,52,00,55,00,53,00,42,00,2f,00,33,00,30,00,36,00,2e,00,39,00,37,00,00,\
00,4e,00,56,00,49,00,44,00,49,00,41,00,2e,00,55,00,70,00,64,00,61,00,74,00,\
65,00,2f,00,31,00,2e,00,31,00,30,00,2e,00,38,00,00,00,44,00,69,00,73,00,70,\
00,6c,00,61,00,79,00,2e,00,44,00,72,00,69,00,76,00,65,00,72,00,2f,00,33,00,\
30,00,36,00,2e,00,39,00,37,00,00,00,44,00,69,00,73,00,70,00,6c,00,61,00,79,\
00,2e,00,33,00,44,00,56,00,69,00,73,00,69,00,6f,00,6e,00,2f,00,33,00,30,00,\
36,00,2e,00,39,00,37,00,00,00,00,00
"Display.PhysX/9.12.604"=hex(7):44,00,69,00,73,00,70,00,6c,00,61,00,79,00,2e,\
00,55,00,70,00,64,00,61,00,74,00,65,00,2f,00,31,00,2e,00,31,00,30,00,2e,00,\
38,00,00,00,44,00,69,00,73,00,70,00,6c,00,61,00,79,00,2e,00,4e,00,56,00,49,\
00,52,00,55,00,53,00,42,00,2f,00,33,00,30,00,36,00,2e,00,39,00,37,00,00,00,\
4e,00,56,00,49,00,44,00,49,00,41,00,2e,00,55,00,70,00,64,00,61,00,74,00,65,\
00,2f,00,31,00,2e,00,31,00,30,00,2e,00,38,00,00,00,44,00,69,00,73,00,70,00,\
6c,00,61,00,79,00,2e,00,44,00,72,00,69,00,76,00,65,00,72,00,2f,00,33,00,30,\
00,36,00,2e,00,39,00,37,00,00,00,44,00,69,00,73,00,70,00,6c,00,61,00,79,00,\
2e,00,33,00,44,00,56,00,69,00,73,00,69,00,6f,00,6e,00,2f,00,33,00,30,00,36,\
00,2e,00,39,00,37,00,00,00,00,00
"Display.NVIRUSB/306.97"=hex(7):44,00,69,00,73,00,70,00,6c,00,61,00,79,00,2e,\
00,55,00,70,00,64,00,61,00,74,00,65,00,2f,00,31,00,2e,00,31,00,30,00,2e,00,\
38,00,00,00,44,00,69,00,73,00,70,00,6c,00,61,00,79,00,2e,00,50,00,68,00,79,\
00,73,00,58,00,2f,00,39,00,2e,00,31,00,32,00,2e,00,36,00,30,00,34,00,00,00,\
4e,00,56,00,49,00,44,00,49,00,41,00,2e,00,55,00,70,00,64,00,61,00,74,00,65,\
00,2f,00,31,00,2e,00,31,00,30,00,2e,00,38,00,00,00,44,00,69,00,73,00,70,00,\
6c,00,61,00,79,00,2e,00,44,00,72,00,69,00,76,00,65,00,72,00,2f,00,33,00,30,\
00,36,00,2e,00,39,00,37,00,00,00,44,00,69,00,73,00,70,00,6c,00,61,00,79,00,\
2e,00,33,00,44,00,56,00,69,00,73,00,69,00,6f,00,6e,00,2f,00,33,00,30,00,36,\
00,2e,00,39,00,37,00,00,00,00,00
"NVIDIA.Update/1.10.8"=hex(7):44,00,69,00,73,00,70,00,6c,00,61,00,79,00,2e,00,\
55,00,70,00,64,00,61,00,74,00,65,00,2f,00,31,00,2e,00,31,00,30,00,2e,00,38,\
00,00,00,44,00,69,00,73,00,70,00,6c,00,61,00,79,00,2e,00,50,00,68,00,79,00,\
73,00,58,00,2f,00,39,00,2e,00,31,00,32,00,2e,00,36,00,30,00,34,00,00,00,44,\
00,69,00,73,00,70,00,6c,00,61,00,79,00,2e,00,4e,00,56,00,49,00,52,00,55,00,\
53,00,42,00,2f,00,33,00,30,00,36,00,2e,00,39,00,37,00,00,00,44,00,69,00,73,\
00,70,00,6c,00,61,00,79,00,2e,00,44,00,72,00,69,00,76,00,65,00,72,00,2f,00,\
33,00,30,00,36,00,2e,00,39,00,37,00,00,00,44,00,69,00,73,00,70,00,6c,00,61,\
00,79,00,2e,00,33,00,44,00,56,00,69,00,73,00,69,00,6f,00,6e,00,2f,00,33,00,\
30,00,36,00,2e,00,39,00,37,00,00,00,00,00
"Display.Driver/306.97"=hex(7):44,00,69,00,73,00,70,00,6c,00,61,00,79,00,2e,00,\
55,00,70,00,64,00,61,00,74,00,65,00,2f,00,31,00,2e,00,31,00,30,00,2e,00,38,\
00,00,00,44,00,69,00,73,00,70,00,6c,00,61,00,79,00,2e,00,50,00,68,00,79,00,\
73,00,58,00,2f,00,39,00,2e,00,31,00,32,00,2e,00,36,00,30,00,34,00,00,00,44,\
00,69,00,73,00,70,00,6c,00,61,00,79,00,2e,00,4e,00,56,00,49,00,52,00,55,00,\
53,00,42,00,2f,00,33,00,30,00,36,00,2e,00,39,00,37,00,00,00,4e,00,56,00,49,\
00,44,00,49,00,41,00,2e,00,55,00,70,00,64,00,61,00,74,00,65,00,2f,00,31,00,\
2e,00,31,00,30,00,2e,00,38,00,00,00,44,00,69,00,73,00,70,00,6c,00,61,00,79,\
00,2e,00,33,00,44,00,56,00,69,00,73,00,69,00,6f,00,6e,00,2f,00,33,00,30,00,\
36,00,2e,00,39,00,37,00,00,00,00,00
"Display.3DVision/306.97"=hex(7):44,00,69,00,73,00,70,00,6c,00,61,00,79,00,2e,\
00,55,00,70,00,64,00,61,00,74,00,65,00,2f,00,31,00,2e,00,31,00,30,00,2e,00,\
38,00,00,00,44,00,69,00,73,00,70,00,6c,00,61,00,79,00,2e,00,50,00,68,00,79,\
00,73,00,58,00,2f,00,39,00,2e,00,31,00,32,00,2e,00,36,00,30,00,34,00,00,00,\
44,00,69,00,73,00,70,00,6c,00,61,00,79,00,2e,00,4e,00,56,00,49,00,52,00,55,\
00,53,00,42,00,2f,00,33,00,30,00,36,00,2e,00,39,00,37,00,00,00,4e,00,56,00,\
49,00,44,00,49,00,41,00,2e,00,55,00,70,00,64,00,61,00,74,00,65,00,2f,00,31,\
00,2e,00,31,00,30,00,2e,00,38,00,00,00,44,00,69,00,73,00,70,00,6c,00,61,00,\
79,00,2e,00,44,00,72,00,69,00,76,00,65,00,72,00,2f,00,33,00,30,00,36,00,2e,\
00,39,00,37,00,00,00,00,00
"Display.Update/4.11.9"=hex(7):44,00,69,00,73,00,70,00,6c,00,61,00,79,00,2e,00,\
4e,00,56,00,49,00,52,00,55,00,53,00,42,00,2f,00,33,00,32,00,30,00,2e,00,31,\
00,38,00,00,00,4e,00,56,00,49,00,44,00,49,00,41,00,2e,00,55,00,70,00,64,00,\
61,00,74,00,65,00,2f,00,34,00,2e,00,31,00,31,00,2e,00,39,00,00,00,44,00,69,\
00,73,00,70,00,6c,00,61,00,79,00,2e,00,44,00,72,00,69,00,76,00,65,00,72,00,\
2f,00,33,00,32,00,30,00,2e,00,31,00,38,00,00,00,44,00,69,00,73,00,70,00,6c,\
00,61,00,79,00,2e,00,47,00,46,00,45,00,78,00,70,00,65,00,72,00,69,00,65,00,\
6e,00,63,00,65,00,2f,00,34,00,2e,00,31,00,31,00,2e,00,39,00,00,00,00,00
"Display.NVIRUSB/320.18"=hex(7):44,00,69,00,73,00,70,00,6c,00,61,00,79,00,2e,\
00,55,00,70,00,64,00,61,00,74,00,65,00,2f,00,34,00,2e,00,31,00,31,00,2e,00,\
39,00,00,00,4e,00,56,00,49,00,44,00,49,00,41,00,2e,00,55,00,70,00,64,00,61,\
00,74,00,65,00,2f,00,34,00,2e,00,31,00,31,00,2e,00,39,00,00,00,44,00,69,00,\
73,00,70,00,6c,00,61,00,79,00,2e,00,44,00,72,00,69,00,76,00,65,00,72,00,2f,\
00,33,00,32,00,30,00,2e,00,31,00,38,00,00,00,44,00,69,00,73,00,70,00,6c,00,\
61,00,79,00,2e,00,47,00,46,00,45,00,78,00,70,00,65,00,72,00,69,00,65,00,6e,\
00,63,00,65,00,2f,00,34,00,2e,00,31,00,31,00,2e,00,39,00,00,00,00,00
"NVIDIA.Update/4.11.9"=hex(7):44,00,69,00,73,00,70,00,6c,00,61,00,79,00,2e,00,\
55,00,70,00,64,00,61,00,74,00,65,00,2f,00,34,00,2e,00,31,00,31,00,2e,00,39,\
00,00,00,44,00,69,00,73,00,70,00,6c,00,61,00,79,00,2e,00,4e,00,56,00,49,00,\
52,00,55,00,53,00,42,00,2f,00,33,00,32,00,30,00,2e,00,31,00,38,00,00,00,44,\
00,69,00,73,00,70,00,6c,00,61,00,79,00,2e,00,44,00,72,00,69,00,76,00,65,00,\
72,00,2f,00,33,00,32,00,30,00,2e,00,31,00,38,00,00,00,44,00,69,00,73,00,70,\
00,6c,00,61,00,79,00,2e,00,47,00,46,00,45,00,78,00,70,00,65,00,72,00,69,00,\
65,00,6e,00,63,00,65,00,2f,00,34,00,2e,00,31,00,31,00,2e,00,39,00,00,00,00,\
00
"Display.Driver/320.18"=hex(7):44,00,69,00,73,00,70,00,6c,00,61,00,79,00,2e,00,\
55,00,70,00,64,00,61,00,74,00,65,00,2f,00,34,00,2e,00,31,00,31,00,2e,00,39,\
00,00,00,44,00,69,00,73,00,70,00,6c,00,61,00,79,00,2e,00,4e,00,56,00,49,00,\
52,00,55,00,53,00,42,00,2f,00,33,00,32,00,30,00,2e,00,31,00,38,00,00,00,4e,\
00,56,00,49,00,44,00,49,00,41,00,2e,00,55,00,70,00,64,00,61,00,74,00,65,00,\
2f,00,34,00,2e,00,31,00,31,00,2e,00,39,00,00,00,44,00,69,00,73,00,70,00,6c,\
00,61,00,79,00,2e,00,47,00,46,00,45,00,78,00,70,00,65,00,72,00,69,00,65,00,\
6e,00,63,00,65,00,2f,00,34,00,2e,00,31,00,31,00,2e,00,39,00,00,00,00,00
"Display.GFExperience/4.11.9"=hex(7):44,00,69,00,73,00,70,00,6c,00,61,00,79,00,\
2e,00,55,00,70,00,64,00,61,00,74,00,65,00,2f,00,34,00,2e,00,31,00,31,00,2e,\
00,39,00,00,00,44,00,69,00,73,00,70,00,6c,00,61,00,79,00,2e,00,4e,00,56,00,\
49,00,52,00,55,00,53,00,42,00,2f,00,33,00,32,00,30,00,2e,00,31,00,38,00,00,\
00,4e,00,56,00,49,00,44,00,49,00,41,00,2e,00,55,00,70,00,64,00,61,00,74,00,\
65,00,2f,00,34,00,2e,00,31,00,31,00,2e,00,39,00,00,00,44,00,69,00,73,00,70,\
00,6c,00,61,00,79,00,2e,00,44,00,72,00,69,00,76,00,65,00,72,00,2f,00,33,00,\
32,00,30,00,2e,00,31,00,38,00,00,00,00,00
"Display.PhysX/9.13.725"=hex(7):44,00,69,00,73,00,70,00,6c,00,61,00,79,00,2e,\
00,44,00,72,00,69,00,76,00,65,00,72,00,2f,00,33,00,33,00,31,00,2e,00,36,00,\
35,00,00,00,00,00
"Display.Driver/331.65"=hex(7):44,00,69,00,73,00,70,00,6c,00,61,00,79,00,2e,00,\
50,00,68,00,79,00,73,00,58,00,2f,00,39,00,2e,00,31,00,33,00,2e,00,37,00,32,\
00,35,00,00,00,00,00
"Display.Update/9.3.21"=hex(7):4e,00,56,00,49,00,44,00,49,00,41,00,2e,00,55,00,\
70,00,64,00,61,00,74,00,65,00,2f,00,39,00,2e,00,33,00,2e,00,32,00,31,00,00,\
00,47,00,46,00,45,00,78,00,70,00,65,00,72,00,69,00,65,00,6e,00,63,00,65,00,\
2e,00,4c,00,45,00,44,00,56,00,69,00,73,00,75,00,61,00,6c,00,69,00,7a,00,65,\
00,72,00,2f,00,31,00,2e,00,30,00,00,00,44,00,69,00,73,00,70,00,6c,00,61,00,\
79,00,2e,00,47,00,46,00,45,00,78,00,70,00,65,00,72,00,69,00,65,00,6e,00,63,\
00,65,00,2f,00,39,00,2e,00,33,00,2e,00,32,00,31,00,00,00,00,00
"NVIDIA.Update/9.3.21"=hex(7):44,00,69,00,73,00,70,00,6c,00,61,00,79,00,2e,00,\
55,00,70,00,64,00,61,00,74,00,65,00,2f,00,39,00,2e,00,33,00,2e,00,32,00,31,\
00,00,00,47,00,46,00,45,00,78,00,70,00,65,00,72,00,69,00,65,00,6e,00,63,00,\
65,00,2e,00,4c,00,45,00,44,00,56,00,69,00,73,00,75,00,61,00,6c,00,69,00,7a,\
00,65,00,72,00,2f,00,31,00,2e,00,30,00,00,00,44,00,69,00,73,00,70,00,6c,00,\
61,00,79,00,2e,00,47,00,46,00,45,00,78,00,70,00,65,00,72,00,69,00,65,00,6e,\
00,63,00,65,00,2f,00,39,00,2e,00,33,00,2e,00,32,00,31,00,00,00,00,00
"GFExperience.LEDVisualizer/1.0"=hex(7):44,00,69,00,73,00,70,00,6c,00,61,00,79,\
00,2e,00,55,00,70,00,64,00,61,00,74,00,65,00,2f,00,39,00,2e,00,33,00,2e,00,\
32,00,31,00,00,00,4e,00,56,00,49,00,44,00,49,00,41,00,2e,00,55,00,70,00,64,\
00,61,00,74,00,65,00,2f,00,39,00,2e,00,33,00,2e,00,32,00,31,00,00,00,44,00,\
69,00,73,00,70,00,6c,00,61,00,79,00,2e,00,47,00,46,00,45,00,78,00,70,00,65,\
00,72,00,69,00,65,00,6e,00,63,00,65,00,2f,00,39,00,2e,00,33,00,2e,00,32,00,\
31,00,00,00,00,00
"Display.GFExperience/9.3.21"=hex(7):44,00,69,00,73,00,70,00,6c,00,61,00,79,00,\
2e,00,55,00,70,00,64,00,61,00,74,00,65,00,2f,00,39,00,2e,00,33,00,2e,00,32,\
00,31,00,00,00,4e,00,56,00,49,00,44,00,49,00,41,00,2e,00,55,00,70,00,64,00,\
61,00,74,00,65,00,2f,00,39,00,2e,00,33,00,2e,00,32,00,31,00,00,00,47,00,46,\
00,45,00,78,00,70,00,65,00,72,00,69,00,65,00,6e,00,63,00,65,00,2e,00,4c,00,\
45,00,44,00,56,00,69,00,73,00,75,00,61,00,6c,00,69,00,7a,00,65,00,72,00,2f,\
00,31,00,2e,00,30,00,00,00,00,00
[HKEY_LOCAL_MACHINE\SOFTWARE\NVIDIA Corporation\nTune]
[HKEY_LOCAL_MACHINE\SOFTWARE\NVIDIA Corporation\nTune\PerApp]
[HKEY_LOCAL_MACHINE\SOFTWARE\NVIDIA Corporation\nTune\PerApp\NVIDIA nTune]
"HelpText"="1"
"CurrentTab"="0"
[HKEY_LOCAL_MACHINE\SOFTWARE\NVIDIA Corporation\nTune\PerApp\NVIDIA Performance Examiner]
"HelpText"="1"
"CurrentTab"="0"
[HKEY_LOCAL_MACHINE\SOFTWARE\NVIDIA Corporation\nTune\PerApp\NVIDIA Profile Manager]
"HelpText"="1"
"CurrentTab"="0"
[HKEY_LOCAL_MACHINE\SOFTWARE\NVIDIA Corporation\nTune\PerApp\NVIDIA System Monitor]
"HelpText"="1"
"CurrentTab"="0"
[HKEY_LOCAL_MACHINE\SOFTWARE\NVIDIA Corporation\NVControlPanel]
@=""
[HKEY_LOCAL_MACHINE\SOFTWARE\NVIDIA Corporation\NVControlPanel\RegisteredServers2]
"Dummy"="{00000000-0000-0000-0000-000000000001}"
[HKEY_LOCAL_MACHINE\SOFTWARE\NVIDIA Corporation\NvControlPanel2]
"InstalledClient"="C:\\Program Files\\NVIDIA Corporation\\Control Panel Client\\nvcplui.exe"
"InstalledClientDll"="C:\\Program Files\\NVIDIA Corporation\\Display\\nvui.dll"
"HelpFile"="C:\\Windows\\help\\nvcpl\\nvcpl.chm"
[HKEY_LOCAL_MACHINE\SOFTWARE\NVIDIA Corporation\NvControlPanel2\RegisteredServers]
"nTuneServer"="{FA7602F2-CC0D-4137-9831-D4606E9A2B52}"
"UpdateCenter"="{20486BE1-C1D1-4838-98FD-E9AF679AC701}"
"StereoVisionServer"="{C4A29158-1A7E-425f-B25E-80FA382AAA14}"
"DisplayPanelServer"="{73BCA54E-6AEB-4597-8F27-E1284FF12722}"
"GamesConfigServer"="{3156EC84-29BD-4EAA-AE0A-817ED606FA99}"
"MobileServer"="{01504157-8839-4BF6-9B5B-51165A967B2B}"
"Video_TVServer"="{3E500C0C-5D15-4610-8095-7CEBD4C43F24}"
"WorkStationServer"="{0EEC1AF6-7664-4D17-88A5-B71EF18A93BC}"
[HKEY_LOCAL_MACHINE\SOFTWARE\NVIDIA Corporation\NvControlPanel2\RegisteredServers\Overrides]
"{01504157-8839-4BF6-9B5B-51165A967B2B}"=dword:00000000
"{63005CD0-8541-439c-A66A-617F4B1F2BCB}"=dword:00000000
"{684FA5EB-5222-47eb-8448-C14391005105}"=dword:00000000
[HKEY_LOCAL_MACHINE\SOFTWARE\NVIDIA Corporation\NVIDIA Update Core]
@="C:\\Program Files\\NVIDIA Corporation\\NVIDIA Update Core"
[HKEY_LOCAL_MACHINE\SOFTWARE\NVIDIA Corporation\NVIDIA Updatus]
[HKEY_LOCAL_MACHINE\SOFTWARE\NVIDIA Corporation\NvTray]
[HKEY_LOCAL_MACHINE\SOFTWARE\NVIDIA Corporation\NvTray\0_nvupdt.dll]
"FullPath"="C:\\Program Files\\NVIDIA Corporation\\Update Common\\NvUpdt.dll"
[HKEY_LOCAL_MACHINE\SOFTWARE\NVIDIA Corporation\PhysXUpdateLoader]
[HKEY_LOCAL_MACHINE\SOFTWARE\NVIDIA Corporation\PhysXUpdateLoader\DllTable]
[HKEY_LOCAL_MACHINE\SOFTWARE\NVIDIA Corporation\PhysXUpdateLoader\DllTable\1F0D3CC8-ADDF-49b3-87B3-F232A762B0C8]
"dll_path"="C:\\Program Files\\NVIDIA Corporation\\PhysX\\Engine\\F232A762B0C8\\PhysXCore.dll"
[HKEY_LOCAL_MACHINE\SOFTWARE\NVIDIA Corporation\PhysXUpdateLoader\DllTable\3F527913-C421-4c9b-BDBA-C22346819C37]
"dll_path"="C:\\Program Files\\NVIDIA Corporation\\PhysX\\Engine\\C22346819C37\\PhysXCore.dll"
[HKEY_LOCAL_MACHINE\SOFTWARE\NVIDIA Corporation\PhysXUpdateLoader\DllTable\5A9F1682-9FE0-4c7f-A50E-5182B3C9EFEC]
"dll_path"="C:\\Program Files\\NVIDIA Corporation\\PhysX\\Engine\\5182B3C9EFEC\\PhysXCore.dll"
[HKEY_LOCAL_MACHINE\SOFTWARE\NVIDIA Corporation\PhysXUpdateLoader\DllTable\62849F71-B304-487f-BA78-82D8704BAB07]
"dll_path"="C:\\Program Files\\NVIDIA Corporation\\PhysX\\Engine\\82D8704BAB07\\PhysXCore.dll"
[HKEY_LOCAL_MACHINE\SOFTWARE\NVIDIA Corporation\PhysXUpdateLoader\DllTable\B1BD90FB-BC49-428a-8FF1-549B931E903E]
"dll_path"="C:\\Program Files\\NVIDIA Corporation\\PhysX\\Engine\\549B931E903E\\PhysXCore.dll"
[HKEY_LOCAL_MACHINE\SOFTWARE\NVIDIA Corporation\PhysXUpdateLoader\DllTable\B7525822-D374-43c2-8843-B1E4CC1EB042]
"dll_path"="C:\\Program Files\\NVIDIA Corporation\\PhysX\\Engine\\B1E4CC1EB042\\PhysXCore.dll"
[HKEY_LOCAL_MACHINE\SOFTWARE\NVIDIA Corporation\PhysXUpdateLoader\DllTable\BB1982D9-A929-41d9-A785-54500EB49567]
"dll_path"="C:\\Program Files\\NVIDIA Corporation\\PhysX\\Engine\\54500EB49567\\PhysXCore.dll"
[HKEY_LOCAL_MACHINE\SOFTWARE\NVIDIA Corporation\PhysX_SystemSoftware]
"PhysX (GPU) Version"="9.13.0725"
"PhysXCore Path"="C:\\Program Files\\NVIDIA Corporation\\PhysX\\Engine"
Let's hope there is a clue in these keys.
Last edited by vexed on 15 Nov 2013, 03:45, edited 1 time in total.
Reason: add code tags
Reason: add code tags
-
vexed
- Inactive

- Posts: 2538
- Joined: 27 Jul 2010, 02:07
Re: OpenGL1.2 + TED problem strikes again,now with nvidia ca
Sorry, forgot the export option makes hex entries, for most of the stuff, and we don't need that.
Let's do it this way, go to key [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Class\{some-long-hash-guid}\0000]
and do a screen shot, like I have done.
That way, we can read it.
To find the correct key, you should search for OpenGLDriverName and you should see something like the below, just make sure it is in this branch: HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Class\ Then we can see what it is doing...
Let's do it this way, go to key [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Class\{some-long-hash-guid}\0000]
and do a screen shot, like I have done.
That way, we can read it.
To find the correct key, you should search for OpenGLDriverName and you should see something like the below, just make sure it is in this branch: HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Class\ Then we can see what it is doing...
You do not have the required permissions to view the files attached to this post.
/facepalm ...Grinch stole Warzone

contra principia negantem non est disputandum
Super busy, don't expect a timely reply back.
Super busy, don't expect a timely reply back.
-
stiv
- Warzone 2100 Team Member

- Posts: 876
- Joined: 18 Jul 2008, 04:41
- Location: 45N 86W
Re: OpenGL1.2 + TED problem strikes again,now with nvidia ca
Don't do weird stuff. It usually doesn't work.It didn't work when I copied it and renamed it to opengl32.dll.
To 'use the nVidia driver' means actually installing the nVidia driver.
-
saviliana
- Rookie

- Posts: 18
- Joined: 09 Nov 2013, 17:24
Re: OpenGL1.2 + TED problem strikes again,now with nvidia ca
Thats it, and I did found out it was the driver file name I copied.vexed wrote:Sorry, forgot the export option makes hex entries, for most of the stuff, and we don't need that.
Let's do it this way, go to key [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Class\{some-long-hash-guid}\0000]
and do a screen shot, like I have done.
That way, we can read it.
To find the correct key, you should search for OpenGLDriverName and you should see something like the below, just make sure it is in this branch: HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Class\ Then we can see what it is doing...
You do not have the required permissions to view the files attached to this post.
-
vexed
- Inactive

- Posts: 2538
- Joined: 27 Jul 2010, 02:07
Re: OpenGL1.2 + TED problem strikes again,now with nvidia ca
That should be nvoglv32.dll
So... now, the question is, why did it leave off the .dll part ?
Go ahead and edit that line, and make it nvoglv32.dll
(not sure if a reboot is required or not) but, I assume so, then after reboot, run the game, and see what it does this time.
So... now, the question is, why did it leave off the .dll part ?
Go ahead and edit that line, and make it nvoglv32.dll
(not sure if a reboot is required or not) but, I assume so, then after reboot, run the game, and see what it does this time.
/facepalm ...Grinch stole Warzone

contra principia negantem non est disputandum
Super busy, don't expect a timely reply back.
Super busy, don't expect a timely reply back.
-
saviliana
- Rookie

- Posts: 18
- Joined: 09 Nov 2013, 17:24
Re: OpenGL1.2 + TED problem strikes again,now with nvidia ca
I change it, and reboot my system, then startup the game, but it is still telling me it only find and using the mircosoft one.vexed wrote:That should be nvoglv32.dll
So... now, the question is, why did it leave off the .dll part ?
Go ahead and edit that line, and make it nvoglv32.dll
(not sure if a reboot is required or not) but, I assume so, then after reboot, run the game, and see what it does this time.
Seems like the game can't open the latest OpenGL driver form Nvidia and decide to use the old mircosoft's but turns out it was too old to use with.
-
vexed
- Inactive

- Posts: 2538
- Joined: 27 Jul 2010, 02:07
Re: OpenGL1.2 + TED problem strikes again,now with nvidia ca
Unfortunately, there is only one idea left, but, I doubt you would like it. That is to reinstall the OS.saviliana wrote:I change it, and reboot my system, then startup the game, but it is still telling me it only find and using the mircosoft one.vexed wrote:That should be nvoglv32.dll
So... now, the question is, why did it leave off the .dll part ?
Go ahead and edit that line, and make it nvoglv32.dll
(not sure if a reboot is required or not) but, I assume so, then after reboot, run the game, and see what it does this time.
Seems like the game can't open the latest OpenGL driver form Nvidia and decide to use the old mircosoft's but turns out it was too old to use with.
Why do I say this ? Well, according to Microsoft, when we load in the openGL32.dll, the system is supposed to load the accelerated version. automagically.
That isn't happening on your system, and I can only think of, that something is corrupted.
/facepalm ...Grinch stole Warzone

contra principia negantem non est disputandum
Super busy, don't expect a timely reply back.
Super busy, don't expect a timely reply back.
