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

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

Reply
 
Thread Tools Display Modes
  #16  
Old 05-21-2007, 07:21 PM
smartmonkey777
Fire Beetle
 
Join Date: Feb 2007
Posts: 23
Default ok last post was my bad

this is what is actually happening with what you said to do

last post was my fault ..

===========================================
[Debug] Starting Log: logs/eqemu_debug_world_3840.log
[Debug] [WORLD__INIT] Loading server configuration..
[Debug] [WORLD__INIT] Log settings loaded from log.ini
[Debug] [WORLD__INIT] CURRENT_WORLD_VERSION:EQEMu 0.7.0
[Debug] [WORLD__INIT] Connecting to MySQL...
[Status] Starting Log: logs/eqemu_world_3840.log
[Status] Using database 'peq' at 127.0.0.1:3306
[Debug] [WORLD__INIT] Starting HTTP world service...
[Debug] [WORLD__HTTP] Loaded mime types from mime.types
[Debug] [WORLD__INIT] Loading variables..
[Debug] [WORLD__INIT] Loading zones..
[Debug] [WORLD__INIT] Clearing groups..
[Debug] [WORLD__INIT] Clearing temporary merchant lists..
[Debug] [WORLD__INIT] Loading items..
[Status] EMuShareMem loaded
[Status] Loading items from database: count=54307
[Debug] [WORLD__INIT] Loading guilds..
[Debug] [RULES__CHANGE] Loading rule set 'default' (2)
[Debug] [WORLD__INIT] Loaded default rule set 'default'
[Debug] [WORLD__INIT] Loading EQ time of day..
[Error] Starting Log: logs/eqemu_error_world_3840.log
[Error] Could not load EQTime file eqtime.cfg
[Debug] [WORLD__INIT_ERR] Unable to load eqtime.cfg
[Debug] [WORLD__INIT] Loading launcher list..
[Debug] [WORLD__INIT] Reboot zone modes ON
[Debug] [WORLD__INIT] Deleted 0 stale player corpses from database
[Debug] [WORLD__INIT] Deleted 0 stale player backups from database
[Debug] [WORLD__INIT] Zone (TCP) listener started.
[Debug] [WORLD__INIT] Client (UDP) listener started.
[Debug] [NET__IDENTIFY] Registered patch 6.2
[Debug] [NET__IDENTIFY] Registered patch Titanium
[Debug] [NET__IDENTIFY] Registered patch Live
[Debug] [WORLD__LS] Connecting to login server...
[Debug] [WORLD__LS] Setting World to MiniLogin Server type
[Debug] [WORLD__LS] Connected to Loginserver: 63.24.120.252:5999
[Debug] [WORLD__ZONE] New TCP connection from 127.0.0.1:1189
[Debug] [WORLD__CONSOLE] New launcher from 127.0.0.1:1189
[Debug] [WORLD__LAUNCH] Adding pending launcher 1
[Debug] [WORLD__LAUNCH] Unknown launcher 'zones' connected. Disconnecting.
[Debug] [WORLD__LAUNCH] Removing pending launcher 1. Adding zones to active list
.
[Debug] [WORLD__LAUNCH] Removing launcher zones (1)
[Debug] [WORLD__ZONE] New TCP connection from 127.0.0.1:1190
[Debug] [WORLD__CONSOLE] New launcher from 127.0.0.1:1190
[Debug] [WORLD__LAUNCH] Adding pending launcher 2
[Debug] [WORLD__LAUNCH] Unknown launcher 'zones' connected. Disconnecting.
[Debug] [WORLD__LAUNCH] Removing pending launcher 2. Adding zones to active list
.
[Debug] [WORLD__LAUNCH] Removing launcher zones (2)
Reply With Quote
  #17  
Old 05-21-2007, 07:46 PM
techguy84's Avatar
techguy84
Discordant
 
Join Date: Apr 2007
Location: Somewhere Safe
Posts: 453
Default

change the word zones to zone in your start.bat file
Reply With Quote
  #18  
Old 05-21-2007, 09:56 PM
smartmonkey777
Fire Beetle
 
Join Date: Feb 2007
Posts: 23
Thumbs down i am up and running

yep it took awhile but i got it running .

first off thanks techguy just after i posted the last post i when back and looked at my start.bat file which i changed from the one i posted to this

@echo off
start world.exe
cls
echo Wait for World to finish loading... Press Enter when done.
pause
start eqlaunch.exe zone
exit

and it dident look right (or run) so i changed it to this :
===========================================

echo off
start minilogin
start world.exe
cls
echo Wait for World to finish loading... Press Enter when done.
pause
start eqlaunch.exe zone
exit

and BAM!!! it worked !!! WOOO HOOO !! i logged in and created a toon and checked out the improvements and wow ! nice work cavedude !

thats what took me to 3:53 am to post this LOL

EDIT
Quote:
Originally Posted by techguy84
change the word zones to zone in your start.bat file
after your post i tried just changing it back to the original start.bat i posted earlier and removed the s at the end of zone and it also works lol here that is as well
----------------------------------------------------------------------
@echo off
start minilogin
start world
echo Please wait for World to connect into login server...
Pause
start eqlaunch zone

================================================== ======

i also changed all my ips back to 127.0.0.1 and all is good and i dont have to deal with the dynamic ip atm wich is nice !! woot! well least till i check out no-ip thing that will be awesome

