3D not working since 382.53
I have an Epson TW5350 FullHD 3D projector. I could play without any issues since driver version 382.53. Whenever I try any version later that I got a crash when I click 3D on in Nvidia control panel and 3D setup kicks in. My projector goes to 3D, I see mousepointer is going to hourglass, then crash to desktop after few seconds: The name of the application that caused this error: nvstwiz.exe, version: 7.17.13.8528, time stamp: 0x598b8a42 The module that caused this error: nvd3dum.dll, version: 22.21.13.8528, time stamp: 0x598b8223 Exception code: 0xc0000005 Error position: 0x005f2ff3 Identifier of the process causing the error: 0x34fc The time when the application that caused the error was started: 0x01d3193b840e7bc6 The path to the application that caused the error: C: \ Program Files (x86) \ NVIDIA Corporation \ 3D Vision \ nvstwiz.exe The path of the module causing the error is: C: \ WINDOWS \ System32 \ DriverStore \ FileRepository \ nv_dispi.inf_amd64_9ab613610b40aa98 \ nvd3dum.dll Report ID: d4d6b6fe-0bfb-489a-bf35-60f76ecf8605 Full name of the package causing the error: Relative Application ID of the Issuing Package: What could cause this? :(
I have an Epson TW5350 FullHD 3D projector. I could play without any issues since driver version 382.53.
Whenever I try any version later that I got a crash when I click 3D on in Nvidia control panel and 3D setup kicks in. My projector goes to 3D, I see mousepointer is going to hourglass, then crash to desktop after few seconds:

The name of the application that caused this error: nvstwiz.exe, version: 7.17.13.8528, time stamp: 0x598b8a42
The module that caused this error: nvd3dum.dll, version: 22.21.13.8528, time stamp: 0x598b8223
Exception code: 0xc0000005
Error position: 0x005f2ff3
Identifier of the process causing the error: 0x34fc
The time when the application that caused the error was started: 0x01d3193b840e7bc6
The path to the application that caused the error: C: \ Program Files (x86) \ NVIDIA Corporation \ 3D Vision \ nvstwiz.exe
The path of the module causing the error is: C: \ WINDOWS \ System32 \ DriverStore \ FileRepository \ nv_dispi.inf_amd64_9ab613610b40aa98 \ nvd3dum.dll
Report ID: d4d6b6fe-0bfb-489a-bf35-60f76ecf8605
Full name of the package causing the error:
Relative Application ID of the Issuing Package:

What could cause this? :(

#1
Posted 08/19/2017 10:47 PM   
Please see my post below for a workaround. https://forums.geforce.com/default/topic/1013278/3d-vision/3d-vision-wizard-no-longer-works/post/5165831/#5165831
Please see my post below for a workaround.


https://forums.geforce.com/default/topic/1013278/3d-vision/3d-vision-wizard-no-longer-works/post/5165831/#5165831

Intel 7700k @ 4.2Ghz / 32GB @ 3200
Asus Z270 / 2 x Evga 1070
4 x Samsung 840 Raid 0
4 x Samsung 850 Pro Raid 0
Samsung 950 Pro
Epson 5040UB 3DTVPlay

#2
Posted 08/20/2017 12:17 AM   
The best thing to do is report the issue to NVIDIA, this is basically just a user to user forum... [url]http://nvidia.custhelp.com/app/chat/chat_launch/[/url] [url]http://nvidia.custhelp.com/app/ask[/url] [url]http://www.nvidia.com/object/driverqualityassurance.html[/url] [url]http://www.nvidia.com/object/support_readme.html[/url] ...not really sure which is the best way to do so though. Aside from that you can try enabling 3D through the Windows 10 Display Menu: Right-click Desktop > Display Settings > 3D Display Mode > On Or via an EnableS3D.VBS script, like so: [code]If WScript.Arguments.Length = 0 Then Set objShell = CreateObject("Shell.Application") objShell.ShellExecute "WScript","""" & WScript.ScriptFullName & """ RunAsAdmin",,"RunAs",1 WScript.Quit End if Set objShell = CreateObject("WScript.Shell") objShell.RegWrite "HKLM\SOFTWARE\WOW6432Node\NVIDIA Corporation\Global\Stereo3D\StereoVisionConfirmed","1","REG_DWORD" objShell.Run ("""C:\Program Files (x86)\NVIDIA Corporation\3D Vision\nvstlink.exe"" /enable")[/code] and then set up 3D in the Control Panel, Depth, Adv in-game settings, change/check Stereoscopic 3D display type, etc.
The best thing to do is report the issue to NVIDIA, this is basically just a user to user forum...
http://nvidia.custhelp.com/app/chat/chat_launch/
http://nvidia.custhelp.com/app/ask
http://www.nvidia.com/object/driverqualityassurance.html
http://www.nvidia.com/object/support_readme.html
...not really sure which is the best way to do so though.

Aside from that you can try enabling 3D through the Windows 10 Display Menu:
Right-click Desktop > Display Settings > 3D Display Mode > On

Or via an EnableS3D.VBS script, like so:
If WScript.Arguments.Length = 0 Then
Set objShell = CreateObject("Shell.Application")
objShell.ShellExecute "WScript","""" & WScript.ScriptFullName & """ RunAsAdmin",,"RunAs",1
WScript.Quit
End if
Set objShell = CreateObject("WScript.Shell")
objShell.RegWrite "HKLM\SOFTWARE\WOW6432Node\NVIDIA Corporation\Global\Stereo3D\StereoVisionConfirmed","1","REG_DWORD"
objShell.Run ("""C:\Program Files (x86)\NVIDIA Corporation\3D Vision\nvstlink.exe"" /enable")

and then set up 3D in the Control Panel, Depth, Adv in-game settings, change/check Stereoscopic 3D display type, etc.
#3
Posted 08/20/2017 01:07 AM   
[quote="mgriggs22"]Please see my post below for a workaround. https://forums.geforce.com/default/topic/1013278/3d-vision/3d-vision-wizard-no-longer-works/post/5165831/#5165831[/quote] Thanks a zillion! :) It worked like charm! I can enjoy newest driver and 3D again.
mgriggs22 said:Please see my post below for a workaround.


https://forums.geforce.com/default/topic/1013278/3d-vision/3d-vision-wizard-no-longer-works/post/5165831/#5165831


Thanks a zillion! :) It worked like charm!
I can enjoy newest driver and 3D again.

#4
Posted 08/20/2017 04:51 PM   
Scroll To Top