narzoul / DDrawCompat

DirectDraw and Direct3D 1-7 compatibility, performance and visual enhancements for Windows Vista, 7, 8, 10 and 11
BSD Zero Clause License
907 stars 69 forks source link

Latest release game won't launch #90

Closed WrathX closed 3 years ago

WrathX commented 3 years ago

Hello. I've been trying out all your experimental releases for a long time with the game Project Visitor and with each release the game ran better and better. For some reason with this latest release 0.3.0 the game suddenly doesn't launch at all now. Not sure what changed. Still have copies of the older versions to run the game.

narzoul commented 3 years ago

Try renaming/removing the dbghelp.dll file in the executable's directory. Windows should have a newer version of the file preinstalled anyway, and this old version seems to cause problems for the new dbgeng.dll dependency of DDrawCompat. (Although this dependency was already introduced with the previous experimental release on March 28, maybe you didn't test that one?)

WrathX commented 3 years ago

That was exactly the issue thank you! You are correct about not testing the March 28th one. after posting yesterday I had realized that I had missed trying that one. Thanks again!