Jump to content
Search In
  • More options...
Find results that contain...
Find results in...
Sign in to follow this  
Eternus

[DB2]Unhandled Exception

Recommended Posts

http://tinypic.com/r/169qdeg/3

Happened while I was undoing a rotation of two small boxes (16x16 and 32x32). Below is the details from JustinTime.



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

************** Exception Text **************
System.IndexOutOfRangeException: Index was outside the bounds of the array.
at CodeImp.DoomBuilder.Geometry.Triangulation.PostDeserialize(MapSet map)
at CodeImp.DoomBuilder.Map.MapSet.Deserialize(MemoryStream stream)
at CodeImp.DoomBuilder.Map.MapSet..ctor(MemoryStream stream)
at CodeImp.DoomBuilder.Editing.UndoManager.PerformUndo()
at CodeImp.DoomBuilder.Actions.Action.Begin()
at CodeImp.DoomBuilder.Actions.ActionManager.BeginActionByKey(Int32 key, Boolean repeated)
at CodeImp.DoomBuilder.Actions.ActionManager.KeyPressed(Int32 key)
at CodeImp.DoomBuilder.Windows.MainForm.MainForm_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.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.4016 (NetFxQFE.050727-4000)
CodeBase: file:///C:/Windows/Microsoft.NET/Framework/v2.0.50727/mscorlib.dll
----------------------------------------
Builder
Assembly Version: 2.0.0.1072
Win32 Version: 2.0.0.1072
CodeBase: file:///C:/Program%20Files/Doom%20Builder%202/Builder.exe
----------------------------------------
System
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.4016 (NetFxQFE.050727-4000)
CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System/2.0.0.0__b77a5c561934e089/System.dll
----------------------------------------
System.Windows.Forms
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.4016 (NetFxQFE.050727-4000)
CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Windows.Forms/2.0.0.0__b77a5c561934e089/System.Windows.Forms.dll
----------------------------------------
System.Drawing
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.4016 (NetFxQFE.050727-4000)
CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Drawing/2.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll
----------------------------------------
SlimDX
Assembly Version: 2.0.7.41
Win32 Version:
CodeBase: file:///C:/Windows/assembly/GAC_32/SlimDX/2.0.7.41__b1b0c32fd1ffe4f9/SlimDX.dll
----------------------------------------
msvcm80
Assembly Version: 8.0.50727.4016
Win32 Version: 8.00.50727.4016
CodeBase: file:///C:/Windows/WinSxS/x86_microsoft.vc80.crt_1fc8b3b9a1e18e3b_8.0.50727.4016_none_d0893820442e7fe4/msvcm80.dll
----------------------------------------
BuilderModes
Assembly Version: 2.0.0.1072
Win32 Version: 2.0.0.1072
CodeBase: file:///C:/Program%20Files/Doom%20Builder%202/Plugins/BuilderModes.dll
----------------------------------------
TrackBar
Assembly Version: 1.0.2486.37933
Win32 Version: 1.0.2486.37933
CodeBase: file:///C:/Program%20Files/Doom%20Builder%202/TrackBar.DLL
----------------------------------------
Sharpzip
Assembly Version: 0.85.2.329
Win32 Version: 0.85.2.329
CodeBase: file:///C:/Program%20Files/Doom%20Builder%202/Sharpzip.DLL
----------------------------------------
System.Xml
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.4016 (NetFxQFE.050727-4000)
CodeBase: file:///C:/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.

Share this post


Link to post

This looks like it is from an old version. You should have included the version number, but I can tell from the call stack that it's old. Try updating to the latest version. See the website.

Share this post


Link to post

D= I probably didn't update. I would have tried to but the problem I found I couldn't duplicate.

By the way: is there any way to reset texture offsets in 3d mode like in DB1? I've been using offset pasting as a substitute, but I never could find it in the controls.

Share this post


Link to post

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
Sign in to follow this  
×