hrydgard / ppsspp

A PSP emulator for Android, Windows, Mac and Linux, written in C++. Want to contribute? Join us on Discord at https://discord.gg/5NJB6dD or just send pull requests / issues. For discussion use the forums at forums.ppsspp.org.
https://www.ppsspp.org
Other
10.77k stars 2.12k forks source link

Silent Hill Shattered Memories - Memory Stick issue does not contain my profile save data #19275

Open ElGalleg0 opened 1 week ago

ElGalleg0 commented 1 week ago

Game or games this happens in

ULES-01352 - Silent Hill Shattered Memories

What area of the game / PPSSPP

What happens is that when you want to save for the first time it saves normally, however, when you want to overwrite your save, it says "The Memory Stick already inserted does not contain the saved data of your profile. Insert again the Memory Stick that contains the saved data of your profile". It is as if you cannot overwrite the save.

This error as far as I have seen only affects android, I have tried on Windows and it does not occur. I have tried everything to solve it, try restarting the emulator, try uninstalling and reinstalling the emulator, try with other builds, also try to change the repositories of the most appropriate saves (similar to how they are in Windows), even if you delete and make new saves does not work.

image

I could try making savestates, but what happens is that this problem goes further and also does not let you save the photos taken with the game phone, a central element of the game and when you take the picture and try to save it you get stuck in the error box.

I hope you can please help me and tell me what is happening, I saw that a similar error happens in Monster Hunter Freedom Unite, however the solution to this did not work when I tried with Silent Hill Shattered Memories.

What should happen

You should save normally, either in the start menu or using the cell phone. It should also let you take pictures normally and save them.

Logs

No response

Platform

Android

Mobile device model or graphics card (GPU)

Adreno 610

PPSSPP version affected

v1.17.1

Last working version

No response

Graphics backend (3D API)

OpenGL / GLES

Checklist

anr2me commented 1 week ago

Have you tried changing the I/O Timing method?

ElGalleg0 commented 1 week ago

Have you tried changing the I/O Timing method?

Actually no, until you wrote that message, I tried all the options like "Simulate UMD Delays." and nothing changed, it's a bit frustrating since the PSP version is the one with the best controls for mobile devices.

hrydgard commented 1 week ago

Hm, likely some kind of file attribute / permission issue, where the semantics of Android scoped storage doesn't match what the game expects well enough. Will try to look into it soon.