Advertisement
Guest User

Untitled

a guest
Apr 28th, 2017
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.67 KB | None | 0 0
  1. See the end of this message for details on how to invoke debugging
  2. JIT (just-in-time) instead of this dialog box.
  3.  
  4. ************** Exception Text **************
  5. System.ComponentModel.Win32Exception (0x80004005): The system could not find the file specified
  6.    In System.Diagnostics.Process.StartWithShellExecuteEx (ProcessStartInfo startInfo)
  7.    In System.Diagnostics.Process.Start ()
  8.    In System.Diagnostics.Process.Start (ProcessStartInfo startInfo)
  9.    In BetaLauncher.Form1.play_Click (Object sender, EventArgs, and)
  10.    In System.Windows.Forms.Control.OnClick (EventArgs and)
  11.    In System.Windows.Forms.Button.OnClick (EventArgs and)
  12.    In System.Windows.Forms.Button.OnMouseUp (MouseEventArgs mevent)
  13.    In System.Windows.Forms.Control.WmMouseUp (Message & m, MouseButtons button, Int32 clicks)
  14.    In System.Windows.Forms.Control.WndProc (Message & m)
  15.    In System.Windows.Forms.ButtonBase.WndProc (Message & m)
  16.    In System.Windows.Forms.Button.WndProc (Message & m)
  17.    At System.Windows.Forms.Control.ControlNativeWindow.OnMessage (Message & m)
  18.    In System.Windows.Forms.Control.ControlNativeWindow.WndProc (Message & m)
  19.    In System.Windows.Forms.NativeWindow.Callback (IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
  20.  
  21.  
  22. ************** Charged Assemblies **************
  23. Mscorlib
  24.     Version of the assembly: 4.0.0.0
  25.     Win32 version: 4.6.1637.0 built by: NETFXREL3STAGE
  26.     CodeBase: file: /// C: /Windows/Microsoft.NET/Framework/v4.0.30319/mscorlib.dll
  27. ----------------------------------------
  28. BetaLauncher
  29.     Version of the assembly: 1.0.0.0
  30.     Win32 Version: 1.0.0.0
  31.     CodeBase: file: /// C: /Users/Tiago/Desktop/Battlebit/BetaLauncher.exe
  32. ----------------------------------------
  33. System.Windows.Forms
  34.     Version of the assembly: 4.0.0.0
  35.     Win32 version: 4.6.1586.0 built by: NETFXREL2
  36.     CodeBase: file: /// C: /Windows/Microsoft.Net/assembly/GAC_MSIL/System.Windows.Forms/v4.0_4.0.0.0__b77a5c561934e089/System.Windows.Forms.dll
  37. ----------------------------------------
  38. System
  39.     Version of the assembly: 4.0.0.0
  40.     Win32 version: 4.6.1637.0 built by: NETFXREL3STAGE
  41.     CodeBase: file: /// C: /Windows/Microsoft.Net/assembly/GAC_MSIL/System/v4.0_4.0.0.0__b77a5c561934e089/System.dll
  42. ----------------------------------------
  43. System.Drawing
  44.     Version of the assembly: 4.0.0.0
  45.     Win32 version: 4.6.1586.0 built by: NETFXREL2
  46.     CodeBase: file: /// C: /Windows/Microsoft.Net/assembly/GAC_MSIL/System.Drawing/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll
  47. ----------------------------------------
  48. System.Core
  49.     Version of the assembly: 4.0.0.0
  50.     Win32 version: 4.6.1638.0 built by: NETFXREL3STAGE
  51.     CodeBase: file: /// C: /Windows/Microsoft.Net/assembly/GAC_MSIL/System.Core/v4.0_4.0.0.0__b77a5c561934e089/System.Core.dll
  52. ----------------------------------------
  53. System.Configuration
  54.     Version of the assembly: 4.0.0.0
  55.     Win32 version: 4.6.1586.0 built by: NETFXREL2
  56.     CodeBase: file: /// C: /Windows/Microsoft.Net/assembly/GAC_MSIL/System.Configuration/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Configuration.dll
  57. ----------------------------------------
  58. System.Xml
  59.     Version of the assembly: 4.0.0.0
  60.     Win32 version: 4.6.1586.0 built by: NETFXREL2
  61.     CodeBase: file: /// C: /Windows/Microsoft.Net/assembly/GAC_MSIL/System.Xml/v4.0_4.0.0.0__b77a5c561934e089/System.Xml.dll
  62. ----------------------------------------
  63. System.Windows.Forms.resources
  64.     Version of the assembly: 4.0.0.0
  65.     Win32 version: 4.6.1586.0 built by: NETFXREL2
  66.     CodeBase: file: /// C: /Windows/Microsoft.Net/assembly/GAC_MSIL/System.Windows.Forms.resources/v4.0_4.0.0.0_en_b77a5c561934e089/System.Windows.Forms.resources.dll
  67. ----------------------------------------
  68. Mscorlib.resources
  69.     Version of the assembly: 4.0.0.0
  70.     Win32 version: 4.6.1586.0 built by: NETFXREL2
  71.     CodeBase: file: /// C: /Windows/Microsoft.Net/assembly/GAC_MSIL/mscorlib.resources/v4.0_4.0.0.0_en_b77a5c561934e089/mscorlib.resources.dll
  72. ----------------------------------------
  73.  
  74. ************** Debugging JIT **************
  75. To enable just-in-time (JIT) debugging, the .config file for this
  76. Application or computer (machine.config) must have the
  77. JitDebugging value defined in the system.windows.forms section.
  78. The application must also be compiled with debugging
  79. Activated.
  80.  
  81. For example:
  82.  
  83. <Configuration>
  84.     <System.windows.forms jitDebugging = "true" />
  85. </ Configuration>
  86.  
  87. When JIT debugging is enabled, any unhandled exception
  88. Will be sent to the JIT debugger registered on the computer
  89. Instead of being processed by this dialog box.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement