Author Topic: New version crashing  (Read 1930 times)

Sir Ralen

  • Underling
  • *
  • Posts: 2
New version crashing
« on: June 16, 2010, 11:58:21 PM »
Hello!

I recently returned to CoH and downloaded the new Mid's.
However, when I try to run the program it crashes.

This is what I know:

my event log is telling me it's a .net runtime error
I updated to the most recent .net with windows updater, the .exe from the coh planner page didn't work.

I'm guessing something is wrong with my .net so I'll peruse the internet and try to find a solution, but any input would be great!

Thanks for reading,
Sir Ralen
« Last Edit: June 17, 2010, 12:14:02 AM by Sir Ralen »

Steiner

  • Elite Boss
  • *****
  • Posts: 1,602
    • Steinerd.com
Re: New version crashing
« Reply #1 on: June 17, 2010, 01:51:49 AM »
take a screenshot of the error and post if it if you will, it might help determine fault.
~Steinerd

Sir Ralen

  • Underling
  • *
  • Posts: 2
Re: New version crashing
« Reply #2 on: June 17, 2010, 03:53:20 AM »
Event description:
EventType clr20r3, P1 hero designer.exe, P2 1.7.1.0, P3 4be83e6f, P4 hero designer, P5 1.7.1.0, P6 4be83e6f, P7 23, P8 c6, P9 system.invalidoperationexception, P10 NIL.

I don't know how to read event gobbledygook

When the program crashes it doesn't give me an error type popup, it just gives me a 'send data to microsoft so we can validate your OS again' window.

OzCavalier

  • Underling
  • *
  • Posts: 3
Re: New version crashing
« Reply #3 on: July 01, 2010, 04:53:23 PM »
take a screenshot of the error and post if it if you will, it might help determine fault.

For some reason my screenshot(s) of therror didn't work out, but the following is a C&P of the error message:

Quote
Unhandled exception has occurred in your application. If you click Continue, the application will ignore this error and attempt to continue. If you click Quit, the application will close immediately.

Year, Month, and Day parameters describe an un-representable DateTime.


Opening the 'Details' box gives the following information:

Quote
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 Hero_Designer.frmMain.pnlGFX_MouseMove(Object sender, MouseEventArgs e)
   at System.Windows.Forms.Control.OnMouseMove(MouseEventArgs e)
   at System.Windows.Forms.Control.WmMouseMove(Message& m)
   at System.Windows.Forms.Control.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.4200 (NetFxQFE.050727-4200)
    CodeBase: file:///C:/Windows/Microsoft.NET/Framework/v2.0.50727/mscorlib.dll
----------------------------------------
Hero Designer
    Assembly Version: 1.6.1.0
    Win32 Version: 1.6.001
    CodeBase: file:///C:/Program%20Files/Titan%20Network/Mids%20Hero%20Designer/Hero%20Designer.exe
----------------------------------------
Microsoft.VisualBasic
    Assembly Version: 8.0.0.0
    Win32 Version: 8.0.50727.4016 (NetFxQFE.050727-4000)
    CodeBase: file:///C:/Windows/assembly/GAC_MSIL/Microsoft.VisualBasic/8.0.0.0__b03f5f7f11d50a3a/Microsoft.VisualBasic.dll
----------------------------------------
System
    Assembly Version: 2.0.0.0
    Win32 Version: 2.0.50727.4205 (VistaSP2GDR.050727-4200)
    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
----------------------------------------
System.Runtime.Remoting
    Assembly Version: 2.0.0.0
    Win32 Version: 2.0.50727.4016 (NetFxQFE.050727-4000)
    CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Runtime.Remoting/2.0.0.0__b77a5c561934e089/System.Runtime.Remoting.dll
----------------------------------------
System.Configuration
    Assembly Version: 2.0.0.0
    Win32 Version: 2.0.50727.4016 (NetFxQFE.050727-4000)
    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.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.

Clicking on Continue does nothing, just retains the same box.