See the end of this message for details on invoking just-in-time (JIT) debugging instead of this dialog box. ************** Exception Text ************** System.ArgumentException: An item with the same key has already been added. at System.ThrowHelper.ThrowArgumentException(ExceptionResource resource) at System.Collections.Generic.Dictionary`2.Insert(TKey key, TValue value, Boolean add) at SonicRetro.SAModel.Attach.GetBytes(UInt32 imageBase, ModelFormat format, Dictionary`2 labels, UInt32& address) in C:\RetroSVN\Programs\SAModel\SAModel\Attach.cs:line 423 at SonicRetro.SAModel.Object.GetBytes(UInt32 imageBase, ModelFormat format, Dictionary`2 labels, UInt32& address) in C:\RetroSVN\Programs\SAModel\SAModel\Object.cs:line 112 at SonicRetro.SAModel.LandTable.GetBytes(UInt32 imageBase, ModelFormat format, Dictionary`2 labels, UInt32& address) in C:\RetroSVN\Programs\SAModel\SAModel\LandTable.cs:line 162 at SonicRetro.SAModel.LandTable.SaveToFile(String filename, ModelFormat format) in C:\RetroSVN\Programs\SAModel\SAModel\LandTable.cs:line 288 at SonicRetro.SAModel.LevelExtractor.MainForm.button1_Click(Object sender, EventArgs e) in C:\RetroSVN\Programs\SAModel\LevelExtractor\MainForm.cs:line 64 at System.Windows.Forms.Control.OnClick(EventArgs e) at System.Windows.Forms.Button.OnClick(EventArgs e) at System.Windows.Forms.Button.OnMouseUp(MouseEventArgs mevent) at System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks) at System.Windows.Forms.Control.WndProc(Message& m) at System.Windows.Forms.ButtonBase.WndProc(Message& m) at System.Windows.Forms.Button.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.3625 (GDR.050727-3600) CodeBase: file:///G:/WINDOWS/Microsoft.NET/Framework/v2.0.50727/mscorlib.dll ---------------------------------------- LevelExtractor Assembly Version: 1.0.0.0 Win32 Version: 1.0.0.0 CodeBase: file:///G:/Documents%20and%20Settings/Admin/Desktop/SADXPCTools/LevelExtractor/LevelExtractor.exe ---------------------------------------- System.Windows.Forms Assembly Version: 2.0.0.0 Win32 Version: 2.0.50727.3623 (GDR.050727-3600) CodeBase: file:///G:/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.3631 (GDR.050727-3600) CodeBase: file:///G:/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.3636 (GDR.050727-3600) CodeBase: file:///G:/WINDOWS/assembly/GAC_MSIL/System.Drawing/2.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll ---------------------------------------- SAModel Assembly Version: 1.0.0.0 Win32 Version: 1.0.0.0 CodeBase: file:///G:/Documents%20and%20Settings/Admin/Desktop/SADXPCTools/LevelExtractor/SAModel.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: 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.