RimWorld

RimWorld

Adaptive Primitive Storage
When I use the large log storage point, I get an error message. Is this normal?
Exception in Verse.SectionLayer_ThingsGeneral.TakePrintFrom: System.MissingMethodException: Method not found: void Verse.Printer_Plane.PrintPlane(Verse.SectionLayer,UnityEngine.Vector3,UnityEngine.Vector2,UnityEngine.Material,single,bool,UnityEngine.Vector2[],UnityEngine.Color32[],single,single)
[Ref C0DA4E9E]
at Verse.Thing.Print (Verse.SectionLayer layer) [0x00013] in <cb53cd4422904947932d33f561ad8d15>:0
at Verse.ThingWithComps.Print (Verse.SectionLayer layer) [0x00008] in <cb53cd4422904947932d33f561ad8d15>:0
at Verse.SectionLayer_ThingsGeneral.TakePrintFrom (Verse.Thing t) [0x0001b] in <cb53cd4422904947932d33f561ad8d15>:0
- TRANSPILER net.pardeike.rimworld.lib.harmony: IEnumerable`1 VisualExceptions.ExceptionsAndActivatorHandler:Transpiler(IEnumerable`1 instructions, MethodBase original)
- PREFIX adaptive.storage.framework: Boolean AdaptiveStorage.HarmonyPatches.HideStoredThingsFromSectionLayerAndOverlayDrawer:Prefix(Thing t)
< >
Showing 1-1 of 1 comments
bradson 26 Aug @ 10:43pm 
No. MissingMethodExceptions get thrown when running C# code that was compiled for a different game version than the loaded one, and this mod doesn't contain any C#. It's thrown by some other mod, which shouldn't include 1.6 in its supported versions
< >
Showing 1-1 of 1 comments
Per page: 1530 50