First post, by cicicleta
I am making a 3D stereo fix for Mount & Blade: Warband + Clash of Kings mod using dgVoodoo2 (DX9→DX11) + geo-11. The fix works perfectly on GTX 1660 Super and GTX 1050 Ti, but crashes on RTX 4060 (Ada Lovelace) with driver 581.42 exactly at the moment of transition to gameplay.
The crash occurs in dgVoodoo2's d3d9.dll with access violation (0xc0000005). Without dgVoodoo2 or without the mod the game runs fine on the RTX 4060.
I have tested multiple versions of dgVoodoo2 and multiple NVIDIA drivers (536.40 to 581.42) with the same result. I also tried DeferredScreenModeSwitch=true and AppControlledScreenMode=true without success.
Windows Event Log:
Faulting application name: mb_warband.exe
Faulting module name: d3d9.dll, version: 4.9.0.904, timestamp: 0x68606c56
Exception code: 0xc0000005
Fault offset: 0x00012b2a
Any idea what could cause this specifically on Ada Lovelace GPUs?
Thanks