Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Loading Save Broken in 1.3.3060 #53

Open
mannenen opened this issue Jul 15, 2021 · 0 comments
Open

Loading Save Broken in 1.3.3060 #53

mannenen opened this issue Jul 15, 2021 · 0 comments

Comments

@mannenen
Copy link

When I try to load a save game saved with v1.3.3060 that has DBH active, I get this error during load and load fails:

Exception from asynchronous event: System.MissingMethodException: void Verse.Dialog_MessageBox..ctor(Verse.TaggedString,string,System.Action,string,System.Action,string,bool,System.Action,System.Action)
  at (wrapper dynamic-method) Verse.Game.Verse.Game.LoadGame_Patch1(Verse.Game)
  at Verse.SavedGameLoaderNow.LoadGameFromSaveFileNow (System.String fileName) [0x000c6] in <c8f51347f00e46ee9eb561a3074838c7>:0 
  at Verse.Root_Play+<>c.<Start>b__1_1 () [0x00005] in <c8f51347f00e46ee9eb561a3074838c7>:0 
  at Verse.LongEventHandler.RunEventFromAnotherThread (System.Action action) [0x00008] in <c8f51347f00e46ee9eb561a3074838c7>:0 
UnityEngine.StackTraceUtility:ExtractStackTrace ()
Verse.Log:Error (string)
Verse.LongEventHandler:RunEventFromAnotherThread (System.Action)
Verse.LongEventHandler/<>c:<UpdateCurrentAsynchronousEvent>b__27_0 ()
System.Threading.ThreadHelper:ThreadStart_Context (object)
System.Threading.ExecutionContext:RunInternal (System.Threading.ExecutionContext,System.Threading.ContextCallback,object,bool)
System.Threading.ExecutionContext:Run (System.Threading.ExecutionContext,System.Threading.ContextCallback,object,bool)
System.Threading.ExecutionContext:Run (System.Threading.ExecutionContext,System.Threading.ContextCallback,object)
System.Threading.ThreadHelper:ThreadStart ()

To verify, I created a save without DBH, saved, and loaded fine. Then, I enabled DBH, loaded, and received the above error.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant