GammaLauncher icon indicating copy to clipboard operation
GammaLauncher copied to clipboard

"Root Element Is Missing" Exception

Open berkut0 opened this issue 3 months ago • 1 comments

Disc C ran out of space and overwriting the configuration file corrupted the file (main hypothesis). Now the error occurs even after reinstalling. I will look for the problem, not sure if I can fix it myself. But most importantly, I think it's worth fixing in the future.

Screenshot_56

``` See the end of this message for details on invoking just-in-time (JIT) debugging instead of this dialog box.

************** Exception Text ************** System.Xml.XmlException: Root element is missing. at System.Xml.XmlTextReaderImpl.Throw(Exception e) at System.Xml.XmlTextReaderImpl.ThrowWithoutLineInfo(String res) at System.Xml.XmlTextReaderImpl.ParseDocumentContent() at System.Xml.Linq.XDocument.Load(XmlReader reader, LoadOptions options) at System.Xml.Linq.XDocument.Load(Stream stream, LoadOptions options) at VL.Lib.IO.XDocumentReader.Read(IResourceProvider1 provider) at VL.Lib.IO.XDocumentReader.Update(IResourceProvider1 input, Boolean read) at VL_Xml.System.XML.XMLReader_XDocument_OPrbd3hV1yTQAohaXbZTAZ.Update(Path File_Path_In, Boolean Read_In, XDocument& Output_Out) at VL_Xml.System.XML.XMLReader_OcM6yTDIunKLXht5WzCyyW.Update(Path File_Path_In, Boolean Read_In, XElement& Output_Out) at GammaLauncher.Main.Editor.File.UserSettingsInitializer_LzkfZhpne9PPdBDTgZZnhU.Create(NodeContext Node_Context, IChannel1 Input_In, IChannel1& Output_Out, Rectangle& Initial_Window_Bounds_Out) at GammaLauncher.Main.Editor.File.UserSettingsInitializer_LzkfZhpne9PPdBDTgZZnhU.Create(NodeContext Node_Context, IChannel1 Input_In, IChannel1& Output_Out, Rectangle& Initial_Window_Bounds_Out) at GammaLauncher.Main.App.App_C.Create(NodeContext Node_Context, Rectangle& Initial_Window_Bounds_Out) at GammaLauncher.Main.App.App_C.Create(NodeContext Node_Context, Rectangle& Initial_Window_Bounds_Out) at GammaLauncher.__auto.GammaLauncherApplication_OvsYGMYpBALLYRzDG73d7z.Create(NodeContext Node_Context) at GammaLauncher.__auto.GammaLauncherApplication_OvsYGMYpBALLYRzDG73d7z.Create(NodeContext Node_Context) at Program.<>c.<Main>b__0_0(NodeContext c) at VL.AppServices.ExportedAppHost.<>c__DisplayClass30_1.<RunCoreAsync>b__1(Object _)

</detals>

berkut0 avatar Nov 19 '24 23:11 berkut0