I have the new 0.51 SunUO build running on a WinXP machine. I have the server setup correctly, everything boots up without errors, etc.. However, when I try to connect to the server, it hangs after entering the username and password with the message "Verifying Account." I have tried connecting from multiple machines on client versions 6.0.1 through 6.0.5.
The server console reports that a client has connected but nothing ever becomes of it.
Has anyone else had this problem?
Console:
- Code: Select all
SunUO Version 0.5.1 http://www.sunuo.org/
on Microsoft Windows NT 5.1.2600 Service Pack 2, runtime 2.0.50727.832
2007-12-27 19:23:35,250 WARN Game server without port ignored
2007-12-27 19:23:39,125 INFO Loaded binary library legacy
2007-12-27 19:23:39,468 INFO Loaded binary library profiler
2007-12-27 19:23:39,468 INFO Library core verified: 4 items, 0 mobiles
2007-12-27 19:23:40,781 INFO Library legacy verified: 1654 items, 435 mob
2007-12-27 19:23:40,781 INFO Library profiler verified: 0 items, 0 mobile
2007-12-27 19:23:40,781 INFO All libraries verified: 1658 items, 435 mobi
2007-12-27 19:23:41,578 INFO Loading world
2007-12-27 19:23:47,421 INFO loaded 0 accounts
2007-12-27 19:23:47,640 INFO World loaded: 87781 items, 2350 mobiles (6.1
ds)
2007-12-27 19:23:50,031 INFO Loading regions
2007-12-27 19:23:50,406 INFO Finished loading regions
2007-12-27 19:23:50,468 INFO Listening on xxx.xxx.xxx.xxx:2593
2007-12-27 19:23:50,515 INFO Listening on 0.0.0.0:2593
2007-12-27 19:23:50,546 INFO SunUO initialized, entering main loop
2007-12-27 19:23:59,828 INFO Client: xxx.xxx.xxx.xxx: Connected. [1 Online]
2007-12-27 19:30:56,781 INFO Client: xxx.xxx.xxx.xxx: Disconnecting due to inactivity...
2007-12-27 19:31:00,593 INFO Client: xxx.xxx.xxx.xxx: Disconnected. [0 Online]
Here is my sunuo.xml:
- Code: Select all
<?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>F:\UO\UOFiles</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" />
<auto-create-accounts value="yes"/>
<max-chars-per-account value="15"/>
</login>
<global>
<multi-threading value="off" />
<feature name="manual-gc" />
<!--<feature name="multi-threading" />-->
<!--<feature name="age-of-shadows" />-->
</global>
<network>
<bind port="2593"/>
<save-interval>15</save-interval>
<!--
<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>
<server-list>
<game-server>
<name>SunUO</name>
<address>xxx.xxx.xxx.xxx</address>
</game-server>
</server-list>
</sunuo-config>
