1.9.2 - Out of bounds dig?

DeeMer's picture

I fired an overcharged dig beam out of the stage bounds. The log file should be attached.

MageGuild Beta TesterMageGuild v2 Beta TesterCelestial Mage WinnerElementalist WinnerExomancer WinnerRed Mage Winner
DeeMer's picture

Except that it

Except that it didn't.

[3/18/2010 9:34:38 PM] - Index was outside the bounds of the array.
at MageGuild.Sight.GetFoV(Int32 sourceX, Int32 sourceY, Int32 fieldRad, Int32 areaWidth, Int32 areaHeight, CanPassFunc canPass, CanPassFunc inBounds)
at MageGuild.RLObjects.Entity.FlushNearbyFoVs(Int32 oX, Int32 oY)
at MageGuild.RLObjects.Features.Wall.Destroy()
at MageGuild.RLObjects.Feature.ApplyEffect(Effect inEffect)
at MageGuild.RLObjects.Features.Wall.ApplyEffect(Effect inEffect)
at MageGuild.Cell.ApplyEffectTo(Effect inEffect)
at MageGuild.Dig.innerCast()
at MageGuild.Spell.Cast()
at MageGuild.frmMain.RLKC_DoCommand(String outCmd)
at Phasma.RLKeybindController.HandleKey(KeyEventArgs e, String myState)
at MageGuild.frmMain.frmMain_KeyDown(Object sender, KeyEventArgs e)
at System.Windows.Forms.Control.OnKeyDown(KeyEventArgs e)
at System.Windows.Forms.Control.ProcessKeyEventArgs(Message& m)
at System.Windows.Forms.Form.ProcessKeyPreview(Message& m)
at System.Windows.Forms.Control.ProcessKeyMessage(Message& m)
at System.Windows.Forms.Control.WmKeyChar(Message& m)
at System.Windows.Forms.Control.WndProc(Message& m)
at System.Windows.Forms.ScrollableControl.WndProc(Message& m)
at System.Windows.Forms.ContainerControl.WndProc(Message& m)
at System.Windows.Forms.UserControl.WndProc(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)

MageGuild Beta TesterMageGuild v2 Beta TesterCelestial Mage WinnerElementalist WinnerExomancer WinnerRed Mage Winner
Nahjor's picture

Fixed in the dev code.

Fixed in the dev code.

Administrator