Ticket #206: crash2.txt

File crash2.txt, 4.8 KB (added by Henri, 10 years ago)

debug text

Line 
1See the end of this message for details on invoking
2just-in-time (JIT) debugging instead of this dialog box.
3
4************** Exception Text **************
5System.ArgumentNullException: Value cannot be null.
6Parameter name: key
7   at System.ThrowHelper.ThrowArgumentNullException(ExceptionArgument argument)
8   at System.Collections.Generic.Dictionary`2.FindEntry(TKey key)
9   at System.Collections.Generic.Dictionary`2.TryGetValue(TKey key, TValue& value)
10   at IBBoard.DictionaryUtils.GetValue[KEY_TYPE,VALUE_TYPE](IDictionary`2 dictionary, KEY_TYPE key)
11   at IBBoard.WarFoundry.API.Objects.Unit.GetEquipmentAmount(UnitEquipmentItem item) in Y:\IBBoard.WarFoundry.API\api\Objects\Unit.cs:line 259
12   at IBBoard.WarFoundry.GUI.WinForms.UI.EquipmentAmountControl.SetUnitEquipmentItemAmount()
13   at IBBoard.WarFoundry.GUI.WinForms.FrmNewUnitEquipment.listItems_SelectedIndexChanged(Object sender, EventArgs e)
14   at System.Windows.Forms.ListBox.OnSelectedIndexChanged(EventArgs e)
15   at System.Windows.Forms.ListBox.WndProc(Message& m)
16   at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
17   at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
18
19
20************** Loaded Assemblies **************
21mscorlib
22    Assembly Version: 2.0.0.0
23    Win32 Version: 2.0.50727.4200 (NetFxQFE.050727-4200)
24    CodeBase: file:///C:/Windows/Microsoft.NET/Framework64/v2.0.50727/mscorlib.dll
25----------------------------------------
26WarFoundry
27    Assembly Version: 0.0.1.38195
28    Win32 Version: 0.0.1.38195
29    CodeBase: file:///C:/Users/Henri/WarFoundry-WinForms-v0.1-beta-4/WarFoundry.exe
30----------------------------------------
31System.Windows.Forms
32    Assembly Version: 2.0.0.0
33    Win32 Version: 2.0.50727.4016 (NetFxQFE.050727-4000)
34    CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Windows.Forms/2.0.0.0__b77a5c561934e089/System.Windows.Forms.dll
35----------------------------------------
36System
37    Assembly Version: 2.0.0.0
38    Win32 Version: 2.0.50727.4016 (NetFxQFE.050727-4000)
39    CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System/2.0.0.0__b77a5c561934e089/System.dll
40----------------------------------------
41System.Drawing
42    Assembly Version: 2.0.0.0
43    Win32 Version: 2.0.50727.4016 (NetFxQFE.050727-4000)
44    CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Drawing/2.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll
45----------------------------------------
46log4net
47    Assembly Version: 1.2.10.0
48    Win32 Version: 1.2.10.0
49    CodeBase: file:///C:/Users/Henri/WarFoundry-WinForms-v0.1-beta-4/log4net.DLL
50----------------------------------------
51System.Configuration
52    Assembly Version: 2.0.0.0
53    Win32 Version: 2.0.50727.4016 (NetFxQFE.050727-4000)
54    CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Configuration/2.0.0.0__b03f5f7f11d50a3a/System.Configuration.dll
55----------------------------------------
56System.Xml
57    Assembly Version: 2.0.0.0
58    Win32 Version: 2.0.50727.4016 (NetFxQFE.050727-4000)
59    CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Xml/2.0.0.0__b77a5c561934e089/System.Xml.dll
60----------------------------------------
61IBBoard
62    Assembly Version: 1.0.3591.38194
63    Win32 Version: 1.0.3591.38194
64    CodeBase: file:///C:/Users/Henri/WarFoundry-WinForms-v0.1-beta-4/IBBoard.DLL
65----------------------------------------
66IBBoardWF
67    Assembly Version: 1.0.0.38195
68    Win32 Version: 1.0.0.38195
69    CodeBase: file:///C:/Users/Henri/WarFoundry-WinForms-v0.1-beta-4/IBBoardWF.DLL
70----------------------------------------
71IBBoard.WarFoundry.API
72    Assembly Version: 0.0.1.38194
73    Win32 Version: 0.0.1.38194
74    CodeBase: file:///C:/Users/Henri/WarFoundry-WinForms-v0.1-beta-4/IBBoard.WarFoundry.API.DLL
75----------------------------------------
76ICSharpCode.SharpZipLib
77    Assembly Version: 0.85.5.452
78    Win32 Version: 0.85.5.452
79    CodeBase: file:///C:/Users/Henri/WarFoundry-WinForms-v0.1-beta-4/ICSharpCode.SharpZipLib.DLL
80----------------------------------------
81System.Data
82    Assembly Version: 2.0.0.0
83    Win32 Version: 2.0.50727.4016 (NetFxQFE.050727-4000)
84    CodeBase: file:///C:/Windows/assembly/GAC_64/System.Data/2.0.0.0__b77a5c561934e089/System.Data.dll
85----------------------------------------
86
87************** JIT Debugging **************
88To enable just-in-time (JIT) debugging, the .config file for this
89application or computer (machine.config) must have the
90jitDebugging value set in the system.windows.forms section.
91The application must also be compiled with debugging
92enabled.
93
94For example:
95
96<configuration>
97    <system.windows.forms jitDebugging="true" />
98</configuration>
99
100When JIT debugging is enabled, any unhandled exception
101will be sent to the JIT debugger registered on the computer
102rather than be handled by this dialog box.