
Deltails:
See the end of this message for details on invoking
just-in-time (JIT) debugging instead of this dialog box.
************** Exception Text **************
System.IO.EndOfStreamException: Unable to read beyond the end of the stream.
at System.IO.__Error.EndOfFile()
at System.IO.MemoryStream.InternalReadInt32()
at System.IO.BinaryReader.ReadInt32()
at entity.MetaScanner.ScanManually(Meta& meta, Int32 mapnumber)
at entity.Meta.ScanMetaItems(Meta& meta, Boolean manual, Boolean parsed, Int32 mapnumber)
at entity.Maps.Refresh(Int32 index)
at entity.MapForm.chunkclone_Click(Object sender, EventArgs e)
at System.Windows.Forms.MenuItem.OnClick(EventArgs e)
at System.Windows.Forms.MenuItem.MenuItemData.Execute()
at System.Windows.Forms.Command.Invoke()
at System.Windows.Forms.Command.DispatchID(Int32 id)
at System.Windows.Forms.Control.WmCommand(Message& m)
at System.Windows.Forms.Control.WndProc(Message& m)
at System.Windows.Forms.ListView.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:///F:/WINDOWS/Microsoft.NET/Framework/v2.0.50727/mscorlib.dll
----------------------------------------
entity
Assembly Version: 1.0.2372.32932
Win32 Version: 1.0.2372.32932
CodeBase: file:///F:/Documents%20and%20Settings/K/My%20Documents/Xbox/Programs/(1--------Entiity---Beta%201%5B1%5D.1.5_2006-07-01/Entity%20Beta%201.1.5/entity.exe
----------------------------------------
System.Windows.Forms
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.42 (RTM.050727-4200)
CodeBase: file:///F:/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:///F:/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:///F:/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:///F:/Documents%20and%20Settings/K/My%20Documents/Xbox/Programs/(1--------Entiity---Beta%201%5B1%5D.1.5_2006-07-01/Entity%20Beta%201.1.5/HaloMap.DLL
----------------------------------------
MetaEditor.cs
Assembly Version: 1.0.0.0
Win32 Version: 1.0.0.0
CodeBase: file:///F:/Documents%20and%20Settings/K/My%20Documents/Xbox/Programs/(1--------Entiity---Beta%201%5B1%5D.1.5_2006-07-01/Entity%20Beta%201.1.5/MetaEditor.cs.DLL
----------------------------------------
BugReporter
Assembly Version: 1.0.2368.29076
Win32 Version: 1.0.0.0
CodeBase: file:///F:/Documents%20and%20Settings/K/My%20Documents/Xbox/Programs/(1--------Entiity---Beta%201%5B1%5D.1.5_2006-07-01/Entity%20Beta%201.1.5/Libraries/BugReporter.dll
----------------------------------------
Microsoft.VisualBasic
Assembly Version: 8.0.0.0
Win32 Version: 8.0.50727.42 (RTM.050727-4200)
CodeBase: file:///F:/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:///F:/Documents%20and%20Settings/K/My%20Documents/Xbox/Programs/(1--------Entiity---Beta%201%5B1%5D.1.5_2006-07-01/Entity%20Beta%201.1.5/Libraries/Model%20Resizer.dll
----------------------------------------
Profile Color Changer
Assembly Version: 1.0.2371.41091
Win32 Version: 1.0.0.0
CodeBase: file:///F:/Documents%20and%20Settings/K/My%20Documents/Xbox/Programs/(1--------Entiity---Beta%201%5B1%5D.1.5_2006-07-01/Entity%20Beta%201.1.5/Libraries/Profile%20Color%20Changer.dll
----------------------------------------
XML Plugin Reader
Assembly Version: 1.0.2372.30415
Win32 Version: 1.0.0.0
CodeBase: file:///F:/Documents%20and%20Settings/K/My%20Documents/Xbox/Programs/(1--------Entiity---Beta%201%5B1%5D.1.5_2006-07-01/Entity%20Beta%201.1.5/Libraries/XML%20Plugin%20Reader.dll
----------------------------------------
System.Xml
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.42 (RTM.050727-4200)
CodeBase: file:///F:/WINDOWS/assembly/GAC_MSIL/System.Xml/2.0.0.0__b77a5c561934e089/System.Xml.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.