You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Clicking outside of map bounds causes an exception due to the selector not realizing this was out of the map bounds.
System.IndexOutOfRangeException
HResult=0x80131508
Message=Index was outside the bounds of the array.
Source=MagicalLifeGUIWindows
StackTrace:
at MagicalLifeGUIWindows.Input.History.HistoricalInputFactory.SingleSelect(InputEventArgs e) in D:\Git Repositories\EarthWithMagic\MagicalLifeGUIWindows\Input\History\HistoricalInputFactory.cs:line 32
at MagicalLifeGUIWindows.Input.History.HistoricalInputFactory.Generate(InputEventArgs e) in D:\Git Repositories\EarthWithMagic\MagicalLifeGUIWindows\Input\History\HistoricalInputFactory.cs:line 19
at MagicalLifeGUIWindows.Input.History.InputHistory.MapMouseClick(MouseEventArgs e) in D:\Git Repositories\EarthWithMagic\MagicalLifeGUIWindows\Input\History\InputHistory.cs:line 142
at MagicalLifeGUIWindows.Input.BoundHandler.ContainerClick(MouseEventArgs clickData) in D:\Git Repositories\EarthWithMagic\MagicalLifeGUIWindows\Input\BoundHandler.cs:line 101
at MagicalLifeGUIWindows.Input.BoundHandler.MouseListener_MouseClicked(Object sender, MouseEventArgs e) in D:\Git Repositories\EarthWithMagic\MagicalLifeGUIWindows\Input\BoundHandler.cs:line 70
at MonoGame.Extended.Input.InputListeners.MouseListener.CheckButtonReleased(Func`2 getButtonState, MouseButton button)
at MonoGame.Extended.Input.InputListeners.MouseListener.Update(GameTime gameTime)
at MagicalLifeGUIWindows.Input.BoundHandler.UpdateMouseInput(GameTime time) in D:\Git Repositories\EarthWithMagic\MagicalLifeGUIWindows\Input\BoundHandler.cs:line 80
at MagicalLifeGUIWindows.Game1.Update(GameTime gameTime) in D:\Git Repositories\EarthWithMagic\MagicalLifeGUIWindows\Game1.cs:line 87
at Microsoft.Xna.Framework.Game.DoUpdate(GameTime gameTime)
at Microsoft.Xna.Framework.Game.Tick()
at MonoGame.Framework.WinFormsGameWindow.RunLoop()
at Microsoft.Xna.Framework.Game.Run(GameRunBehavior runBehavior)
at MagicalLifeGUIWindows.Program.Main() in D:\Git Repositories\EarthWithMagic\MagicalLifeGUIWindows\Program.cs:line 25
The text was updated successfully, but these errors were encountered:
Clicking outside of map bounds causes an exception due to the selector not realizing this was out of the map bounds.
System.IndexOutOfRangeException
HResult=0x80131508
Message=Index was outside the bounds of the array.
Source=MagicalLifeGUIWindows
StackTrace:
at MagicalLifeGUIWindows.Input.History.HistoricalInputFactory.SingleSelect(InputEventArgs e) in D:\Git Repositories\EarthWithMagic\MagicalLifeGUIWindows\Input\History\HistoricalInputFactory.cs:line 32
at MagicalLifeGUIWindows.Input.History.HistoricalInputFactory.Generate(InputEventArgs e) in D:\Git Repositories\EarthWithMagic\MagicalLifeGUIWindows\Input\History\HistoricalInputFactory.cs:line 19
at MagicalLifeGUIWindows.Input.History.InputHistory.MapMouseClick(MouseEventArgs e) in D:\Git Repositories\EarthWithMagic\MagicalLifeGUIWindows\Input\History\InputHistory.cs:line 142
at MagicalLifeGUIWindows.Input.BoundHandler.ContainerClick(MouseEventArgs clickData) in D:\Git Repositories\EarthWithMagic\MagicalLifeGUIWindows\Input\BoundHandler.cs:line 101
at MagicalLifeGUIWindows.Input.BoundHandler.MouseListener_MouseClicked(Object sender, MouseEventArgs e) in D:\Git Repositories\EarthWithMagic\MagicalLifeGUIWindows\Input\BoundHandler.cs:line 70
at MonoGame.Extended.Input.InputListeners.MouseListener.CheckButtonReleased(Func`2 getButtonState, MouseButton button)
at MonoGame.Extended.Input.InputListeners.MouseListener.Update(GameTime gameTime)
at MagicalLifeGUIWindows.Input.BoundHandler.UpdateMouseInput(GameTime time) in D:\Git Repositories\EarthWithMagic\MagicalLifeGUIWindows\Input\BoundHandler.cs:line 80
at MagicalLifeGUIWindows.Game1.Update(GameTime gameTime) in D:\Git Repositories\EarthWithMagic\MagicalLifeGUIWindows\Game1.cs:line 87
at Microsoft.Xna.Framework.Game.DoUpdate(GameTime gameTime)
at Microsoft.Xna.Framework.Game.Tick()
at MonoGame.Framework.WinFormsGameWindow.RunLoop()
at Microsoft.Xna.Framework.Game.Run(GameRunBehavior runBehavior)
at MagicalLifeGUIWindows.Program.Main() in D:\Git Repositories\EarthWithMagic\MagicalLifeGUIWindows\Program.cs:line 25
The text was updated successfully, but these errors were encountered: