ServUO Version
Publish 57
Ultima Expansion
Endless Journey
I'm using the latest version of Ultima Online Client (7.0.98.1) I wanted to use CentrED+, so I searched a lot. Is it impossible to use it in version 7.0.98.1? I wonder if there is a recommended version.
 
It works just fine.
======= CentrED+ Server [Version: 0.7.9 Build: 270] =======
Copyright: "UO CentrED" ver 0.6.1 (c) 2009 Andreas Schneider
: "CentrED+" version (c) 2017 StaticZ (uoquint.com)

==============
language file [..\Language\English.ini]
E:\CentrED+\Language\English.ini
[22:56:06] Language loaded: English

Network Settings
==============
Port [2597]: 2597

Paths Settings
===============
map [map0.mul]: E:\Ultima Online Classic\map0LegacyMUL.uop
staidx [staidx0.mul]: E:\Ultima Online Classic\staidx0.mul
statics [statics0.mul]: E:\Ultima Online Classic\statics0.mul
tiledata [tiledata.mul]: E:\Ultima Online Classic\tiledata.mul
radarcol [radarcol.mul]: E:\Ultima Online Classic\radarcol.mul

Maps Settings
===============
Width [768]: 896
Height [512]: 512
Format [0x0000]: 0x0018

Admin account
======================
User Name: admin
Password [hidden]:
[22:56:58] Language loaded: English
[22:56:58] Config file loaded: "cedserver.xml"
[22:56:58] Initialization starting
[22:56:58] Loading: Map, Statics, StaIdx, Tiledata
[22:56:58] Creating: Cache, Tiledata, Indexation, RadarMap
An unhandled exception occurred at $0045A83B :
EAccessViolation : Access violation
$0045A83B
$0044BA2F
$0044B546
$0041CAFF
$00401C38
Thank you for your reply. I tried again and got the same error as above. Can I get help with what the problem is?
 
Please show the part of your config that is responsible for map definiton :)

it should be something like this:

XML:
<Map>
    <Map>map0LegacyMUL.uop</Map>
    <StaIdx>staidx0.mul</StaIdx>
    <Statics>statics0.mul</Statics>
    <Width>896</Width>
    <Height>512</Height>
    <Prefix>0</Prefix>
    <Format>0x18</Format>
  </Map>

*your paths may require update but I keep my copy of the files for ced in same folder as cedserver.exe. And don't share files with client also don't keep them in program files because you may have access rights issues.
 
Please show the part of your config that is responsible for map definiton :)

it should be something like this:

XML:
<Map>
    <Map>map0LegacyMUL.uop</Map>
    <StaIdx>staidx0.mul</StaIdx>
    <Statics>statics0.mul</Statics>
    <Width>896</Width>
    <Height>512</Height>
    <Prefix>0</Prefix>
    <Format>0x18</Format>
  </Map>

*your paths may require update but I keep my copy of the files for ced in same folder as cedserver.exe. And don't share files with client also don't keep them in program files because you may have access rights issues.
<?xml version="1.0"?>
<CEDConfig Version="6">
<Language>E:\CentrED+\Language\English.ini</Language>
<Port>2597</Port>
<Map>
<Map>E:\Ultima Online Classic\map0LegacyMUL.uop</Map>
<StaIdx>E:\Ultima Online Classic\staidx0.mul</StaIdx>
<Statics>E:\Ultima Online Classic\statics0.mul</Statics>
<Width>896</Width>
<Height>512</Height>
<Prefix>0</Prefix>
<Format>0x18</Format>
</Map>
<Tiledata>E:\Ultima Online Classic\tiledata.mul</Tiledata>
<Radarcol>E:\Ultima Online Classic\radarcol.mul</Radarcol>
<Accounts>
<Account>
<Name>admin</Name>
<PasswordHash>adad1212adad1212adad1212</PasswordHash>
<AccessLevel>255</AccessLevel>
<LastPos x="0" y="0"/>
<Regions/>
</Account>
</Accounts>
<Regions/>
</CEDConfig>
======= CentrED+ Server [Version: 0.7.9 Build: 270] =======
Copyright: "UO CentrED" ver 0.6.1 (c) 2009 Andreas Schneider
: "CentrED+" version (c) 2017 StaticZ (uoquint.com)
[23:02:17] Language loaded: English
[23:02:17] Config file loaded: "cedserver.xml"
[23:02:17] Initialization starting
[23:02:17] Loading: Map, Statics, StaIdx, Tiledata
[23:02:17] Creating: Cache, Tiledata, Indexation, RadarMap
[23:02:24] Initialization complete
11233123.jpg
If I try to log in after creating and executing it as you told me, the error like the picture keeps popping up. I entered the password correctly, but why is that problem?
 
I have no idea what you've edited but looking at this you are missing account info from xml? You haven't deleted it right?
 
I have no idea what you've edited but looking at this you are missing account info from xml? You haven't deleted it right?
I saved it as I posted it on top and tried to log in. It constantly says the password is not right.. I didn't delete it separately. I don't know what the problem is..
 
Your full configuration file looks something like this. I only asked about the part where you setup map parameters because if you paste whole thing I'd know your account data as hash for password can be guessed. So it was only for you not to expose account data. You can't just paste only the part I gave you. Make sure that rest is there. Do you even have full xml files that contains valid ced account data?

