Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Games (for example: MOTHER 3 Patched w/ Fan Translation 1.2) aren't creating the proper save files. #123

Open
TopHatHipster opened this issue Oct 22, 2018 · 4 comments

Comments

@TopHatHipster
Copy link

TopHatHipster commented Oct 22, 2018

Some games (I only found MOTHER 3 patched with the 1.2 version of the English fan translation) create invalid save files which causes the game not to want to save or is unable to open up the save file.

In MOTHER 3's case: it uses 128kB save files instead of the usable 64kB save file. It is not the game's fault as another GBA libretro core (VBA-Next) can create a proper save file for the game just fine.

Might be the result of an error in this save data code.

@bslenul
Copy link

bslenul commented Oct 23, 2018

So I tried yesterday with an "old" version of the core (0.7-WIP 9dd7301) and it worked fine, I could save and load without any problem (the .srm file was 64KB):

image

Then I updated the core to the latest version (using the RA Core Updater) and on the main menu of the game the "LOAD" option was gone and the .srm file is now 128KB.

If I switch back to the "old" core the "LOAD" option reappears and the .srm is back to 64KB.

Both my 64KB and 128KB .srm files if that can help somehow: Mother_3_saves.zip

@jdgleaver
Copy link

I can confirm that this is an upstream issue - I've reported it at the main repo: issue #1221

@TopHatHipster
Copy link
Author

I can confirm that this is an upstream issue - I've reported it at the main repo: issue #1221

Thank you very much for the much more detailed information. I hope this'll be solved very soon.

@Awakened0
Copy link

Should be fixed now: 9262475

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants