RimWorld

RimWorld

Smart Farming Continued
Bug report
I'm terrible at reading logs, but chatGPT suggests something is going funky with some of the smart farming code.

invalid tile error:
System.ArgumentOutOfRangeException: Index was out of range.
at RimWorld.Planet.WorldGrid.GetTileCenter (Int32 tileID)
at RimWorld.Planet.WorldGrid.DistanceFromEquatorNormalized (Int32 tile)
at SmartFarming.MapComponent_SmartFarming.FinalizeInit ()


Null reference error:
System.NullReferenceException: Object reference not set to an instance of an object
at SmartFarming.MapComponent_SmartFarming.UpdateCommonCache ()
at SmartFarming.MapComponent_SmartFarming.ProcessZones ()
at SmartFarming.MapComponent_SmartFarming.MapComponentTick ()

I am playing on a dessert biome, in case that matters.