DeltaJordan / BotW-Save-Manager

BOTW Save Manager for Switch and Wii U
GNU Affero General Public License v3.0
340 stars 38 forks source link

Error Writing Save to Disk #2

Closed RugarPastrana closed 5 years ago

RugarPastrana commented 5 years ago

Hi, I'm trying to convert a save from Wii U to Switch, and I cant save it. I Attach my most recent log. Greetings 15-01-19-1.log

DeltaJordan commented 5 years ago

From what I can tell, your save converted in memory correctly but then failed to write to disk. On top of that, it looks like your log either failed to print the stacktrace of the error or just didn't due to the way I used the logging methods. I (hopefully) addressed the latter issue in the latest release, try to convert your save again with this version https://github.com/JordanZeotni/BotW-Save-Manager/releases/tag/1.1.2

RugarPastrana commented 5 years ago

Hi, It failed again when trying to write to disk.

16-01-19-1.log

RugarPastrana commented 5 years ago

This is the Save I want to convert, maybe you can check on it and tell me if something is wrong

https://drive.google.com/file/d/11UIeM8CtdybFkiQa_8rtwFkowcVtC1uC/view?usp=sharing

DeltaJordan commented 5 years ago

I didn't even notice when looking through your first log but there's for some reason a game_data.sav file in the root of your save folder that shouldn't be there normally.

image

Try deleting it and see if everything works once you try it on the Switch.

In light of this, I'll be working on logging and error handling a bit more information for crashes to in turn allow the possibility of similar issues be resolved by users.

RugarPastrana commented 5 years ago

Welp,It works!

I don't know why that file was created, i used Saviine to rip my save from Wii U.

Anyway, I am using my old savestate on Switch, thank you so much!

DeltaJordan commented 5 years ago

Alright I'm glad we got that sorted out! Thanks a lot for your helpful reporting.