View Single Post
  #3  
Old 02-17-2010, 12:29 AM
Entamental
Fire Beetle
 
Join Date: Nov 2008
Location: California
Posts: 13
Default

Yup.

I set it up exactly as according to this guide, just for info:
http://www.eqemulator.org/forums/showthread.php?t=29043

----

I turned off windows firewall, still no improvement. Still getting the same error.

Also, when it first opens, it gives me a red-x crash error for "EQEmuLoginServer.exe"

It will load the first 5 dynamic zones, and it connects to WORLD_ZONE, but after not 15 seconds, it's back to login server error again.

My eqemu_config:
Code:
<server>
          <world>
                <shortname>name</shortname>
                <longname>long name</longname>
                <loginserver>
                              <host>192.168.1.47</host>
                              <port>5998</port>
                              <account></account>
                              <password></password>
                <address>192.168.1.47</address>
                <localaddress>192.168.1.47</localaddress>
           </world>
           <database>
                <host>localhost</host>
                <port>3306</port>
                <username>root</username>
                <password>eq</password>
                <db>peq</db>
           </database>
</server>
Reply With Quote