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 10-13-2006, 05:33 AM
happyboy
Fire Beetle
 
Join Date: Aug 2006
Posts: 2
Default Help with starting public server problem

when i starting my public server it show some error message ,can anybody here please help me.i used public login with cavedudes database.
Here is my log:

[10.14. - 00:24:56] Starting Log: logs/eqemu_debug_world_0132.log
[10.14. - 00:24:56] [WORLD__INIT] Loading server configuration..
[10.14. - 00:24:56] [WORLD__INIT] Log settings loaded from log.ini
[10.14. - 00:24:56] [WORLD__INIT] CURRENT_WORLD_VERSION:EQEMu 0.7.0
[10.14. - 00:24:56] [WORLD__INIT] Connecting to MySQL...
[10.14. - 00:24:56] [WORLD__INIT] HTTP world service disabled.
[10.14. - 00:24:56] [WORLD__INIT] Loading variables..
[10.14. - 00:24:56] [WORLD__INIT] Loading zones..
[10.14. - 00:24:56] [WORLD__INIT] Clearing groups..
[10.14. - 00:24:56] [WORLD__INIT] Clearing temporary merchant lists..
[10.14. - 00:24:56] [WORLD__INIT] Loading items..
[10.14. - 00:25:03] [WORLD__INIT] Loading guilds..
[10.14. - 00:25:03] [WORLD__INIT] Loading EQ time of day..
[10.14. - 00:25:03] [WORLD__INIT] Loading launcher list..
[10.14. - 00:25:03] [WORLD__INIT] Reboot zone modes ON
[10.14. - 00:25:03] [WORLD__INIT] Deleted 0 stale player corpses from database
[10.14. - 00:25:03] [WORLD__INIT] Deleted 0 stale player backups from database
[10.14. - 00:25:03] [WORLD__INIT] Zone (TCP) listener started.
[10.14. - 00:25:03] [WORLD__INIT] Client (UDP) listener started.
[10.14. - 00:25:03] [NET__IDENTIFY] Registered patch 6.2
[10.14. - 00:25:03] [NET__IDENTIFY] Registered patch Titanium
[10.14. - 00:25:03] [NET__IDENTIFY] Registered patch Live
[10.14. - 00:25:03] [WORLD__LS] Connecting to login server...
[10.14. - 00:25:04] [WORLD__LS_ERR] Could not connect to login server: TCPConnection::Connect(): connect() failed. Error: 10061
Reply With Quote
  #2  
Old 10-13-2006, 05:35 AM
happyboy
Fire Beetle
 
Join Date: Aug 2006
Posts: 2
Default

and here is my eqemu_config.xml :


<?xml version="1.0">
<server>
<world>
<shortname>setme</shortname>
<longname>I Forgot To Edit My Config</longname>

