Deweh / CyberCAT-SimpleGUI

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

Doesn't work in 1.6 version #98

Open Hronom opened 2 years ago

Hronom commented 2 years ago

image

error.txt

Exception has been thrown by the target of an invocation.
   at System.RuntimeMethodHandle.InvokeMethod(Object target, Span`1& arguments, Signature sig, Boolean constructor, Boolean wrapExceptions)
   at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
   at System.Reflection.MethodBase.Invoke(Object obj, Object[] parameters)
   at WolvenKit.RED4.IO.Red4Reader.ReadCHandle(Type type)
   at WolvenKit.RED4.IO.Red4Reader.ReadGeneric(Type type, UInt32 size, Flags flags)
   at WolvenKit.RED4.IO.Red4Reader.Read(Type type, UInt32 size, Flags flags)
   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.<LoadSave>b__2()
   at System.Threading.Tasks.Task.InnerInvoke()
   at System.Threading.Tasks.Task.<>c.<.cctor>b__272_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)
Menno5 commented 2 years ago

Is this from the download here? There is a new version on https://www.nexusmods.com/cyberpunk2077/mods/718 and that version works fine here with CP2077 Patch 1.6. That version is not (yet) here though.

Hronom commented 2 years ago

@Menno5 correct, this is from here(latest version). Is there a way to merge it?

Deweh commented 2 years ago

The latest version is from seberoth's fork. I have given him permission to upload to the Nexus page. He is now the defacto maintainer of CyberCAT-SimpleGUI, as I am no longer able to maintain the project due to current life circumstances.

Hronom commented 2 years ago

@Deweh can he also merge his fork here? Since this is main repo, it's good to merge changes back

Menno5 commented 2 years ago

The latest version is from seberoth's fork. I have given him permission to upload to the Nexus page. He is now the defacto maintainer of CyberCAT-SimpleGUI, as I am no longer able to maintain the project due to current life circumstances.

Okay thanks, good to know. And good luck, hope it will be okay soon.