Go Back   EQEmulator Home > EQEmulator Forums > Support > Support::General Support

Support::General Support Post all topics here having to do with errors while trying to connect to an EQEMu server but not about the setup/running of the Server itself.

Reply
 
Thread Tools Display Modes
  #1  
Old 05-30-2006, 03:44 PM
Siven20
Fire Beetle
 
Join Date: May 2006
Posts: 1
Default Client Won't Connect

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
Reply With Quote
  #2  
Old 06-01-2006, 05:39 AM
Belfedia
Demi-God
 
Join Date: Jan 2005
Posts: 1,109
Default

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 ?
__________________
__________________________________________________ _____________________________________
I speak english like a spanish cow..., I speak spanish like a english pudding...
But I try to speak good french !!! (Non au langage SMS sur forum)
http://eqfroggy.new.fr : Froggy French Server Website.
Reply With Quote
  #3  
Old 06-02-2006, 05:03 PM
fireclav
Sarnak
 
Join Date: Jun 2006
Location: nowhere
Posts: 56
Default same error

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

Last edited by fireclav; 06-03-2006 at 01:27 AM..
Reply With Quote
  #4  
Old 06-02-2006, 05:35 PM
fireclav
Sarnak
 
Join Date: Jun 2006
Location: nowhere
Posts: 56
Default log

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
Reply With Quote
  #5  
Old 06-02-2006, 06:31 PM
fireclav
Sarnak
 
Join Date: Jun 2006
Location: nowhere
Posts: 56
Default end

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
Reply With Quote
  #6  
Old 06-03-2006, 10:14 PM
Belfedia
Demi-God
 
Join Date: Jan 2005
Posts: 1,109
Default

Have you add manualy an account (account/pass) in you db ?
Your Eqemu software and client are on the same pc ?
__________________
__________________________________________________ _____________________________________
I speak english like a spanish cow..., I speak spanish like a english pudding...
But I try to speak good french !!! (Non au langage SMS sur forum)
http://eqfroggy.new.fr : Froggy French Server Website.

Last edited by Belfedia; 06-04-2006 at 06:29 AM..
Reply With Quote
  #7  
Old 07-02-2006, 11:32 AM
Hylozoist
Fire Beetle
 
Join Date: Jul 2006
Posts: 1
Default

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.
Reply With Quote
  #8  
Old 07-03-2006, 09:34 AM
Belfedia
Demi-God
 
Join Date: Jan 2005
Posts: 1,109
Default

Quote:
Originally Posted by Hylozoist
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.
__________________
__________________________________________________ _____________________________________
I speak english like a spanish cow..., I speak spanish like a english pudding...
But I try to speak good french !!! (Non au langage SMS sur forum)
http://eqfroggy.new.fr : Froggy French Server Website.
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

   

All times are GMT -4. The time now is 07:33 AM.


 

Everquest is a registered trademark of Daybreak Game Company LLC.
EQEmulator is not associated or affiliated in any way with Daybreak Game Company LLC.
Except where otherwise noted, this site is licensed under a Creative Commons License.
       
Powered by vBulletin®, Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Template by Bluepearl Design and vBulletin Templates - Ver3.3