We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 15eb101 commit 1ffa737Copy full SHA for 1ffa737
GeneralsMD/Code/Libraries/Source/WWVegas/WW3D2/dx8wrapper.cpp
@@ -627,6 +627,11 @@ bool DX8Wrapper::Create_Device(void)
627
_PresentParameters.AutoDepthStencilFormat==D3DFMT_D24X8))
628
{
629
_PresentParameters.AutoDepthStencilFormat=D3DFMT_D16;
630
+
631
+ // TheSuperHackers @bugfix xezon 13/06/2025 Front load the system dbghelp.dll to prevent
632
+ // the graphics driver from potentially loading the old game dbghelp.dll and then crashing the game process.
633
+ DbgHelpGuard dbgHelpGuard;
634
635
hr = D3DInterface->CreateDevice
636
(
637
CurRenderDevice,
0 commit comments