|
||
|
|||||||
| Third Party Program Support Misc support forum and advertisment forum for all RunUO related third party Utilities. |
![]() |
|
|
Thread Tools | Display Modes |
|
|
#77 (permalink) | |
|
Newbie
Join Date: Apr 2007
Age: 24
Posts: 81
|
I got it to work
But now I'm getting this error...:Quote:
|
|
|
|
|
|
|
#78 (permalink) | |
|
Forum Novice
Join Date: Jan 2006
Posts: 233
|
Quote:
|
|
|
|
|
|
|
#79 (permalink) | |
|
Lurker
Join Date: Feb 2008
Age: 29
Posts: 6
|
Quote:
Thx work Great For me ! : )))!!! many thx! |
|
|
|
|
|
|
#80 (permalink) |
|
Forum Novice
|
I have in an issue with Box Server also. It is a fresh install of the server, pandora and box server. I am using the proper version for RunUO 2.0. I am able to establish a link between a remote computer and the box server, but I am not actually allowed to login becaue it tells me my credentials are invalid.
Does anyone know of a way to fix or modify the authentication process with box server so that I am allowed to login to it? I am logged into my UO server as the owner, I attempt to login to BoxServer with pandora and an error is returned saying something about not having the correct credentials. |
|
|
|
|
|
#82 (permalink) |
|
Newbie
Join Date: Apr 2006
Age: 15
Posts: 13
|
System.IO.FileNotFoundException: Could not load file or assembly 'BoxCL, Version=1.1.0.1, Culture=neutral, PublicKeyToken=null' or one of its dependencies. The system cannot find the file specified.
File name: 'BoxCL, Version=1.1.0.1, Culture=neutral, PublicKeyToken=null' at TheBox.Pandora.get_ApplicationDataFolder() at TheBox.Pandora.get_Log() at TheBox.Pandora.Main(String[] args) WRN: Assembly binding logging is turned OFF. To enable assembly bind failure logging, set the registry value [HKLM\Software\Microsoft\Fusion!EnableLog] (DWORD) to 1. Note: There is some performance penalty associated with assembly bind failure logging. To turn this feature off, remove the registry value [HKLM\Software\Microsoft\Fusion!EnableLog]. I'm getting this error when I try to install. Any help? |
|
|
|
|
|
#83 (permalink) |
|
Forum Novice
Join Date: Dec 2006
Posts: 123
|
Has anyone got this working under XP Pro x64? I cannot seem to get it to work. Although I have not gone through the task of re compiling from the source. Has anyone else and had any success? 2.0.0.5 works but cannot get 2.0.0.7 to work at all.
|
|
|
|
|
|
#84 (permalink) |
|
Forum Expert
Join Date: Oct 2002
Age: 45
Posts: 4,363
|
Compiles and works for me on Vista Ultimate 64.
One thing tho is that when you run it, the profile window tends to pop up in the background when you load it up, and it sits there in the background waiting for user input, so without the window being visible it looks like the program isn't running when it is. Just scroll through your windows using the little icon in the lower left corner and you'll see it. There might also be possible issues with ultima.dll since Windows 64 bit operating systems change the way registry entries are stored, and ultima.dll uses a registry entry to determine where UO is loaded. That is fairly easy to fix in the ultima.dll source tho. I haven't messed with Pandora's Box enough yet to know if this is an issue or not, but I know it has been on a few other utilities that use ultima.dll. |
|
|
|
|
|
#87 (permalink) |
|
Forum Novice
Join Date: Dec 2006
Posts: 123
|
Well scratch that. It started up and created my profile and worked for one start up. But when I closed it, it would open but could only see it running in the Windows Task Manager. It will not run at all if I have the pandora.exe.manifest file in it's directory unless it is the original 2.0.0.5 version. Any clues on how to fix this?
|
|
|
|
|
|
#88 (permalink) |
|
Lurker
Join Date: Dec 2004
Posts: 4
|
Actually yes.
This is a problem with custom client folders. Even if you do choose the location of Ultima Online, Pandora won't load those entries. I've done a Debug Trace of PB a while ago. The code parts which would access the custom folders config are just left out. They are only loaded into memory if you create a new profile. Therefore be sure you have valid registry entries for UO in your Registry: Code:
Windows Registry Editor Version 5.00 [HKEY_LOCAL_MACHINE\SOFTWARE\Origin Worlds Online] "HarvestStage"=dword:00000000 "UniqueInstanceId"=dword:46e3c2bd "LastHarvestTime"=dword:48347e09 [HKEY_LOCAL_MACHINE\SOFTWARE\Origin Worlds Online\Ultima Online] [HKEY_LOCAL_MACHINE\SOFTWARE\Origin Worlds Online\Ultima Online\1.0] "ExePath"="D:\\Spiele\\Ultima Online Mondain's Legacy\\client.exe" "InstCDPath"="D:\\Spiele\\Ultima Online Mondain's Legacy" "PatchExePath"="D:\\Spiele\\Ultima Online Mondain's Legacy\\uopatch.exe" "StartExePath"="D:\\Spiele\\Ultima Online Mondain's Legacy\\uo.exe" "Upgraded"="Yes" [HKEY_LOCAL_MACHINE\SOFTWARE\Origin Worlds Online\Ultima Online Third Dawn] [HKEY_LOCAL_MACHINE\SOFTWARE\Origin Worlds Online\Ultima Online Third Dawn\1.0] "ExePath"="D:\\Spiele\\Ultima Online Mondain's Legacy\\uotd.exe" "InstCDPath"="D:\\Spiele\\Ultima Online Mondain's Legacy" "PatchExePath"="D:\\Spiele\\Ultima Online Mondain's Legacy\\uopatch.exe" "StartExePath"="D:\\Spiele\\Ultima Online Mondain's Legacy\\uo.exe" "Upgraded"="Yes" Be sure to correct the path information to your actual UO Installation. Pandora will then recognize your Ultima Installation and load everything correctly. If it still does not work, try deleting your profile and creating a new one. MfG MacGoerk Last edited by MacGoerk; 05-21-2008 at 04:18 PM. |
|
|
|
|
|
#90 (permalink) |
|
Newbie
Join Date: May 2008
Posts: 12
|
This is the error I get when I click the installer:
System.IO.FileNotFoundException: Could not load file or assembly 'BoxCL, Version=1.1.0.1, Culture=neutral, PublicKeyToken=null' or one of its dependencies. The system cannot find the file specified. File name: 'BoxCL, Version=1.1.0.1, Culture=neutral, PublicKeyToken=null' at TheBox.Pandora.get_ApplicationDataFolder() at TheBox.Pandora.get_Log() at TheBox.Pandora.Main(String[] args) WRN: Assembly binding logging is turned OFF. To enable assembly bind failure logging, set the registry value [HKLM\Software\Microsoft\Fusion!EnableLog] (DWORD) to 1. Note: There is some performance penalty associated with assembly bind failure logging. To turn this feature off, remove the registry value [HKLM\Software\Microsoft\Fusion!EnableLog]. what should I do? |
|
|
|
|
|
#91 (permalink) |
|
Newbie
Join Date: May 2008
Posts: 12
|
Ok I downloaded the box update which seems to be what I needed I stuck it in the folder with the pandora.exe file but when I went to load it I got a message saying that my previous profiles (using the original pandora) were corrupt and would I like to attempt to restore them, I clicked no thinking it would try and make a new one, but it just asked again so I clicked to try and restore, I got this error:
System.IO.FileNotFoundException: Could not load file or assembly 'ArtViewer, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null' or one of its dependencies. The system cannot find the file specified. File name: 'ArtViewer, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null' at TheBox.Options.Profile..ctor() at TheBox.Pandora.StartingContext.LoadProfile(String name) at TheBox.Pandora.StartingContext.DoProfile() at TheBox.Pandora.StartingContext.LoadProfile(String name) at TheBox.Pandora.StartingContext.DoProfile() at TheBox.Pandora.StartingContext.LoadProfile(String name) at TheBox.Pandora.StartingContext.DoProfile() at TheBox.Pandora.Main(String[] args) WRN: Assembly binding logging is turned OFF. To enable assembly bind failure logging, set the registry value [HKLM\Software\Microsoft\Fusion!EnableLog] (DWORD) to 1. Note: There is some performance penalty associated with assembly bind failure logging. To turn this feature off, remove the registry value [HKLM\Software\Microsoft\Fusion!EnableLog]. now what should I do? |
|
|
|
|
|
#92 (permalink) | |
|
Forum Novice
Join Date: Dec 2006
Posts: 123
|
Quote:
If I delete the Pandora.exe.manifest file everything works as a fresh install of Pandora's Box. It does store the profiles but if I choose to load it Pandora's Box does not load. I have to make a new profile and redo everything. Also it will not detect any Ultima Online Installation. I have to tell it where it is installed. Anyone have a working 2.0.0.? for Windows XP Pro X64? |
|
|
|
|
|
|
#93 (permalink) | |
|
Forum Novice
Join Date: Dec 2006
Posts: 123
|
Quote:
So for those of you who are using x64 XP try doing that and it should work for you as well. |
|
|
|
|
|
|
#94 (permalink) |
|
Lurker
Join Date: Jul 2008
Age: 25
Posts: 3
|
Here is the problem I am getting when loading my RunUO server after Pandora has done its config thing.
Code:
RunUO - [www.runuo.com] Version 2.0, Build 2959.20979
Core: Running on .NET Framework Version 2.0.50727
Core: Optimizing for 2 processors
Scripts: Compiling C# scripts...failed (3 errors, 0 warnings)
Errors:
+ BoxServer/Datafiles/BoxData.cs:
CS0246: Line 28: The type or namespace name 'CommandEventArgs' could not be
found (are you missing a using directive or an assembly reference?)
+ BoxServer/Datafiles/PropsData.cs:
CS0246: Line 64: The type or namespace name 'CommandEventArgs' could not be
found (are you missing a using directive or an assembly reference?)
+ BoxServer/Datafiles/SpawnData.cs:
CS0246: Line 57: The type or namespace name 'CommandEventArgs' could not be
found (are you missing a using directive or an assembly reference?)
Scripts: One or more scripts failed to compile or no script files were found.
- Press return to exit, or R to try again.
|
|
|
|
|
|
#95 (permalink) |
|
Newbie
Join Date: Dec 2006
Age: 19
Posts: 39
|
I have a problem which another user had.
When i open pandora for my 2nd time, it goes to the splash screen " ![]() It just goes directly into taskmanager and wont show any ui or nothin' " "
__________________
WE WANT PUBLIC PLAYUO!!! PLAYUO > RAZOR |
|
|
|
|
|
#96 (permalink) |
|
Newbie
Join Date: May 2008
Posts: 12
|
that is exactly what mine is doing!!! I don't know what the deal is, when I first installed pandora's box on my vista machine it worked well at least the buttons where there, but when I tried to use the place object no object the application wouldn't communicate with my pc, any help?
|
|
|
|
|
|
#97 (permalink) |
|
Forum Novice
|
Delete profile setting and startd pandora's box again. Sometime pandora stuck for this.
__________________
http://ultima.lonet.cz - Programs for editing MUL files. |
|
|
|
|
|
#99 (permalink) |
|
Forum Novice
|
Profile is saved in Documents and Settings\Applications data\Pandora's Box (i don't know if is it good location, because don't have windows XP), maybe in Documents and settings\Documents\Pandora's Box.
__________________
http://ultima.lonet.cz - Programs for editing MUL files. |
|
|
|
![]() |
| Bookmarks |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
Linear Mode |