Created
February 12, 2021 20:02
-
-
Save IsaacSherman/854924f011210c4668bd7fbbe404d7b3 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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