#82649
bobbyt
Participant

I think the issue has to do with the starting format for the XML files under:

/home/pi/.emulationstation/gamelists/*/gamelist.xml

By default I think they contain:

<?xml version="1.0"?>
<gameList/>

Which messes with the scrapers. If you manually replace the contents of the files with:

<?xml version="1.0"?>
<gameList>
</gameList>

I then run the scraper, I believe it will work…