PacketAnalyzer: Spawn Packets
Posted: Fri Oct 18, 2013 1:27 pm
It looks like spawn packets aren't loading correctly now (tested with 57080 logs)
Source array was not long enough. Check srcIndex and length, and the array's lower bounds.
************** Exception Text **************
System.ArgumentException: Source array was not long enough. Check srcIndex and length, and the array's lower bounds.
at System.Array.Copy(Array sourceArray, Int32 sourceIndex, Array destinationArray, Int32 destinationIndex, Int32 length, Boolean reliable)
at System.Array.Copy(Array sourceArray, Int32 sourceIndex, Array destinationArray, Int32 destinationIndex, Int32 length)
at EQ2PacketAnalyzer.Common.UnpackSpawnPacket(TreeNodeDataChild node) in c:\Users\Chris\Desktop\EQ2_Emu\eq2tools\trunk\DevTools\PacketAnalyzer\PacketAnalyzer\Common.cs:line 450
at EQ2PacketAnalyzer.Main.LoadPacketStruct(TreeNode node) in c:\Users\Chris\Desktop\EQ2_Emu\eq2tools\trunk\DevTools\PacketAnalyzer\PacketAnalyzer\Main.cs:line 585
at EQ2PacketAnalyzer.Main.treeView_opcodes_AfterSelect(Object sender, TreeViewEventArgs e) in c:\Users\Chris\Desktop\EQ2_Emu\eq2tools\trunk\DevTools\PacketAnalyzer\PacketAnalyzer\Main.cs:line 525
at System.Windows.Forms.TreeView.OnAfterSelect(TreeViewEventArgs e)
at System.Windows.Forms.TreeView.TvnSelected(NMTREEVIEW* nmtv)
at System.Windows.Forms.TreeView.WmNotify(Message& m)
at System.Windows.Forms.TreeView.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)
Source array was not long enough. Check srcIndex and length, and the array's lower bounds.
************** Exception Text **************
System.ArgumentException: Source array was not long enough. Check srcIndex and length, and the array's lower bounds.
at System.Array.Copy(Array sourceArray, Int32 sourceIndex, Array destinationArray, Int32 destinationIndex, Int32 length, Boolean reliable)
at System.Array.Copy(Array sourceArray, Int32 sourceIndex, Array destinationArray, Int32 destinationIndex, Int32 length)
at EQ2PacketAnalyzer.Common.UnpackSpawnPacket(TreeNodeDataChild node) in c:\Users\Chris\Desktop\EQ2_Emu\eq2tools\trunk\DevTools\PacketAnalyzer\PacketAnalyzer\Common.cs:line 450
at EQ2PacketAnalyzer.Main.LoadPacketStruct(TreeNode node) in c:\Users\Chris\Desktop\EQ2_Emu\eq2tools\trunk\DevTools\PacketAnalyzer\PacketAnalyzer\Main.cs:line 585
at EQ2PacketAnalyzer.Main.treeView_opcodes_AfterSelect(Object sender, TreeViewEventArgs e) in c:\Users\Chris\Desktop\EQ2_Emu\eq2tools\trunk\DevTools\PacketAnalyzer\PacketAnalyzer\Main.cs:line 525
at System.Windows.Forms.TreeView.OnAfterSelect(TreeViewEventArgs e)
at System.Windows.Forms.TreeView.TvnSelected(NMTREEVIEW* nmtv)
at System.Windows.Forms.TreeView.WmNotify(Message& m)
at System.Windows.Forms.TreeView.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)