Deweh / CyberCAT-SimpleGUI

A simplified offshoot of SirBitesalot's CyberCAT.
MIT License
232 stars 44 forks source link

Failed to parse save file: Requested value 'None' was not found. #51

Closed painfull91 closed 3 years ago

painfull91 commented 3 years ago

Game version 1.12 Completed main story line. Lvl: 47 Street cred: 50

Content of error text file: One or more errors occurred. (Requested value 'None' was not found.) at System.Threading.Tasks.TaskReplicator.Run[TState](ReplicatableUserAction1 action, ParallelOptions options, Boolean stopOnFirstFailure) at System.Threading.Tasks.Parallel.PartitionerForEachWorker[TSource,TLocal](Partitioner1 source, ParallelOptions parallelOptions, Action1 simpleBody, Action2 bodyWithState, Action3 bodyWithStateAndIndex, Func4 bodyWithStateAndLocal, Func5 bodyWithEverything, Func1 localInit, Action1 localFinally) --- End of stack trace from previous location --- at System.Threading.Tasks.Parallel.ThrowSingleCancellationExceptionOrOtherException(ICollection exceptions, CancellationToken cancelToken, Exception otherException) at System.Threading.Tasks.Parallel.PartitionerForEachWorker[TSource,TLocal](Partitioner1 source, ParallelOptions parallelOptions, Action1 simpleBody, Action2 bodyWithState, Action3 bodyWithStateAndIndex, Func4 bodyWithStateAndLocal, Func5 bodyWithEverything, Func1 localInit, Action1 localFinally) at System.Threading.Tasks.Parallel.ForEachWorker[TSource,TLocal](IEnumerable1 source, ParallelOptions parallelOptions, Action1 body, Action2 bodyWithState, Action3 bodyWithStateAndIndex, Func4 bodyWithStateAndLocal, Func5 bodyWithEverything, Func1 localInit, Action1 localFinally) at System.Threading.Tasks.Parallel.ForEach[TSource](IEnumerable1 source, Action1 body) at CyberCAT.Core.Classes.Parsers.GenericUnknownStructParser.InternalRead(NodeEntry node, BinaryReader reader) at CyberCAT.Core.Classes.Parsers.GenericUnknownStructParser.ReadWithMapping(NodeEntry node, BinaryReader reader, List1 parsers) at CyberCAT.Core.Classes.Parsers.PSDataParser.Read(NodeEntry node, BinaryReader reader, List1 parsers) at CyberCAT.Core.Classes.Parsers.ParserUtils.ParseChildren(IEnumerable1 children, BinaryReader reader, List1 parsers, Boolean primary) at CyberCAT.Core.Classes.Parsers.DefaultParser.Read(NodeEntry node, BinaryReader reader, List1 parsers) at CyberCAT.Core.Classes.Parsers.ParserUtils.ParseChildren(IEnumerable1 children, BinaryReader reader, List1 parsers, Boolean primary) at CyberCAT.Core.Classes.SaveFile.LoadFromStream(Stream stream) at CyberCAT.Core.Classes.SaveFile.Load(Stream inputStream) at CP2077SaveEditor.SaveFileHelper.Load(Stream inputStream) at CP2077SaveEditor.Form1.<>cDisplayClass29_0.b0(Object sender, DoWorkEventArgs e) at System.ComponentModel.BackgroundWorker.OnDoWork(DoWorkEventArgs e) at System.ComponentModel.BackgroundWorker.WorkerThreadStart(Object argument)