Closed paulmortlock closed 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
Cheers Sam I will try that out. Yes it is working now.
Fantastic works so well.
Glad you got it working, closing ticket. Cheers
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()