Thread: Server locked.
View Single Post
  #1  
Old 12-20-2006, 09:05 AM
Neoburn
Fire Beetle
 
Join Date: May 2005
Posts: 15
Default Server locked.

I did some looking on the boards and I saw some information on what may be my problem, however, it was for an older version of mysql. It sounded like my zones are booting. I tried setting up my server according to the latest guide "Setting up EQEmu-0.7.0-845 Minilogin with MySQL 5.0.24".

I try logging in from a client machine on my lan and my server appears in the server select screen however it is locked. I checked the Locked=False and it is indeed, false.

Also, I Keep getting this message in world.exe cmd window. The message repeats itself and the number increments each time.

[Debug] [WORLD_LAUNCH] zones: dynamic_01 reported state STARTED (1 starts)

followed by

[Debug] [WORLD_LAUNCH] zones: dynamic_01 reported state STOPPED (1 starts)

and then once in a blue moon

[Error] Error in UpdateTimeLeftWorld query(1) Update spawn 2 set timeleft=(timeleft-300000) where timeleft>=300000: then some akward characters)


[LoginServer]
loginserver=192.168.1.103
loginport=5999
worldname=My Minilogin
worldaddress=192.168.1.103
locked=false
account=
password=

[WorldServer]
Defaultstatus=
Unavailzone=

[ChatChannelServer]
worldshortname=
chataddress=
chatport=

[LoginConfig]
ServerMode=Minilogin
ServerPort=5999


[start.bat]
@echo off
start minilogin
start world
echo Please wait for World to connect into login server...
Pause
start eqlaunch zones



[eqemu_config.xml]
<?xml version="1.0">
<server>
<world>
<shortname>whatever</shortname>
<longname>Testyoyoyoyo</longname>

<!-- Only specify these two if you really think you need to. -->
<address>Serving Machines IP</address>
<localaddress>127.0.0.1</localaddress>

<!-- Loginserver information. -->
<loginserver>
<host> 192.168.1.103 </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>root</username>
<password>3sp87s5</password>
<db>peq</db>
</database>
</server>


Any help would be appreciated. I did try to dig through the forums for some information, but as stated earlier, I couldn't find much :(
Reply With Quote