Deweh / CyberCAT-SimpleGUI

A simplified offshoot of SirBitesalot's CyberCAT.
MIT License
233 stars 45 forks source link

failed to parse file #96

Open kryptic-x opened 2 years ago

kryptic-x commented 2 years ago

Happening since the last update, not sure why some peoples saves work some dont.

Exception of type 'System.Exception' was thrown. at WolvenKit.RED4.Save.PersistencySystem2Reader.ReadClass(Type type, UInt32 size) at WolvenKit.RED4.Save.PersistencySystem2Parser.Read(BinaryReader reader, NodeEntry node) at WolvenKit.RED4.Save.ParserHelper.ReadNode(BinaryReader reader, NodeEntry node) at WolvenKit.RED4.Save.IO.CyberpunkSaveReader.LoadFromStream(Stream stream, List`1 flatNodes) at WolvenKit.RED4.Save.IO.CyberpunkSaveReader.ReadFile(CyberpunkSaveFile& file) at CP2077SaveEditor.Form1.<>c__DisplayClass34_0.b2() at System.Threading.Tasks.Task.InnerInvoke() at System.Threading.Tasks.Task.<>c.<.cctor>b272_0(Object obj) at System.Threading.ExecutionContext.RunFromThreadPoolDispatchLoop(Thread threadPoolThread, ExecutionContext executionContext, ContextCallback callback, Object state) --- End of stack trace from previous location --- at System.Threading.ExecutionContext.RunFromThreadPoolDispatchLoop(Thread threadPoolThread, ExecutionContext executionContext, ContextCallback callback, Object state) at System.Threading.Tasks.Task.ExecuteWithThreadLocal(Task& currentTaskSlot, Thread threadPoolThread) --- End of stack trace from previous location --- at CP2077SaveEditor.Form1.LoadSave(String savePath)