EQEmulator Forums

EQEmulator Forums (https://www.eqemulator.org/forums/index.php)
-   Support::Windows Servers (https://www.eqemulator.org/forums/forumdisplay.php?f=587)
-   -   Server locked. (https://www.eqemulator.org/forums/showthread.php?t=22130)

Neoburn 12-20-2006 09:05 AM

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 :(

Angelox 12-20-2006 09:30 AM

If you are just starting out, you should better install MySql 4 - go to Sesmars site and download/use the CaveDude installer - life will go much easier for you :)

Cripp 12-20-2006 10:03 AM

theres also this in eqemu_config.xml.. right underneath </loginserver>...
Code:

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

just remove the <!-- --> on each side to ensure your server is locked or unlocked... BUT this also might not matter cause i think default is unlocked anyways... but just some more infos :)

EDIT: World will say LOCKED if you dont have your zones booted up.. but it still is unlocked.

Angelox 12-20-2006 11:23 AM

Sorry Neoburn, Sesmars is at
http://eqemu.sesmar.net/

John Adams 12-21-2006 07:43 AM

Go to your logs folder under your emu, and review the eqemu_debug_world.log file. I think it says more of what's going on than the cmd window.


All times are GMT -4. The time now is 08:21 PM.

Powered by vBulletin®, Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.