jecrell / DoorsExpanded

Door expansion pack for RImWorld.
MIT License
11 stars 10 forks source link

Errors with double doors (maybe other sizes too but not singles) #14

Closed RodEsp closed 1 year ago

RodEsp commented 5 years ago

Getting this error when doing certain things with Double Doors like reinstalling or uninstalling.

Exception ticking HeronInvisibleDoor89871: System.NullReferenceException: Object reference not set to an instance of an object
  at Verse.GridsUtility.GetThingList (IntVec3 c, Verse.Map map) [0x00000] in <filename unknown>:0 
  at RimWorld.Building_Door.Tick () [0x00000] in <filename unknown>:0 
  at DoorsExpanded.Building_DoorRegionHandler.Tick () [0x00000] in <filename unknown>:0 
  at Verse.TickList.Tick () [0x00000] in <filename unknown>:0 
Verse.Log:Error(String, Boolean)
Verse.TickList:Tick()
Verse.TickManager:DoSingleTick()
Verse.TickManager:TickManagerUpdate()
Verse.Game:UpdatePlay()
Verse.Root_Play:Update()