Advertisement
Guest User

error

a guest
Jan 19th, 2019
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.55 KB | None | 0 0
  1. at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
  2.  
  3.  
  4. ************** Loaded Assemblies **************
  5. mscorlib
  6. Assembly Version: 4.0.0.0
  7. Win32 Version: 4.7.3260.0 built by: NET472REL1LAST_C
  8. CodeBase: file:///C:/Windows/Microsoft.NET/Framework64/v4.0.30319/mscorlib.dll
  9. ----------------------------------------
  10. Path of Diablo Launcher
  11. Assembly Version: 1.0.0.0
  12. Win32 Version: 1.0.0.0
  13. CodeBase: file:///C:/Users/Shawn/Desktop/PODLauncher.exe
  14. ----------------------------------------
  15. Microsoft.VisualBasic
  16. Assembly Version: 10.0.0.0
  17. Win32 Version: 14.7.3056.0 built by: NET472REL1
  18. CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/Microsoft.VisualBasic/v4.0_10.0.0.0__b03f5f7f11d50a3a/Microsoft.VisualBasic.dll
  19. ----------------------------------------
  20. System
  21. Assembly Version: 4.0.0.0
  22. Win32 Version: 4.7.3314.0 built by: NET472REL1LAST_B
  23. CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System/v4.0_4.0.0.0__b77a5c561934e089/System.dll
  24. ----------------------------------------
  25. System.Core
  26. Assembly Version: 4.0.0.0
  27. Win32 Version: 4.7.3221.0 built by: NET472REL1LAST_C
  28. CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Core/v4.0_4.0.0.0__b77a5c561934e089/System.Core.dll
  29. ----------------------------------------
  30. System.Windows.Forms
  31. Assembly Version: 4.0.0.0
  32. Win32 Version: 4.7.3221.0 built by: NET472REL1LAST_C
  33. CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Windows.Forms/v4.0_4.0.0.0__b77a5c561934e089/System.Windows.Forms.dll
  34. ----------------------------------------
  35. System.Drawing
  36. Assembly Version: 4.0.0.0
  37. Win32 Version: 4.7.3056.0 built by: NET472REL1
  38. CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Drawing/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll
  39. ----------------------------------------
  40. System.Configuration
  41. Assembly Version: 4.0.0.0
  42. Win32 Version: 4.7.3056.0 built by: NET472REL1
  43. CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Configuration/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Configuration.dll
  44. ----------------------------------------
  45. System.Xml
  46. Assembly Version: 4.0.0.0
  47. Win32 Version: 4.7.3056.0 built by: NET472REL1
  48. CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Xml/v4.0_4.0.0.0__b77a5c561934e089/System.Xml.dll
  49. ----------------------------------------
  50. System.Runtime.Remoting
  51. Assembly Version: 4.0.0.0
  52. Win32 Version: 4.7.3056.0 built by: NET472REL1
  53. CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Runtime.Remoting/v4.0_4.0.0.0__b77a5c561934e089/System.Runtime.Remoting.dll
  54. ----------------------------------------
  55. Accessibility
  56. Assembly Version: 4.0.0.0
  57. Win32 Version: 4.7.3056.0 built by: NET472REL1
  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