<!-- Only specify these two if you really think you need to. (read: You don't) -->
<!-- <address>203.223.32.4</address> -->
<!-- <localaddress>203.223.32.4</localaddress> -->

<!-- Loginserver information. Defaults shown -->
<loginserver>
<host>203.223.32.4</host>
<port>5998</port>
<account></account>
<password></password>
</loginserver>

<!-- Server status. Default is unlocked -->
<!--<locked/>-->
<!-- <unlocked/> -->

<!-- Sets the ip/port for the tcp connections. Both zones and console (if enabled). Defaults are shown -->
<tcp ip="203.223.32.4" port="9000" telnet="disable"/>

<!-- 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. Defaults are shown -->
<http port="9080" enabled="false" mimefile="mime.types" />
</world>

<!-- Chatserver (channels) information. Defaults shown -->
<chatserver>
<host>channels.eqemulator.net</host>
<port>7778</port>
</chatserver>

<!-- Mailserver (in-game mail) information. Defaults shown -->
<mailserver>
<host>channels.eqemulator.net</host>
<port>7779</port>
</mailserver>

<zones>
<defaultstatus>20</defaultstatus>

<!-- Sets port range for world to use to auto configure zones -->
<ports low="7000" high="7100"/>
</zones>

<!-- Database configuration, replaces db.ini. Defaults shown -->
<database>
<host>localhost</host>
<port>3306</port>
<username>eq</username>
<password>eq</password>
<db>eq</db>
</database>

<!-- Launcher Configuration -->
<launcher>
<!-- <logprefix>logs/zone-</logprefix> -->
<!-- <logsuffix>.log</logsuffix> -->
<!-- <exe>zone.exe or ./zone</exe> -->
<!-- <timers restart="10000" reterminate="10000"> -->
</launcher>

<!-- File locations. Defaults shown -->
<files>
<!-- <spells>spells_us.txt</spells> -->
<!-- <opcodes>opcodes.conf</opcodes> -->
<!-- <logsettings>log.ini</logsettings> -->
<!-- <eqtime>eqtime.cfg</eqtime> -->
</files>
<!-- Directory locations. Defaults shown -->
<directories>
<!-- <maps>Maps</maps> -->
<!-- <quests>quests</quests> -->
<!-- <plugins>plugins</plugins> -->
</directories>
</server>
Reply With Quote
  #3  
Old 10-13-2006, 06:04 AM
bobbydole
Fire Beetle
 
Join Date: Jul 2006
Posts: 26
Default

This is incorrect:

Code:
<loginserver>
<host>203.223.32.4</host>
<port>5998</port>
<account></account>
<password></password>
</loginserver>
It should be www.eqemulator.net, port 5998 with your server accound and password from this board.. lthere's a link for server Registration on www.eqemulator.net...
Reply With Quote
  #4  
Old 10-13-2006, 07:30 AM
John Adams
Demi-God
 
Join Date: Jul 2006
Posts: 1,552
Default

Quote:
Originally Posted by bobbydole
with your server accound and password from this board..
I do not believe the account name and PW are needed to connect to the Login Server. I have never used them in my xml, but you are correct on using the URL, not IP.
Reply With Quote
  #5  
Old 10-13-2006, 07:55 AM
bobbydole
Fire Beetle
 
Join Date: Jul 2006
Posts: 26
Default

Oh! What John said was right.
Reply With Quote
  #6  
Old 10-13-2006, 04:04 PM
happyboy
Fire Beetle
 
Join Date: Aug 2006
Posts: 2
Default

thanks for reply .but when i change to ip to this www.eqemulator.net it still show error message:

[10.14. - 10:59:13] Starting Log: logs/eqemu_debug_world_1724.log
[10.14. - 10:59:13] [WORLD__INIT] Loading server configuration..
[10.14. - 10:59:13] [WORLD__INIT] Log settings loaded from log.ini
[10.14. - 10:59:13] [WORLD__INIT] CURRENT_WORLD_VERSION:EQEMu 0.7.0
[10.14. - 10:59:13] [WORLD__INIT] Connecting to MySQL...
[10.14. - 10:59:13] [WORLD__INIT] HTTP world service disabled.
[10.14. - 10:59:13] [WORLD__INIT] Loading variables..
[10.14. - 10:59:13] [WORLD__INIT] Loading zones..
[10.14. - 10:59:13] [WORLD__INIT] Clearing groups..
[10.14. - 10:59:13] [WORLD__INIT] Clearing temporary merchant lists..
[10.14. - 10:59:13] [WORLD__INIT] Loading items..
[10.14. - 10:59:20] [WORLD__INIT] Loading guilds..
[10.14. - 10:59:21] [WORLD__INIT] Loading EQ time of day..
[10.14. - 10:59:21] [WORLD__INIT] Loading launcher list..
[10.14. - 10:59:21] [WORLD__INIT] Reboot zone modes ON
[10.14. - 10:59:21] [WORLD__INIT] Deleted 0 stale player corpses from database
[10.14. - 10:59:21] [WORLD__INIT] Deleted 0 stale player backups from database
[10.14. - 10:59:21] [WORLD__INIT] Zone (TCP) listener started.
[10.14. - 10:59:21] [WORLD__INIT] Client (UDP) listener started.
[10.14. - 10:59:21] [NET__IDENTIFY] Registered patch 6.2
[10.14. - 10:59:21] [NET__IDENTIFY] Registered patch Titanium
[10.14. - 10:59:21] [NET__IDENTIFY] Registered patch Live
[10.14. - 10:59:21] [WORLD__LS] Connecting to login server...
[10.14. - 10:59:21] [WORLD__LS_ERR] Unable to resolve 'www.eqemulator.net' to an IP.
[10.14. - 10:59:31] [WORLD__LS] Connecting to login server...
[10.14. - 10:59:31] [WORLD__LS_ERR] Unable to resolve 'www.eqemulator.net' to an IP.



by the way my server is offline not connect to the internet.please help me,i really want to play eq.
Reply With Quote
  #7  
Old 10-13-2006, 05:08 PM
bobbydole
Fire Beetle
 
Join Date: Jul 2006
Posts: 26
Default

Quote:
Originally Posted by happyboy
by the way my server is offline not connect to the internet.please help me,i really want to play eq.

You're going to have to use mini-login.. just download it from here, and the needed changes to the DB, then change the ip to the PC with the minilogin runnin
Reply With Quote
  #8  
Old 10-13-2006, 11:27 PM
happyboy
Fire Beetle
 
Join Date: Aug 2006
Posts: 2
Default

how to change db?
Reply With Quote
  #9  
Old 10-14-2006, 12:02 AM
Angelox
AX Classic Developer
 
Join Date: May 2006
Location: filler
Posts: 2,049
Default

Quote:
Originally Posted by happyboy
how to change db?
You're going to have to learn how to use the "search" feature for this forum and also the wikii (we all did) - your questions are so common , they have already been answered many times over.
Save your questions for when you really need answers that you can't find here.
Reply With Quote
  #10  
Old 10-17-2006, 01:23 PM
cannon
Hill Giant
 
Join Date: Dec 2004
Location: Pittsburgh, PA
Posts: 128
Default

Try changing that address to 127.0.0.1
Reply With Quote
  #11  
Old 10-17-2006, 01:25 PM
cannon
Hill Giant
 
Join Date: Dec 2004
Location: Pittsburgh, PA
Posts: 128
Default

Try changing that ip address to 127.0.0.1

if that doesnt work try using localhost
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 10:03 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