PDA

View Full Version : Client Won't Connect


Siven20
05-30-2006, 03:44 PM
Hello trying to get my own server up and runing for a couple days now. Fresh install of titanium after runing EQemu Server or client won't connect to MiniLogin and world is giveing me a


[NET_WORLD] Connected to World: localhost:9000
World told us to start zone dynamic_01
World told us to start zone dynamic_02
World told us to start zone dynamic_03
World told us to start zone dynamic_04
World told us to start zone dynamic_05
[LAUNCHER_ERROR]World told us to start zone dynamic_01 but it is already running.

etc keeps going on to 05 then goes to sleeping mode any help would be nice . Thanks

Belfedia
06-01-2006, 05:39 AM
Hello, welcome in server creator rank's :)

We need more information on your server for help you.
Can you produce all .ini config files and xml config files (don't forget to censure login/password)
Can you say if you start server/client on same computer ?
Have you a router ? :)

fireclav
06-02-2006, 05:03 PM
hey all im having the same error so i figured id just save a post and put my info here so maybe you can give me some advice on this.. here are my ini's

eqemu_config

<?xml version="1.0">
<server>
<world>
<shortname>minilogin</shortname>
<longname>My Minilogin</longname>

<!-- Only specify these two if you really think you need to. -->
<address>127.0.0.1</address>
<localaddress>127.0.0.1</localaddress>

<!-- Loginserver information. -->
<loginserver>
<host>127.0.0.1</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>localhost</host>
<port>3306</port>
<username>eq</username>
<password>eq</password>
<db>eq</db>
</database>
</server>

loginserver.ini

###Your current configuration is as follows:

loginserver.ini:
[LoginServer]
loginserver=127.0.0.1
loginport=5999
worldname=My Minilogin
worldaddress=127.0.0.1
locked=false
account=
password=

[WorldServer]
Defaultstatus=
Unavailzone=
[ChatChannelServer]

worldshortname=
chataddress=
chatport=

[LoginConfig]
ServerMode=Minilogin
ServerPort=5999

not sure which else you wanted.. the error im getting is the same and wehn i go to open eq it keeps saying my info is wrong, id assume user/pass. so not to sure where to go from here and btw yes i have both the emu and client on same pc

fireclav
06-02-2006, 05:35 PM
here is the log file info

---------------------------------------------
[06.03. - 01:07:04] Starting Log: logs/eqemu_debug_0600.log
[06.03. - 01:07:04] [LAUNCHER__INIT] Loading server configuration..
[06.03. - 01:07:04] [LAUNCHER__INIT] Starting main loop...
[06.03. - 01:07:04] [NET__WORLD] Connected to World: 127.0.0.1:9000
[06.03. - 01:07:09] [LAUNCHER__WORLD] World told us to start zone dynamic_01.
[06.03. - 01:07:09] [LAUNCHER__WORLD] World told us to start zone dynamic_02.
[06.03. - 01:07:09] [LAUNCHER__WORLD] World told us to start zone dynamic_03.
[06.03. - 01:07:09] [LAUNCHER__WORLD] World told us to start zone dynamic_04.
[06.03. - 01:07:09] [LAUNCHER__WORLD] World told us to start zone dynamic_05.
[06.03. - 01:07:09] [LAUNCHER__ERROR] World told us to start zone dynamic_01, but it is already running.
[06.03. - 01:07:09] [LAUNCHER__ERROR] World told us to start zone dynamic_02, but it is already running.
[06.03. - 01:07:09] [LAUNCHER__ERROR] World told us to start zone dynamic_03, but it is already running.
[06.03. - 01:07:09] [LAUNCHER__ERROR] World told us to start zone dynamic_04, but it is already running.
[06.03. - 01:07:09] [LAUNCHER__ERROR] World told us to start zone dynamic_05, but it is already running.
[06.03. - 01:07:09] [LAUNCHER__STATUS] Starting zone dynamic_01
[06.03. - 01:07:09] [LAUNCHER__STATUS] Zone dynamic_01 has been started.
[06.03. - 01:07:09] [LAUNCHER__STATUS] Waiting 20000 milliseconds before booting the second zone.
[06.03. - 01:07:30] [LAUNCHER__STATUS] Starting zone dynamic_02
[06.03. - 01:07:30] [LAUNCHER__STATUS] Zone dynamic_02 has been started.
[06.03. - 01:07:30] [LAUNCHER__STATUS] Waiting 2000 milliseconds before booting the next zone.
[06.03. - 01:07:32] [LAUNCHER__STATUS] Starting zone dynamic_03
[06.03. - 01:07:32] [LAUNCHER__STATUS] Zone dynamic_03 has been started.
[06.03. - 01:07:32] [LAUNCHER__STATUS] Waiting 2000 milliseconds before booting the next zone.
[06.03. - 01:07:35] [LAUNCHER__STATUS] Starting zone dynamic_04
[06.03. - 01:07:35] [LAUNCHER__STATUS] Zone dynamic_04 has been started.
[06.03. - 01:07:35] [LAUNCHER__STATUS] Waiting 2000 milliseconds before booting the next zone.
[06.03. - 01:07:37] [LAUNCHER__STATUS] Starting zone dynamic_05
[06.03. - 01:07:38] [LAUNCHER__STATUS] Zone dynamic_05 has been started.
[06.03. - 01:07:38] [LAUNCHER__STATUS] Waiting 2000 milliseconds before booting the next zone.


after this it goes to sleeping

fireclav
06-02-2006, 06:31 PM
the end result is i cant login keeps saying that my user/pass are wrong im using mini and using mini for both user/pass

Belfedia
06-03-2006, 10:14 PM
Have you add manualy an account (account/pass) in you db ?
Your Eqemu software and client are on the same pc ?

Hylozoist
07-02-2006, 11:32 AM
I'm having this exact same problem, word for word. It loads up to dynamic zone 05 then ceases and absolutely nothing else comes up. I've checked my xml config and editted it a number of ways (have the old one saved some where so I have something to fall back on) and no such luck.

Belfedia
07-03-2006, 09:34 AM
I'm having this exact same problem, word for word. It loads up to dynamic zone 05 then ceases and absolutely nothing else comes up. I've checked my xml config and editted it a number of ways (have the old one saved some where so I have something to fall back on) and no such luck.

If you have minilogin, you need to edit also *.ini config files.