Advertisement
rct2guy

Arkham Asylum demo Error

Oct 26th, 2011
206
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.54 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.OverflowException: Value was either too large or too small for an Int32.
  6. at System.Number.ParseInt32(String s, NumberStyles style, NumberFormatInfo info)
  7. at BmLauncher.SystemInfo.GetPropertyInt(ArrayList info, String propertyName, Int32 property_index)
  8. at BmLauncher.SystemInfo.GetPropertyIntBest(ArrayList info, String propertyName, Boolean select_highest)
  9. at BmLauncher.SystemInfo..ctor()
  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.5448 (Win7SP1GDR.050727-5400)
  31. CodeBase: file:///C:/Windows/Microsoft.NET/Framework/v2.0.50727/mscorlib.dll
  32. ----------------------------------------
  33. BmLauncher
  34. Assembly Version: 1.0.0.0
  35. Win32 Version: 1.0.0.0
  36. CodeBase: file:///C:/Games/Steam/steamapps/common/batman%20arkham%20asylum%20-%20demo/Binaries/BmLauncher.exe
  37. ----------------------------------------
  38. System.Windows.Forms
  39. Assembly Version: 2.0.0.0
  40. Win32 Version: 2.0.50727.5446 (Win7SP1GDR.050727-5400)
  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.5447 (Win7SP1GDR.050727-5400)
  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.5420 (Win7SP1.050727-5400)
  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.5420 (Win7SP1.050727-5400)
  56. CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Management/2.0.0.0__b03f5f7f11d50a3a/System.Management.dll
  57. ----------------------------------------
  58.  
  59. ************** JIT Debugging **************
  60. To enable just-in-time (JIT) debugging, the .config file for this
  61. application or computer (machine.config) must have the
  62. jitDebugging value set in the system.windows.forms section.
  63. The application must also be compiled with debugging
  64. enabled.
  65.  
  66. For example:
  67.  
  68. <configuration>
  69. <system.windows.forms jitDebugging="true" />
  70. </configuration>
  71.  
  72. When JIT debugging is enabled, any unhandled exception
  73. will be sent to the JIT debugger registered on the computer
  74. rather than be handled by this dialog box.
  75.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement