rg35xx-cfw / rg35xx-cfw.github.io

RG35XX Custom Firmware Documentation
418 stars 3 forks source link

v40 Emulators and Ports crash immediately #202

Open 6jarjar6 opened 3 months ago

6jarjar6 commented 3 months ago

2024-03-26 00:30:08,569 ERROR (unixSettings.py:36):init [Errno 5] Input/output error: '/userdata/system/configs/retroarch/retroarchcustom.cfg' 2024-03-26 00:30:08,579 ERROR (emulatorlauncher:606): configgen exception: Traceback (most recent call last): File "/usr/bin/emulatorlauncher", line 604, in exitcode = main(args, maxnbplayers) ^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/bin/emulatorlauncher", line 99, in main return start_rom(args, maxnbplayers, args.rom, args.rom) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/bin/emulatorlauncher", line 266, in start_rom cmd = generator.generate(system, rom, playersControllers, metadata, guns, whee ls, gameResolution) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ^^^^^^^^^^^^^^^^^^^ File "/usr/lib/python3.11/site-packages/configgen/generators/libretro/libretroGe nerator.py", line 70, in generate libretroRetroarchCustom.generateRetroarchCustom() File "/usr/lib/python3.11/site-packages/configgen/generators/libretro/libretroRe troarchCustom.py", line 86, in generateRetroarchCustom retroarchSettings.write() File "/usr/lib/python3.11/site-packages/configgen/settings/unixSettings.py", lin e 39, in write fp = open(self.settingsFile, 'w') ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ OSError: [Errno 5] Input/output error: '/userdata/system/configs/retroarch/retroar chcustom.cfg' ~ ~ ~ ~ ~ ~ ~ 20,4 All

/bin/sh: 1: batocera-mouse: not found evmapy: no process found /bin/sh: 1: batocera-mouse: not found 2024-03-26 00:33:30,659 ERROR (emulatorlauncher:606): configgen exception: Traceback (most recent call last): File "/usr/bin/emulatorlauncher", line 604, in exitcode = main(args, maxnbplayers) ^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/bin/emulatorlauncher", line 99, in main return start_rom(args, maxnbplayers, args.rom, args.rom) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/bin/emulatorlauncher", line 266, in start_rom cmd = generator.generate(system, rom, playersControllers, metadata, guns, whee ls, gameResolution) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ^^^^^^^^^^^^^^^^^^^ File "/usr/lib/python3.11/site-packages/configgen/generators/ppsspp/ppssppGenera tor.py", line 18, in generate ppssppConfig.writePPSSPPConfig(system) File "/usr/lib/python3.11/site-packages/configgen/generators/ppsspp/ppssppConfig .py", line 34, in writePPSSPPConfig with open(ppssppConfig, 'w') as configfile: ^^^^^^^^^^^^^^^^^^^^^^^ OSError: [Errno 5] Input/output error: '/userdata/system/configs/ppsspp/PSP/SYSTEM /ppsspp.ini' ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ 20,4 All

Apologies for formatting I am using a phone

acmeplus commented 3 months ago

This looks like corruption, the input output errors look like the system is trying to access some files but cannot get them. If you are using 1 SDCARD, try to rename/move the system folder from the last partition and try again.

6jarjar6 commented 2 months ago

@acmeplus I am using 2 SD cards. And I reflashed v40 and got the same error, using Balena. Is there software you'd recommend for checking to see if there's a bad sector on the SD card? I have a good SD card Samsung evo.

WesRichardson33 commented 2 months ago

I had the same problem with a 2 card setup and I copied the files to another card and it seems to fix the issue, maybe the card went bad. If something comes up I will post here again.

saylanc commented 2 months ago

Try repairing SD card with a partition manager. Same thing happened to me, after repairing the volume everything started working as expected.

WesRichardson33 commented 2 months ago

Thanks, I'm guessing I did that by coping things over to another card. I will keep this in mind if it happens again