We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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:
To verify, I created a save without DBH, saved, and loaded fine. Then, I enabled DBH, loaded, and received the above error.
The text was updated successfully, but these errors were encountered: