You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
codedwrench
pushed a commit
to codedwrench/mkxp-oneshot
that referenced
this issue
Nov 14, 2022
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.
The text was updated successfully, but these errors were encountered: