shinyquagsire23 / OpenJKDF2

A cross-platform reimplementation of JKDF2 in C
Other
487 stars 38 forks source link

The procedure entry point CreateFile2 could not be located in the dynamic link library KERNEL32.dll #289

Open CanisLupusGris opened 7 months ago

CanisLupusGris commented 7 months ago

Hello, I guess I must be doing something wrong, or possibly I have an issue with PC. I downloaded release v0.9.1. and put the mod exe file in JKDF2 foldr (GOG version). But when I try to tun it, i get the error message: "The procedure entry point CreateFile2 could not be located in the dynamic link library KERNEL32.dll". Any tip what could be wrong/solution? I am runnning win 7 with all security patches, Intel core i5-3570K, 16GB RAM. Thank you for any tip

shinyquagsire23 commented 6 months ago

Hmmm, it's possible MinGW finally pulled the plug and removed Win7 support, because I haven't actually changed anything that I'm aware of. I'll look into it for the next release though.

Win7 support is something that I'm kinda mixed on because like, there's definitely a point where it becomes an uphill battle to support it well. But on the flip side, the game originally supported Windows 95, so it's hardly impossible. At some point what I might do is make 32-bit minspec version and Win7 (and maybe WinXP/Win95) support will live there.