sfall-team / sfall

sfall - Engine modifications for Fallout 2
https://sfall-team.github.io/sfall/
GNU General Public License v3.0
342 stars 40 forks source link

Memory access error. #554

Closed Mulligan81 closed 3 months ago

Mulligan81 commented 3 months ago

I've installed latest SFall (4.4.4). I've successfully compiled attached source code (as ReleaseXP) using the MS Visual C++ (2019). Now when I copy the newly created ddraw.dll to my F2 installation folder i get when starting a new game! PLEASE HELP! Thx in advance.

NovaRain commented 3 months ago

https://github.com/sfall-team/sfall/pull/513 The last XP toolset from VS2017 (v141_xp) has a bug that would cause the game to crash on load in certain cases. Use VS2015 one (v140_xp) instead.

Also, there's already the build instruction in the readme on the main page.

Mulligan81 commented 3 months ago

Ok. Big THX. I'll try!