FunkyFr3sh / cnc-ddraw

GDI, OpenGL and Direct3D 9 re-implementation of the DirectDraw API for classic 2D games for better compatibility with Windows 2000, XP, Vista, 7, 8, 10, 11, Wine (Linux/macOS/Android) and Virtual Machines
https://discord.gg/afWXJNDDF5
MIT License
2.12k stars 143 forks source link

Sudden Strike 2 crash #323

Closed SAM1430B closed 3 weeks ago

SAM1430B commented 3 weeks ago

Greeting!

I love your work it fulfills my needs especially the config file.

To get the point, the game crashes on 640x480 although it works fine on other resolutions.

cnc-ddraw-1.dmp

cnc-ddraw-1.log

FunkyFr3sh commented 3 weeks ago

should be fixed now:

cnc-ddraw.zip

.

If Alt+Tab isn't working for you (related to some compatibility mode) then also put this winmm.dll into your game folder:

Alt-Tab-Fix.zip

SAM1430B commented 3 weeks ago

Indeed! Thank you🤍🤍

I haven't notice any issue even alt-tabbing works well.

Have a good day.

SAM1430B commented 3 weeks ago

winmm.dll seems to be fixing keyboard issue where i couldn't force it to use a certain window using some sort of injection

Great work!