RimWorld

RimWorld

[Vehicle Framework] Aircrafts and Bombs
Bug reports
I have a report to make. Not sure if this is the one you mentioned in the description, so just in case:

Error in [Vehicle Framework] Aircrafts and Bombs, assembly name: BigBadaBoom, method: FormatLog:Error, exception: System.MissingMethodException: void Verse.Log.Error(string,bool)
[Ref 3AD5149F] Duplicate stacktrace, see ref for original
UnityEngine.StackTraceUtility:ExtractStackTrace ()
(wrapper dynamic-method) MonoMod.Utils.DynamicMethodDefinition:Verse.Log.Error_Patch2 (string)
ModErrorChecker.ModErrorChecker/<StartChecks>d__1:MoveNext ()
System.Runtime.CompilerServices.AsyncMethodBuilderCore/MoveNextRunner:InvokeMoveNext (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.Runtime.CompilerServices.AsyncMethodBuilderCore/MoveNextRunner:Run ()
System.Threading.Tasks.SynchronizationContextAwaitTaskContinuation/<>c:<.cctor>b__7_0 (object)
UnityEngine.UnitySynchronizationContext/WorkRequest:Invoke ()
UnityEngine.UnitySynchronizationContext:Exec ()
UnityEngine.UnitySynchronizationContext:ExecuteTasks ()


Full log here:
https://gist.github.com/HugsLibRecordKeeper/2857f12c1afbd9eabee32354c303ab5b

Solving this one exceeds my skills, but according to Deepseek, the error occurs because the code is trying to call Verse.Log.Error with two parameters: a string and a boolean. And RW only accepts a single string parameter.