elizagamedev / mkxp-oneshot

mkxp, forked for OneShot
GNU General Public License v2.0
76 stars 28 forks source link

PHYSFS_init fails after new Win10 update #22

Open Ancurio opened 5 years ago

Ancurio commented 5 years ago

Just wanted to give you guys a heads up about a problem I recently fixed on my branch; Physfs_init fails after a recent Windows 10 update, but I unfortunately forgot to check the success of said function, so it took a while to debug. Definitely upgrade to physfs 3.0.2 if you're getting segfaults in PHYSFS_mount(). I'd also advice checking the return value of PHYSFS_init(); I saw you guys placed it somewhere, so you won't be able to pull from me.