I keep getting this error when I am hunting and a /break command is executed.
See the end of this message for details on invoking
just-in-time (JIT) debugging instead of this dialog box.
************** Exception Text **************
System.NullReferenceException: Object reference not set to an instance of an object.
at A.c2164668ea1477d0f58ffd60322a72b89.c36bf1bba67fad dbc3213fffdc8fc62ae(Object , ItemCheckEventArgs )
at System.Windows.Forms.CheckedListBox.OnItemCheck(It emCheckEventArgs ice)
at System.Windows.Forms.CheckedListBox.SetItemCheckSt ate(Int32 index, CheckState value)
at System.Windows.Forms.CheckedListBox.SetItemChecked (Int32 index, Boolean value)
at A.c2164668ea1477d0f58ffd60322a72b89.ce3541616685ae fbfca05999daa791af2()
at A.c2164668ea1477d0f58ffd60322a72b89.c5464a7510a62d 7511760f60631b04e6b(Object , EventArgs )
at System.Windows.Forms.ListBox.OnSelectedIndexChange d(EventArgs e)
at System.Windows.Forms.CheckedListBox.OnSelectedInde xChanged(EventArgs e)
at System.Windows.Forms.ListBox.NativeRemoveAt(Int32 index)
at System.Windows.Forms.ListBox.ObjectCollection.Remo veAt(Int32 index)
at System.Windows.Forms.ListBox.ObjectCollection.Remo ve(Object value)
at A.c2164668ea1477d0f58ffd60322a72b89.c1fd0d637f5309 bc261ecf4f6d34978b6(Object , EventArgs )
at System.Windows.Forms.Timer.OnTick(EventArgs e)
at System.Windows.Forms.Timer.TimerNativeWindow.WndPr oc(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.3603 (GDR.050727-3600)
CodeBase: file:///c:/WINDOWS/Microsoft.NET/Framework/v2.0.50727/mscorlib.dll
----------------------------------------
sirhooks by Clinton and Warlax
Assembly Version: 1.0.3706.39830
Win32 Version: 1.0.3706.39830
CodeBase: file:///C:/Documents%20and%20Settings/Gary/My%20Documents/Downloads/SirHooksV0.09/SirhooksV14ByMessi0/sirhooks%20by%20Clinton%20and%20Warlax%20vs14.exe
----------------------------------------
System
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.3053 (netfxsp.050727-3000)
CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System/2.0.0.0__b77a5c561934e089/System.dll
----------------------------------------
ResourceAssembly
Assembly Version: 1.0.0.0
Win32 Version: 1.0.3706.39830
CodeBase: file:///C:/Documents%20and%20Settings/Gary/My%20Documents/Downloads/SirHooksV0.09/SirhooksV14ByMessi0/sirhooks%20by%20Clinton%20and%20Warlax%20vs14.exe
----------------------------------------
System.Windows.Forms
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.3053 (netfxsp.050727-3000)
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.3053 (netfxsp.050727-3000)
CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Drawing/2.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll
----------------------------------------
System.Configuration
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.3053 (netfxsp.050727-3000)
CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Configuration/2.0.0.0__b03f5f7f11d50a3a/System.Configuration.dll
----------------------------------------
System.Xml
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.3082 (QFE.050727-3000)
CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Xml/2.0.0.0__b77a5c561934e089/System.Xml.dll
----------------------------------------
System.Core
Assembly Version: 3.5.0.0
Win32 Version: 3.5.30729.1 built by: SP
CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Core/3.5.0.0__b77a5c561934e089/System.Core.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.
Not sure what is causing this Maybe you can check into it. thanks
See the end of this message for details on invoking
just-in-time (JIT) debugging instead of this dialog box.
************** Exception Text **************
System.NullReferenceException: Object reference not set to an instance of an object.
at A.c2164668ea1477d0f58ffd60322a72b89.c36bf1bba67fad dbc3213fffdc8fc62ae(Object , ItemCheckEventArgs )
at System.Windows.Forms.CheckedListBox.OnItemCheck(It emCheckEventArgs ice)
at System.Windows.Forms.CheckedListBox.SetItemCheckSt ate(Int32 index, CheckState value)
at System.Windows.Forms.CheckedListBox.SetItemChecked (Int32 index, Boolean value)
at A.c2164668ea1477d0f58ffd60322a72b89.ce3541616685ae fbfca05999daa791af2()
at A.c2164668ea1477d0f58ffd60322a72b89.c5464a7510a62d 7511760f60631b04e6b(Object , EventArgs )
at System.Windows.Forms.ListBox.OnSelectedIndexChange d(EventArgs e)
at System.Windows.Forms.CheckedListBox.OnSelectedInde xChanged(EventArgs e)
at System.Windows.Forms.ListBox.NativeRemoveAt(Int32 index)
at System.Windows.Forms.ListBox.ObjectCollection.Remo veAt(Int32 index)
at System.Windows.Forms.ListBox.ObjectCollection.Remo ve(Object value)
at A.c2164668ea1477d0f58ffd60322a72b89.c1fd0d637f5309 bc261ecf4f6d34978b6(Object , EventArgs )
at System.Windows.Forms.Timer.OnTick(EventArgs e)
at System.Windows.Forms.Timer.TimerNativeWindow.WndPr oc(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.3603 (GDR.050727-3600)
CodeBase: file:///c:/WINDOWS/Microsoft.NET/Framework/v2.0.50727/mscorlib.dll
----------------------------------------
sirhooks by Clinton and Warlax
Assembly Version: 1.0.3706.39830
Win32 Version: 1.0.3706.39830
CodeBase: file:///C:/Documents%20and%20Settings/Gary/My%20Documents/Downloads/SirHooksV0.09/SirhooksV14ByMessi0/sirhooks%20by%20Clinton%20and%20Warlax%20vs14.exe
----------------------------------------
System
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.3053 (netfxsp.050727-3000)
CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System/2.0.0.0__b77a5c561934e089/System.dll
----------------------------------------
ResourceAssembly
Assembly Version: 1.0.0.0
Win32 Version: 1.0.3706.39830
CodeBase: file:///C:/Documents%20and%20Settings/Gary/My%20Documents/Downloads/SirHooksV0.09/SirhooksV14ByMessi0/sirhooks%20by%20Clinton%20and%20Warlax%20vs14.exe
----------------------------------------
System.Windows.Forms
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.3053 (netfxsp.050727-3000)
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.3053 (netfxsp.050727-3000)
CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Drawing/2.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll
----------------------------------------
System.Configuration
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.3053 (netfxsp.050727-3000)
CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Configuration/2.0.0.0__b03f5f7f11d50a3a/System.Configuration.dll
----------------------------------------
System.Xml
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.3082 (QFE.050727-3000)
CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Xml/2.0.0.0__b77a5c561934e089/System.Xml.dll
----------------------------------------
System.Core
Assembly Version: 3.5.0.0
Win32 Version: 3.5.30729.1 built by: SP
CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Core/3.5.0.0__b77a5c561934e089/System.Core.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.
Not sure what is causing this Maybe you can check into it. thanks