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

Some Misc Alcugs Troubleshooting

From UamWiki
Revision as of 19:54, 5 January 2011 by Dustin (talk | contribs) (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>…')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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.)