Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Exception on Casting Color Spray #84

Open
shartte opened this issue Feb 12, 2022 · 0 comments
Open

Exception on Casting Color Spray #84

shartte opened this issue Feb 12, 2022 · 0 comments
Labels
bug Something isn't working

Comments

@shartte
Copy link
Collaborator

shartte commented Feb 12, 2022

Unhandled exception. System.IndexOutOfRangeException: Index was outside the bounds of the array.
   at OpenTemple.Core.Systems.Anim.AnimSystem.PushSpellCast(SpellPacketBody spellPkt, GameObject item)
   at OpenTemple.Core.Systems.D20.Actions.D20ActionCallbacks.CastSpellPerform(D20Action action)
   at OpenTemple.Core.Systems.D20.Actions.D20ActionSystem.ActionPerform()
   at OpenTemple.Core.Systems.D20.Actions.D20ActionSystem.sequencePerform()
   at OpenTemple.Core.Systems.D20.Actions.D20ActionSystem.SpellPickerCallback(PickerResult& result, ActionSequence sequence)
   at OpenTemple.Core.Systems.D20.Actions.D20ActionSystem.<>c__DisplayClass58_0.<ActSeqGetPicker>b__0(PickerResult& result, Object cbArgs)
   at OpenTemple.Core.Ui.InGameSelect.Pickers.PickerBehavior.FinalizePicker()
   at OpenTemple.Core.Ui.InGameSelect.Pickers.ConeTargetBehavior.LeftMouseButtonReleased(IGameViewport viewport, MessageMouseArgs args)
   at OpenTemple.Core.Ui.InGameSelect.InGameSelectUi.HandleMouseMessage(IGameViewport viewport, MessageMouseArgs msgMouse)
   at OpenTemple.Core.Ui.InGameSelect.InGameSelectUi.HandleMessage(IGameViewport viewport, Message msg)
   at OpenTemple.Core.Ui.InGame.InGameUi.HandleMessage(IGameViewport viewport, Message msg)
   at OpenTemple.Core.Ui.GameView.HandleMessage(Message msg)
   at OpenTemple.Core.Ui.UiManager.ProcessMouseMessage(Message msg)
   at OpenTemple.Core.Ui.UiManager.ProcessMessage(Message msg)
   at OpenTemple.Core.GameLoop.HandleMessage(Message message)
   at OpenTemple.Core.GameLoop.ProcessMessages()
   at OpenTemple.Core.GameLoop.RunOneIteration(Boolean advanceTime)
   at OpenTemple.Core.GameLoop.Run()
   at OpenTemple.Windows.Launcher.Main(String[] args) in C:\OpenTemple\Launcher.Win\Launcher.cs:line 79
   at OpenTemple.Core.GameLoop.Run()
   at OpenTemple.Windows.Launcher.Main(String[] args) in C:\OpenTemple\Launcher.Win\Launcher.cs:line 79
@shartte shartte added the bug Something isn't working label Feb 12, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant