RimWorld

RimWorld

Bulk Load For Transporters
 This topic has been pinned, so it's probably important
Ilarion  [developer] 21 Sep @ 8:54pm
Bug Report
Please Submit Mod Issues Here
< >
Showing 1-15 of 15 comments
Pillar 22 Sep @ 9:19am 
Error in static constructor of Main: System.TypeInitializationException: The type initializer for 'Main' threw an exception. ---> System.TypeLoadException: Could not load type Vehicles.WorkGiver_CarryToVehicle, Vehicles, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null while decoding custom attribute: (null)
[Ref EE85768]
(wrapper managed-to-native) System.MonoCustomAttrs.GetCustomAttributesInternal(System.Reflection.ICustomAttributeProvider,System.Type,bool)
at System.MonoCustomAttrs.GetCustomAttributesBase (System.Reflection.ICustomAttributeProvider obj, System.Type attributeType, System.Boolean inheritedOnly) [0x00013] in <51fded79cd284d4d911c5949aff4cb21>:0
at System.MonoCustomAttrs.GetCustomAttributes (System.Reflection.ICustomAttributeProvider obj, System.Type attributeType, System.Boolean inherit) [0x00037] in <51fded79cd284d4d911c5949aff4cb21>:0
at System.RuntimeType.GetCustomAttributes (System.Boolean inherit) [0x00000] in <51fded79cd284d4d911c5949aff4cb21>:0
at HarmonyLib.HarmonyMethodExtensions.GetFromType (System.Type type) [0x00000] in <e53399289d9b419d83f9f5b02c5cf609>:0
at HarmonyLib.GeneralExtensions.HasHarmonyAttribute (System.Type type) [0x0000e] in <e53399289d9b419d83f9f5b02c5cf609>:0
at HarmonyLib.Harmony+<>c.<PatchAll>b__10_0 (System.Type type) [0x00000] in <e53399289d9b419d83f9f5b02c5cf609>:0
at System.Linq.Enumerable+WhereArrayIterator`1[TSource].MoveNext () [0x0002c] in <1f993cbf88314b1baa1e10ca917bdc64>:0
at HarmonyLib.CollectionExtensions.Do[T] (System.Collections.Generic.IEnumerable`1[T] sequence, System.Action`1[T] action) [0x00019] in <e53399289d9b419d83f9f5b02c5cf609>:0
at HarmonyLib.CollectionExtensions.DoIf[T] (System.Collections.Generic.IEnumerable`1[T] sequence, System.Func`2[T,TResult] condition, System.Action`1[T] action) [0x00007] in <e53399289d9b419d83f9f5b02c5cf609>:0
at HarmonyLib.Harmony.PatchAll (System.Reflection.Assembly assembly) [0x00006] in <e53399289d9b419d83f9f5b02c5cf609>:0
at HarmonyLib.Harmony.PatchAll () [0x0001d] in <e53399289d9b419d83f9f5b02c5cf609>:0
Main..cctor()
--- End of inner exception stack trace ---
[Ref 92E6B815]
(wrapper managed-to-native) System.Runtime.CompilerServices.RuntimeHelpers.RunClassConstructor(intptr)
at System.Runtime.CompilerServices.RuntimeHelpers.RunClassConstructor (System.RuntimeTypeHandle type) [0x0002a] in <51fded79cd284d4d911c5949aff4cb21>:0
at Verse.StaticConstructorOnStartupUtility.CallAll () [0x00028] in <24d25868955f4df08b02c73b55f389fe>:0
- POSTFIX net.avilmask.rimworld.mod.ResearchWhatever: Void ResearchWhatever.StaticConstructorOnStartupUtility_Patch+StaticConstructorOnStartupUtility_CallAll_ResearchWhateverPatch:Postfix()
Error in static constructor of BulkLoadForTransporters.Core.JobDefRegistry: System.TypeInitializationException: The type initializer for 'BulkLoadForTransporters.Core.JobDefRegistry' threw an exception. ---> System.TypeLoadException: Failure has occurred while loading a type.
--- End of inner exception stack trace ---
Pillar 22 Sep @ 9:20am 
Type PatchPlaySettings probably needs a StaticConstructorOnStartup attribute, because it has a field tex of type Texture2D. All assets must be loaded in the main thread.
Could not execute post-long-event action. Exception: System.AggregateException: One or more errors occurred. (Could not load type of field 'BulkLoadForTransporters.Jobs.JobDriver_LoadVehicleInBulk+<MakeNewToils>d__3:<vehicle>5__2' (5) due to: Could not resolve type with token 01000024 from typeref (expected class 'Vehicles.VehiclePawn' in assembly 'Vehicles, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null') assembly:Vehicles, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null type:Vehicles.VehiclePawn member:(null)) ---> System.TypeLoadException: Could not load type of field 'BulkLoadForTransporters.Jobs.JobDriver_LoadVehicleInBulk+<MakeNewToils>d__3:<vehicle>5__2' (5) due to: Could not resolve type with token 01000024 from typeref (expected class 'Vehicles.VehiclePawn' in assembly 'Vehicles, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null') assembly:Vehicles, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null type:Vehicles.VehiclePawn member:(null)
[Ref F3181B77]
(wrapper managed-to-native) System.RuntimeType.GetFields_native(System.RuntimeType,intptr,System.Reflection.BindingFlags,System.RuntimeType/MemberListType)
at System.RuntimeType.GetFields_internal (System.String name, System.Reflection.BindingFlags bindingAttr, System.RuntimeType+MemberListType listType, System.RuntimeType reflectedType) [0x0001b] in <51fded79cd284d4d911c5949aff4cb21>:0
at System.RuntimeType.GetFieldCandidates (System.String name, System.Reflection.BindingFlags bindingAttr, System.Boolean allowPrefixLookup) [0x0000f] in <51fded79cd284d4d911c5949aff4cb21>:0
at System.RuntimeType.GetFields (System.Reflection.BindingFlags bindingAttr) [0x00000] in <51fded79cd284d4d911c5949aff4cb21>:0
at Verse.StaticConstructorOnStartupUtility+<>c__DisplayClass2_0.<ReportProbablyMissingAttributes>b__0 (System.Type t) [0x00009] in <24d25868955f4df08b02c73b55f389fe>:0
at System.Threading.Tasks.Parallel+<>c__DisplayClass33_0`2[TSource,TLocal].<ForEachWorker>b__0 (System.Int32 i) [0x00012] in <51fded79cd284d4d911c5949aff4cb21>:0
at System.Threading.Tasks.Parallel+<>c__DisplayClass19_0`1[TLocal].<ForWorker>b__1 (System.Threading.Tasks.RangeWorker& currentWorker, System.Int32 timeout, System.Boolean& replicationDelegateYieldedBeforeCompletion) [0x000cf] in <51fded79cd284d4d911c5949aff4cb21>:0
--- End of stack trace from previous location where exception was thrown ---
[0x0000c] in <51fded79cd284d4d911c5949aff4cb21>:0
[0x00006] in <51fded79cd284d4d911c5949aff4cb21>:0
at System.Threading.Tasks.Parallel+<>c__DisplayClass19_0`1[TLocal].<ForWorker>b__1 (System.Threading.Tasks.RangeWorker& currentWorker, System.Int32 timeout, System.Boolean& replicationDelegateYieldedBeforeCompletion) [0x001e5] in <51fded79cd284d4d911c5949aff4cb21>:0
at System.Threading.Tasks.TaskReplicator+Replica`1[TState].ExecuteAction (System.Boolean& yieldedBeforeCompletion) [0x00000] in <51fded79cd284d4d911c5949aff4cb21>:0
at System.Threading.Tasks.TaskReplicator+Replica.Execute () [0x00023] in <51fded79cd284d4d911c5949aff4cb21>:0
--- End of inner exception stack trace ---
[Ref 82A99D7D]
at System.Threading.Tasks.TaskReplicator.Run[TState] (System.Threading.Tasks.TaskReplicator+ReplicatableUserAction`1[TState] action, System.Threading.Tasks.ParallelOptions options, System.Boolean stopOnFirstFailure) [0x0005b] in <51fded79cd284d4d911c5949aff4cb21>:0
at System.Threading.Tasks.Parallel.ForWorker[TLocal] (System.Int32 fromInclusive, System.Int32 toExclusive, System.Threading.Tasks.ParallelOptions parallelOptions, System.Action`1[T] body, System.Action`2[T1,T2] bodyWithState, System.Func`4[T1,T2,T3,TResult] bodyWithLocal, System.Func`1[TResult] localInit, System.Action`1[T] localFinally) [0x00139] in <51fded79cd284d4d911c5949aff4cb21>:0
--- End of stack trace from previous location where exception was thrown ---
[0x0000c] in <51fded79cd284d4d911c5949aff4cb21>:0
[0x00006] in <51fded79cd284d4d911c5949aff4cb21>:0
at System.Threading.Tasks.Parallel.ThrowSingleCancellationExceptionOrOtherException (System.Collections.ICollection exceptions, System.Threading.CancellationToken cancelToken, System.Exception otherException) [0x0000b] in <51fded79cd284d4d911c5949aff4cb21>:0
at System.Threading.Tasks.Parallel.ForWorker[TLocal] (System.Int32 fromInclusive, System.Int32 toExclusive, System.Threading.Tasks.ParallelOptions parallelOptions, System.Action`1[T] body, System.Action`2[T1,T2] bodyWithState, System.Func`4[T1,T2,T3,TResult] bodyWithLocal, System.Func`1[TResult] localInit, System.Action`1[T] localFinally) [0x00199] in <51fded79cd284d4d911c5949aff4cb21>:0
at System.Threading.Tasks.Parallel.ForEachWorker[TSource,TLocal] (System.Collections.Generic.IList`1[T] list, System.Threading.Tasks.ParallelOptions parallelOptions, System.Action`1[T] body, System.Action`2[T1,T2] bodyWithState, System.Action`3[T1,T2,T3] bodyWithStateAndIndex, System.Func`4[T1,T2,T3,TResult] bodyWithStateAndLocal, System.Func`5[T1,T2,T3,T4,TResult] bodyWithEverything, System.Func`1[TResult] localInit, System.Action`1[T] localFinally) [0x00047] in <51fded79cd284d4d911c5949aff4cb21>:0
at System.Threading.Tasks.Parallel.ForEachWorker[TSource,TLocal] (System.Collections.Generic.IEnumerable`1[T] source, System.Threading.Tasks.ParallelOptions parallelOptions, System.Action`1[T] body, System.Action`2[T1,T2] bodyWithState, System.Action`3[T1,T2,T3] bodyWithStateAndIndex, System.Func`4[T1,T2,T3,TResult] bodyWithStateAndLocal, System.Func`5[T1,T2,T3,T4,TResult] bodyWithEverything, System.Func`1[TResult] localInit, System.Action`1[T] localFinally) [0x00036] in <51fded79cd284d4d911c5949aff4cb21>:0
at System.Threading.Tasks.Parallel.ForEach[TSource] (System.Collections.Generic.IEnumerable`1[T] source, System.Action`1[T] body) [0x0001c] in <51fded79cd284d4d911c5949aff4cb21>:0
at Verse.StaticConstructorOnStartupUtility.ReportProbablyMissingAttributes () [0x00013] in <24d25868955f4df08b02c73b55f389fe>:0
at Verse.PlayDataLoader+<>c.<DoPlayLoad>b__4_4 () [0x00016] in <24d25868955f4df08b02c73b55f389fe>:0
at Verse.LongEventHandler.ExecuteToExecuteWhenFinished () [0x0007c] in <24d25868955f4df08b02c73b55f389fe>:0
---> (Inner Exception #0) System.TypeLoadException: Could not load type of field 'BulkLoadForTransporters.Jobs.JobDriver_LoadVehicleInBulk+<MakeNewToils>d__3:<vehicle>5__2' (5) due to: Could not resolve type with token 01000024 from typeref (expected class 'Vehicles.VehiclePawn' in assembly 'Vehicles, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null') assembly:Vehicles, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null type:Vehicles.VehiclePawn member:(null)
[Ref F3181B77] Duplicate stacktrace, see ref for original<---
Pillar 22 Sep @ 9:21am 
Exception in BreadthFirstTraverse: System.TypeLoadException: Could not resolve type with token 01000024 from typeref (expected class 'Vehicles.VehiclePawn' in assembly 'Vehicles, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null')
[Ref EEAB6F0D]
at RimWorld.WorkGiver_Scanner.HasJobOnThing (Verse.Pawn pawn, Verse.Thing t, System.Boolean forced) [0x00022] in <24d25868955f4df08b02c73b55f389fe>:0
- PREFIX Ilarion.BulkLoadForTransporters: Boolean BulkLoadForTransporters.HarmonyPatches.LoadVehicles.WorkGiver_Scanner_HasJobOnThing_Patch_ForVehicles:Prefix(Boolean& __result, WorkGiver_Scanner __instance, Pawn pawn, Thing t, Boolean forced)
at RimWorld.JobGiver_Work+<>c__DisplayClass3_1.<TryIssueJobPackage>g__Validator|0 (Verse.Thing t) [0x00013] in <24d25868955f4df08b02c73b55f389fe>:0
at Verse.RegionProcessorClosestThingReachable.ProcessThing (Verse.Region reg, Verse.Thing t) [0x000a7] in <24d25868955f4df08b02c73b55f389fe>:0
- TRANSPILER dawnsglow.fixesforsbzfridge: IEnumerable`1 FixesForSBZFridge.RegionProcessorClosestThingReachable_ProcessThingTranspiler:Transpiler(IEnumerable`1 instructions)
at Verse.RegionProcessorClosestThingReachable.RegionProcessor (Verse.Region reg) [0x0006c] in <24d25868955f4df08b02c73b55f389fe>:0
at Verse.RegionTraverser+BFSWorker.BreadthFirstTraverseWork (Verse.Region root, Verse.RegionEntryPredicate entryCondition, Verse.RegionProcessor regionProcessor, System.Int32 maxRegions, Verse.RegionType traversableRegionTypes) [0x00054] in <24d25868955f4df08b02c73b55f389fe>:0
at Verse.RegionTraverser.BreadthFirstTraverse (Verse.Region root, Verse.RegionEntryPredicate entryCondition, Verse.RegionProcessor regionProcessor, System.Int32 maxRegions, Verse.RegionType traversableRegionTypes) [0x00044] in <24d25868955f4df08b02c73b55f389fe>:0
Exception in BreadthFirstTraverse: System.TypeLoadException: Could not resolve type with token 01000024 from typeref (expected class 'Vehicles.VehiclePawn' in assembly 'Vehicles, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null')
[Ref EEAB6F0D] Duplicate stacktrace, see ref for original
Mazu threw exception in WorkGiver HaulGeneral: System.TypeLoadException: Could not resolve type with token 01000024 from typeref (expected class 'Vehicles.VehiclePawn' in assembly 'Vehicles, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null')
[Ref 362255DE]
at RimWorld.WorkGiver_Scanner.HasJobOnThing (Verse.Pawn pawn, Verse.Thing t, System.Boolean forced) [0x00022] in <24d25868955f4df08b02c73b55f389fe>:0
- PREFIX Ilarion.BulkLoadForTransporters: Boolean BulkLoadForTransporters.HarmonyPatches.LoadVehicles.WorkGiver_Scanner_HasJobOnThing_Patch_ForVehicles:Prefix(Boolean& __result, WorkGiver_Scanner __instance, Pawn pawn, Thing t, Boolean forced)
at RimWorld.JobGiver_Work+<>c__DisplayClass3_1.<TryIssueJobPackage>g__Validator|0 (Verse.Thing t) [0x00013] in <24d25868955f4df08b02c73b55f389fe>:0
at Verse.GenClosest+<>c__DisplayClass2_0.<ClosestThingReachable>g__GlobalValidator|0 (Verse.Thing t) [0x00034] in <24d25868955f4df08b02c73b55f389fe>:0
at Verse.GenClosest.<ClosestThing_Global>g__ValidateThing|5_1 (Verse.Thing t, System.Single distSquared, Verse.GenClosest+<>c__DisplayClass5_0& ) [0x00008] in <24d25868955f4df08b02c73b55f389fe>:0
at Verse.GenClosest.<ClosestThing_Global>g__Process|5_0 (Verse.Thing t, Verse.GenClosest+<>c__DisplayClass5_0& ) [0x00047] in <24d25868955f4df08b02c73b55f389fe>:0
at Verse.GenClosest.ClosestThing_Global (Verse.IntVec3 center, System.Collections.IEnumerable searchSet, System.Single maxDistance, System.Predicate`1[T] validator, System.Func`2[T,TResult] priorityGetter, System.Boolean lookInHaulSources) [0x0016d] in <24d25868955f4df08b02c73b55f389fe>:0
- POSTFIX PureMJ.MjRimMods.WhileYouAreNearby: Void MjRimMods.WhileYouAreNearby.ClosestThing_GlobalPatchForLog:Postfix(Thing __result)
at Verse.GenClosest.ClosestThingReachable (Verse.IntVec3 root, Verse.Map map, Verse.ThingRequest thingReq, Verse.AI.PathEndMode peMode, Verse.TraverseParms traverseParams, System.Single maxDistance, System.Predicate`1[T] validator, System.Collections.Generic.IEnumerable`1[T] customGlobalSearchSet, System.Int32 searchRegionsMin, System.Int32 searchRegionsMax, System.Boolean forceAllowGlobalSearch, Verse.RegionType traversableRegionTypes, System.Boolean ignoreEntirelyForbiddenRegions, System.Boolean lookInHaulSources) [0x001f3] in <24d25868955f4df08b02c73b55f389fe>:0
- PREFIX dawnsglow.fixesforsbzfridge: Void FixesForSBZFridge.GenClosest_ClosestThingReachable:Prefix(ThingRequest thingReq, PathEndMode& peMode, TraverseParms traverseParams)
at RimWorld.JobGiver_Work.TryIssueJobPackage (Verse.Pawn pawn, Verse.AI.JobIssueParams jobParams) [0x00652] in <24d25868955f4df08b02c73b55f389fe>:0
- POSTFIX PureMJ.MjRimMods.WhileYouAreNearby: Void MjRimMods.WhileYouAreNearby.JobGiver_Work_TryIssueJobPackagePatch:After_TryIssueJobPackage(ThinkResult& __result, JobGiver_Work& __instance, Pawn pawn, JobIssueParams jobParams)
妮可 threw exception in WorkGiver TakeRoamingAnimalsToPen: System.TypeLoadException: Could not resolve type with token 01000024 from typeref (expected class 'Vehicles.VehiclePawn' in assembly 'Vehicles, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null')
[Ref 641594D6]
at RimWorld.WorkGiver_Scanner.HasJobOnThing (Verse.Pawn pawn, Verse.Thing t, System.Boolean forced) [0x00022] in <24d25868955f4df08b02c73b55f389fe>:0
- PREFIX Ilarion.BulkLoadForTransporters: Boolean BulkLoadForTransporters.HarmonyPatches.LoadVehicles.WorkGiver_Scanner_HasJobOnThing_Patch_ForVehicles:Prefix(Boolean& __result, WorkGiver_Scanner __instance, Pawn pawn, Thing t, Boolean forced)
at RimWorld.JobGiver_Work+<>c__DisplayClass3_1.<TryIssueJobPackage>g__Validator|0 (Verse.Thing t) [0x00013] in <24d25868955f4df08b02c73b55f389fe>:0
at Verse.GenClosest+<>c__DisplayClass2_0.<ClosestThingReachable>g__GlobalValidator|0 (Verse.Thing t) [0x00034] in <24d25868955f4df08b02c73b55f389fe>:0
at Verse.GenClosest.<ClosestThing_Global>g__ValidateThing|5_1 (Verse.Thing t, System.Single distSquared, Verse.GenClosest+<>c__DisplayClass5_0& ) [0x00008] in <24d25868955f4df08b02c73b55f389fe>:0
at Verse.GenClosest.<ClosestThing_Global>g__Process|5_0 (Verse.Thing t, Verse.GenClosest+<>c__DisplayClass5_0& ) [0x00047] in <24d25868955f4df08b02c73b55f389fe>:0
at Verse.GenClosest.ClosestThing_Global (Verse.IntVec3 center, System.Collections.IEnumerable searchSet, System.Single maxDistance, System.Predicate`1[T] validator, System.Func`2[T,TResult] priorityGetter, System.Boolean lookInHaulSources) [0x000b5] in <24d25868955f4df08b02c73b55f389fe>:0
- POSTFIX PureMJ.MjRimMods.WhileYouAreNearby: Void MjRimMods.WhileYouAreNearby.ClosestThing_GlobalPatchForLog:Postfix(Thing __result)
at Verse.GenClosest.ClosestThingReachable (Verse.IntVec3 root, Verse.Map map, Verse.ThingRequest thingReq, Verse.AI.PathEndMode peMode, Verse.TraverseParms traverseParams, System.Single maxDistance, System.Predicate`1[T] validator, System.Collections.Generic.IEnumerable`1[T] customGlobalSearchSet, System.Int32 searchRegionsMin, System.Int32 searchRegionsMax, System.Boolean forceAllowGlobalSearch, Verse.RegionType traversableRegionTypes, System.Boolean ignoreEntirelyForbiddenRegions, System.Boolean lookInHaulSources) [0x001f3] in <24d25868955f4df08b02c73b55f389fe>:0
- PREFIX dawnsglow.fixesforsbzfridge: Void FixesForSBZFridge.GenClosest_ClosestThingReachable:Prefix(ThingRequest thingReq, PathEndMode& peMode, TraverseParms traverseParams)
at RimWorld.JobGiver_Work.TryIssueJobPackage (Verse.Pawn pawn, Verse.AI.JobIssueParams jobParams) [0x00652] in <24d25868955f4df08b02c73b55f389fe>:0
- POSTFIX PureMJ.MjRimMods.WhileYouAreNearby: Void MjRimMods.WhileYouAreNearby.JobGiver_Work_TryIssueJobPackagePatch:After_TryIssueJobPackage(ThinkResult& __result, JobGiver_Work& __instance, Pawn pawn, JobIssueParams jobParams)
妮可 threw exception in WorkGiver TakeToPen: System.TypeLoadException: Could not resolve type with token 01000024 from typeref (expected class 'Vehicles.VehiclePawn' in assembly 'Vehicles, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null')
[Ref 641594D6] Duplicate stacktrace, see ref for original
妮可 threw exception in WorkGiver Train: System.TypeLoadException: Could not resolve type with token 01000024 from typeref (expected class 'Vehicles.VehiclePawn' in assembly 'Vehicles, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null')
[Ref 641594D6] Duplicate stacktrace, see ref for original
妮可 threw exception in WorkGiver RebalanceAnimalsInPens: System.TypeLoadException: Could not resolve type with token 01000024 from typeref (expected class 'Vehicles.VehiclePawn' in assembly 'Vehicles, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null')
[Ref 641594D6] Duplicate stacktrace, see ref for original
妮可 threw exception in WorkGiver HaulGeneral: System.TypeLoadException: Could not resolve type with token 01000024 from typeref (expected class 'Vehicles.VehiclePawn' in assembly 'Vehicles, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null')
[Ref 362255DE] Duplicate stacktrace, see ref for original
盖伦 threw exception in WorkGiver HaulGeneral: System.TypeLoadException: Could not resolve type with token 01000024 from typeref (expected class 'Vehicles.VehiclePawn' in assembly 'Vehicles, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null')
[Ref 362255DE] Duplicate stacktrace, see ref for original
Exception in BreadthFirstTraverse: System.TypeLoadException: Could not resolve type with token 01000024 from typeref (expected class 'Vehicles.VehiclePawn' in assembly 'Vehicles, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null')
[Ref EEAB6F0D] Duplicate stacktrace, see ref for original
Exception in BreadthFirstTraverse: System.TypeLoadException: Could not resolve type with token 01000024 from typeref (expected class 'Vehicles.VehiclePawn' in assembly 'Vehicles, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null')
[Ref EEAB6F0D] Duplicate stacktrace, see ref for original
Mazu threw exception in WorkGiver HaulGeneral: System.TypeLoadException: Could not resolve type with token 01000024 from typeref (expected class 'Vehicles.VehiclePawn' in assembly 'Vehicles, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null')
[Ref 362255DE] Duplicate stacktrace, see ref for original
妮可 threw exception in WorkGiver TakeRoamingAnimalsToPen: System.TypeLoadException: Could not resolve type with token 01000024 from typeref (expected class 'Vehicles.VehiclePawn' in assembly 'Vehicles, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null')
[Ref 641594D6] Duplicate stacktrace, see ref for original
妮可 threw exception in WorkGiver TakeToPen: System.TypeLoadException: Could not resolve type with token 01000024 from typeref (expected class 'Vehicles.VehiclePawn' in assembly 'Vehicles, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null')
[Ref 641594D6] Duplicate stacktrace, see ref for original
妮可 threw exception in WorkGiver Train: System.TypeLoadException: Could not resolve type with token 01000024 from typeref (expected class 'Vehicles.VehiclePawn' in assembly 'Vehicles, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null')
[Ref 641594D6] Duplicate stacktrace, see ref for original
妮可 threw exception in WorkGiver RebalanceAnimalsInPens: System.TypeLoadException: Could not resolve type with token 01000024 from typeref (expected class 'Vehicles.VehiclePawn' in assembly 'Vehicles, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null')
[Ref 641594D6] Duplicate stacktrace, see ref for original
妮可 threw exception in WorkGiver HaulGeneral: System.TypeLoadException: Could not resolve type with token 01000024 from typeref (expected class 'Vehicles.VehiclePawn' in assembly 'Vehicles, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null')
[Ref 362255DE] Duplicate stacktrace, see ref for original
Ilarion  [developer] 22 Sep @ 9:54am 
My mistake, I have rolled back to the previous version. I will fix this Vehicle Framework-related issue tomorrow.
Pillar 22 Sep @ 9:58am 
Thank you !
Seff 22 Sep @ 10:35am 
Just in case it helps identify the issue: even with the vehicle loading settings disabled (since I don't use vehicle mods), i constantly get errors from this mod complaining about not finding code references to vehicles.
BadTom 23 Sep @ 10:48pm 
[BLFT Debug - 1745857] [Toils] Static is replanning job for '载客穿梭机'.
[BLFT Debug - 1745857] [Toils] - No opportunistic unload job. Proceeding with original pickup plan.
[BLFT Debug - 1745857] [Toils] - Final plan has 1 targets. Claiming items with Manager.
[BLFT Debug - 1745857] [Toils] Static is executing GotoHaulable for '浅夏, 萌螈部落民(死亡)'.
[BLFT Debug - 1745857] [Toils] - Target is spawned. Destination set to the thing itself.
[BLFT Debug - 1745857] [Toils] - Pathing started towards Thing_Corpse_Axolotl249588.
[BLFT Debug - 1745883] [Toils] Static is taking 浅夏, 萌螈部落民(死亡) to CARRY.
[BLFT Debug - 1745883] [Toils] - Planned: 1, On ground: 1. Will take: 1.
[BLFT Debug - 1745883] [Toils] - Releasing reservation on 浅夏, 萌螈部落民(死亡).
[BLFT Debug - 1745883] [Toils] - Successfully carried 浅夏, 萌螈部落民(死亡). HauledThings count: 1.
[BLFT Debug - 1745899] [Toils] Static is reconciling physical state with logical state (1 items to check).
[BLFT Debug - 1745899] [Toils] - Reconciliation complete. HauledThings now has 1 items.
[BLFT Debug - 1745899] [Toils] Static is beginning unload session for Transporter.
[BLFT Debug - 1745899] [Toils] - Caching 1 transferables from Transporter.
[BLFT Debug - 1745899] [Toils] - Session initialized. 1 defs with needs cached. Surplus cleared.
[BLFT Debug - 1745899] [Toils] Static is preparing next item to unload.
[BLFT Debug - 1745899] [Toils] - Item '浅夏, 萌螈部落民(死亡)' is already in hand. Preparing to unload it.
[BLFT Debug - 1745913] [Toils] Static is executing deposit into Transporter.
[BLFT Debug - 1745913] [Toils] - Carried: 浅夏, 萌螈部落民(死亡) (x1). Needed: 0. Will deposit: 0.
[BLFT Debug - 1745913] [Toils] - Surplus detected: 浅夏, 萌螈部落民(死亡) (x1). Processing...
[BLFT Debug - 1745913] [Toils] - Pawn has 10.68kg free space. Can store 0 of surplus in inventory.
[BLFT Debug - 1745913] [Toils] - Remaining surplus on hand (浅夏, 萌螈部落民(死亡)) exceeds capacity. Dropping.
[BLFT Debug - 1745913] [Toils] Static is ending unload session.
[BLFT Debug - 1745913] [Toils] - Not in continuous mode. Ending job.

红字
Verse.Pawn_InventoryTracker container tried to drop Corpse_Axolotl249602 which it didn't contain.
UnityEngine.StackTraceUtility:ExtractStackTrace ()
(wrapper dynamic-method) MonoMod.Utils.DynamicMethodDefinition:Verse.Log.Error_Patch3 (string)
Verse.ThingOwner:TryDrop (Verse.Thing,Verse.IntVec3,Verse.Map,Verse.ThingPlaceMode,Verse.Thing&,System.Action`2<Verse.Thing, int>,System.Predicate`1<Verse.IntVec3>,bool)
Verse.ThingOwner`1<Verse.Thing>:TryDrop (Verse.Thing,Verse.IntVec3,Verse.Map,Verse.ThingPlaceMode,Verse.Thing&,System.Action`2<Verse.Thing, int>,System.Predicate`1<Verse.IntVec3>)
BulkLoadForTransporters.Core.Components.CompBulkLoadable/<>c__DisplayClass0_0:<CompFloatMenuOptions>b__1 ()
Verse.LongEventHandler:ExecuteToExecuteWhenFinished ()
Verse.LongEventHandler:ExecuteWhenFinished (System.Action)
BulkLoadForTransporters.Core.Components.CompBulkLoadable/<>c__DisplayClass0_0:<CompFloatMenuOptions>b__0 ()
Verse.FloatMenuOption:Chosen (bool,Verse.FloatMenu)
Verse.FloatMenuOption:DoGUI (UnityEngine.Rect,bool,Verse.FloatMenu)
Verse.FloatMenu:DoWindowContents (UnityEngine.Rect)
Verse.FloatMenuMap:DoWindowContents (UnityEngine.Rect)
Verse.Window:InnerWindowOnGUI (int)
UnityEngine.GUI:CallWindowDelegate (UnityEngine.GUI/WindowFunction,int,int,UnityEngine.GUISkin,int,single,single,UnityEngine.GUIStyle)
hunter 26 Sep @ 7:35pm 
转几w白银会卡住, 无法定制装载方案, mod里面全叉掉才行
Ilarion  [developer] 26 Sep @ 9:12pm 
@hunter 感谢反馈
我找不到,你具体指的是装载过程中的哪一步卡住了?
帮我个忙,打开开发者模式,按照错误类型打开对应调试日志,复现问题,最后发我日志
stups 6 Oct @ 3:03am 
There seens to be an issue with loading into a pocket mao using lifter mechs. They try to load stuff they are not supposed to and get stuck at the entrance.
stups 6 Oct @ 4:58am 
It seems more like it's an issue not only with pocket maps but also transports when pawns (not only bots) try to load uninstalled buildings. They try to bring any uninstalled building to the transport.
Ilarion  [developer] 6 Oct @ 6:16am 
@stups
Thank you. I've identified the issue and will release a fix shortly.
stups 6 Oct @ 10:40am 
Thank you for fixing
stups 6 Oct @ 10:48am 
Just tested it and it works.
一个非红字日志一直在循环弹出。这个“蜈蚣二哥”是我的一台禁卫蜈蚣,有一次装载穿梭机时是这个单位进行的批量装载,随后便开始一直循环出这个日志,然而这个单位身上没有任何物品,那一台穿梭机也已经清空。读档之后依然有这个日志。
[BulkLoad] SoftlockCleaner detected on 蜈蚣二哥. Dropping 1 soft-locked PUAH items. UnityEngine.StackTraceUtility:ExtractStackTrace () Verse.Log:Message (string) BulkLoadForTransporters.Core.SoftlockCleaner:TryCleanPawn (Verse.Pawn) BulkLoadForTransporters.Core.SoftlockCleaner:WorldComponentTick () RimWorld.Planet.WorldComponentUtility:WorldComponentTick (RimWorld.Planet.World) RimWorld.Planet.World:WorldTick () (wrapper dynamic-method) MonoMod.Utils.DynamicMethodDefinition:Verse.TickManager.DoSingleTick_Patch4 (Verse.TickManager) (wrapper dynamic-method) MonoMod.Utils.DynamicMethodDefinition:Verse.TickManager.TickManagerUpdate_Patch2 (Verse.TickManager) (wrapper dynamic-method) MonoMod.Utils.DynamicMethodDefinition:Verse.Game.UpdatePlay_Patch4 (Verse.Game) (wrapper dynamic-method) MonoMod.Utils.DynamicMethodDefinition:Verse.Root_Play.Update_Patch1 (Verse.Root_Play)
< >
Showing 1-15 of 15 comments
Per page: 1530 50