Entity is not letting me open the Raw edittor at all when I click it It shows a dialogue box with this in it
'See the end of this message for details on invoking
just-in-time (JIT) debugging instead of this dialog box.
************** Exception Text **************
System.ArgumentException: Offset and length were out of bounds for the array or count is greater than the number of elements from index to the end of the source collection.
at System.IO.MemoryStream.Write(Byte[] buffer, Int32 offset, Int32 count)
at entity.Model.Read(Meta& meta, Map& map, Boolean dontreadraw)
at entity.MetaFunctions.ReadRaw(Meta meta, Map& map, Boolean dontreadraw)
at entity.Meta.ReadMetaFromMap(Int32 tagnum, Map& map, Boolean dontreadraw)
at entity.BSPViewer.LoadSpawns()
at entity.BSPViewer.InitializeGraphics()
at entity.BSPViewer.Main()
at entity.BSPViewer..ctor(BSPModel tempbsp, Map& mapz)
at entity.MapForm.rawEditorToolStripMenuItem_Click(Object sender, EventArgs e)
at System.Windows.Forms.ToolStripItem.RaiseEvent(Object key, EventArgs e)
at System.Windows.Forms.ToolStripMenuItem.OnClick(EventArgs e)
at System.Windows.Forms.ToolStripItem.HandleClick(EventArgs e)
at System.Windows.Forms.ToolStripItem.HandleMouseUp(MouseEventArgs e)
at System.Windows.Forms.ToolStripItem.FireEventInteractive(EventArgs e, ToolStripItemEventType met)
at System.Windows.Forms.ToolStripItem.FireEvent(EventArgs e, ToolStripItemEventType met)
at System.Windows.Forms.ToolStrip.OnMouseUp(MouseEventArgs mea)
at System.Windows.Forms.ToolStripDropDown.OnMouseUp(MouseEventArgs mea)
at System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
at System.Windows.Forms.Control.WndProc(Message& m)
at System.Windows.Forms.ScrollableControl.WndProc(Message& m)
at System.Windows.Forms.ToolStrip.WndProc(Message& m)
at System.Windows.Forms.ToolStripDropDown.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)
************** Loaded Assemblies **************
mscorlib
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.42 (RTM.050727-4200)
CodeBase: file:///C:/WINDOWS/MICROSOFT.NET/FRAMEWORK/V2.0.50727/mscorlib.dll
----------------------------------------
entity
Assembly Version: 1.0.2311.435
Win32 Version: 1.0.2311.435
CodeBase: file:///C:/MY%20DOCUMENTS/HALO/ENTITY/ENTITY.EXE
----------------------------------------
System.Windows.Forms
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.42 (RTM.050727-4200)
CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Windows.Forms/2.0.0.0__b77a5c561934e089/System.Windows.Forms.dll
----------------------------------------
System
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.42 (RTM.050727-4200)
CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System/2.0.0.0__b77a5c561934e089/System.dll
----------------------------------------
System.Drawing
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.42 (RTM.050727-4200)
CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Drawing/2.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll
----------------------------------------
Microsoft.DirectX
Assembly Version: 1.0.2902.0
Win32 Version: 5.04.00.2904
CodeBase: file:///C:/WINDOWS/assembly/GAC/Microsoft.DirectX/1.0.2902.0__31bf3856ad364e35/Microsoft.DirectX.dll
----------------------------------------
Microsoft.DirectX.Direct3D
Assembly Version: 1.0.2902.0
Win32 Version: 9.05.132.0000
CodeBase: file:///C:/WINDOWS/assembly/GAC/Microsoft.DirectX.Direct3D/1.0.2902.0__31bf3856ad364e35/Microsoft.DirectX.Direct3D.dll
----------------------------------------
Microsoft.DirectX.Direct3DX
Assembly Version: 1.0.2903.0
Win32 Version: 9.04.91.0000
CodeBase: file:///C:/WINDOWS/assembly/GAC/Microsoft.DirectX.Direct3DX/1.0.2903.0__31bf3856ad364e35/Microsoft.DirectX.Direct3DX.dll
----------------------------------------
************** JIT Debugging **************
To enable just-in-time (JIT) debugging, the .config file for this
application or computer (machine.config) must have the
jitDebugging value set in the system.windows.forms section.
The application must also be compiled with debugging
enabled.
For example:
<configuration>
<system.windows.forms jitDebugging="true" />
</configuration>
When JIT debugging is enabled, any unhandled exception
will be sent to the JIT debugger registered on the computer
rather than be handled by this dialog box.'
Please help me I have no idea what is going on, Im a mac user using Windows 98 (the only windows machine I have)
I've tried installing Direct X from microsoft.
Entity not loading Raw edittor
-
- Posts: 40
- Joined: Tue May 23, 2006 7:31 am
- Location: Essex, England www.onemotion.co.uk
- Contact:
Entity not loading Raw edittor
Penis was too large.
-
- Posts: 40
- Joined: Tue May 23, 2006 7:31 am
- Location: Essex, England www.onemotion.co.uk
- Contact:
Couldnt read something from your map properly, use a newer version of entity or try a different map...System.ArgumentException: Offset and length were out of bounds for the array or count is greater than the number of elements from index to the end of the source collection.
at System.IO.MemoryStream.Write(Byte[] buffer, Int32 offset, Int32 count)
at entity.Model.Read(Meta& meta, Map& map, Boolean dontreadraw)
Halo 2 Prophet - Skin with ease with the simple 3D point and click interface.
Halo 3 Research Thread - Contribute to the research into Halo 3.
Halo 3 Research Thread - Contribute to the research into Halo 3.
-
- Posts: 40
- Joined: Tue May 23, 2006 7:31 am
- Location: Essex, England www.onemotion.co.uk
- Contact:
Right I have a new map and a new app, still doesnt work.
"See the end of this message for details on invoking
just-in-time (JIT) debugging instead of this dialog box.
************** Exception Text **************
System.ArgumentException: Offset and length were out of bounds for the array or count is greater than the number of elements from index to the end of the source collection.
at System.IO.MemoryStream.Write(Byte[] buffer, Int32 offset, Int32 count)
at entity.Model.ReadH2ModelRaw(Int32 tagnumber, Int32 mapnumber, Boolean dontreadraw) in C:\Documents and Settings\Anthony\Desktop\Entity 1.5.1\Entity 1.5.1\HaloMap\HaloMap\Raw\RawData.cs:line 407
at entity.Model.Read(Int32 tagnumber, Int32 mapnumber, Boolean dontreadraw) in C:\Documents and Settings\Anthony\Desktop\Entity 1.5.1\Entity 1.5.1\HaloMap\HaloMap\Raw\RawData.cs:line 254
at entity.MetaFunctions.ReadRaw(Int32 tagnumber, Int32 mapnumber, Boolean dontreadraw) in C:\Documents and Settings\Anthony\Desktop\Entity 1.5.1\Entity 1.5.1\HaloMap\HaloMap\Meta\MetaFunctions.cs:line 60
at entity.Meta.ReadMetaFromMap(Int32 tagnum, Int32 mapnumberx, Boolean dontreadraw) in C:\Documents and Settings\Anthony\Desktop\Entity 1.5.1\Entity 1.5.1\HaloMap\HaloMap\Meta\Meta.cs:line 124
at entity.BSPViewer.LoadSpawns() in C:\Documents and Settings\Owner\My Documents\download\limpmybizket911\Entity TagSearch\Entity 1.5.1\Entity 12-7-06\Renderer\BSP Renderer\BSPViewer.cs:line 1460
at entity.BSPViewer.InitializeGraphics() in C:\Documents and Settings\Owner\My Documents\download\limpmybizket911\Entity TagSearch\Entity 1.5.1\Entity 12-7-06\Renderer\BSP Renderer\BSPViewer.cs:line 1515
at entity.BSPViewer.Main() in C:\Documents and Settings\Owner\My Documents\download\limpmybizket911\Entity TagSearch\Entity 1.5.1\Entity 12-7-06\Renderer\BSP Renderer\BSPViewer.cs:line 2075
at entity.BSPViewer..ctor(BSPModel tempbsp, Int32 mapnumberx) in C:\Documents and Settings\Owner\My Documents\download\limpmybizket911\Entity TagSearch\Entity 1.5.1\Entity 12-7-06\Renderer\BSP Renderer\BSPViewer.cs:line 221
at entity.MapForm.viewBSPToolStripMenuItem_Click(Object sender, EventArgs e) in C:\Documents and Settings\Owner\My Documents\download\limpmybizket911\Entity TagSearch\Entity 1.5.1\Entity 12-7-06\Forms\MapForm.cs:line 3419
at System.Windows.Forms.ToolStripItem.RaiseEvent(Object key, EventArgs e)
at System.Windows.Forms.ToolStripMenuItem.OnClick(EventArgs e)
at System.Windows.Forms.ToolStripItem.HandleClick(EventArgs e)
at System.Windows.Forms.ToolStripItem.HandleMouseUp(MouseEventArgs e)
at System.Windows.Forms.ToolStripItem.FireEventInteractive(EventArgs e, ToolStripItemEventType met)
at System.Windows.Forms.ToolStripItem.FireEvent(EventArgs e, ToolStripItemEventType met)
at System.Windows.Forms.ToolStrip.OnMouseUp(MouseEventArgs mea)
at System.Windows.Forms.ToolStripDropDown.OnMouseUp(MouseEventArgs mea)
at System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
at System.Windows.Forms.Control.WndProc(Message& m)
at System.Windows.Forms.ScrollableControl.WndProc(Message& m)
at System.Windows.Forms.ToolStrip.WndProc(Message& m)
at System.Windows.Forms.ToolStripDropDown.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)
************** Loaded Assemblies **************
mscorlib
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.42 (RTM.050727-4200)
CodeBase: file:///C:/WINDOWS/MICROSOFT.NET/FRAMEWORK/V2.0.50727/mscorlib.dll
----------------------------------------
entity
Assembly Version: 1.0.2547.28439
Win32 Version: 1.0.2547.28439
CodeBase: file:///C:/MY%20DOCUMENTS/HALO/ENTITY/ENTITY%201.4%2012-23-06/ENTITY.EXE
----------------------------------------
System.Windows.Forms
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.42 (RTM.050727-4200)
CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Windows.Forms/2.0.0.0__b77a5c561934e089/System.Windows.Forms.dll
----------------------------------------
System
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.42 (RTM.050727-4200)
CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System/2.0.0.0__b77a5c561934e089/System.dll
----------------------------------------
System.Drawing
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.42 (RTM.050727-4200)
CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Drawing/2.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll
----------------------------------------
HaloMap
Assembly Version: 1.0.0.0
Win32 Version: 1.0.0.0
CodeBase: file:///C:/MY%20DOCUMENTS/HALO/ENTITY/ENTITY%201.4%2012-23-06/HaloMap.DLL
----------------------------------------
System.Xml
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.42 (RTM.050727-4200)
CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Xml/2.0.0.0__b77a5c561934e089/System.Xml.dll
----------------------------------------
SandDock
Assembly Version: 1.0.6.0
Win32 Version: 1.0.6.0
CodeBase: file:///C:/MY%20DOCUMENTS/HALO/ENTITY/ENTITY%201.4%2012-23-06/SandDock.DLL
----------------------------------------
Eyefinder
Assembly Version: 1.0.4.2
Win32 Version: 1.0.4.2
CodeBase: file:///C:/MY%20DOCUMENTS/HALO/ENTITY/ENTITY%201.4%2012-23-06/Eyefinder.DLL
----------------------------------------
XPExplorerBar
Assembly Version: 3.1.0.0
Win32 Version: 3.1.0.0
CodeBase: file:///C:/MY%20DOCUMENTS/HALO/ENTITY/ENTITY%201.4%2012-23-06/XPExplorerBar.DLL
----------------------------------------
MetaEditor.cs
Assembly Version: 1.0.0.0
Win32 Version: 1.0.0.0
CodeBase: file:///C:/MY%20DOCUMENTS/HALO/ENTITY/ENTITY%201.4%2012-23-06/MetaEditor.cs.DLL
----------------------------------------
BugReporter
Assembly Version: 1.0.2368.29076
Win32 Version: 1.0.0.0
CodeBase: file:///C:/MY%20DOCUMENTS/HALO/ENTITY/ENTITY%201.4%2012-23-06/Libraries/BugReporter.dll
----------------------------------------
Microsoft.VisualBasic
Assembly Version: 8.0.0.0
Win32 Version: 8.0.50727.42 (RTM.050727-4200)
CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/Microsoft.VisualBasic/8.0.0.0__b03f5f7f11d50a3a/Microsoft.VisualBasic.dll
----------------------------------------
Model Resizer
Assembly Version: 1.0.2372.23755
Win32 Version: 1.0.0.0
CodeBase: file:///C:/MY%20DOCUMENTS/HALO/ENTITY/ENTITY%201.4%2012-23-06/Libraries/Model%20Resizer.dll
----------------------------------------
XML Plugin Reader
Assembly Version: 1.0.2372.30415
Win32 Version: 1.0.0.0
CodeBase: file:///C:/MY%20DOCUMENTS/HALO/ENTITY/ENTITY%201.4%2012-23-06/Libraries/XML%20Plugin%20Reader.dll
----------------------------------------
Microsoft.DirectX
Assembly Version: 1.0.2902.0
Win32 Version: 5.04.00.2904
CodeBase: file:///C:/WINDOWS/assembly/GAC/Microsoft.DirectX/1.0.2902.0__31bf3856ad364e35/Microsoft.DirectX.dll
----------------------------------------
Microsoft.DirectX.Direct3D
Assembly Version: 1.0.2902.0
Win32 Version: 9.05.132.0000
CodeBase: file:///C:/WINDOWS/assembly/GAC/Microsoft.DirectX.Direct3D/1.0.2902.0__31bf3856ad364e35/Microsoft.DirectX.Direct3D.dll
----------------------------------------
Microsoft.DirectX.Direct3DX
Assembly Version: 1.0.2902.0
Win32 Version: 5.04.00.3900
CodeBase: file:///C:/WINDOWS/assembly/GAC/Microsoft.DirectX.Direct3DX/1.0.2902.0__31bf3856ad364e35/Microsoft.DirectX.Direct3DX.dll
----------------------------------------
************** JIT Debugging **************
To enable just-in-time (JIT) debugging, the .config file for this
application or computer (machine.config) must have the
jitDebugging value set in the system.windows.forms section.
The application must also be compiled with debugging
enabled.
For example:
<configuration>
<system.windows.forms jitDebugging="true" />
</configuration>
When JIT debugging is enabled, any unhandled exception
will be sent to the JIT debugger registered on the computer
rather than be handled by this dialog box." Good old windows
"See the end of this message for details on invoking
just-in-time (JIT) debugging instead of this dialog box.
************** Exception Text **************
System.ArgumentException: Offset and length were out of bounds for the array or count is greater than the number of elements from index to the end of the source collection.
at System.IO.MemoryStream.Write(Byte[] buffer, Int32 offset, Int32 count)
at entity.Model.ReadH2ModelRaw(Int32 tagnumber, Int32 mapnumber, Boolean dontreadraw) in C:\Documents and Settings\Anthony\Desktop\Entity 1.5.1\Entity 1.5.1\HaloMap\HaloMap\Raw\RawData.cs:line 407
at entity.Model.Read(Int32 tagnumber, Int32 mapnumber, Boolean dontreadraw) in C:\Documents and Settings\Anthony\Desktop\Entity 1.5.1\Entity 1.5.1\HaloMap\HaloMap\Raw\RawData.cs:line 254
at entity.MetaFunctions.ReadRaw(Int32 tagnumber, Int32 mapnumber, Boolean dontreadraw) in C:\Documents and Settings\Anthony\Desktop\Entity 1.5.1\Entity 1.5.1\HaloMap\HaloMap\Meta\MetaFunctions.cs:line 60
at entity.Meta.ReadMetaFromMap(Int32 tagnum, Int32 mapnumberx, Boolean dontreadraw) in C:\Documents and Settings\Anthony\Desktop\Entity 1.5.1\Entity 1.5.1\HaloMap\HaloMap\Meta\Meta.cs:line 124
at entity.BSPViewer.LoadSpawns() in C:\Documents and Settings\Owner\My Documents\download\limpmybizket911\Entity TagSearch\Entity 1.5.1\Entity 12-7-06\Renderer\BSP Renderer\BSPViewer.cs:line 1460
at entity.BSPViewer.InitializeGraphics() in C:\Documents and Settings\Owner\My Documents\download\limpmybizket911\Entity TagSearch\Entity 1.5.1\Entity 12-7-06\Renderer\BSP Renderer\BSPViewer.cs:line 1515
at entity.BSPViewer.Main() in C:\Documents and Settings\Owner\My Documents\download\limpmybizket911\Entity TagSearch\Entity 1.5.1\Entity 12-7-06\Renderer\BSP Renderer\BSPViewer.cs:line 2075
at entity.BSPViewer..ctor(BSPModel tempbsp, Int32 mapnumberx) in C:\Documents and Settings\Owner\My Documents\download\limpmybizket911\Entity TagSearch\Entity 1.5.1\Entity 12-7-06\Renderer\BSP Renderer\BSPViewer.cs:line 221
at entity.MapForm.viewBSPToolStripMenuItem_Click(Object sender, EventArgs e) in C:\Documents and Settings\Owner\My Documents\download\limpmybizket911\Entity TagSearch\Entity 1.5.1\Entity 12-7-06\Forms\MapForm.cs:line 3419
at System.Windows.Forms.ToolStripItem.RaiseEvent(Object key, EventArgs e)
at System.Windows.Forms.ToolStripMenuItem.OnClick(EventArgs e)
at System.Windows.Forms.ToolStripItem.HandleClick(EventArgs e)
at System.Windows.Forms.ToolStripItem.HandleMouseUp(MouseEventArgs e)
at System.Windows.Forms.ToolStripItem.FireEventInteractive(EventArgs e, ToolStripItemEventType met)
at System.Windows.Forms.ToolStripItem.FireEvent(EventArgs e, ToolStripItemEventType met)
at System.Windows.Forms.ToolStrip.OnMouseUp(MouseEventArgs mea)
at System.Windows.Forms.ToolStripDropDown.OnMouseUp(MouseEventArgs mea)
at System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
at System.Windows.Forms.Control.WndProc(Message& m)
at System.Windows.Forms.ScrollableControl.WndProc(Message& m)
at System.Windows.Forms.ToolStrip.WndProc(Message& m)
at System.Windows.Forms.ToolStripDropDown.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)
************** Loaded Assemblies **************
mscorlib
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.42 (RTM.050727-4200)
CodeBase: file:///C:/WINDOWS/MICROSOFT.NET/FRAMEWORK/V2.0.50727/mscorlib.dll
----------------------------------------
entity
Assembly Version: 1.0.2547.28439
Win32 Version: 1.0.2547.28439
CodeBase: file:///C:/MY%20DOCUMENTS/HALO/ENTITY/ENTITY%201.4%2012-23-06/ENTITY.EXE
----------------------------------------
System.Windows.Forms
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.42 (RTM.050727-4200)
CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Windows.Forms/2.0.0.0__b77a5c561934e089/System.Windows.Forms.dll
----------------------------------------
System
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.42 (RTM.050727-4200)
CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System/2.0.0.0__b77a5c561934e089/System.dll
----------------------------------------
System.Drawing
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.42 (RTM.050727-4200)
CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Drawing/2.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll
----------------------------------------
HaloMap
Assembly Version: 1.0.0.0
Win32 Version: 1.0.0.0
CodeBase: file:///C:/MY%20DOCUMENTS/HALO/ENTITY/ENTITY%201.4%2012-23-06/HaloMap.DLL
----------------------------------------
System.Xml
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.42 (RTM.050727-4200)
CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Xml/2.0.0.0__b77a5c561934e089/System.Xml.dll
----------------------------------------
SandDock
Assembly Version: 1.0.6.0
Win32 Version: 1.0.6.0
CodeBase: file:///C:/MY%20DOCUMENTS/HALO/ENTITY/ENTITY%201.4%2012-23-06/SandDock.DLL
----------------------------------------
Eyefinder
Assembly Version: 1.0.4.2
Win32 Version: 1.0.4.2
CodeBase: file:///C:/MY%20DOCUMENTS/HALO/ENTITY/ENTITY%201.4%2012-23-06/Eyefinder.DLL
----------------------------------------
XPExplorerBar
Assembly Version: 3.1.0.0
Win32 Version: 3.1.0.0
CodeBase: file:///C:/MY%20DOCUMENTS/HALO/ENTITY/ENTITY%201.4%2012-23-06/XPExplorerBar.DLL
----------------------------------------
MetaEditor.cs
Assembly Version: 1.0.0.0
Win32 Version: 1.0.0.0
CodeBase: file:///C:/MY%20DOCUMENTS/HALO/ENTITY/ENTITY%201.4%2012-23-06/MetaEditor.cs.DLL
----------------------------------------
BugReporter
Assembly Version: 1.0.2368.29076
Win32 Version: 1.0.0.0
CodeBase: file:///C:/MY%20DOCUMENTS/HALO/ENTITY/ENTITY%201.4%2012-23-06/Libraries/BugReporter.dll
----------------------------------------
Microsoft.VisualBasic
Assembly Version: 8.0.0.0
Win32 Version: 8.0.50727.42 (RTM.050727-4200)
CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/Microsoft.VisualBasic/8.0.0.0__b03f5f7f11d50a3a/Microsoft.VisualBasic.dll
----------------------------------------
Model Resizer
Assembly Version: 1.0.2372.23755
Win32 Version: 1.0.0.0
CodeBase: file:///C:/MY%20DOCUMENTS/HALO/ENTITY/ENTITY%201.4%2012-23-06/Libraries/Model%20Resizer.dll
----------------------------------------
XML Plugin Reader
Assembly Version: 1.0.2372.30415
Win32 Version: 1.0.0.0
CodeBase: file:///C:/MY%20DOCUMENTS/HALO/ENTITY/ENTITY%201.4%2012-23-06/Libraries/XML%20Plugin%20Reader.dll
----------------------------------------
Microsoft.DirectX
Assembly Version: 1.0.2902.0
Win32 Version: 5.04.00.2904
CodeBase: file:///C:/WINDOWS/assembly/GAC/Microsoft.DirectX/1.0.2902.0__31bf3856ad364e35/Microsoft.DirectX.dll
----------------------------------------
Microsoft.DirectX.Direct3D
Assembly Version: 1.0.2902.0
Win32 Version: 9.05.132.0000
CodeBase: file:///C:/WINDOWS/assembly/GAC/Microsoft.DirectX.Direct3D/1.0.2902.0__31bf3856ad364e35/Microsoft.DirectX.Direct3D.dll
----------------------------------------
Microsoft.DirectX.Direct3DX
Assembly Version: 1.0.2902.0
Win32 Version: 5.04.00.3900
CodeBase: file:///C:/WINDOWS/assembly/GAC/Microsoft.DirectX.Direct3DX/1.0.2902.0__31bf3856ad364e35/Microsoft.DirectX.Direct3DX.dll
----------------------------------------
************** JIT Debugging **************
To enable just-in-time (JIT) debugging, the .config file for this
application or computer (machine.config) must have the
jitDebugging value set in the system.windows.forms section.
The application must also be compiled with debugging
enabled.
For example:
<configuration>
<system.windows.forms jitDebugging="true" />
</configuration>
When JIT debugging is enabled, any unhandled exception
will be sent to the JIT debugger registered on the computer
rather than be handled by this dialog box." Good old windows
Penis was too large.
-
- Posts: 40
- Joined: Tue May 23, 2006 7:31 am
- Location: Essex, England www.onemotion.co.uk
- Contact:
I tried with the UE Version. Guess what I got [/size][/i][/i][/code]
Code: Select all
See the end of this message for details on invoking
just-in-time (JIT) debugging instead of this dialog box.
************** Exception Text **************
System.ArgumentException: Offset and length were out of bounds for the array or count is greater than the number of elements from index to the end of the source collection.
at System.IO.MemoryStream.Write(Byte[] buffer, Int32 offset, Int32 count)
at entity.Model.ReadH2ModelRaw(Int32 tagnumber, Int32 mapnumber, Boolean dontreadraw) in C:\Users\Compaq_Owner\Documents\Visual Studio 2005\Projects\Entity Source\HaloMap\HaloMap\Raw\RawData.cs:line 407
at entity.Model.Read(Int32 tagnumber, Int32 mapnumber, Boolean dontreadraw) in C:\Users\Compaq_Owner\Documents\Visual Studio 2005\Projects\Entity Source\HaloMap\HaloMap\Raw\RawData.cs:line 254
at entity.MetaFunctions.ReadRaw(Int32 tagnumber, Int32 mapnumber, Boolean dontreadraw) in C:\Users\Compaq_Owner\Documents\Visual Studio 2005\Projects\Entity Source\HaloMap\HaloMap\Meta\MetaFunctions.cs:line 60
at entity.Meta.ReadMetaFromMap(Int32 tagnum, Int32 mapnumberx, Boolean dontreadraw) in C:\Users\Compaq_Owner\Documents\Visual Studio 2005\Projects\Entity Source\HaloMap\HaloMap\Meta\Meta.cs:line 122
at entity.BSPViewer.LoadSpawns()
at entity.BSPViewer.InitializeGraphics()
at entity.BSPViewer.Main()
at entity.BSPViewer..ctor(BSPModel tempbsp, Int32 mapnumberx)
at entity.MapForm.viewBSPToolStripMenuItem_Click(Object sender, EventArgs e)
at System.Windows.Forms.ToolStripItem.RaiseEvent(Object key, EventArgs e)
at System.Windows.Forms.ToolStripMenuItem.OnClick(EventArgs e)
at System.Windows.Forms.ToolStripItem.HandleClick(EventArgs e)
at System.Windows.Forms.ToolStripItem.HandleMouseUp(MouseEventArgs e)
at System.Windows.Forms.ToolStripItem.FireEventInteractive(EventArgs e, ToolStripItemEventType met)
at System.Windows.Forms.ToolStripItem.FireEvent(EventArgs e, ToolStripItemEventType met)
at System.Windows.Forms.ToolStrip.OnMouseUp(MouseEventArgs mea)
at System.Windows.Forms.ToolStripDropDown.OnMouseUp(MouseEventArgs mea)
at System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
at System.Windows.Forms.Control.WndProc(Message& m)
at System.Windows.Forms.ScrollableControl.WndProc(Message& m)
at System.Windows.Forms.ToolStrip.WndProc(Message& m)
at System.Windows.Forms.ToolStripDropDown.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)
************** Loaded Assemblies **************
mscorlib
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.42 (RTM.050727-4200)
CodeBase: file:///C:/WINDOWS/MICROSOFT.NET/FRAMEWORK/V2.0.50727/mscorlib.dll
----------------------------------------
entity
Assembly Version: 1.0.2619.38962
Win32 Version: 1.0.2619.38962
CodeBase: file:///C:/MY%20DOCUMENTS/HALO/ENTITY/ENTITY%20UE%20V1.6/ENTITY.EXE
----------------------------------------
System.Windows.Forms
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.42 (RTM.050727-4200)
CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Windows.Forms/2.0.0.0__b77a5c561934e089/System.Windows.Forms.dll
----------------------------------------
System
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.42 (RTM.050727-4200)
CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System/2.0.0.0__b77a5c561934e089/System.dll
----------------------------------------
System.Drawing
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.42 (RTM.050727-4200)
CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Drawing/2.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll
----------------------------------------
HaloMap
Assembly Version: 1.0.0.0
Win32 Version: 1.0.0.0
CodeBase: file:///C:/MY%20DOCUMENTS/HALO/ENTITY/ENTITY%20UE%20V1.6/HaloMap.DLL
----------------------------------------
MetaEditor.cs
Assembly Version: 1.0.0.0
Win32 Version: 1.0.0.0
CodeBase: file:///C:/MY%20DOCUMENTS/HALO/ENTITY/ENTITY%20UE%20V1.6/MetaEditor.cs.DLL
----------------------------------------
System.Xml
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.42 (RTM.050727-4200)
CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Xml/2.0.0.0__b77a5c561934e089/System.Xml.dll
----------------------------------------
BugReporter
Assembly Version: 1.0.2368.29076
Win32 Version: 1.0.0.0
CodeBase: file:///C:/MY%20DOCUMENTS/HALO/ENTITY/ENTITY%20UE%20V1.6/Libraries/BugReporter.dll
----------------------------------------
Microsoft.VisualBasic
Assembly Version: 8.0.0.0
Win32 Version: 8.0.50727.42 (RTM.050727-4200)
CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/Microsoft.VisualBasic/8.0.0.0__b03f5f7f11d50a3a/Microsoft.VisualBasic.dll
----------------------------------------
Model Resizer
Assembly Version: 1.0.2372.23755
Win32 Version: 1.0.0.0
CodeBase: file:///C:/MY%20DOCUMENTS/HALO/ENTITY/ENTITY%20UE%20V1.6/Libraries/Model%20Resizer.dll
----------------------------------------
XML Plugin Reader
Assembly Version: 1.0.2372.30415
Win32 Version: 1.0.0.0
CodeBase: file:///C:/MY%20DOCUMENTS/HALO/ENTITY/ENTITY%20UE%20V1.6/Libraries/XML%20Plugin%20Reader.dll
----------------------------------------
Microsoft.DirectX
Assembly Version: 1.0.2902.0
Win32 Version: 5.04.00.2904
CodeBase: file:///C:/WINDOWS/assembly/GAC/Microsoft.DirectX/1.0.2902.0__31bf3856ad364e35/Microsoft.DirectX.dll
----------------------------------------
Microsoft.DirectX.Direct3D
Assembly Version: 1.0.2902.0
Win32 Version: 9.05.132.0000
CodeBase: file:///C:/WINDOWS/assembly/GAC/Microsoft.DirectX.Direct3D/1.0.2902.0__31bf3856ad364e35/Microsoft.DirectX.Direct3D.dll
----------------------------------------
SandDock
Assembly Version: 1.0.6.0
Win32 Version: 1.0.6.0
CodeBase: file:///C:/MY%20DOCUMENTS/HALO/ENTITY/ENTITY%20UE%20V1.6/SandDock.DLL
----------------------------------------
Microsoft.DirectX.Direct3DX
Assembly Version: 1.0.2902.0
Win32 Version: 5.04.00.3900
CodeBase: file:///C:/WINDOWS/assembly/GAC/Microsoft.DirectX.Direct3DX/1.0.2902.0__31bf3856ad364e35/Microsoft.DirectX.Direct3DX.dll
----------------------------------------
************** JIT Debugging **************
To enable just-in-time (JIT) debugging, the .config file for this
application or computer (machine.config) must have the
jitDebugging value set in the system.windows.forms section.
The application must also be compiled with debugging
enabled.
For example:
<configuration>
<system.windows.forms jitDebugging="true" />
</configuration>
When JIT debugging is enabled, any unhandled exception
will be sent to the JIT debugger registered on the computer
rather than be handled by this dialog box.
Penis was too large.