Thread: Pandora 2Beta7
View Single Post
Old 05-21-2008, 05:15 PM   #88 (permalink)
MacGoerk
Lurker
 
Join Date: Dec 2004
Posts: 4
Default

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"
you can just paste this snippet into a file regedit.reg and double click on it.
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 05:18 PM.
MacGoerk is offline   Reply With Quote