July 31, 2010   Login   |   Register  
  Search  
  |  
  Forums

For lost licenses, please email Renegade Minds through the Contact page.

 

Renegade Minds Forums

Minimize
 
  Forum  Discussions  Guitar & Drum T...  Unhandled exception error message:
Previous Previous
 
Next Next
New Post 1/24/2009 9:04 AM
Unresolved
  CanadaArm
8 posts
No Ranking


Unhandled exception error message:   (Canada)

Hello:

I am getting "Unhandled exception ..." error message when I select some of the windows.  See below for detailed message.  What is the problem?

Thanks

Joseph

ERROR MESSAGE:

See the end of this message for details on invoking
just-in-time (JIT) debugging instead of this dialog box.

************** Exception Text **************
System.ComponentModel.Win32Exception: The system cannot find the file specified
   at System.Diagnostics.Process.StartWithShellExecuteEx(ProcessStartInfo startInfo)
   at System.Diagnostics.Process.Start()
   at System.Diagnostics.Process.Start(ProcessStartInfo startInfo)
   at System.Diagnostics.Process.Start(String fileName)
   at GDT4.GDT4.miHelpTopics_Click(Object sender, EventArgs e)
   at System.Windows.Forms.ToolStripItem.RaiseEvent(Object key, EventArgs e)
   at System.Windows.Forms.ToolStripMenuItem.OnClick(EventArgs e)
   at System.Windows.Forms.ToolStripItem.HandleClick(EventArgs e)
   at System.Windows.Forms.ToolStripItem.HandleMouseUp(MouseEventArgs e)
   at System.Windows.Forms.ToolStripItem.FireEventInteractive(EventArgs e, ToolStripItemEventType met)
   at System.Windows.Forms.ToolStripItem.FireEvent(EventArgs e, ToolStripItemEventType met)
   at System.Windows.Forms.ToolStrip.OnMouseUp(MouseEventArgs mea)
   at System.Windows.Forms.ToolStripDropDown.OnMouseUp(MouseEventArgs mea)
   at System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
   at System.Windows.Forms.Control.WndProc(Message& m)
   at System.Windows.Forms.ScrollableControl.WndProc(Message& m)
   at System.Windows.Forms.ToolStrip.WndProc(Message& m)
   at System.Windows.Forms.ToolStripDropDown.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.3053 (netfxsp.050727-3000)
    CodeBase: file:///C:/WINDOWS/Microsoft.NET/Framework/v2.0.50727/mscorlib.dll
----------------------------------------
GDT4
    Assembly Version: 4.0.0.4
    Win32 Version: 4.0.0.4
    CodeBase: file:///C:/Program%20Files/Renegade%20Minds/Guitar%20and%20Drum%20Trainer%20v4/GDT4.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
    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
----------------------------------------
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
----------------------------------------
Bass.Net
    Assembly Version: 2.4.0.1
    Win32 Version: 2.4.0.1
    CodeBase: file:///C:/Program%20Files/Renegade%20Minds/Guitar%20and%20Drum%20Trainer%20v4/Bass.Net.DLL
----------------------------------------
DundasWinGauge
    Assembly Version: 2.0.2.201
    Win32 Version: 2.0.2.201
    CodeBase: file:///C:/Program%20Files/Renegade%20Minds/Guitar%20and%20Drum%20Trainer%20v4/DundasWinGauge.DLL
----------------------------------------
System.Xml
    Assembly Version: 2.0.0.0
    Win32 Version: 2.0.50727.3053 (netfxsp.050727-3000)
    CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Xml/2.0.0.0__b77a5c561934e089/System.Xml.dll
----------------------------------------
dynamicBASSNET
    Assembly Version: 0.0.0.0
    Win32 Version: 2.4.0.1
    CodeBase: file:///C:/Program%20Files/Renegade%20Minds/Guitar%20and%20Drum%20Trainer%20v4/Bass.Net.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
----------------------------------------

************** 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.

 

 
New Post 1/24/2009 9:25 AM
  CanadaArm
8 posts
No Ranking


Re: Unhandled exception error message: More Information  (Canada)

Hello:

 

Here is some more information about the problem

1) This is only occurring with the Help Window.  If I open the help window up before I open an audio file then I do not get an error message.

2)  If I try and open the Help  Window after I open an audio file and then I  get the error message and I cannot access the Help Window.

 

Best regards

 

Joseph

 
New Post 4/1/2009 7:54 AM
  Lou
1 posts
No Ranking


Re: Unhandled exception error message: More Information  (United States)

 CanadaArm wrote

Hello:

 

Here is some more information about the problem

1) This is only occurring with the Help Window.  If I open the help window up before I open an audio file then I do not get an error message.

2)  If I try and open the Help  Window after I open an audio file and then I  get the error message and I cannot access the Help Window.

 

Best regards

 

Joseph

I am having the same problem.

 

Lou

 
New Post 4/10/2009 1:40 AM
  Ryan Smyth
48 posts
7th Level Poster


Re: Unhandled exception error message: More Information  (Vietnam)

The problem may be fixed by following the directions here: http://blogs.msdn.com/astebner/archive/2006/05/30/611355.aspx

The help file can also be opened by Start > Program Files > Renegade Mnds > GDT4 > Help or browing to C:\Program Files\Renegade Minds\Guitar and Drum Trainer 4\ then opening the help file manually there.

This will be resolved in the next release.

Sorry for the inconvenience.

 
Previous Previous
 
Next Next
  Forum  Discussions  Guitar & Drum T...  Unhandled exception error message:
 Print   
     
Renegade Minds Home | Products | Tips & Tricks | The Soju Garden | Support | Forums | Buy Now | Downloads

  Search

Copyright 2010 by Renegade Minds   |   Privacy Statement   |   Terms of Use
Renegade Minds