Skip to content

Instantly share code, notes, and snippets.

@IsaacSherman
Created February 12, 2021 20:02
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 IsaacSherman/854924f011210c4668bd7fbbe404d7b3 to your computer and use it in GitHub Desktop.
Save IsaacSherman/854924f011210c4668bd7fbbe404d7b3 to your computer and use it in GitHub Desktop.
Trying to use my Gallatross offensively fails, gives the following error log:
Exception ticking AA_Gallatross2035490 (at (234, 0, 179)): System.NullReferenceException: Object reference not set to an instance of an object
at CombatExtended.Verb_LaunchProjectileCE.TryCastShot () [0x00026] in <818ae093499a4140b0159bf9e706c495>:0
at CombatExtended.Verb_ShootCE.TryCastShot () [0x00028] in <818ae093499a4140b0159bf9e706c495>:0
at Verse.Verb.TryCastNextBurstShot () [0x00012] in <c36f9493c9844ddaa7fb5c788416098f>:0
at Verse.Verb.VerbTick () [0x00034] in <c36f9493c9844ddaa7fb5c788416098f>:0
at (wrapper dynamic-method) Verse.VerbTracker.Verse.VerbTracker.VerbsTick_Patch0(Verse.VerbTracker)
at Verse.Pawn.Tick () [0x00074] in <c36f9493c9844ddaa7fb5c788416098f>:0
at (wrapper dynamic-method) Verse.TickList.Verse.TickList.Tick_Patch2(Verse.TickList)
Verse.Log:Verse.Log.Error_Patch2(String, Boolean)
Verse.TickList:Verse.TickList.Tick_Patch2(TickList)
Verse.TickManager:DoSingleTick()
Verse.TickManager:TickManagerUpdate()
Verse.Game:UpdatePlay()
Verse.Root_Play:Verse.Root_Play.Update_Patch1(Root_Play)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment