Important! Please read the announcement at http://myst.dustbird.net/uru-account.htm
Also! Please read the retirement announcement at http://myst.dustbird.net/uru-retirement.htm

Difference between revisions of "Some Misc Alcugs Troubleshooting"

From UamWiki
(Created page with '==Error while handling server command'shardidentifier': list index out of range== <b>Cause:</b><br> Alcugs doesn't have a default shard.identifier variable. <b>Solution:</b><br>…')
 
(No difference)

Latest revision as of 19:54, 5 January 2011

Error while handling server command'shardidentifier': list index out of range

Cause:
Alcugs doesn't have a default shard.identifier variable.

Solution:
In the uru.conf file, in the [global] section, add a line:

shard.identifier = "acme"

(You can use a different name than "acme" if you like.)