heres all the stuff WORKING FOR ME for some other poor soul who has the same problem ! lol
--------------------------------------------------------------
EDITSTART.BAT
--------------------------------------------------------------
@echo off
start minilogin
start world
echo Please wait for World to connect into login server...
Pause
start eqlaunch zone
------------------------------------------------------------
CURRENTLY USINGSTART.BAT
============================================
echo off
start minilogin
start world.exe
cls
echo Wait for World to finish loading... Press Enter when done.
pause
start eqlaunch.exe zone
exit
--------------------------------------------------------
EQEMU_CONFIG.XML (THANKS TECH GUY)
===========================================
<?xml version="1.0">
<server>
<world>
<shortname>smarty</shortname>
<longname>smartmonkey</longname>

<address>127.0.0.1</address>
<localaddress>127.0.0.1</localaddress>-->


<loginserver>
<host>127.0.0.1</host>
<port>5999</port>
<account></account>
<password></password>
</loginserver>

<key>(CENSORED)</key>


<http port="9080" enabled="true" mimefile="mime.types" />
</world>
<database>
<host>127.0.0.1</host>
<port>3306</port>
<username>root</username>
<password>(CENSORED)</password>
<db>peq</db>
</database>
</server>
----------------------------------------------------
LOGONSERVER.INI
=========================================
oginServer]
loginserver=127.0.0.1
loginserver2=
loginport=5999
loginport2=
worldname=myserver
worldaddress=127.0.0.1
locked=false
account=
password=

[WorldServer]
Defaultstatus=
Unavailzone=

[ChatChannelServer]
worldshortname=
chataddress=
chatport=

[LoginConfig]
ServerMode=Minilogin
ServerPort=5999
------------------------------------------------
MY BEAUTIFUL SERVER RUNNING !YAY
=======================================
[Debug] Starting Log: logs/eqemu_debug_world_2176.log
[Debug] [WORLD__INIT] Loading server configuration..
[Debug] [WORLD__INIT] Log settings loaded from log.ini
[Debug] [WORLD__INIT] CURRENT_WORLD_VERSION:EQEMu 0.7.0
[Debug] [WORLD__INIT] Connecting to MySQL...
[Status] Starting Log: logs/eqemu_world_2176.log
[Status] Using database 'peq' at 127.0.0.1:3306
[Debug] [WORLD__INIT] Starting HTTP world service...
[Debug] [WORLD__HTTP] Loaded mime types from mime.types
[Debug] [WORLD__INIT] Loading variables..
[Debug] [WORLD__INIT] Loading zones..
[Debug] [WORLD__INIT] Clearing groups..
[Debug] [WORLD__INIT] Clearing temporary merchant lists..
[Debug] [WORLD__INIT] Loading items..
[Status] EMuShareMem loaded
[Status] Loading items from database: count=54307
[Debug] [WORLD__INIT] Loading guilds..
[Debug] [RULES__CHANGE] Loading rule set 'default' (2)
[Debug] [WORLD__INIT] Loaded default rule set 'default'
[Debug] [WORLD__INIT] Loading EQ time of day..
[Error] Starting Log: logs/eqemu_error_world_2176.log
[Error] Could not load EQTime file eqtime.cfg
[Debug] [WORLD__INIT_ERR] Unable to load eqtime.cfg
[Debug] [WORLD__INIT] Loading launcher list..
[Debug] [WORLD__INIT] Reboot zone modes ON
[Debug] [WORLD__INIT] Deleted 0 stale player corpses from database
[Debug] [WORLD__INIT] Deleted 0 stale player backups from database
[Debug] [WORLD__INIT] Zone (TCP) listener started.
[Debug] [WORLD__INIT] Client (UDP) listener started.
[Debug] [NET__IDENTIFY] Registered patch 6.2
[Debug] [NET__IDENTIFY] Registered patch Titanium
[Debug] [NET__IDENTIFY] Registered patch Live
[Debug] [WORLD__LS] Connecting to login server...
[Debug] [WORLD__LS] Setting World to MiniLogin Server type
[Debug] [WORLD__LS] Connected to Loginserver: 127.0.0.1:5999
[Debug] [WORLD__ZONE] New TCP connection from 127.0.0.1:1255
[Debug] [WORLD__CONSOLE] New launcher from 127.0.0.1:1255
[Debug] [WORLD__LAUNCH] Adding pending launcher 1
[Debug] [WORLD__LAUNCH] Launcher Identified itself as 'zone'. Loading zone list.

[Debug] [WORLD__LAUNCH] Removing pending launcher 1. Adding zone to active list.

[Debug] [WORLD__LAUNCH] zone: dynamic_01 reported state STARTED (1 starts)
[Debug] [WORLD__ZONE] New TCP connection from 127.0.0.1:1257
[Debug] [WORLD__CONSOLE] New zoneserver #1 from 127.0.0.1:1257
[Debug] [WORLD__ZONE] [1] Zone started with name dynamic_01 by launcher zone
[Debug] [WORLD__ZONE] [1] Auto zone port configuration. Telling zone to use port 7000

well the new start bat worked for me and other than that i think it was fine.
thanks again !

Last edited by smartmonkey777; 05-22-2007 at 06:55 AM..
Reply With Quote
  #19  
Old 05-22-2007, 02:42 AM
jimbabwe
Hill Giant
 
Join Date: Aug 2005
Posts: 107
Default

EDIT: whoops hadn't realized there was two pages on this thread... this is sitll a good reference though.


I would suggest making your two config files look like the example from the wiki...

http://www.eqemulator.net/wiki/wikka...iniLoginConfig

Also,make sure you have logintype set to minilogin in the variables table.
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:30 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 - 2024, Jelsoft Enterprises Ltd.
Template by Bluepearl Design and vBulletin Templates - Ver3.3