dM PROBLEM

Finish a new model/mesh? Got something you're working on? Finish a new map? Here's the place to post it for feedback and whatnot.
Post Reply
imgettionowned




Wordewatician 500

Posts: 709
Joined: Sat Jun 25, 2005 8:53 am

dM PROBLEM

Post by imgettionowned »

After i inject a modle using dm and go through all of the steps, when i try to open the map in dm again it says

non neg # required.
parameter name: count.

See the end of this message for details on invoking
just-in-time (JIT) debugging instead of this dialog box.

************** Exception Text **************
System.ArgumentOutOfRangeException: Non-negative number required.
Parameter name: count
at System.IO.BinaryReader.ReadChars(Int32 count)
at WindowsApplication2.Form1.loadmap() in f:\windowsapplication2\form1.cs:line 1537
at WindowsApplication2.Form1.loadnewmap_Click(Object sender, EventArgs e) in f:\windowsapplication2\form1.cs:line 1414
at System.Windows.Forms.MenuItem.OnClick(EventArgs e)
at System.Windows.Forms.MenuItemData.Execute()
at System.Windows.Forms.Command.Invoke()
at System.Windows.Forms.Control.WmCommand(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.Form.WndProc(Message& m)
at System.Windows.Forms.ControlNativeWindow.OnMessage(Message& m)
at System.Windows.Forms.ControlNativeWindow.WndProc(Message& m)
at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)


************** Loaded Assemblies **************
mscorlib
Assembly Version: 1.0.5000.0
Win32 Version: 1.1.4322.2032
CodeBase: file:///c:/windows/microsoft.net/framework/v1.1.4322/mscorlib.dll
----------------------------------------
DarkMatter
Assembly Version: 1.0.2079.29624
Win32 Version: 1.0.2079.29624
CodeBase: file:///C:/Documents%20and%20Settings/justin%20rokisky/Desktop/mod/Dark%20Matter%201/DarkMatter.exe
----------------------------------------
System.Windows.Forms
Assembly Version: 1.0.5000.0
Win32 Version: 1.1.4322.2032
CodeBase: file:///c:/windows/assembly/gac/system.windows.forms/1.0.5000.0__b77a5c561934e089/system.windows.forms.dll
----------------------------------------
System
Assembly Version: 1.0.5000.0
Win32 Version: 1.1.4322.2032
CodeBase: file:///c:/windows/assembly/gac/system/1.0.5000.0__b77a5c561934e089/system.dll
----------------------------------------
System.Drawing
Assembly Version: 1.0.5000.0
Win32 Version: 1.1.4322.2032
CodeBase: file:///c:/windows/assembly/gac/system.drawing/1.0.5000.0__b03f5f7f11d50a3a/system.drawing.dll
----------------------------------------
Microsoft.DirectX.Direct3D
Assembly Version: 1.0.900.0
Win32 Version: 5.3.0000000.900 built by: DIRECTX
CodeBase: file:///C:/Documents%20and%20Settings/justin%20rokisky/Desktop/mod/Dark%20Matter%201/Microsoft.DirectX.Direct3D.DLL
----------------------------------------
Microsoft.DirectX.Direct3DX
Assembly Version: 1.0.900.0
Win32 Version: 5.3.0000000.900 built by: DIRECTX
CodeBase: file:///C:/Documents%20and%20Settings/justin%20rokisky/Desktop/mod/Dark%20Matter%201/Microsoft.DirectX.Direct3DX.DLL
----------------------------------------
Microsoft.DirectX
Assembly Version: 1.0.900.0
Win32 Version: 5.3.0000000.900 built by: DIRECTX
CodeBase: file:///C:/Documents%20and%20Settings/justin%20rokisky/Desktop/mod/Dark%20Matter%201/Microsoft.DirectX.DLL
----------------------------------------
WindowsControlLibrary1
Assembly Version: 1.0.2071.41184
Win32 Version: 1.0.2071.41184
CodeBase: file:///C:/Documents%20and%20Settings/justin%20rokisky/Desktop/mod/Dark%20Matter%201/WindowsControlLibrary1.DLL
----------------------------------------
Accessibility
Assembly Version: 1.0.5000.0
Win32 Version: 1.1.4322.573
CodeBase: file:///c:/windows/assembly/gac/accessibility/1.0.5000.0__b03f5f7f11d50a3a/accessibility.dll
----------------------------------------

************** JIT Debugging **************
To enable just in time (JIT) debugging, the config file for this
application or machine (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 machine
rather than being handled by this dialog.


any ideas
Post Reply