Translation of error code (SOLVED)
-
Giid evening,
I have still issues with ingame-saving with lr-ppsspp.
I did run a game in verbose-mode and got error-messages but cant translate them.
I hope anyone has an idea :), here is what it teils me:[libretro ERROR] [FILESYS] DirectoryFileSystem::OpenFile('/PSP/SAVEDATA/NPUZ00300DATA10/PARAM.SFO'): FAILED, 2 - access = 1''
[libretro ERROR] [FILESYS] DirectoryFileSystem::OpenFile('/PSP/SAVEDATA/NPUZ00300DATA10/PARAM.SFO'): FAILED, 2 - access = 26''
Thanks in Advance & Kind Regards
-
Please post the entire log (on pastebin.com) along with the version of the software used (emulator) and game you're running. We don't have a crystal ball.
-
@mitu oh, sorry, i thought it would be enough to post just the two error messages of the log.
So i guess it is not that easy as saying "´error access = 26´means disk full, so get some space!"I cannot use pastebin as i dont have a PC at all :/, no desktop, no laptop, no tablet.
It is just me, my pi and my smartphone :DThanks anyway!
As i have to rebuild from scratch once bullseye-retropie is released i can live with the current situation :D -
@sirhenrythe5th said in Translation of error code:
So i guess it is not that easy as saying "´error access = 26´means disk full, so get some space!"
Context matters, the filepath looks incorrect.
It is just me, my pi and my smartphone :D
Copy the file to the
roms
folder, then browse from your phone via SMB and upload the file. Or via command line:curl -s -F "content=</dev/shm/runcommand.log" https://dpaste.com/api/
EDIT: fixed the
curl
command. -
@mitu thank you once again mitu, i will do so in the evening when i am home again!
-
I hope this works :)
-
I think the issue may be that the save folder config is empty in RetroArch (default in RetroPie) and PPSSPP doesn't check for it, instead it tries to create a sub-folder in it, but it cannot.
You can try settingsavefile_directory = "/home/pi/RetroPie/roms/ppsspp"
in/opt/retropie/configs/psp/retroarch.cfg
and see if the savefiles are created. -
@mitu they are!!!
Thank you so much, perfect advise - as usual!
Contributions to the project are always appreciated, so if you would like to support us with a donation you can do so here.
Hosting provided by Mythic-Beasts. See the Hosting Information page for more information.