Greetings
I'm a SUNUO newbie, and so far I haven't been able to get my client to recognize my server. I am running MS Windows XP Pro.
I downloaded the client and patched it successfully. When I start the client, the login screen shows UO Version 6.0.5.0 (patch 77)
I have edited my sunuo.xml file so that the data-path references the UO client directory, and added the section to support encrypted clients. My sunuo.xml file is included below:
<?xml version="1.0" encoding="utf-8"?>
<!-- This is the SunUO configuration file. http://www.sunuo.org/ -->
<sunuo-config>
<locations>
<!--the element 'data-path' sets the UO client directory-->
<data-path>C:\Program Files\EA GAMES\uo</data-path>
</locations>
<libraries>
<library name="legacy">
<!--
<ignore-source name="Misc/ZLib.cs" />
-->
</library>
<library name="myrunuo" disabled="yes" />
<library name="remote-admin" disabled="yes" />
<library name="reports" disabled="yes" />
</libraries>
<login>
<ignore-auth-id value="off" />
</login>
<global>
<multi-threading value="off" />
<feature name="manual-gc" />
<!--<feature name="multi-threading" />-->
<!--<feature name="age-of-shadows" />-->
</global>
<network>
<bind port="2593"/>
<!--
<bind address="1.2.3.4" port="2594"/>
-->
</network>
<encryption>
<enabled value="yes"/>
<allow-unencrypted value="yes"/>
<login-key name="6.5.4" key1="0xdeadbeef" key2="0xbeefdead"/>
</encryption>
</sunuo-config>
When I run the run.bat file, the server starts up with no obvious errors. Ive reproduced the output below:
Loaded binary library legacy
Loaded binary library profiler
Library core verified: 4 items, 0 mobiles
Library legacy verified: 1654 items, 435 mobiles
Library profiler verified: 0 items, o mobiles
All libraries verified: 1658 items, 435 mobiles)
Loading world
Loaded 0 accounts
World loaded: 87789 items, 2350 mobiles (3.7 seconds)
Loading regions
Finished loading regioins
listening on 0.0.0.0:2593
SunUO initialized, entering main loop
later...
Saving World
Entities saved on 0.2 seconds
World saved in 0.3 seconds
So, it looks like the server is running with no problems, but when I start the client, and enter an initial user name/password, I get a message box back saying "We were unable to authenticate your login..."
Any suggestions? I saw another thread explaining how perhaps I should download a program called Razor, but later in the thread it was mentioned that this was not necessary if encryption support is added to the sunuo.xml file.
Thanks
