Advertisement
Guest User

Untitled

a guest
Sep 24th, 2019
152
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.51 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.Runtime.InteropServices.SEHException: External component has thrown an exception.
  6. at BmLauncherLib.PhysXSDK.{ctor}(PhysXSDK* )
  7. at BmLauncherUtils.PhysXSDK..ctor()
  8. at BmLauncher.Settings.DetermineDefaultPhysXLevel()
  9. at BmLauncher.Settings.StaticInitialise(IniFile iniFile, IniFile iniEng, IniFile iniInst, SystemInfo sysInfo, String localePath, String localeConfigFile)
  10. at BmLauncher.Form1.Initialise()
  11. at BmLauncher.Form1.OnLoad(Object sender, EventArgs e)
  12. at System.Windows.Forms.Form.OnLoad(EventArgs e)
  13. at System.Windows.Forms.Form.OnCreateControl()
  14. at System.Windows.Forms.Control.CreateControl(Boolean fIgnoreVisible)
  15. at System.Windows.Forms.Control.CreateControl()
  16. at System.Windows.Forms.Control.WmShowWindow(Message& m)
  17. at System.Windows.Forms.Control.WndProc(Message& m)
  18. at System.Windows.Forms.ScrollableControl.WndProc(Message& m)
  19. at System.Windows.Forms.ContainerControl.WndProc(Message& m)
  20. at System.Windows.Forms.Form.WmShowWindow(Message& m)
  21. at System.Windows.Forms.Form.WndProc(Message& m)
  22. at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
  23. at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
  24. at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
  25.  
  26.  
  27. ************** Loaded Assemblies **************
  28. mscorlib
  29. Assembly Version: 2.0.0.0
  30. Win32 Version: 2.0.50727.9148 (WinRelRS6.050727-9100)
  31. CodeBase: file:///C:/Windows/Microsoft.NET/Framework/v2.0.50727/mscorlib.dll
  32. ----------------------------------------
  33. BmLauncher
  34. Assembly Version: 1.0.1.0
  35. Win32 Version: 1.0.1.0
  36. CodeBase: file:///D:/SteamLibrary/steamapps/common/Batman%20Arkham%20Asylum%20GOTY/Binaries/BmLauncher.exe
  37. ----------------------------------------
  38. System.Windows.Forms
  39. Assembly Version: 2.0.0.0
  40. Win32 Version: 2.0.50727.9136 (WinRelRS6.050727-9100)
  41. CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Windows.Forms/2.0.0.0__b77a5c561934e089/System.Windows.Forms.dll
  42. ----------------------------------------
  43. System
  44. Assembly Version: 2.0.0.0
  45. Win32 Version: 2.0.50727.9147 (WinRelRS6.050727-9100)
  46. CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System/2.0.0.0__b77a5c561934e089/System.dll
  47. ----------------------------------------
  48. System.Drawing
  49. Assembly Version: 2.0.0.0
  50. Win32 Version: 2.0.50727.9136 (WinRelRS6.050727-9100)
  51. CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Drawing/2.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll
  52. ----------------------------------------
  53. System.Management
  54. Assembly Version: 2.0.0.0
  55. Win32 Version: 2.0.50727.9136 (WinRelRS6.050727-9100)
  56. CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Management/2.0.0.0__b03f5f7f11d50a3a/System.Management.dll
  57. ----------------------------------------
  58. BmLauncherUtils
  59. Assembly Version: 1.0.0.0
  60. Win32 Version: 1.0.1.0
  61. CodeBase: file:///D:/SteamLibrary/steamapps/common/Batman%20Arkham%20Asylum%20GOTY/Binaries/BmLauncherUtils.DLL
  62. ----------------------------------------
  63. msvcm80
  64. Assembly Version: 8.0.50727.9659
  65. Win32 Version: 8.00.50727.9659
  66. CodeBase: file:///C:/WINDOWS/WinSxS/x86_microsoft.vc80.crt_1fc8b3b9a1e18e3b_8.0.50727.9659_none_d08cfd96442b25cc/msvcm80.dll
  67. ----------------------------------------
  68. Microsoft.DirectX.Direct3D
  69. Assembly Version: 1.0.2902.0
  70. Win32 Version: 9.05.132.0000
  71. CodeBase: file:///C:/WINDOWS/assembly/GAC/Microsoft.DirectX.Direct3D/1.0.2902.0__31bf3856ad364e35/Microsoft.DirectX.Direct3D.dll
  72. ----------------------------------------
  73. System.Xml
  74. Assembly Version: 2.0.0.0
  75. Win32 Version: 2.0.50727.9136 (WinRelRS6.050727-9100)
  76. CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Xml/2.0.0.0__b77a5c561934e089/System.Xml.dll
  77. ----------------------------------------
  78.  
  79. ************** JIT Debugging **************
  80. To enable just-in-time (JIT) debugging, the .config file for this
  81. application or computer (machine.config) must have the
  82. jitDebugging value set in the system.windows.forms section.
  83. The application must also be compiled with debugging
  84. enabled.
  85.  
  86. For example:
  87.  
  88. <configuration>
  89. <system.windows.forms jitDebugging="true" />
  90. </configuration>
  91.  
  92. When JIT debugging is enabled, any unhandled exception
  93. will be sent to the JIT debugger registered on the computer
  94. rather than be handled by this dialog box.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement