Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

XmlException in #51

Open
Blizzyrat opened this issue Mar 12, 2022 · 1 comment
Open

XmlException in #51

Blizzyrat opened this issue Mar 12, 2022 · 1 comment
Labels
Awaiting Information Waiting for user information before issue can be identified or solved.

Comments

@Blizzyrat
Copy link

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

  • 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
@baph-omet
Copy link
Owner

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.

@baph-omet baph-omet added the Awaiting Information Waiting for user information before issue can be identified or solved. label Mar 15, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Awaiting Information Waiting for user information before issue can be identified or solved.
Projects
None yet
Development

No branches or pull requests

2 participants