Homepage › Forums › RetroPie Project › Everything else related to the RetroPie Project › errors saving gamelist.xml
- This topic has 12 replies, 4 voices, and was last updated 10 years, 8 months ago by
InsecureSpike.
-
AuthorPosts
-
02/19/2015 at 15:49 #88123
InsecureSpike
Participantguys whenever i exit emulation station All of my gamelist.xml return errors,
i have a custom es_systems.cfg [re ordered list], but even when i use my stock back up i still get these issues..lvl10: Error saving gamelist.xml to ""/home/pi/.emulationstation/gamelists/[then system name folder]/gamelist.xml"" lvl10: Error saving gamelist.xml to ""/home/pi/RetroPie/roms[then system name folder]/gamelist.xml""but they all work perfectly in emulation station
anyone else suffer with this?02/19/2015 at 15:56 #88126Anonymous
InactiveI would first check the permissions of the file
ls -lahSome Time ago i had some similar problem and solved it with deleting the file manually and rescrapping
02/19/2015 at 16:03 #88129InsecureSpike
Participantok, thanks for the reply,
what should the permissions be?
if the permissions are wrong, is there no way of edition them to correct them?
02/19/2015 at 16:06 #88131labelwhore
ParticipantSince I don’t plan on having my PI connected to the internet once everything is up and running correctly, I just go for broke and set permissions to 777 on anything I’ve needed to edit.
02/19/2015 at 16:29 #88136InsecureSpike
Participantok, so what command do I need to set the rom folder home/pi/RetroPi/roms to 777?
thanks in advance
02/19/2015 at 16:39 #88138labelwhore
Participantsudo chmod 777 -R /home/pi/Retropie/romsfor specific files, just remove the -R and add the filename to the end of the path. The -R sets permissions on all the files and subfolders under that folder specified including permissions of the top level folder.
02/19/2015 at 16:51 #88142InsecureSpike
Participantthat’s awesome! thanks fella! I’ll try this when I get home
02/19/2015 at 18:12 #88171InsecureSpike
Participantoh no!
i did..
sudo chmod 777 -R /home/pi/Retropie/romsand it sent my boot up into an “emulation station boot screen” loop lol
02/19/2015 at 18:26 #88175Anonymous
Inactivemhh… this shouldn’t happen….
my permission is
-rw-r–r– 1 pi pi 22615 Jan 20 21:25 gamelist.xml
put the sd-card into your linux pc and just change back…
the dir permission should berwxr-xr-x 2 pi pi 4096 Jan 21 23:19 .sudo chmod 755 -R /home/pi/Retropie/romsroms and files can be
rwxrwxrwx 1 pi pi 524800 Apr 9 2005 *.smc
(*.smc file ending of the rom)so just
sudo chmod 777 /home/pi/Retropie/roms/*.smc02/19/2015 at 18:35 #88176InsecureSpike
Participantno probs, i’m starting with a clean install and ill go from there
thanks for the help guys
02/19/2015 at 18:57 #88177petrockblog
Keymasterchmodding to 777 is not correct. That will make everything world read/writable and set the executable flag.
chown -R pi:pi ~/RetroPie/roms/to make sure all roms are writable by the pi user.
chown -R pi:pi ~/.emulationstation/to make sure pi user can write the gameslists etc.
02/19/2015 at 18:57 #88178petrockblog
Keymasterof course none of this should be needed. ~/.emulationstation can get the wrong permissions if emulationstation is run via sudo though.
02/19/2015 at 21:09 #88195InsecureSpike
Participantawesome thanks, buzz
-
AuthorPosts
- The forum ‘Everything else related to the RetroPie Project’ is closed to new topics and replies.