EQEmulator Forums

EQEmulator Forums (https://www.eqemulator.org/forums/index.php)
-   Support::Windows Servers (https://www.eqemulator.org/forums/forumdisplay.php?f=587)
-   -   world launch start, stop, start, stop. (https://www.eqemulator.org/forums/showthread.php?t=23673)

demonfiend 09-21-2007 09:21 AM

world launch start, stop, start, stop.
 
First off, I apologize for this hassle... I've searched the forums and wiki high and low and have not yet come up with an answer to my problem. it happens when i launch the server. Here is the log - sorry for the length:
Code:

[09.20. - 19:07:36] Starting Log: logs/eqemu_debug_world_2436.log
[09.20. - 19:07:36] [WORLD__INIT] Loading server configuration..
[09.20. - 19:07:36] [WORLD__INIT] Log settings loaded from log.ini
[09.20. - 19:07:36] [WORLD__INIT] CURRENT_WORLD_VERSION:EQEMu 0.7.0
[09.20. - 19:07:36] [WORLD__INIT] Connecting to MySQL...
[09.20. - 19:07:36] [WORLD__INIT] Starting HTTP world service...
[09.20. - 19:07:36] [WORLD__HTTP] Loaded mime types from mime.types
[09.20. - 19:07:36] [WORLD__INIT] Loading variables..
[09.20. - 19:07:36] [WORLD__INIT] Loading zones..
[09.20. - 19:07:36] [WORLD__INIT] Clearing groups..
[09.20. - 19:07:36] [WORLD__INIT] Clearing temporary merchant lists..
[09.20. - 19:07:36] [WORLD__INIT] Loading items..
[09.20. - 19:08:01] [WORLD__INIT] Loading guilds..
[09.20. - 19:08:02] [RULES__CHANGE] Loading rule set 'default' (2)
[09.20. - 19:08:02] [WORLD__INIT] Loaded default rule set 'default'
[09.20. - 19:08:02] [WORLD__INIT] Loading EQ time of day..
[09.20. - 19:08:03] [WORLD__INIT] Loading launcher list..
[09.20. - 19:08:03] [WORLD__INIT] Reboot zone modes ON
[09.20. - 19:08:04] [WORLD__INIT] Deleted 0 stale player corpses from database
[09.20. - 19:08:04] [WORLD__INIT] Deleted 0 stale player backups from database
[09.20. - 19:08:04] [WORLD__INIT] Zone (TCP) listener started.
[09.20. - 19:08:04] [WORLD__INIT] Client (UDP) listener started.
[09.20. - 19:08:04] [NET__IDENTIFY] Registered patch 6.2
[09.20. - 19:08:04] [NET__IDENTIFY] Registered patch Titanium
[09.20. - 19:08:05] [NET__IDENTIFY] Registered patch Anniversary
[09.20. - 19:08:05] [NET__IDENTIFY] Registered patch Live
[09.20. - 19:08:05] [WORLD__LS] Connecting to login server...
[09.20. - 19:08:05] [WORLD__LS] Connected to Loginserver: 127.0.0.1:5999
[09.20. - 19:24:53] [WORLD__ZONE] New TCP connection from 127.0.0.1:1040
[09.20. - 19:24:53] [WORLD__CONSOLE] New launcher from 127.0.0.1:1040
[09.20. - 19:24:53] [WORLD__LAUNCH] Adding pending launcher 1
[09.20. - 19:24:53] [WORLD__LAUNCH] Launcher Identified itself as 'zone'. Loading zone list.
[09.20. - 19:24:53] [WORLD__LAUNCH] Removing pending launcher 1. Adding zone to active list.
[09.20. - 19:24:58] [WORLD__LAUNCH] zone: dynamic_01 reported state STARTED (1 starts)
[09.20. - 19:25:04] [WORLD__LAUNCH] zone: dynamic_01 reported state STOPPED (1 starts)
[09.20. - 19:25:18] [WORLD__LAUNCH] zone: dynamic_01 reported state STARTED (2 starts)
[09.20. - 19:25:24] [WORLD__LAUNCH] zone: dynamic_01 reported state STOPPED (2 starts)
[09.20. - 19:25:40] [WORLD__LAUNCH] zone: dynamic_01 reported state STARTED (3 starts)
[09.20. - 19:25:50] [WORLD__LAUNCH] zone: dynamic_01 reported state STOPPED (3 starts)
[09.20. - 19:26:02] [WORLD__LAUNCH] zone: dynamic_01 reported state STARTED (4 starts)
[09.20. - 19:26:08] [WORLD__LAUNCH] zone: dynamic_01 reported state STOPPED (4 starts)
[09.20. - 19:26:24] [WORLD__LAUNCH] zone: dynamic_01 reported state STARTED (5 starts)
[09.20. - 19:26:30] [WORLD__LAUNCH] zone: dynamic_01 reported state STOPPED (5 starts)
[09.20. - 19:26:46] [WORLD__LAUNCH] zone: dynamic_01 reported state STARTED (6 starts)
[09.20. - 19:26:52] [WORLD__LAUNCH] zone: dynamic_01 reported state STOPPED (6 starts)
[09.20. - 19:27:08] [WORLD__LAUNCH] zone: dynamic_01 reported state STARTED (7 starts)
[09.20. - 19:27:14] [WORLD__LAUNCH] zone: dynamic_01 reported state STOPPED (7 starts)
[09.20. - 19:27:30] [WORLD__LAUNCH] zone: dynamic_01 reported state STARTED (8 starts)
[09.20. - 19:27:36] [WORLD__LAUNCH] zone: dynamic_01 reported state STOPPED (8 starts)

possible answers ... mabye:

-make sure all world names are the same
-get new spell files from a fresh install
-start zone.exe 5 times before starting the launch.bat

then of course open ports but that isn't needed yet...

config files:

Code:

[LoginServer]
loginserver=127.0.0.1
loginserver2=192.168.1.102
loginport=5999
loginport2=5999
worldname=DevilsChurn
worldaddress=192.168.1.102
locked=false
account=
password=
[WorldServer]
Defaultstatus=
Unavailzone=
[ChatChannelServer]
worldshortname=
chataddress=
chatport=
[LoginConfig]
ServerMode=MiniLogin
ServerPort=5999

Code:

<?xml version="1.0">
<server>
<world>
<shortname>TheDevilsChurn</shortname>
<longname>TheDevilsChurn</longname>

<address>192.168.1.102</address>
<localaddress>127.0.0.1</localaddress>

<loginserver>
<host>127.0.0.1</host>
<port>5999</port>
<account></account>
<password></password>
</loginserver>
<key>some long random string</key>

<http port="9080" enabled="true" mimefile="mime.types" />
</world>
<database>
<host>127.0.0.1</host>
<port>3306</port>
<username>root</username>
<password>blahblah</password>
<db>peq</db>
</database>

</server>

Thanks for any help you can provide... can't wait to get this working.

Sorry again if I missed something =|

AC

Angelox 09-21-2007 11:37 AM

You didn't read the log on the download page (always do that);
Required SQL:
Code:

alter table npc_faction add column ignore_primary_assist tinyint(3) not null default 0;
I'm going to put out an update to my database this weekend, and this will eliminate the problem for the ax_classic users

demonfiend 09-21-2007 02:12 PM

ok now i know to read that :P

Thanks works now =)

much appreciated, sir.

thepoetwarrior 09-22-2007 07:46 AM

Worked! Thanks so much! I was getting zone crashes like crazy but 99% of that has stopped! Thanks dude!

techguy84 09-24-2007 07:48 PM

Hmm, i feel as if these problems are coming out of the woodwork cause I need to put a big fat caption on my guide that says

"BE SURE TO READ THE CHANGELOG INCLUDED IN THE EQEMU DOWNLOAD FOR ANY SQL UPDATES THAT MAY HAVE HAPPENED AFTER THIS GUIDE WAS WRITTEN. THIS MEANS IF YOUR USING A NUMBER HIGHER THAN 0.7.0-992, READ THE CHANGELOG!!!"

Its not the users fault nessicarly as I would probably do the same thing, and there is only a couple threads regarding this so maybe a update is in order if I can ever get back around too it and quit formatting my computer.

Astaldoath 09-25-2007 07:49 AM

yeah that caption would be great, i didnt even think about that. You should explain how to make the needed adjustments to use the newer versions. I learned how to do it when i was running a WOW server but never learned when i was running eq. Of course all you did was source in new sql files in wow.

techguy84 09-25-2007 03:08 PM

well, in the newer versions of the emu, you just have to source in the new sql query(s). Thats pretty much it. That and updating all the files. Replace all files other than config files. They may change from time to time, but more than likely not.


All times are GMT -4. The time now is 09:53 AM.

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