techguy84
04-08-2007, 10:56 PM
Boy this has been the most frustating thing I have ever dont, but im not giving up on it. I have followed Kayot's guide to the tee and after several issues finally got the Mini-Login, World.exe and Zones to load up with no errors. Now comes the moment of truth when I try to log onto the server for the first time. I have added all the information in mysql for my account, using my ip address. When i login, the EQ client pauses for a second, ten comes up and tells me that "Error - A Timeout has Occuored." Thats it.
My eqemu config xml looks like this
<?xml version="1.0">
<server>
<world>
<shortname>mini</shortname>
<longname>My MiniLogin</longname>
<!-- Only specify these two if you really think you need to. -->
<address>192.168.2.4</address>
<localaddress>127.0.0.1</localaddress>
<!-- Loginserver information. -->
<loginserver>
<host>192.168.2.4</host>
<port>5999</port>
<account></account>
<password></password>
</loginserver>
<!-- Sets the shared key used by zone/launcher to connect to world -->
<key>some long random string</key>
<!-- Enable and set the port for the HTTP service. -->
<http port="9080" enabled="true" mimefile="mime.types" />
</world>
<!-- Database configuration, replaces db.ini. -->
<database>
<host>127.0.0.1</host>
<port>3306</port>
<username>root</username>
<password>*********</password>
<db>peq</db>
</database>
</server>
My Loginserver.ini
[LoginServer]
loginserver=192.168.2.4
loginport=5999
worldname=My Minilogin
worldaddress=192.168.2.4
locked=false
account=
password=
[WorldServer]
Defaultstatus=
Unavailzone=
[ChatChannelServer]
worldshortname=
chataddress=
chatport=
[LoginConfig]
ServerMode=Minilogin
ServerPort=5999
My eqhost file
[LoginServer]
host=192.168.2.4:5999
I only get errors about rulesets not loading up under world.exe and zones. When I go to connect, the emu shows nothing in it regarding my attempts to connect with the EQ Client.
I have disabled Windows Firewall. Dont have any ports setup to be forwarded or what not on my router as I didnt think you needed to since it was all local.
Any help is appreciated.
P.S. I really hope that I have looked in every area of this forum to prevent me from getting Noob bashed for not using the search feature. I have been at this for more than 5 hours now and this is the one problem that I can not find a solution on. The ones I find regard the firewall which I shut down. Now im just lost.
----------Update---------------
Ok, for some reason the client wasnt connecting because there wasnt a line in between [LoginServer] and host=192.168.2.4:5999 Got that fixed and now I can connect and see the server. Make it though Chacter Screen and go to enter world and it comes up and tells me th zones is unavailable. Under my World.exe the last few lines indicate a Received Unknown EqApplication packet. Im going to browes around some more now to solve this problem. I am almost there.
My eqemu config xml looks like this
<?xml version="1.0">
<server>
<world>
<shortname>mini</shortname>
<longname>My MiniLogin</longname>
<!-- Only specify these two if you really think you need to. -->
<address>192.168.2.4</address>
<localaddress>127.0.0.1</localaddress>
<!-- Loginserver information. -->
<loginserver>
<host>192.168.2.4</host>
<port>5999</port>
<account></account>
<password></password>
</loginserver>
<!-- Sets the shared key used by zone/launcher to connect to world -->
<key>some long random string</key>
<!-- Enable and set the port for the HTTP service. -->
<http port="9080" enabled="true" mimefile="mime.types" />
</world>
<!-- Database configuration, replaces db.ini. -->
<database>
<host>127.0.0.1</host>
<port>3306</port>
<username>root</username>
<password>*********</password>
<db>peq</db>
</database>
</server>
My Loginserver.ini
[LoginServer]
loginserver=192.168.2.4
loginport=5999
worldname=My Minilogin
worldaddress=192.168.2.4
locked=false
account=
password=
[WorldServer]
Defaultstatus=
Unavailzone=
[ChatChannelServer]
worldshortname=
chataddress=
chatport=
[LoginConfig]
ServerMode=Minilogin
ServerPort=5999
My eqhost file
[LoginServer]
host=192.168.2.4:5999
I only get errors about rulesets not loading up under world.exe and zones. When I go to connect, the emu shows nothing in it regarding my attempts to connect with the EQ Client.
I have disabled Windows Firewall. Dont have any ports setup to be forwarded or what not on my router as I didnt think you needed to since it was all local.
Any help is appreciated.
P.S. I really hope that I have looked in every area of this forum to prevent me from getting Noob bashed for not using the search feature. I have been at this for more than 5 hours now and this is the one problem that I can not find a solution on. The ones I find regard the firewall which I shut down. Now im just lost.
----------Update---------------
Ok, for some reason the client wasnt connecting because there wasnt a line in between [LoginServer] and host=192.168.2.4:5999 Got that fixed and now I can connect and see the server. Make it though Chacter Screen and go to enter world and it comes up and tells me th zones is unavailable. Under my World.exe the last few lines indicate a Received Unknown EqApplication packet. Im going to browes around some more now to solve this problem. I am almost there.