Deweh / CyberCAT-SimpleGUI

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

Doesn't work in 1.5 version #108

Open llh007 opened 1 year ago

llh007 commented 1 year ago

image One or more errors occurred. (Unknown type: "SSlotVisualInfo") 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.ScriptableSystemsContainerParser.Read(NodeEntry node, BinaryReader reader, List1 parsers) at CyberCAT.Core.Classes.Parsers.ParserUtils.ParseChildren(IEnumerable1 children, BinaryReader reader, List`1 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) in E:\vs\2077\CyberCAT-SimpleGUI\CP2077SaveEditor\Utils\SaveFileHelper.cs:line 42 at CP2077SaveEditor.Form1.<>cDisplayClass30_1.b0(Object sender, DoWorkEventArgs e) in E:\vs\2077\CyberCAT-SimpleGUI\CP2077SaveEditor\Views\Form1.cs:line 543 at System.ComponentModel.BackgroundWorker.OnDoWork(DoWorkEventArgs e) at System.ComponentModel.BackgroundWorker.WorkerThreadStart(Object argument)

seberoth commented 1 year ago

Latest release is for 1.6+ only For 1.5 use v0.22a (I think)

llh007 commented 1 year ago

get it, thx