Hello.
I'm running fresh install of SunUO under Ubuntu 8.10
SunUO Version 0.5.1 http://www.sunuo.org/
on Unix 2.6.18.8, runtime 1.1.4322.2032
With UO client 6.0.12.3 (Patch 89) under wine in Ubuntu 8.10
I can connect to the server fine it says so in the console window:
2009-01-29 01:40:15,920 INFO Loaded binary library legacy
2009-01-29 01:40:15,977 INFO Loaded binary library profiler
2009-01-29 01:40:15,979 INFO Library core verified: 4 items, 0 mobiles
2009-01-29 01:40:16,003 INFO Library legacy verified: 1654 items, 435 mobiles
2009-01-29 01:40:16,003 INFO Library profiler verified: 0 items, 0 mobiles
2009-01-29 01:40:16,003 INFO All libraries verified: 1658 items, 435 mobiles)
2009-01-29 01:40:16,086 INFO Loading world
2009-01-29 01:40:18,150 INFO World loaded: 87789 items, 2350 mobiles (2.1 seconds)
2009-01-29 01:40:18,766 INFO Loading regions
2009-01-29 01:40:19,006 INFO Finished loading regions
2009-01-29 01:40:19,010 INFO Listening on 0.0.0.0:2593
2009-01-29 01:40:19,018 INFO SunUO initialized, entering main loop
2009-01-29 01:40:47,452 INFO Client: 71.33.226.221: Connected. [1 Online]
2009-01-29 01:42:55,313 INFO Client: 71.33.226.221: Disconnecting due to inactivity...
2009-01-29 01:42:55,314 INFO Client: 71.33.226.221: Disconnected. [0 Online]
I can't figure out what my problem is. I've tried to search the forum but I can't find any clear answers as to what the issue might be.
Server config.
<sunuo-config>
<locations>
<!--the element 'data-path' sets the UO client directory-->
<data-path>/home/theshadow/sunuo/gamedata</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-created-accounts-per-ip value="3" />
<max-chars-per-account value="6" />
</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="127.0.0.1" 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>Eidolona</name>
<address>127.0.0.7:2593</address>
</game-server>
</server-list>
</sunuo-config>
