Go Back   EQEmulator Home > EQEmulator Forums > Support > Support::Windows Servers

Support::Windows Servers Support forum for Windows EQEMu users.

Reply
 
Thread Tools Display Modes
  #1  
Old 05-09-2006, 10:44 PM
XiNoID
Sarnak
 
Join Date: Apr 2006
Posts: 46
Unhappy Problems Again and Again and again!

So...I used wiki guide for 0.7.0 eqemu trhought serverpack 3.52
I passed the guide...I think i have set up everything that was possible in that guide....ok here is what i have:

EQlaunch.exe - waiting world to finish before starting zones

WOrld.EXE :

[Status] Using database 'eq' at localhost:3306
[Status] EMuShareMem loaded
[Status] Loading items from database: count=54535

/\ - that's all what world gives me...

Then Zone.exe:

[Debug] Starting Log: logs/eqemu_debug_1408.log
[Debug] [LAUNCHER__INIT] Loading server configuration..
[Debug] [NET__WORLD] WorldConnection connect: Connecting to the server 127.0.0.1
:9000 failed: TCPConnection::Connect(): connect() failed. Error: 10061
[Debug] [LAUNCHER__ERROR] worldserver.Connect() FAILED! Will retry.
[Debug] [LAUNCHER__INIT] Starting main loop...
[Debug] [NET__WORLD] Connected to World: 127.0.0.1:9000
[Debug] [LAUNCHER__WORLD] World told us to start zone dynamic_01.
[Debug] [LAUNCHER__WORLD] World told us to start zone dynamic_02.
[Debug] [LAUNCHER__WORLD] World told us to start zone dynamic_03.
[Debug] [LAUNCHER__WORLD] World told us to start zone dynamic_04.
[Debug] [LAUNCHER__WORLD] World told us to start zone dynamic_05.
[Debug] [LAUNCHER__ERROR] World told us to start zone dynamic_01, but it is alre
ady running.
[Debug] [LAUNCHER__ERROR] World told us to start zone dynamic_02, but it is alre
ady running.
[Debug] [LAUNCHER__ERROR] World told us to start zone dynamic_03, but it is alre
ady running.
[Debug] [LAUNCHER__ERROR] World told us to start zone dynamic_04, but it is alre
ady running.
[Debug] [LAUNCHER__ERROR] World told us to start zone dynamic_05, but it is alre
ady running.
[Debug] [LAUNCHER__STATUS] Starting zone dynamic_01
[Debug] [LAUNCHER__STATUS] Zone dynamic_01 has been started.
[Debug] [LAUNCHER__STATUS] Waiting 20000 milliseconds before booting the second
zone.
[Debug] [LAUNCHER__STATUS] Starting zone dynamic_02
[Debug] [LAUNCHER__STATUS] Zone dynamic_02 has been started.
[Debug] [LAUNCHER__STATUS] Waiting 2000 milliseconds before booting the next zon
e.
[Debug] [LAUNCHER__STATUS] Starting zone dynamic_03
[Debug] [LAUNCHER__STATUS] Zone dynamic_03 has been started.
[Debug] [LAUNCHER__STATUS] Waiting 2000 milliseconds before booting the next zon
e.
[Debug] [LAUNCHER__STATUS] Starting zone dynamic_04
[Debug] [LAUNCHER__STATUS] Zone dynamic_04 has been started.
[Debug] [LAUNCHER__STATUS] Waiting 2000 milliseconds before booting the next zon
e.
[Debug] [LAUNCHER__STATUS] Starting zone dynamic_05
[Debug] [LAUNCHER__STATUS] Zone dynamic_05 has been started.
[Debug] [LAUNCHER__STATUS] Waiting 2000 milliseconds before booting the next zon
e.

/\ lots of errors and why where 127.0.0.1 is - not my IP????

Server connects to minilogin succesfully ...
And also...I cannot log in
what can it be? I'm soo stucked =(...
And one more questions how to add accounts in eq db With Passwords but without MD-5 encoding(if it is here)?

Last edited by XiNoID; 05-10-2006 at 07:00 AM..
Reply With Quote
  #2  
Old 05-09-2006, 11:50 PM
paaco
Discordant
 
Join Date: Jan 2005
Posts: 320
Default

nm I just noticed the 2 errors world was giving you
I'm not sure about the error you are getting as I have never had them and Never used Minilogin myself :(

btw 127.0.0.1 = localhost. Means it is connecting on the same PC that is running it.

Last edited by paaco; 05-10-2006 at 07:53 AM..
Reply With Quote
  #3  
Old 05-10-2006, 11:57 AM
Belfedia
Demi-God
 
Join Date: Jan 2005
Posts: 1,109
Default

Are you use minilogin option ? (with Drp installer)
Can you produce some config files ? (.Xml and .ini)
__________________
__________________________________________________ _____________________________________
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; 05-10-2006 at 08:08 PM..
Reply With Quote
  #4  
Old 05-11-2006, 04:21 AM
XiNoID
Sarnak
 
Join Date: Apr 2006
Posts: 46
Default

ya I use minilogin option
here config.xml


<?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>my IP</address>
<localaddress>my IP</localaddress>

<!-- Loginserver information. -->
<loginserver>
<host>my IP</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>





db.ini

###Your current database configuration is as follows:
##db.ini:

[Database]
host=MY IP
user=eq
password=eq
database=eq




config.ini


[Database]
host=localhost
user=eq
password=eq
database=eq
compression=off

[General]
quests=C:\EQEmu\Quests\

wordwrap=1


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



I think that is all

Last edited by XiNoID; 05-11-2006 at 12:24 PM..
Reply With Quote
  #5  
Old 05-11-2006, 05:09 AM
sakrod
Fire Beetle
 
Join Date: Apr 2006
Posts: 14
Default

Quote:
<!-- Only specify these two if you really think you need to. -->
<address>my IP</address>
<localaddress>my IP</localaddress>

<!-- Loginserver information. -->
<loginserver>
<host>my IP</host>
Are the values for these fields in your config.xml really "my IP" or are they your actual IP address? If it's your IP address in those fields, try replacing them with 127.0.0.1 and seeing what that does.
Reply With Quote
  #6  
Old 05-11-2006, 05:24 AM
XiNoID
Sarnak
 
Join Date: Apr 2006
Posts: 46
Default

kk i will try this thanx
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 09:51 PM.


 

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