View Single Post
  #2  
Old 10-11-2007, 10:00 AM
Derision
Developer
 
Join Date: Feb 2004
Location: UK
Posts: 1,540
Default

Been a while since I booted up my EQ server, but you need to uncomment the address line in your eqemu_config.xml

i.e.

change:

<!--<address>129.81.73.41</address>-->

to:

<address>129.81.73.41</address>

Assuming 129.81.73.41 is the address your world is running on.

The <world> section of my xml file (for minilogin use) is:

Code:
<world>
        <address>192.168.1.100</address>
        <loginserver>
              <host>192.168.1.100</host>
              <port>5999</port>
              <account></account>
              <password></password>
        </loginserver>

        <shortname>BTG2</shortname>
        <longname>Benden Test G2 Private</longname>
        <http port="9080" enabled="true" mimefile="mime.types" />
</world>
If I comment out/delete the <address> line, I get the same error you are seeing.
Reply With Quote