Applies to version 30.
When finished downloading the update there's a window
that asks me whether I want to open the new version
(the file with the word 'update' in its name), also,
I'm asked to close the current application (i.e.
whether it can be closed). I answered yes. Nothing
happened (no closing of the application, no
installation of update).
Closing the application manually produced this crash -
this also closed the update window and the
open-the-file-with-update-in-its-filename-dialogue.
See the end of this message for details on invoking
just-in-time (JIT) debugging instead of this dialog box.
************** Exception Text **************
System.Threading.ThreadAbortException: Thread was being
aborted.
at
System.Windows.Forms.Control.InvokeMarshaledCallbacks()
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.ParkingWindow.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: 2.0.3600.0
Win32 Version: 2.0.40607.42 (beta1.040607-4200)
CodeBase:
file:///C:/WINDOWS/Microsoft.NET/Framework/v2.0.40607/mscorlib.dll
----------------------------------------
WhelkMud
Assembly Version: 0.0.29.0
Win32 Version: 0.0.29.0
CodeBase:
file:///C:/Program%20Files/WhelkSoft/WhelkMud/WhelkMud.exe
----------------------------------------
System.Windows.Forms
Assembly Version: 2.0.3600.0
Win32 Version: 2.0.40607.42 (beta1.040607-4200)
CodeBase:
file:///C:/WINDOWS/assembly/GAC_MSIL/System.Windows.Forms/2.0.3600.0__b77a5c561934e089/System.Windows.Forms.dll
----------------------------------------
System
Assembly Version: 2.0.3600.0
Win32 Version: 2.0.40607.42 (beta1.040607-4200)
CodeBase:
file:///C:/WINDOWS/assembly/GAC_MSIL/System/2.0.3600.0__b77a5c561934e089/System.dll
----------------------------------------
System.Drawing
Assembly Version: 2.0.3600.0
Win32 Version: 2.0.40607.42 (beta1.040607-4200)
CodeBase:
file:///C:/WINDOWS/assembly/GAC_MSIL/System.Drawing/2.0.3600.0__b03f5f7f11d50a3a/System.Drawing.dll
----------------------------------------
PluginManager
Assembly Version: 0.0.29.0
Win32 Version: 0.0.29.0
CodeBase:
file:///C:/Program%20Files/WhelkSoft/WhelkMud/PluginManager.dll
----------------------------------------
WindowOutput
Assembly Version: 0.0.29.0
Win32 Version: 0.0.29.0
CodeBase:
file:///C:/Program%20Files/WhelkSoft/WhelkMud/WindowOutput.dll
----------------------------------------
Interfaces
Assembly Version: 0.0.29.0
Win32 Version: 0.0.29.0
CodeBase:
file:///C:/Program%20Files/WhelkSoft/WhelkMud/Interfaces.dll
----------------------------------------
SandDock
Assembly Version: 1.0.5.1
Win32 Version: 1.0.5.1
CodeBase:
file:///C:/Program%20Files/WhelkSoft/WhelkMud/SandDock.dll
----------------------------------------
World
Assembly Version: 0.0.29.0
Win32 Version: 0.0.29.0
CodeBase:
file:///C:/Program%20Files/WhelkSoft/WhelkMud/World.dll
----------------------------------------
System.Xml
Assembly Version: 2.0.3600.0
Win32 Version: 2.0.40607.42 (beta1.040607-4200)
CodeBase:
file:///C:/WINDOWS/assembly/GAC_MSIL/System.Xml/2.0.3600.0__b77a5c561934e089/System.Xml.dll
----------------------------------------
tvvvlfnz
Assembly Version: 0.0.0.0
Win32 Version: 2.0.40607.42 (beta1.040607-4200)
CodeBase:
file:///C:/WINDOWS/assembly/GAC_MSIL/System/2.0.3600.0__b77a5c561934e089/System.dll
----------------------------------------
Scripting
Assembly Version: 0.0.29.0
Win32 Version: 0.0.29.0
CodeBase:
file:///C:/Program%20Files/WhelkSoft/WhelkMud/Scripting.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.