sam-ludlow / mame-ao

Run MAME easily, automatic download and setup for binaries and ROMs from archive.org
MIT License
91 stars 13 forks source link

FATAL ERROR: Unexpected end of file has occurred. The following elements are not closed: softwarelists. Line 1251074, position 1. #16

Closed paulmortlock closed 7 months ago

paulmortlock commented 7 months ago

Creating machine performance caches......done Existing SQLite database is old version re-creating: C:\Mame-ao\0264_software.sqlite Loading XML C:\Mame-ao\0264_software.xml ... !!! FATAL ERROR: Unexpected end of file has occurred. The following elements are not closed: softwarelists. Line 1251074, position 1.

System.Xml.XmlException: Unexpected end of file has occurred. The following elements are not closed: softwarelists. Line 1251074, position 1. at System.Xml.XmlTextReaderImpl.Throw(Exception e) at System.Xml.XmlTextReaderImpl.Throw(String res, String arg) at System.Xml.XmlTextReaderImpl.ThrowUnclosedElements() at System.Xml.XmlTextReaderImpl.ParseElementContent() at System.Xml.XmlTextReaderImpl.Read() at System.Xml.Linq.XContainer.ReadContentFrom(XmlReader r) at System.Xml.Linq.XContainer.ReadContentFrom(XmlReader r, LoadOptions o) at System.Xml.Linq.XElement.ReadElementFrom(XmlReader r, LoadOptions o) at System.Xml.Linq.XElement.Load(XmlReader reader, LoadOptions options) at System.Xml.Linq.XElement.Load(String uri, LoadOptions options) at Spludlow.MameAO.Database.DatabaseFromXML(String xmlFilename, String sqliteFilename, String assemblyVersion) at Spludlow.MameAO.Database.InitializeSoftware(String xmlFilename, String databaseFilename, String assemblyVersion) at Spludlow.MameAO.MameAOProcessor.Initialize() at Spludlow.MameAO.MameAOProcessor.Run()

sam-ludlow commented 7 months ago

Hello @paulmortlock

As you previously ran out of RAM it left some files in a mess.

Do the following:

NOTE: After first run mame-ao will sit on about 400MB.

Cheers Sam

image

paulmortlock commented 7 months ago

Cheers Sam I will try that out. Yes it is working now.

paulmortlock commented 7 months ago

Fantastic works so well.

sam-ludlow commented 7 months ago

Glad you got it working, closing ticket. Cheers