Advertisement
rct2guy

Arkham Asylum demo Error 2

Oct 26th, 2011
135
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.76 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 BmLauncher.Form1.butLaunchDevCooked_Click(Object sender, EventArgs e)
  7. at System.Windows.Forms.Control.OnClick(EventArgs e)
  8. at System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
  9. at System.Windows.Forms.Control.WndProc(Message& m)
  10. at System.Windows.Forms.ScrollableControl.WndProc(Message& m)
  11. at System.Windows.Forms.ContainerControl.WndProc(Message& m)
  12. at System.Windows.Forms.UserControl.WndProc(Message& m)
  13. at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
  14. at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
  15. at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
  16.  
  17.  
  18. ************** Loaded Assemblies **************
  19. mscorlib
  20. Assembly Version: 2.0.0.0
  21. Win32 Version: 2.0.50727.5448 (Win7SP1GDR.050727-5400)
  22. CodeBase: file:///C:/Windows/Microsoft.NET/Framework/v2.0.50727/mscorlib.dll
  23. ----------------------------------------
  24. BmLauncher
  25. Assembly Version: 1.0.0.0
  26. Win32 Version: 1.0.0.0
  27. CodeBase: file:///C:/Games/Steam/steamapps/common/batman%20arkham%20asylum%20-%20demo/Binaries/BmLauncher.exe
  28. ----------------------------------------
  29. System.Windows.Forms
  30. Assembly Version: 2.0.0.0
  31. Win32 Version: 2.0.50727.5446 (Win7SP1GDR.050727-5400)
  32. CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Windows.Forms/2.0.0.0__b77a5c561934e089/System.Windows.Forms.dll
  33. ----------------------------------------
  34. System
  35. Assembly Version: 2.0.0.0
  36. Win32 Version: 2.0.50727.5447 (Win7SP1GDR.050727-5400)
  37. CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System/2.0.0.0__b77a5c561934e089/System.dll
  38. ----------------------------------------
  39. System.Drawing
  40. Assembly Version: 2.0.0.0
  41. Win32 Version: 2.0.50727.5420 (Win7SP1.050727-5400)
  42. CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Drawing/2.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll
  43. ----------------------------------------
  44. System.Management
  45. Assembly Version: 2.0.0.0
  46. Win32 Version: 2.0.50727.5420 (Win7SP1.050727-5400)
  47. CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Management/2.0.0.0__b03f5f7f11d50a3a/System.Management.dll
  48. ----------------------------------------
  49. System.Xml
  50. Assembly Version: 2.0.0.0
  51. Win32 Version: 2.0.50727.5420 (Win7SP1.050727-5400)
  52. CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Xml/2.0.0.0__b77a5c561934e089/System.Xml.dll
  53. ----------------------------------------
  54. Microsoft.DirectX.Direct3D
  55. Assembly Version: 1.0.2902.0
  56. Win32 Version: 9.05.132.0000
  57. CodeBase: file:///C:/Windows/assembly/GAC/Microsoft.DirectX.Direct3D/1.0.2902.0__31bf3856ad364e35/Microsoft.DirectX.Direct3D.dll
  58. ----------------------------------------
  59. Microsoft.DirectX
  60. Assembly Version: 1.0.2902.0
  61. Win32 Version: 5.04.00.2904
  62. CodeBase: file:///C:/Windows/assembly/GAC/Microsoft.DirectX/1.0.2902.0__31bf3856ad364e35/Microsoft.DirectX.dll
  63. ----------------------------------------
  64.  
  65. ************** JIT Debugging **************
  66. To enable just-in-time (JIT) debugging, the .config file for this
  67. application or computer (machine.config) must have the
  68. jitDebugging value set in the system.windows.forms section.
  69. The application must also be compiled with debugging
  70. enabled.
  71.  
  72. For example:
  73.  
  74. <configuration>
  75. <system.windows.forms jitDebugging="true" />
  76. </configuration>
  77.  
  78. When JIT debugging is enabled, any unhandled exception
  79. will be sent to the JIT debugger registered on the computer
  80. rather than be handled by this dialog box.
  81.  
  82.  
  83.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement