You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
System.Xml.XmlException: '=' is an unexpected token. The expected token is ';'. Line 32, position 175.
at System.Xml.XmlTextReaderImpl.Throw(Exception e)
at System.Xml.XmlTextReaderImpl.HandleEntityReference(Boolean isInAttributeValue, EntityExpandType expandType, Int32& charRefEndPos)
at System.Xml.XmlTextReaderImpl.ParseAttributeValueSlow(Int32 curPos, Char quoteChar, NodeData attr)
at System.Xml.XmlTextReaderImpl.ParseAttributes()
at System.Xml.XmlTextReaderImpl.ParseElement()
at System.Xml.XmlTextReaderImpl.ParseElementContent()
at System.Xml.XmlLoader.LoadNode(Boolean skipOverWhitespace)
at System.Xml.XmlLoader.LoadDocSequence(XmlDocument parentDoc)
at System.Xml.XmlDocument.Load(XmlReader reader)
at System.Xml.XmlDocument.Load(String filename)
at ApexLauncher.VersionAudio.GetAllVersions()
at ApexLauncher.VersionAudio.FromNumber(Int32 number)
at ApexLauncher.VersionGameFiles.GetAllVersions()
at ApexLauncher.VersionGameFiles.FromString(String str)
at ApexLauncher.Config.LoadConfig()
at ApexLauncher.Program.Initialize()
at ApexLauncher.Program.Main()
Configuration
Current Launcher Version: 1.7.2.0
Current Game Version:
Install Path: C:\Users\marsm\Downloads
Files
config.txt
C:\Users\marsm\Downloads:
C:\Users\marsm\Downloads\Versions:
C:\Users\marsm\Downloads\Versions\ALPHA 9
Game.exe
Game.ini
Game.rgssad
gif.dll
RGSS102E.dll
RGSS104E.dll
rgssdisp.dll
rubyscreen.dll
C:\Users\marsm\Downloads\Versions:
C:\Users\marsm\Downloads\Versions\ALPHA 9.3p
C:\Users\marsm\Downloads\Versions\ALPHA 9.3p
Game.exe
Game.ini
Game.rgssad
gif.dll
RGSS102E.dll
RGSS104E.dll
rgssdisp.dll
rubyscreen.dll
C:\Users\marsm\Downloads\Versions:
C:\Users\marsm\Downloads\Versions\Audio v1
Environment
Locale: en-US
Operating System: Microsoft Windows NT 6.2.9200.0
.NET Runtime Version: 4.0.30319.42000
The text was updated successfully, but these errors were encountered:
This is an odd issue. It looks like the error occurred when trying to parse the audio version manifest. Have you edited that file at all? That's the only way I can think of that this issue might occur.
Exception Details
System.Xml.XmlException: '=' is an unexpected token. The expected token is ';'. Line 32, position 175.
at System.Xml.XmlTextReaderImpl.Throw(Exception e)
at System.Xml.XmlTextReaderImpl.HandleEntityReference(Boolean isInAttributeValue, EntityExpandType expandType, Int32& charRefEndPos)
at System.Xml.XmlTextReaderImpl.ParseAttributeValueSlow(Int32 curPos, Char quoteChar, NodeData attr)
at System.Xml.XmlTextReaderImpl.ParseAttributes()
at System.Xml.XmlTextReaderImpl.ParseElement()
at System.Xml.XmlTextReaderImpl.ParseElementContent()
at System.Xml.XmlLoader.LoadNode(Boolean skipOverWhitespace)
at System.Xml.XmlLoader.LoadDocSequence(XmlDocument parentDoc)
at System.Xml.XmlDocument.Load(XmlReader reader)
at System.Xml.XmlDocument.Load(String filename)
at ApexLauncher.VersionAudio.GetAllVersions()
at ApexLauncher.VersionAudio.FromNumber(Int32 number)
at ApexLauncher.VersionGameFiles.GetAllVersions()
at ApexLauncher.VersionGameFiles.FromString(String str)
at ApexLauncher.Config.LoadConfig()
at ApexLauncher.Program.Initialize()
at ApexLauncher.Program.Main()
Configuration
Files
config.txt
Game.exe
Game.ini
Game.rgssad
gif.dll
RGSS102E.dll
RGSS104E.dll
rgssdisp.dll
rubyscreen.dll
Game.exe
Game.ini
Game.rgssad
gif.dll
RGSS102E.dll
RGSS104E.dll
rgssdisp.dll
rubyscreen.dll
Environment
The text was updated successfully, but these errors were encountered: