Skip to content

Instantly share code, notes, and snippets.

@chris9871
Created October 21, 2022 02:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save chris9871/75c7bc52bfad808c69c4795cb16e4dd4 to your computer and use it in GitHub Desktop.
Save chris9871/75c7bc52bfad808c69c4795cb16e4dd4 to your computer and use it in GitHub Desktop.
Royal/Imperial shuttle vanishes
System.NullReferenceException: Object reference not set to an instance of an object
at SaveOurShip2.NotifyCombatManager.ShipPartIsDestroyed (Verse.Building __instance, Verse.DestroyMode mode, System.Tuple`3[Verse.IntVec3,RimWorld.Faction,Verse.Map]& __state) [0x0002c] in <b0ce388856ed40f1be044d851ca52fa5>:0
at (wrapper dynamic-method) Verse.Building.Verse.Building.Destroy_Patch3(Verse.Building,Verse.DestroyMode)
at RimWorld.ShipJob_FlyAway.TryStart () [0x001c1] in <81af9f8a18324e17b286924a43555a7c>:0
at RimWorld.TransportShip.TryGetNextJob () [0x00020] in <81af9f8a18324e17b286924a43555a7c>:0
at RimWorld.TransportShip.Tick () [0x0001f] in <81af9f8a18324e17b286924a43555a7c>:0
at RimWorld.TransportShipManager.ShipObjectsTick () [0x0001c] in <81af9f8a18324e17b286924a43555a7c>:0
at (wrapper dynamic-method) Verse.TickManager.Verse.TickManager.DoSingleTick_Patch1(Verse.TickManager)
UnityEngine.StackTraceUtility:ExtractStackTrace ()
Verse.Log:Error (string)
(wrapper dynamic-method) Verse.TickManager:Verse.TickManager.DoSingleTick_Patch1 (Verse.TickManager)
Verse.TickManager:TickManagerUpdate ()
(wrapper dynamic-method) Verse.Game:Verse.Game.UpdatePlay_Patch3 (Verse.Game)
Verse.Root_Play:Update ()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment