Advertisement
Guest User

Untitled

a guest
May 3rd, 2016
287
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.57 KB | None | 0 0
  1. See the end of this message for details on invoking
  2. just-in-time (JIT) debugging instead of this dialog box.
  3.  
  4. ************** Exception Text **************
  5. System.NullReferenceException: Object reference not set to an instance of an object.
  6. at TADST.FileHandler.GetProfileOptions(DifficultySetting diff, String game)
  7. at TADST.FileHandler.GetProfileString(String game)
  8. at TADST.FileHandler.CreateProfileFile()
  9. at TADST.FileHandler.CreateConfigFiles()
  10. at TADST.FileHandler.LaunchServer(Boolean asIs)
  11. at TADST.MainForm.btnLaunch_Click(Object sender, EventArgs e)
  12. at System.Windows.Forms.Control.OnClick(EventArgs e)
  13. at System.Windows.Forms.Button.OnClick(EventArgs e)
  14. at System.Windows.Forms.Button.OnMouseUp(MouseEventArgs mevent)
  15. at System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
  16. at System.Windows.Forms.Control.WndProc(Message& m)
  17. at System.Windows.Forms.ButtonBase.WndProc(Message& m)
  18. at System.Windows.Forms.Button.WndProc(Message& m)
  19. at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
  20. at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
  21. at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
  22.  
  23.  
  24. ************** Loaded Assemblies **************
  25. mscorlib
  26. Assembly Version: 4.0.0.0
  27. Win32 Version: 4.0.30319.17929 built by: FX45RTMREL
  28. CodeBase: file:///C:/Windows/Microsoft.NET/Framework/v4.0.30319/mscorlib.dll
  29. ----------------------------------------
  30. TADST
  31. Assembly Version: 2.7.0.0
  32. Win32 Version: 2.7.0.0
  33. CodeBase: file:///C:/Arma/Arma3/TADST.exe
  34. ----------------------------------------
  35. System.Windows.Forms
  36. Assembly Version: 4.0.0.0
  37. Win32 Version: 4.0.30319.17929 built by: FX45RTMREL
  38. CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Windows.Forms/v4.0_4.0.0.0__b77a5c561934e089/System.Windows.Forms.dll
  39. ----------------------------------------
  40. System.Drawing
  41. Assembly Version: 4.0.0.0
  42. Win32 Version: 4.0.30319.17929 built by: FX45RTMREL
  43. CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Drawing/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll
  44. ----------------------------------------
  45. System
  46. Assembly Version: 4.0.0.0
  47. Win32 Version: 4.0.30319.17929 built by: FX45RTMREL
  48. CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System/v4.0_4.0.0.0__b77a5c561934e089/System.dll
  49. ----------------------------------------
  50. System.Core
  51. Assembly Version: 4.0.0.0
  52. Win32 Version: 4.0.30319.17929 built by: FX45RTMREL
  53. CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Core/v4.0_4.0.0.0__b77a5c561934e089/System.Core.dll
  54. ----------------------------------------
  55. Accessibility
  56. Assembly Version: 4.0.0.0
  57. Win32 Version: 4.0.30319.17929 built by: FX45RTMREL
  58. CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/Accessibility/v4.0_4.0.0.0__b03f5f7f11d50a3a/Accessibility.dll
  59. ----------------------------------------
  60.  
  61. ************** JIT Debugging **************
  62. To enable just-in-time (JIT) debugging, the .config file for this
  63. application or computer (machine.config) must have the
  64. jitDebugging value set in the system.windows.forms section.
  65. The application must also be compiled with debugging
  66. enabled.
  67.  
  68. For example:
  69.  
  70. <configuration>
  71. <system.windows.forms jitDebugging="true" />
  72. </configuration>
  73.  
  74. When JIT debugging is enabled, any unhandled exception
  75. will be sent to the JIT debugger registered on the computer
  76. rather than be handled by this dialog box.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement