Nordgaren / Elden-Ring-Debug-Tool

Debug tool for Elden Ring modding
GNU General Public License v3.0
131 stars 21 forks source link

Crashing when trying to hook eldenring #42

Closed Dwenrur closed 1 year ago

Dwenrur commented 1 year ago

It was working fine before so I am not sure what the issue is. This is the error.

Wed, 13 Sep 2023 11:45:40 GMT Data at the root level is invalid. Line 1948, position 1.

at System.Xml.XmlTextReaderImpl.Throw(Exception e) at System.Xml.XmlTextReaderImpl.Throw(String res, String arg) at System.Xml.XmlTextReaderImpl.ParseRootLevelWhitespace() at System.Xml.XmlTextReaderImpl.ParseDocumentContent() at System.Xml.XmlLoader.LoadDocSequence(XmlDocument parentDoc) at System.Xml.XmlLoader.Load(XmlDocument doc, XmlReader reader, Boolean preserveWhitespace) at System.Xml.XmlDocument.Load(XmlReader reader) at System.Xml.XmlDocument.Load(String filename) at SoulsFormats.PARAMDEF.XmlDeserialize(String path) at Erd_Tools.ErdHook.AddParam(List1 paramList, String paramPath, String path, String[] pointers) at Erd_Tools.ErdHook.GetParams() at Erd_Tools.ErdHook.AsyncSetup() at Erd_Tools.ErdHook.ErdHook_OnHooked(Object sender, PHEventArgs e) at Erd_Tools.ErdHook.<.ctor>b__119_0(Object s, PHEventArgs e) at System.Threading.Tasks.Task.<>c.<ThrowAsync>b__128_1(Object state) at System.Threading.QueueUserWorkItemCallback.<>c.<.cctor>b__6_0(QueueUserWorkItemCallback quwi) at System.Threading.ExecutionContext.RunForThreadPoolUnsafe[TState](ExecutionContext executionContext, Action1 callback, TState& state) at System.Threading.QueueUserWorkItemCallback.Execute() at System.Threading.ThreadPoolWorkQueue.Dispatch() at System.Threading.PortableThreadPool.WorkerThread.WorkerThreadStart() at System.Threading.Thread.StartCallback()

Dwenrur commented 1 year ago

Apologies, I fixed it by reinstalling it. Not sure why I didn't do that before.