FWGS / xash3d-fwgs

Xash3D FWGS engine
1.58k stars 240 forks source link

MultiEmulator broke Windows XP compatibility #1854

Closed Srandista closed 1 month ago

Srandista commented 1 month ago

I know it's 2024, but last time, it was an easy fix, so maybe it'll be same this time as well.

Adding MultiEmulator broke Windows XP compatibility, Xash3D won't launch with following error messages:

xash3d.exe - Entry Point Not Found
The procedure entry point CompareStringEx could not be located in the dynamic link library KERNEL32.dll. 

Unable to load the xash.dll: The specified procedure could not be found.

If I use older xash.dll, the game will run just fine, but that kinda defeats the purpose.

a1batross commented 1 month ago

I will look into that.

a1batross commented 1 month ago

Could you check latest commit?

Srandista commented 1 month ago

It works again!