XML:
<?xml version="1.0"?>
<CEDConfig Version="6">
  <Language>..\Language\English.ini</Language>
  <Port>2597</Port>
  <Map>
    <Map>map0LegacyMUL.uop</Map>
    <StaIdx>staidx0.mul</StaIdx>
    <Statics>statics0.mul</Statics>
    <Width>896</Width>
    <Height>512</Height>
    <Prefix>0</Prefix>
    <Format>0x18</Format>
  </Map>
  <Tiledata>tiledata.mul</Tiledata>
  <Radarcol>radarcol.mul</Radarcol>
  <Accounts>
    <Account>
      <Name>[CUT]</Name>
      <PasswordHash>[CUT]</PasswordHash>
      <AccessLevel>255</AccessLevel>
      <LastPos x="1" y="1"/>
      <Regions/>
    </Account>
  </Accounts>
  <Regions/>
</CEDConfig>
 
Your full configuration file looks something like this. I only asked about the part where you setup map parameters because if you paste whole thing I'd know your account data as hash for password can be guessed. So it was only for you not to expose account data. You can't just paste only the part I gave you. Make sure that rest is there. Do you even have full xml files that contains valid ced account data?

XML:
<?xml version="1.0"?>
<CEDConfig Version="6">
  <Language>..\Language\English.ini</Language>
  <Port>2597</Port>
  <Map>
    <Map>map0LegacyMUL.uop</Map>
    <StaIdx>staidx0.mul</StaIdx>
    <Statics>statics0.mul</Statics>
    <Width>896</Width>
    <Height>512</Height>
    <Prefix>0</Prefix>
    <Format>0x18</Format>
  </Map>
  <Tiledata>tiledata.mul</Tiledata>
  <Radarcol>radarcol.mul</Radarcol>
  <Accounts>
    <Account>
      <Name>[CUT]</Name>
      <PasswordHash>[CUT]</PasswordHash>
      <AccessLevel>255</AccessLevel>
      <LastPos x="1" y="1"/>
      <Regions/>
    </Account>
  </Accounts>
  <Regions/>
</CEDConfig>
Yes, there is a cedserver.xml file that contains all of your account information.
 
Then your name and password hash should also be there and apparently you are using wrong values :)

This is config with user and pass: admin


XML:
<?xml version="1.0"?>
<CEDConfig Version="6">
  <Language>..\Language\English.ini</Language>
  <Port>2597</Port>
  <Map>
    <Map>map0LegacyMUL.uop</Map>
    <StaIdx>staidx0.mul</StaIdx>
    <Statics>statics0.mul</Statics>
    <Width>896</Width>
    <Height>512</Height>
    <Prefix>0</Prefix>
    <Format>0x18</Format>
  </Map>
  <Tiledata>tiledata.mul</Tiledata>
  <Radarcol>radarcol.mul</Radarcol>
  <Accounts>
    <Account>
      <Name>admin</Name>
      <PasswordHash>21232f297a57a5a743894a0e4a801fc3</PasswordHash>
      <AccessLevel>255</AccessLevel>
      <LastPos x="1" y="1"/>
      <Regions/>
    </Account>
  </Accounts>
  <Regions/>
</CEDConfig>

So if you can't login you either trying to connect to wrong server or updating wrong configuration file.
 
Then your name and password hash should also be there and apparently you are using wrong values :)

This is config with user and pass: admin


XML:
<?xml version="1.0"?>
<CEDConfig Version="6">
  <Language>..\Language\English.ini</Language>
  <Port>2597</Port>
  <Map>
    <Map>map0LegacyMUL.uop</Map>
    <StaIdx>staidx0.mul</StaIdx>
    <Statics>statics0.mul</Statics>
    <Width>896</Width>
    <Height>512</Height>
    <Prefix>0</Prefix>
    <Format>0x18</Format>
  </Map>
  <Tiledata>tiledata.mul</Tiledata>
  <Radarcol>radarcol.mul</Radarcol>
  <Accounts>
    <Account>
      <Name>admin</Name>
      <PasswordHash>21232f297a57a5a743894a0e4a801fc3</PasswordHash>
      <AccessLevel>255</AccessLevel>
      <LastPos x="1" y="1"/>
      <Regions/>
    </Account>
  </Accounts>
  <Regions/>
</CEDConfig>

So if you can't login you either trying to connect to wrong server or updating wrong configuration file.
cedserver.exe I ran this and copied and pasted the contents you told me to make cedserver.xml individually without creating the file cedserver.xml, can this be a problem? Server execution works fine without any problems. And if I run the cedserver.exe file and try to create the xml file, I still get the error I put on top..
 
So how your client configuration looks like? :) are you connecting to your local or remote server? username nad password are in the xml so if you pass that in the client with correct ip and port it should be fine. Maybe caps lock is the problem? :) I really have no issues connecting so it's hard to say what is your exact problem.
 
So how your client configuration looks like? :) are you connecting to your local or remote server? username nad password are in the xml so if you pass that in the client with correct ip and port it should be fine. Maybe caps lock is the problem? :) I really have no issues connecting so it's hard to say what is your exact problem.
It wasn't a problem with Caps Lock. Well, I'm not very knowledgeable, so I think I need a little more in-depth explanation of the question of what the client configuration looks like, and the question of whether you're connecting to a local or remote server. I think it's a little bit difficult for me..
 
password is admin too. That thing in xml is just MD5 password hash so it's a form of checksum but the actual password is admin. I wrote that before.
 
password is admin too. That thing in xml is just MD5 password hash so it's a form of checksum but the actual password is admin. I wrote that before.
Oh, my God! It works without problems. I can't believe I didn't know this. I'm stupid. Thank you for your help.
 
Back