thiagocarelli / pandorasbox3

Automatically exported from code.google.com/p/pandorasbox3
0 stars 1 forks source link

PB3 Crash at Launch. #63

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1.I downloaded PB3 3.4 and when I launch I get error.
2.
3.

What is the expected output? What do you see instead?
************** Exception Text **************
System.UnauthorizedAccessException: Access to the registry key 
'HKEY_LOCAL_MACHINE\SOFTWARE\Origin Worlds Online\Ultima Online\1.0' is denied.
   at Microsoft.Win32.RegistryKey.Win32Error(Int32 errorCode, String str)
   at Microsoft.Win32.RegistryKey.CreateSubKey(String subkey, RegistryKeyPermissionCheck permissionCheck, RegistrySecurity registrySecurity)
   at Microsoft.Win32.RegistryKey.CreateSubKey(String subkey)
   at TheBox.Common.MulManager.WriteRegistryKey(String path)
   at TheBox.Common.MulManager.SetCustomPath()
   at TheBox.Common.MulManager.FixClientPath()
   at TheBox.Common.MulManager..ctor()
   at TheBox.Options.Profile..ctor()
   at TheBox.ProfileManager.CreateNewProfile(String language)
   at TheBox.Forms.ProfileWizard.LanguageSelector.btnOK_Click(Object sender, EventArgs e)
   at System.Windows.Forms.Control.OnClick(EventArgs e)
   at System.Windows.Forms.Button.OnClick(EventArgs e)
   at System.Windows.Forms.Button.WndProc(Message& m)
   at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
   at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
   at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)

************** Loaded Assemblies **************
mscorlib
    Assembly Version: 2.0.0.0
    Win32 Version: 2.0.50727.3053 (netfxsp.050727-3000)
    CodeBase: file:///C:/Windows/Microsoft.NET/Framework/v2.0.50727/mscorlib.dll
----------------------------------------
Pandora
    Assembly Version: 3.0.0.4
    Win32 Version: 3.0.0.4
    CodeBase: file:///C:/Program%20Files/PB3/Pandora.exe
----------------------------------------
MapViewer
    Assembly Version: 3.0.0.3
    Win32 Version: 3.0.0.3
    CodeBase: file:///C:/Program%20Files/PB3/MapViewer.DLL
----------------------------------------
System.Windows.Forms
    Assembly Version: 2.0.0.0
    Win32 Version: 2.0.50727.3053 (netfxsp.050727-3000)
    CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Windows.Forms/2.0.0.0__b77a5c561934e089/System.Windows.Forms.dll
----------------------------------------
System
    Assembly Version: 2.0.0.0
    Win32 Version: 2.0.50727.3053 (netfxsp.050727-3000)
    CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System/2.0.0.0__b77a5c561934e089/System.dll
----------------------------------------
System.Drawing
    Assembly Version: 2.0.0.0
    Win32 Version: 2.0.50727.3053 (netfxsp.050727-3000)
    CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Drawing/2.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll
----------------------------------------
ArtViewer
    Assembly Version: 3.0.0.1
    Win32 Version: 3.0.0.1
    CodeBase: file:///C:/Program%20Files/PB3/ArtViewer.DLL
----------------------------------------
BoxCL
    Assembly Version: 3.0.0.3
    Win32 Version: 3.0.0.3
    CodeBase: file:///C:/Program%20Files/PB3/BoxCL.DLL
----------------------------------------
TSWizards
    Assembly Version: 1.1.0.0
    Win32 Version: 1.1.0.0
    CodeBase: file:///C:/Program%20Files/PB3/TSWizards.DLL
----------------------------------------
ErrMsgBox
    Assembly Version: 3.0.0.3
    Win32 Version: 3.0.0.3
    CodeBase: file:///C:/Program%20Files/PB3/ErrMsgBox.DLL
----------------------------------------

************** JIT Debugging **************
To enable just-in-time (JIT) debugging, the .config file for this
application or computer (machine.config) must have the
jitDebugging value set in the system.windows.forms section.
The application must also be compiled with debugging
enabled.

For example:

<configuration>
    <system.windows.forms jitDebugging="true" />
</configuration>

What version of the product are you using? On what operating system?
Pandoras Box 3.0.0.4 On Windows Vista

Please provide any additional information below.
I'm using 7.0.0.6 patch for UO I think.

Original issue reported on code.google.com by PyroVe...@comcast.net on 12 Aug 2010 at 2:49

GoogleCodeExporter commented 8 years ago
Right click>Run as Administrator

Original comment by Ruin...@gmail.com on 1 May 2012 at 7:43

GoogleCodeExporter commented 8 years ago
Any time you get an Access error, try running as Admin so you can authenticate 
access to anything on the system.

Original comment by Ruin...@gmail.com on 1 May 2012 at 7:44