RhenaudTheLukark / CreateYourFrisk

Rhenaud The Lukark's Unitale fork
GNU General Public License v3.0
133 stars 56 forks source link

game corrupted save while trying to go to new home #119

Open octuaOSdev opened 2 weeks ago

octuaOSdev commented 2 weeks ago

so i went through each character one by one till i got to asriel. i immediatley went to the dog and went through. then i got an error saying "you should try to get these encounters the normal way hint: talk to the dog (wich i did) " then i restartet CYF (because it was the only option) and now its getting me an error that my save is corrupted / saved on a newer version(im using the latest anyway) so now my save file is dead

RhenaudTheLukark commented 2 weeks ago

I've been made aware of the problem, I'll keep you updated on it!

octuaOSdev commented 1 week ago

I've been made aware of the problem, I'll keep you updated on it!

thanks

RhenaudTheLukark commented 1 week ago

Right, I did get an update since.

As it turns out, the error is caused by an animation in the third fight using a sprite with a name which isn't capitalized right. While it works on Windows, it doesn't on Linux due to its case sensitiveness!

I suggest modifying the related encounter so you can run it from CYF's mod selector! You'll have the true culprit for what's going on by running the encounter like this!

You can remove some code in the encounter itself so it allows you running it from the mod selection screen

octuaOSdev commented 1 week ago

Right, I did get an update since.

As it turns out, the error is caused by an animation in the third fight using a sprite with a name which isn't capitalized right. While it works on Windows, it doesn't on Linux due to its case sensitiveness!

I suggest modifying the related encounter so you can run it from CYF's mod selector! You'll have the true culprit for what's going on by running the encounter like this!

You can remove some code in the encounter itself so it allows you running it from the mod selection screen

is there a way i can repair my save file?

RhenaudTheLukark commented 1 week ago

Your save file is NOT corrupted, please read my last message!