#21891
spiffo
Participant

OK, I’ve solved it !

The default gamelist.xml files are not formatted correctly, if you open one in a Text Editor it is formatted like this:

<?xml version=”1.0″?>
<gameList />

What you need to do is correctly format the default gamelist.xml like this:

<?xml version=”1.0″?>
<gameList>
</gameList>

No idea why they are all wrong as this was built from a 2.3 image and I didn’t alter them ???