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-13-2008, 03:40 AM
linghuUU
Fire Beetle
 
Join Date: Jul 2007
Posts: 11
Default New to EQEmu server

Hi all~

I've followed the Guide to setup the server but i still cannot get my own server started. I glanced thro' many posts the forum but I really dunno which solution is really suitable. Please kindly help me out....please....see where I got the wrong settings.

Here's the full log...

[05.13. - 15:30:15] Starting Log: logs/eqemu_world_4092.log
[05.13. - 15:30:15] Using database 'peq' at localhost:3306
[05.13. - 15:30:15] EMuShareMem loaded
[05.13. - 15:30:15] Loading items from database: count=54307
---------------------------------------------
[05.13. - 15:30:15] Starting Log: logs/eqemu_debug_world_4092.log
[05.13. - 15:30:15] [WORLD__INIT] Loading server configuration..
[05.13. - 15:30:15] [WORLD__INIT] Log settings loaded from log.ini
[05.13. - 15:30:15] [WORLD__INIT] CURRENT_WORLD_VERSION:EQEMu 0.7.0
[05.13. - 15:30:15] [WORLD__INIT] Connecting to MySQL...
[05.13. - 15:30:15] [WORLD__INIT] HTTP world service disabled.
[05.13. - 15:30:15] [WORLD__INIT] Loading variables..
[05.13. - 15:30:15] [WORLD__INIT] Loading zones..
[05.13. - 15:30:15] [WORLD__INIT] Clearing groups..
[05.13. - 15:30:15] [WORLD__INIT] Clearing temporary merchant lists..
[05.13. - 15:30:15] [WORLD__INIT] Loading items..
[05.13. - 15:30:18] [WORLD__INIT] Loading guilds..
[05.13. - 15:30:18] [RULES__CHANGE] Loading rule set 'default' (2)
[05.13. - 15:30:18] [WORLD__INIT] Loaded default rule set 'default'
[05.13. - 15:30:18] [WORLD__INIT] Loading EQ time of day..
[05.13. - 15:30:18] [WORLD__INIT_ERR] Unable to load eqtime.cfg
[05.13. - 15:30:18] [WORLD__INIT] Loading launcher list..
[05.13. - 15:30:18] [WORLD__INIT] Reboot zone modes ON
[05.13. - 15:30:18] [WORLD__INIT] Deleted 0 stale player corpses from database
[05.13. - 15:30:18] [WORLD__INIT] Deleted 0 stale player backups from database
[05.13. - 15:30:18] [WORLD__INIT] Zone (TCP) listener started.
[05.13. - 15:30:18] [WORLD__INIT_ERR] Failed to start client (UDP) listener (port 9000)
---------------------------------------------
[05.13. - 15:30:18] Starting Log: logs/eqemu_error_world_4092.log
[05.13. - 15:30:18] Could not load EQTime file eqtime.cfg

and my eqemu_config.xml is like this

<?xml version="1.0">
<server>
<world>
<shortname>cx123</shortname>
<longname>My Test</longname>

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

<!-- Loginserver information. Defaults shown -->
<loginserver>
<host>127.0.0.1</host>
<port>5999</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="localhost" 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>root</username>
<password>xajhxin</password>
<db>peq</db>
</database>

<!-- Launcher Configuration -->
<launcher>
<!-- <logprefix>logs/zone-</logprefix> -->
<!-- <logsuffix>.log</logsuffix> -->
<!-- <exe>zone.exe or ./zone</exe> -->
<!-- <timers restart="10000" reterminate="10000" initial="20000" interval="2000"> -->
</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>

LoginServer.ini

[LoginServer]
loginserver=127.0.0.1
loginport=5999
worldname=My Test 123
worldaddress=192.XXX.XX.XX
locked=false
account=
password=

[WorldServer]
Defaultstatus=
Unavailzone=

[ChatChannelServer]
worldshortname=
chataddress=
chatport=

[LoginConfig]
ServerMode=Minilogin
ServerPort=5999

eqhost.txt
[LoginServer]
Host=127.0.0.1:5999

Million thanks in advance.
Reply With Quote
  #2  
Old 05-13-2008, 04:19 AM
trevius's Avatar
trevius
Developer
 
Join Date: Aug 2006
Location: USA
Posts: 5,946
Default

First, change your root password right away. You don't want people knowing that, and now everyone does :P

Next, it looks like you are trying to setup your server to use the mini login server to use it privately. You should have posted this in that section for better support. If you are trying to setup a public server, then your settings aren't right.
__________________
Trevazar/Trevius Owner of: Storm Haven
Everquest Emulator FAQ (Frequently Asked Questions) - Read It!
Reply With Quote
  #3  
Old 05-13-2008, 04:29 AM
linghuUU
Fire Beetle
 
Join Date: Jul 2007
Posts: 11
Default

hi there thx

but how can i change the post?
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 03:34 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