Skip to content
This repository was archived by the owner on Jun 17, 2020. It is now read-only.
This repository was archived by the owner on Jun 17, 2020. It is now read-only.

5.8 versions crash on Linux #40

@npalladium

Description

@npalladium

App crashes with the following error:

APP CRASH!!!

System.Xml.XmlException: Data at the root level is invalid. Line 1753, position 25.
  at System.Xml.XmlTextReaderImpl.Throw (System.Exception e) [0x00027] in <25129339fbf2468889e2595a9c2a2d82>:0 
  at System.Xml.XmlTextReaderImpl.Throw (System.String res, System.String arg) [0x00029] in <25129339fbf2468889e2595a9c2a2d82>:0 
  at System.Xml.XmlTextReaderImpl.Throw (System.String res) [0x00000] in <25129339fbf2468889e2595a9c2a2d82>:0 
  at System.Xml.XmlTextReaderImpl.ParseRootLevelWhitespace () [0x0012c] in <25129339fbf2468889e2595a9c2a2d82>:0 
  at System.Xml.XmlTextReaderImpl.ParseDocumentContent () [0x002d4] in <25129339fbf2468889e2595a9c2a2d82>:0 
  at System.Xml.XmlTextReaderImpl.Read () [0x0008c] in <25129339fbf2468889e2595a9c2a2d82>:0 
  at System.Xml.Linq.XContainer.ReadContentFrom (System.Xml.XmlReader r) [0x00025] in <17fe09b4744a43bc8d5957d04378f101>:0 
  at System.Xml.Linq.XContainer.ReadContentFrom (System.Xml.XmlReader r, System.Xml.Linq.LoadOptions o) [0x00005] in <17fe09b4744a43bc8d5957d04378f101>:0 
  at System.Xml.Linq.XDocument.Load (System.Xml.XmlReader reader, System.Xml.Linq.LoadOptions options) [0x00024] in <17fe09b4744a43bc8d5957d04378f101>:0 
  at System.Xml.Linq.XDocument.Load (System.String uri, System.Xml.Linq.LoadOptions options) [0x0000f] in <17fe09b4744a43bc8d5957d04378f101>:0 
  at System.Xml.Linq.XDocument.Load (System.String uri) [0x00000] in <17fe09b4744a43bc8d5957d04378f101>:0 
  at DWSIM.UI.MainForm.InitializeComponent () [0x0097e] in <8340bc3b9dc141428b1e04498158a5e9>:0 
  at DWSIM.UI.MainForm..ctor () [0x00027] in <8340bc3b9dc141428b1e04498158a5e9>:0 
  at DWSIM.UI.Desktop.Program.Main (System.String[] args) [0x004f1] in <5f1c8c8ea82a46d9975e7a41d07458ed>:0 

5.7.14 seems to be working fine.
5.8.11 was working fine for a while before this happened. The same error is reported with 5.8.11.

I'm running lubuntu (Ubuntu 16.04.6 LTS, 4.15.0-96-generic).
The dependency versions installed are mono-complete: 6.6.0, gtk-sharp2: 2.12.45, libfontconfig1-dev: 2.11.94, libglu1-mesa-dev: 9.0.0-2.1, coinor-libipopt1v5: 3.11.9-2.1.

Edit: Summarising and clarifying the issue for future reference.

App crashes on startup (while trying to start from the CLI on Linux) if any of the recent files are corrupted.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions