Error finding/creating FileData
-
every time i play something i see this just annoying to see it (still loading and playing ) -
lv10: Error finding/creating FileData For ""home/pi/roms/...."", skipping.
anyone knows how to fix it ?
thanks -
@shavecat Did you modify the
es_systems.cfg
config file ? -
@mitu
Yes sure - maybe that what doing that if it goes to default its working .
its like that the Error ones -
<system>
<name>amiga</name>
<fullname>Commodore Amiga</fullname>
<path>/media/usb0/roms/amiga</path>
<extension>.adf .adz .dms .ipf .lha .sh .uae .zip .ADF .ADZ .DMS .IPF .LHA .SH .UAE .ZIP</extension>
<command>/opt/retropie/supplementary/runcommand/runcommand.sh 0 SYS amiga %ROM%</command>
<platform>amiga</platform>
<theme>amiga</theme>
</system>
<system>
<name>amigacd32</name>
<fullname>Commodore Amiga CD32</fullname>
<path>/media/usb0/roms/amigacd32</path>
<extension>.cue</extension>
<command>/opt/retropie/supplementary/runcommand/runcommand.sh 0 SYS amiga %ROM%</command>
<platform>amigacd32</platform>
<theme>amigacd32</theme>
</system>
<system>
<name>openborbeta</name>
<fullname>openborbeta</fullname>
<path>/home/pi/RetroPie/roms/ports/openbor</path>
<extension>.pak .PAK</extension>
<command>/home/pi/openbor_openbeta/OpenBOR %ROM% > /dev/null 2>&1</command>
<platform>pc</platform>
<theme>openborbeta</theme>
</system>
...
just change the PATH .
those are the only ones how saying Error the others works perfect -
Please post the complete file on pastebin.com.
-
@mitu
like that ?
https://pastebin.com/FsnxnbVV -
You have an error at line 864 and 874
>
and&
are not a valid text chars in an XML node text. For instance<command>/home/pi/openbor_openbeta/OpenBOR %ROM% > /dev/null 2>&1</command>
must be escaped as
<command>/home/pi/openbor_openbeta/OpenBOR %ROM% > /dev/null 2 >&1</command>
Fix that and re-try.
-
@mitu
Thanks :))
didnt work , even get my openbor not working...
got it back like it was.
also its doing it for the Amiga , and i just change the <path>/media/usb0/roms/amiga</path> -
@shavecat did you ever remedy?
-
@derpyder
Dont have that problem anymore...
it was my old pi3
switch to pi4 so start all new (that fix it ;) )
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.