Advertisement
hiphopjm

BroXe's Steam Version Error Code Details

May 17th, 2015
722
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.61 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.UnauthorizedAccessException: Attempted to perform an unauthorized operation.
  6. at Microsoft.Win32.RegistryKey.Win32Error(Int32 errorCode, String str)
  7. at Microsoft.Win32.RegistryKey.SetValue(String name, Object value, RegistryValueKind valueKind)
  8. at Microsoft.Win32.RegistryKey.SetValue(String name, Object value)
  9. at BroXeLauncher.launcher.GenesisButton1_Click(Object sender, EventArgs e)
  10. at System.Windows.Forms.Control.OnClick(EventArgs e)
  11. at System.Windows.Forms.Button.OnClick(EventArgs e)
  12. at System.Windows.Forms.Button.OnMouseUp(MouseEventArgs mevent)
  13. at BroXeLauncher.GenesisButton.OnMouseUp(MouseEventArgs mevent)
  14. at System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
  15. at System.Windows.Forms.Control.WndProc(Message& m)
  16. at System.Windows.Forms.ButtonBase.WndProc(Message& m)
  17. at System.Windows.Forms.Button.WndProc(Message& m)
  18. at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
  19. at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
  20. at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
  21.  
  22.  
  23. ************** Loaded Assemblies **************
  24. mscorlib
  25. Assembly Version: 4.0.0.0
  26. Win32 Version: 4.0.30319.34014 built by: FX45W81RTMGDR
  27. CodeBase: file:///C:/Windows/Microsoft.NET/Framework/v4.0.30319/mscorlib.dll
  28. ----------------------------------------
  29. Modded GTA V Launcher 1.1
  30. Assembly Version: 1.1.0.0
  31. Win32 Version: 1.1.0.0
  32. CodeBase: file:///C:/Users/silentstringent/Desktop/%5BEN%5D%20Launcher%201.1%20by%20BroXe/Modded%20GTA%20V%20Launcher%201.1.exe
  33. ----------------------------------------
  34. Microsoft.VisualBasic
  35. Assembly Version: 10.0.0.0
  36. Win32 Version: 12.0.20806.33440 built by: FX45W81RTMREL
  37. CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/Microsoft.VisualBasic/v4.0_10.0.0.0__b03f5f7f11d50a3a/Microsoft.VisualBasic.dll
  38. ----------------------------------------
  39. System.Windows.Forms
  40. Assembly Version: 4.0.0.0
  41. Win32 Version: 4.0.30319.34250 built by: FX452RTMGDR
  42. CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Windows.Forms/v4.0_4.0.0.0__b77a5c561934e089/System.Windows.Forms.dll
  43. ----------------------------------------
  44. System
  45. Assembly Version: 4.0.0.0
  46. Win32 Version: 4.0.30319.34239 built by: FX452RTMGDR
  47. CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System/v4.0_4.0.0.0__b77a5c561934e089/System.dll
  48. ----------------------------------------
  49. System.Drawing
  50. Assembly Version: 4.0.0.0
  51. Win32 Version: 4.0.30319.33440 built by: FX45W81RTMREL
  52. CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Drawing/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll
  53. ----------------------------------------
  54. Accessibility
  55. Assembly Version: 4.0.0.0
  56. Win32 Version: 4.0.30319.33440 built by: FX45W81RTMREL
  57. CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/Accessibility/v4.0_4.0.0.0__b03f5f7f11d50a3a/Accessibility.dll
  58. ----------------------------------------
  59. System.Runtime.Remoting
  60. Assembly Version: 4.0.0.0
  61. Win32 Version: 4.0.30319.34243 built by: FX452RTMGDR
  62. CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Runtime.Remoting/v4.0_4.0.0.0__b77a5c561934e089/System.Runtime.Remoting.dll
  63. ----------------------------------------
  64. System.Configuration
  65. Assembly Version: 4.0.0.0
  66. Win32 Version: 4.0.30319.33440 built by: FX45W81RTMREL
  67. CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Configuration/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Configuration.dll
  68. ----------------------------------------
  69. System.Xml
  70. Assembly Version: 4.0.0.0
  71. Win32 Version: 4.0.30319.34230 built by: FX452RTMGDR
  72. CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Xml/v4.0_4.0.0.0__b77a5c561934e089/System.Xml.dll
  73. ----------------------------------------
  74.  
  75. ************** JIT Debugging **************
  76. To enable just-in-time (JIT) debugging, the .config file for this
  77. application or computer (machine.config) must have the
  78. jitDebugging value set in the system.windows.forms section.
  79. The application must also be compiled with debugging
  80. enabled.
  81.  
  82. For example:
  83.  
  84. <configuration>
  85. <system.windows.forms jitDebugging="true" />
  86. </configuration>
  87.  
  88. When JIT debugging is enabled, any unhandled exception
  89. will be sent to the JIT debugger registered on the computer
  90. rather than be handled by this dialog box.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement