-
Notifications
You must be signed in to change notification settings - Fork 904
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ES not loading gamelist.xml #78
Comments
Try to do it again. If it doesn't work your SD card might be broken... I had that problem recently. |
Hmm.. ok I'll check it out. Thanks! |
I think something got corrupted at some point, I re-imaged my SD card and everything is cool now. I'd say it is safe to close this issue. Thanks! |
Hi, I was having this same problem, too. I was editing my gamelist.xml file by FTP'ing it over to my PC laptop and working in Dreamweaver...BAD IDEA! I started opening the XML directly from file manager inside X. Edited with Leafpad and never experienced the issue again. I think its safe to say a corruption occurs when saving in a PC environment and sending back to a Linux one. Hope this helps! |
This might be an issue with line endings... If you encounter this when copying config files from Windows->Linux first change the line endings to Unix in an editor (Leafpad/Notepad++/PSPad). This should probably be fixed in code too though... |
Hmm.. I've been doing all my editing in Notepad++ on a Windows box (FTP off and back on) and this seems to work fine. |
If it is a problem with line endings, I think the problem would lie within PugiXML - but it looks like the XML specification doesn't care about line ending style. |
Did you use the same config files again after reinstalling? Are they working now? Then it might have been a SD card corruption issue. |
Yes I did use the same and yes they are working fine now, thinking I had the same problem here. |
…iffs Instant Shutdown by only writing changes to gamelist.xml
Hello - Apologies if this has already been fixed, but I couldn't find anything searching.
I've been making custom changes to my gamelist.xml to clean up title names, etc and all has been going well so far. However I powered on my Pi earlier and launched ES to see a version that I had modified earlier today. My new changes aren't being picked up. ES sees the gamelist.xml file because when I remove it from the directory I get the standard out-of-the-box list. Any ideas why this would happen?
Thanks!
The text was updated successfully, but these errors were encountered: