Log in

View Full Version : Trouble getting Zones / World to startup


Manzinus
12-07-2013, 05:15 PM
Hello, this is first time trying to run an EQEmu server so I'm sure mistakes were made. Now I followed the Complete Windows-based Public Server Setup Guide (http://www.eqemulator.net/wiki/wikka.php?wakka=WindowsServerSetupGuide). Ran into some trouble when I came up to Step 4, which is "Downloading, installing and updating the PEQ database". Of coarse thats the old database linked in that section. So I sourced all of that stuff in like it said then downloaded the beta and sourced all that stuff in and was so confused I pulled my hair out. Searched around on forums and found two good posts about starting over and just using peqbeta source. So I went into mysql command prompt and drop database peq; and then created it again and resourced using just the new stuff.

The rest of the guide I followed to the T. Except for some reason I'm experiencing some troubles opening ports 7000-7100 on my router. How big a problem is this? Could I still test things locally at least? Followed all the steps on my routers config but it refuses to open them. 9000 opens just not that 7000-7100 range.

Anyway so I run the start up bat file and I can open up EQ and find my server on the list and log into it. I'm able to create a character as well. Here is what the 4 server windows look like. After reading posts and searching around I'm starting to think these windows should be saying more.

http://i.imgur.com/1YiJlN5.png

Now anytime I click to enter world it pops up a box saying "That zone is unavailable."

http://i.imgur.com/NBVqew1.png

My eqemu_config.xml looks like this.
<?xml version="1.0">
<server>
<world>
<!-- Set the shortname to ONE word. The longname is what shows up on server list -->
<shortname>SMEGS</shortname>
<longname>Red Dwarf</longname>

<!-- DO NOT EDIT ANY LINES BETWEEN HERE AND THE DATABASE SECTION -->
<!-- <address>do.not.edit</address> -->
<!-- <localaddress>do.not.edit</localaddress> -->

<!-- Loginserver information. DO NOT EDIT -->
<loginserver>
<host>eqemulator.net</host>
<port>5998</port>
<account></account>
<password></password>
</loginserver>

<!-- Server status. Default is unlocked DO NOT EDIT RIGHT NOW -->
<!--<locked/>-->
<!-- <unlocked/> -->

<!-- Sets the ip/port for the tcp connections. DO NOT EDIT -->
<tcp ip="127.0.0.1" port="9000" telnet="disable"/>

<!-- Sets the shared key used by zone/launcher to connect to world -->
<key>dfak02jekjf092ekf92</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. DO NOT EDIT -->
<chatserver>
<host>192.168.1.x</host>
<port>7778</port>
</chatserver>

<!-- Mailserver (in-game mail) information. DO NOT EDIT -->
<mailserver>
<host>192.168.1.x</host>
<port>7778</port>
</mailserver>

<zones>
<!-- The defaultstatus is what status the new toons will have on your server -->
<defaultstatus>0</defaultstatus>

<!-- Sets port range for world to use to auto configure zones DO NOT EDIT RIGHT NOW-->
<ports low="7000" high="7100"/>
</zones>

<!-- Set username to root and password is your MySQL password and db to peq -->
<database>
<host>127.0.0.1</host>
<port>3306</port>
<username>root</username>
<password>*******</password>
<db>peq</db>
</database>
<qsdatabase>
<host>127.0.0.1</host>
<port>3306</port>
<username>root</username>
<password>*******</password>
<db>peq</db>
</qsdatabase>

<!-- Launcher Configuration DO NOT EDIT-->
<launcher>
<!-- <logprefix>logs/zone-</logprefix> -->
<!-- <logsuffix>.log</logsuffix> -->
<!-- <exe>zone.exe</exe> -->
<!-- <timers restart="10000" reterminate="10000"> -->
</launcher>

<!-- File locations. DO NOT EDIT -->
<files>
<!-- <spells>spells_us.txt</spells> -->
<!-- <opcodes>opcodes.conf</opcodes> -->
<!-- <logsettings>log.ini</logsettings> -->
<!-- <eqtime>eqtime.cfg</eqtime> -->
</files>
<!-- Directory locations. DO NOT EDIT -->
<directories>
<!-- <maps>Maps</maps> -->
<!-- <quests>quests</quests> -->
<!-- <plugins>plugins</plugins> -->
</directories>
</server>

eqemu_shared_memory.log
---------------------------------------------
[12.07. - 16:10:44] Starting Log: logs/eqemu_shared_memory_4596.log
[12.07. - 16:10:44] Shared Memory Loader Program
[12.07. - 16:10:44] Connecting to database...
[12.07. - 16:10:44] Using database 'peq' at 127.0.0.1:3306
[12.07. - 16:10:44] Loading items...
[12.07. - 16:10:50] Loading factions...
[12.07. - 16:10:50] Loading loot...
[12.07. - 16:10:54] Loading skill caps...
[12.07. - 16:10:54] Loading spells...
[12.07. - 16:10:56] Loading base data...


If I had to take a wild guess I'd go with your ports are not open thats the problem. I've racked my brain for 2 days on this and thats the only thing I can think of. Darn if my router will let me do it though :-( Any help would be greatly appreciated. Thanks in advanced.

rencro
12-07-2013, 05:34 PM
Check you logs directory, if you dont have one, create one then re-start the server...

Manzinus
12-07-2013, 06:05 PM
Check you logs directory, if you dont have one, create one then re-start the server...

All the log files are super short. Examples:

eqemu_queryserv_2792.log
---------------------------------------------
[12.07. - 16:53:00] Starting Log: logs/eqemu_queryserv_2792.log
[12.07. - 16:53:00] Using database 'peq' at 127.0.0.1:3306


eqemu_ucs_5124.log
---------------------------------------------
[12.07. - 16:53:00] Starting Log: logs/eqemu_ucs_5124.log
[12.07. - 16:53:00] Using database 'peq' at 127.0.0.1:3306


eqemu_world_6604.log
---------------------------------------------
[12.07. - 16:52:51] Starting Log: logs/eqemu_world_6604.log
[12.07. - 16:52:51] Using database 'peq' at 127.0.0.1:3306


eqemu_shared_memory_4516.log
---------------------------------------------
[12.07. - 16:52:39] Starting Log: logs/eqemu_shared_memory_4516.log
[12.07. - 16:52:39] Shared Memory Loader Program
[12.07. - 16:52:40] Connecting to database...
[12.07. - 16:52:40] Using database 'peq' at 127.0.0.1:3306
[12.07. - 16:52:40] Loading items...
[12.07. - 16:52:45] Loading factions...
[12.07. - 16:52:45] Loading loot...
[12.07. - 16:52:49] Loading skill caps...
[12.07. - 16:52:49] Loading spells...
[12.07. - 16:52:50] Loading base data...


Now I did try loading an individual zone with the zone.exe. I did "zone nexus" just randomly tried that zone. Got this log file

eqemu_zone_6548.log
---------------------------------------------
[12.07. - 15:40:56] Starting Log: logs/eqemu_zone_6548.log
[12.07. - 15:40:56] Using database 'peq' at 127.0.0.1:3306
[12.07. - 15:40:57] Booting nexus (152:0)
[12.07. - 15:40:57] Loading spawn conditions...
[12.07. - 15:40:57] Loading static zone points...
[12.07. - 15:40:57] Loading spawn groups...
[12.07. - 15:40:57] Loading spawn2 points...
[12.07. - 15:40:57] Loading player corpses...
[12.07. - 15:40:57] Loading traps...
[12.07. - 15:40:57] Loading adventure flavor text...
[12.07. - 15:40:57] Loading ground spawns...
[12.07. - 15:40:57] Loading Ground Spawns from DB...
[12.07. - 15:40:57] Loading World Objects from DB...
[12.07. - 15:40:57] Loading Objects from DB...
[12.07. - 15:40:57] Loading doors for nexus ...
[12.07. - 15:40:57] Loading Doors from database...
[12.07. - 15:40:57] Loading AA information...
[12.07. - 15:40:57] Loading AA Effects...
[12.07. - 15:40:57] Loaded 1094 AA Effects.
[12.07. - 15:40:57] Loading Merchant Lists...
[12.07. - 15:40:57] Loading Temporary Merchant Lists...
[12.07. - 15:40:57] Successfully loaded Zone Config.
[12.07. - 15:40:57] Loading timezone data...
[12.07. - 15:40:57] Init Finished: ZoneID = 152, Time Offset = 0
---------------------------------------------
[12.07. - 15:40:58] Starting Log: logs/eqemu_zone_6548.log
[12.07. - 15:40:58] ---- Zone server nexus, listening on port:0 ----
[12.07. - 15:40:58] Zone Bootup: nexus (152: 0)


eqemu_debug_zone_6548.log
---------------------------------------------
[12.07. - 15:40:56] Starting Log: logs/eqemu_debug_zone_6548.log
[12.07. - 15:40:56] command_init(): - Command 'acceptrules' set to access level 90.
[12.07. - 15:40:56] command_init(): - Command 'aggrozone' set to access level 200.
[12.07. - 15:40:56] command_init(): - Command 'altactivate' set to access level 90.
[12.07. - 15:40:56] command_init(): - Command 'appearance' set to access level 150.
[12.07. - 15:40:56] command_init(): - Command 'attack' set to access level 150.
[12.07. - 15:40:56] command_init(): - Command 'ban' set to access level 200.
[12.07. - 15:40:56] command_init(): - Command 'bestz' set to access level 80.
[12.07. - 15:40:56] command_init(): - Command 'bind' set to access level 80.
[12.07. - 15:40:56] command_init(): - Command 'cast' set to access level 90.
[12.07. - 15:40:56] command_init(): - Command 'castspell' set to access level 90.
[12.07. - 15:40:56] command_init(): - Command 'charbackup' set to access level 80.
[12.07. - 15:40:56] command_init(): - Command 'chat' set to access level 200.
[12.07. - 15:40:56] command_init(): - Command 'copychar' set to access level 200.
[12.07. - 15:40:56] command_init(): - Command 'corpse' set to access level 90.
[12.07. - 15:40:56] command_init(): - Command 'crashtest' set to access level 201.
[12.07. - 15:40:56] command_init(): - Command 'cvs' set to access level 80.
[12.07. - 15:40:56] command_init(): - Command 'damage' set to access level 150.
[12.07. - 15:40:56] command_init(): - Command 'date' set to access level 150.
[12.07. - 15:40:56] command_init(): - Command 'dbspawn2' set to access level 100.
[12.07. - 15:40:56] command_init(): - Command 'delacct' set to access level 200.
[12.07. - 15:40:56] command_init(): - Command 'delpetition' set to access level 80.
[12.07. - 15:40:56] command_init(): - Command 'depop' set to access level 100.
[12.07. - 15:40:56] command_init(): - Command 'depopzone' set to access level 100.
[12.07. - 15:40:56] command_init(): - Command 'emote' set to access level 150.
[12.07. - 15:40:56] command_init(): - Command 'finditem' set to access level 90.
[12.07. - 15:40:56] command_init(): - Command 'findnpctype' set to access level 90.
[12.07. - 15:40:56] command_init(): - Command 'findspell' set to access level 90.
[12.07. - 15:40:56] command_init(): - Command 'findzone' set to access level 1.
[12.07. - 15:40:56] command_init(): - Command 'fixmob' set to access level 150.
[12.07. - 15:40:56] command_init(): - Command 'flag' set to access level 201.
[12.07. - 15:40:56] command_init(): - Command 'flagedit' set to access level 150.
[12.07. - 15:40:56] command_init(): - Command 'flags' set to access level 80.
[12.07. - 15:40:56] command_init(): - Command 'flymode' set to access level 80.
[12.07. - 15:40:56] command_init(): - Command 'freeze' set to access level 100.
[12.07. - 15:40:56] command_init(): - Command 'fz' set to access level 1.
[12.07. - 15:40:56] command_init(): - Command 'gassign' set to access level 150.
[12.07. - 15:40:56] command_init(): - Command 'gender' set to access level 90.
[12.07. - 15:40:56] command_init(): - Command 'giveitem' set to access level 150.
[12.07. - 15:40:56] command_init(): - Command 'givemoney' set to access level 150.
[12.07. - 15:40:56] command_init(): - Command 'gm' set to access level 80.
[12.07. - 15:40:56] command_init(): - Command 'gmspeed' set to access level 80.
[12.07. - 15:40:56] command_init(): - Command 'goto' set to access level 80.
[12.07. - 15:40:56] command_init(): - Command 'grid' set to access level 150.
[12.07. - 15:40:56] command_init(): - Command 'guild' set to access level 80.
[12.07. - 15:40:56] command_init(): - Command 'haste' set to access level 100.
[12.07. - 15:40:56] command_init(): - Command 'heal' set to access level 100.
[12.07. - 15:40:56] command_init(): - Command 'hideme' set to access level 80.
[12.07. - 15:40:56] command_init(): - Command 'hp' set to access level 90.
[12.07. - 15:40:56] command_init(): - Command 'instance' set to access level 80.
[12.07. - 15:40:56] command_init(): - Command 'invul' set to access level 80.
[12.07. - 15:40:56] command_init(): - Command 'invulnerable' set to access level 80.
[12.07. - 15:40:56] command_init(): - Command 'ipban' set to access level 201.
[12.07. - 15:40:56] command_init(): - Command 'itemsearch' set to access level 90.
[12.07. - 15:40:56] command_init(): - Command 'kick' set to access level 80.
[12.07. - 15:40:56] command_init(): - Command 'kill' set to access level 80.
[12.07. - 15:40:56] command_init(): - Command 'lastname' set to access level 80.
[12.07. - 15:40:56] command_init(): - Command 'level' set to access level 150.
[12.07. - 15:40:56] command_init(): - Command 'listnpcs' set to access level 90.
[12.07. - 15:40:56] command_init(): - Command 'listpetition' set to access level 80.
[12.07. - 15:40:56] command_init(): - Command 'loc' set to access level 0.
[12.07. - 15:40:56] command_init(): - Command 'lock' set to access level 200.
[12.07. - 15:40:56] command_init(): - Command 'makepet' set to access level 150.
[12.07. - 15:40:56] command_init(): - Command 'mana' set to access level 100.
[12.07. - 15:40:56] command_init(): - Command 'maxskills' set to access level 90.
[12.07. - 15:40:56] command_init(): - Command 'memspell' set to access level 100.
[12.07. - 15:40:56] command_init(): - Command 'motd' set to access level 200.
[12.07. - 15:40:56] command_init(): - Command 'movechar' set to access level 80.
[12.07. - 15:40:56] command_init(): - Command 'mysql' set to access level 255.
[12.07. - 15:40:56] command_init(): - Command 'name' set to access level 80.
[12.07. - 15:40:56] command_init(): - Command 'netstats' set to access level 200.
[12.07. - 15:40:56] command_init(): - Command 'npccast' set to access level 90.
[12.07. - 15:40:56] command_init(): - Command 'npcedit' set to access level 150.
[12.07. - 15:40:56] command_init(): - Command 'npcemote' set to access level 80.
[12.07. - 15:40:56] command_init(): - Command 'npcloot' set to access level 150.
[12.07. - 15:40:56] command_init(): - Command 'npcsay' set to access level 80.
[12.07. - 15:40:56] command_init(): - Command 'npcshout' set to access level 90.
[12.07. - 15:40:56] command_init(): - Command 'npcspawn' set to access level 100.
[12.07. - 15:40:56] command_init(): - Command 'npcspecialattk' set to access level 150.
[12.07. - 15:40:56] command_init(): - Command 'npcstats' set to access level 90.
[12.07. - 15:40:56] command_init(): - Command 'npctypespawn' set to access level 90.
[12.07. - 15:40:56] command_init(): - Command 'nukebuffs' set to access level 100.
[12.07. - 15:40:56] command_init(): - Command 'peekinv' set to access level 80.
[12.07. - 15:40:56] command_init(): - Command 'peqzone' set to access level 2.
[12.07. - 15:40:56] command_init(): - Command 'permaclass' set to access level 150.
[12.07. - 15:40:56] command_init(): - Command 'permagender' set to access level 150.
[12.07. - 15:40:56] command_init(): - Command 'permarace' set to access level 150.
[12.07. - 15:40:56] command_init(): - Command 'pvp' set to access level 80.
[12.07. - 15:40:56] command_init(): - Command 'qglobal' set to access level 150.
[12.07. - 15:40:56] command_init(): - Command 'race' set to access level 90.
[12.07. - 15:40:56] command_init(): - Command 'randomfeatures' set to access level 90.
[12.07. - 15:40:56] command_init(): - Command 'refundaa' set to access level 100.
[12.07. - 15:40:56] command_init(): - Command 'reloadlevelmods' set to access level 255.
[12.07. - 15:40:56] command_init(): - Command 'reloadqst' set to access level 80.
[12.07. - 15:40:56] command_init(): - Command 'reloadworld' set to access level 255.
[12.07. - 15:40:56] command_init(): - Command 'repop' set to access level 90.
[12.07. - 15:40:56] command_init(): - Command 'resetaa' set to access level 100.
[12.07. - 15:40:56] command_init(): - Command 'revoke' set to access level 80.
[12.07. - 15:40:56] command_init(): - Command 'rules' set to access level 200.
[12.07. - 15:40:56] command_init(): - Command 'save' set to access level 80.
[12.07. - 15:40:56] command_init(): - Command 'scribespell' set to access level 90.
[12.07. - 15:40:56] command_init(): - Command 'scribespells' set to access level 100.
[12.07. - 15:40:56] command_init(): - Command 'search' set to access level 90.
[12.07. - 15:40:56] command_init(): - Command 'sendzonespawns' set to access level 200.
[12.07. - 15:40:56] command_init(): - Command 'serverinfo' set to access level 201.
[12.07. - 15:40:56] command_init(): - Command 'serverrules' set to access level 90.
[12.07. - 15:40:56] command_init(): - Command 'serversidename' set to access level 90.
[12.07. - 15:40:56] command_init(): - Command 'setaapts' set to access level 100.
[12.07. - 15:40:56] command_init(): - Command 'setaaxp' set to access level 100.
[12.07. - 15:40:56] command_init(): - Command 'setadventurepoints' set to access level 200.
[12.07. - 15:40:56] command_init(): - Command 'setallskill' set to access level 100.
[12.07. - 15:40:56] command_init(): - Command 'setlsinfo' set to access level 0.
[12.07. - 15:40:56] command_init(): - Command 'setskill' set to access level 90.
[12.07. - 15:40:56] command_init(): - Command 'setskillall' set to access level 100.
[12.07. - 15:40:56] command_init(): - Command 'setstartzone' set to access level 80.
[12.07. - 15:40:56] command_init(): - Command 'setxp' set to access level 100.
[12.07. - 15:40:56] command_init(): - Command 'showbuffs' set to access level 80.
[12.07. - 15:40:56] command_init(): - Command 'showpetspell' set to access level 80.
[12.07. - 15:40:56] command_init(): - Command 'showstats' set to access level 80.
[12.07. - 15:40:56] command_init(): - Command 'shutdown' set to access level 200.
[12.07. - 15:40:56] command_init(): - Command 'size' set to access level 90.
[12.07. - 15:40:56] command_init(): - Command 'spawn' set to access level 150.
[12.07. - 15:40:56] command_init(): - Command 'spawnfix' set to access level 80.
[12.07. - 15:40:56] command_init(): - Command 'spawnstatus' set to access level 150.
[12.07. - 15:40:56] command_init(): - Command 'spfind' set to access level 150.
[12.07. - 15:40:56] command_init(): - Command 'spoff' set to access level 0.
[12.07. - 15:40:56] command_init(): - Command 'spon' set to access level 0.
[12.07. - 15:40:56] command_init(): - Command 'summon' set to access level 80.
[12.07. - 15:40:56] command_init(): - Command 'summonitem' set to access level 150.
[12.07. - 15:40:56] command_init(): - Command 'suspend' set to access level 100.
[12.07. - 15:40:56] command_init(): - Command 'texture' set to access level 150.
[12.07. - 15:40:56] command_init(): - Command 'tgczone' set to access level 3.
[12.07. - 15:40:56] command_init(): - Command 'title' set to access level 100.
[12.07. - 15:40:56] command_init(): - Command 'traindisc' set to access level 100.
[12.07. - 15:40:56] command_init(): - Command 'undyeme' set to access level 0.
[12.07. - 15:40:56] command_init(): - Command 'unfreeze' set to access level 100.
[12.07. - 15:40:56] command_init(): - Command 'unlock' set to access level 150.
[12.07. - 15:40:56] command_init(): - Command 'unscribespell' set to access level 90.
[12.07. - 15:40:56] command_init(): - Command 'unscribespells' set to access level 100.
[12.07. - 15:40:56] command_init(): - Command 'viewpetition' set to access level 80.
[12.07. - 15:40:56] command_init(): - Command 'weather' set to access level 90.
[12.07. - 15:40:56] command_init(): - Command 'worldshutdown' set to access level 200.
[12.07. - 15:40:56] command_init(): - Command 'wp' set to access level 150.
[12.07. - 15:40:56] command_init(): - Command 'wpadd' set to access level 150.
[12.07. - 15:40:56] command_init(): - Command 'wpinfo' set to access level 150.
[12.07. - 15:40:56] command_init(): - Command 'zclip' set to access level 150.
[12.07. - 15:40:56] command_init(): - Command 'zcolor' set to access level 150.
[12.07. - 15:40:56] command_init(): - Command 'zheader' set to access level 150.
[12.07. - 15:40:56] command_init(): - Command 'zone' set to access level 80.
[12.07. - 15:40:56] command_init(): - Command 'zonebootup' set to access level 100.
[12.07. - 15:40:56] command_init(): - Command 'zoneinstance' set to access level 80.
[12.07. - 15:40:56] command_init(): - Command 'zonelock' set to access level 200.
[12.07. - 15:40:56] command_init(): - Command 'zoneshutdown' set to access level 200.
[12.07. - 15:40:56] command_init(): - Command 'zsafecoords' set to access level 150.
[12.07. - 15:40:56] command_init(): - Command 'zsave' set to access level 200.
[12.07. - 15:40:56] command_init(): - Command 'zsky' set to access level 150.
[12.07. - 15:40:57] The next weather check for zone: nexus will be in 5406 seconds.
[12.07. - 15:40:58] Zone: nexus has weather of type 0.
[12.07. - 15:40:58] Zone: nexus(152) has no weather type. The weather timer has been disabled.


eqemu_error_zone_6548.log
---------------------------------------------
[12.07. - 15:40:58] Starting Log: logs/eqemu_error_zone_6548.log
[12.07. - 15:40:58] Path File ./Maps/nexus.path not found.

Hope thats what you wanted?

rencro
12-07-2013, 06:56 PM
Its possible your logs are short because you selected less than 5 when you ran cmake for log level, but that does not explain your issue..

The nexus zone looks good until:

---- Zone server nexus, listening on port:0 ----

It should then connect to your world and the world would have assigned it port 7005 assuming you use 5 dynamics zones...

In the launched window did it try to connect to world? Is the world window seeing the request from the zones?

Was world running? Try running world via command prompt as you did with zone.

Manzinus
12-07-2013, 07:21 PM
Its possible your logs are short because you selected less than 5 when you ran cmake for log level, but that does not explain your issue..

The nexus zone looks good until:

---- Zone server nexus, listening on port:0 ----

It should then connect to your world and the world would have assigned it port 7005 assuming you use 5 dynamics zones...

In the launched window did it try to connect to world? Is the world window seeing the request from the zones?

Was world running? Try running world via command prompt as you did with zone.

World window looks like the picture above and the log file above. Just two lines.

---------------------------------------------
[12.07. - 16:52:51] Starting Log: logs/eqemu_world_6604.log
[12.07. - 16:52:51] Using database 'peq' at 127.0.0.1:3306

Nothing every happens after that just stops.

Edit: Yeah if I have world window up and then run a zone window the world window stays the same nothing every happens in it.
Second Edit: Checked CMake and I just used the defaults like the guide said EQEMU_DEBUG_LEVEL is set to 5.

rencro
12-07-2013, 08:16 PM
Looks fishy, dont want to send you on a wild goose chase, but it looks like none of the services are communicating with the world.

In a command prompt, with all eqemu services off run


netstat -ano


And look for port :9000, if anything is using 9000 and eqemu service are off then something has taken over that port, blocking the world.

If there is nothing using it, launch your emu as normal(assume bat file) then try the netstat again and see if anything is atttaching to port :9000 typically on 127.0.0.1

Manzinus
12-07-2013, 08:57 PM
Looks fishy, dont want to send you on a wild goose chase, but it looks like none of the services are communicating with the world.

In a command prompt, with all eqemu services off run


netstat -ano


And look for port :9000, if anything is using 9000 and eqemu service are off then something has taken over that port, blocking the world.

If there is nothing using it, launch your emu as normal(assume bat file) then try the netstat again and see if anything is atttaching to port :9000 typically on 127.0.0.1

Yeah looks like something is using it.

http://i.imgur.com/YFMUV9Q.png

Edit 1: Let me restart just to be sure nothing funny is happening and re run test.

Edit 2: Ah I figured it out with help from https://secure.dslreports.com/faq/9444 I found that my twonky server is using port 9000. Let me turn that off and try your next step!

Edit 3: OOOOOOHHH yeah I can log in to the game finally!! Thank you rencro so much that was making my head hurt, something so simple!

rencro
12-07-2013, 09:03 PM
You can use the "Windows Task manager" to determine what program is using it by comparing the "pids" on the "Details" tab if using windows8

oops-- in before edit 2 above ;-), anyways for future reference...

Manzinus
12-07-2013, 09:17 PM
You did it man, I'm up and running now. 2 days of frustration and it was my twonky media server messing things up it seems.

rencro
12-07-2013, 09:24 PM
Cool, assumed you just reassinged twonky to use another port then?

Manzinus
12-07-2013, 09:26 PM
Cool, assumed you just reassinged twonky to use another port then?

Turned it off for the time being I'll figure that out later this evening. Got to go chill with the wife we finally got our kid to sleep :-) appreciate the help man.

Uleat
12-08-2013, 02:18 PM
'Process Explorer' by sysinternals will also show you the pid..for older windows versions.

Manzinus
12-11-2013, 08:15 PM
So took the time today and fixed my Twonky Media Server conflict, can run both EQEmu and it at same time now. For those interested you have to turn off Twonky server first. Then find twonkyserver.ini file, I had 4 files on my C drive labeled this for some reason. The one that mattered was C:\ProgramData\twonkyserver.ini . Open that up and at the line:

# Port of the http server
httpport=

Add a port number other then 9000, I used 8000. So mine looked like:

# Port of the http server
httpport=8000

Save it and restart twonky. Now this also messes up the twonky web browser config page so you need to go into C:\Program Files (x86)\Twonky\TwonkyServer\ and edit 3 files.

twonky-config.html
twonky-config1.html
twonky-config2.html

Open up each of those files up and change the port to your new port setting. Below is what mine now looks like.

URL=http://192.168.0.193:8000/webconfig

After that you can access the web settings from the tray icon again. Hope this helps anyone else who gets this problem.

Maceblade
12-15-2013, 11:55 PM
Im having this same issue, only difference is, I have nothing running on port 9000 and it simply will not connect to my database. It pops up 4 windows and hangs.

I tried using an older style eqemu_config.xml and it wont connect to mysql

lerxst2112
12-16-2013, 12:41 AM
Without seeing the config file a random guess is you used localhost rather than 127.0.0.1.

Maceblade
12-16-2013, 01:05 AM
Tried 4 ways:

<?xml version="1.0"?>
<server>
<world>
<shortname>Mace</shortname>
<longname>Maceblade's Reckoning</longname>

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

<!-- Loginserver information. Defaults shown -->
<loginserver>
<host>eqemulator.net</host>
<port>5998</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="127.0.0.1" 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>7778</port>
</mailserver>

<zones>
<defaultstatus>0</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>127.0.0.1</host>
<port>3306</port>
<username>root</username>
<password>****</password>
<db>peq</db>
</database>

<qsdatabase>
<host>127.0.0.1</host>
<port>3306</port>
<username>root</username>
<password>****</password>
<db>peq</db>
</qsdatabase>

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

and
<?xml version="1.0"?>
<server>
<world>
<shortname>Mace</shortname>
<longname>Maceblade's Reckoning</longname>

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

<!-- Loginserver information. Defaults shown -->
<loginserver>
<host>eqemulator.net</host>
<port>5998</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="127.0.0.1" 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>7778</port>
</mailserver>

<zones>
<defaultstatus>0</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>****</password>
<db>peq</db>
</database>

<qsdatabase>
<host>localhost</host>
<port>3306</port>
<username>root</username>
<password>****</password>
<db>peq</db>
</qsdatabase>

<!-- Launcher Configuration -->
<launcher>
<!-- <logprefix>logs/zone-</logprefix> -->
<!-- <logsuffix>.log</logsuffix> -->
<!-- <exe>zone.exe or ./zone</exe> -->
<!-- <timers restart="10000" reterminate="10000"> -->
</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>
Also tried an older version:
<?xml version="1.0">
<server>
<world>
<!-- Set the shortname to ONE word. The longname is what shows up on server list -->
<shortname>Mace</shortname>
<longname>Maceblade's Reckoning</longname>

<!-- DO NOT EDIT ANY LINES BETWEEN HERE AND THE DATABASE SECTION -->
<!-- <address>do.not.edit</address> -->
<!-- <localaddress>do.not.edit</localaddress> -->

<!-- Loginserver information. DO NOT EDIT -->
<loginserver>
<host>eqemulator.net</host>
<port>5998</port>
<account></account>
<password></password>
</loginserver>

<!-- Server status. Default is unlocked DO NOT EDIT RIGHT NOW -->
<!--<locked/>-->
<!-- <unlocked/> -->

<!-- Sets the ip/port for the tcp connections. DO NOT EDIT -->
<tcp ip="localhost" port="9000" telnet="disable"/>

<!-- Sets the shared key used by zone/launcher to connect to world -->
<key>somelongrandomstring12345</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. DO NOT EDIT -->
<chatserver>
<host>channels.eqemulator.net</host>
<port>7778</port>
</chatserver>

<!-- Mailserver (in-game mail) information. DO NOT EDIT -->
<mailserver>
<host>channels.eqemulator.net</host>
<port>7779</port>
</mailserver>

<zones>
<!-- The defaultstatus is what status the new toons will have on your server -->
<defaultstatus>0</defaultstatus>

<!-- Sets port range for world to use to auto configure zones DO NOT EDIT RIGHT NOW-->
<ports low="7000" high="7100"/>
</zones>

<!-- Set username to root and password is your MySQL password and db to peq -->
<database>
<host>localhost</host>
<port>3306</port>
<username>root</username>
<password>****</password>
<db>peq</db>
</database>

<!-- Launcher Configuration DO NOT EDIT-->
<launcher>
<!-- <logprefix>logs/zone-</logprefix> -->
<!-- <logsuffix>.log</logsuffix> -->
<!-- <exe>zone.exe</exe> -->
<!-- <timers restart="10000" reterminate="10000"> -->
</launcher>

<!-- File locations. DO NOT EDIT -->
<files>
<!-- <spells>spells_us.txt</spells> -->
<!-- <opcodes>opcodes.conf</opcodes> -->
<!-- <logsettings>log.ini</logsettings> -->
<!-- <eqtime>eqtime.cfg</eqtime> -->
</files>
<!-- Directory locations. DO NOT EDIT -->
<directories>
<!-- <maps>Maps</maps> -->
<!-- <quests>quests</quests> -->
<!-- <plugins>plugins</plugins> -->
</directories>
</server>

Maceblade
12-16-2013, 01:30 AM
my error:
---------------------------------------------
[12.15. - 22:52:04] Starting Log: logs/eqemu_error_shared_memory_3244.log
[12.15. - 22:52:04] Failed to connect to database: Error: #2003: Can't connect to MySQL server on 'localhost' (10061)
[12.15. - 22:52:04] Unable to connect to the database, cannot continue without a database connection

NatedogEZ
12-16-2013, 02:09 AM
Need to use -- "127.0.0.1" like lerxst said :)

I see you posted that.. but what errors do you get when using "127.0.0.1" ?

sorvani
12-16-2013, 03:15 AM
Actually, I just performed a clean install on a new VM and this exact thing is happening.
Trying to figure out if I missed something or not. I do not make new servers so often that I have the process down 100% everytime.

lerxst2112
12-16-2013, 03:43 AM
10061 means the connection was actively refused. It sounds like MySQL is not running or it is running on a different port. Does the command line MySQL client connect properly?

sorvani
12-16-2013, 03:57 AM
let me clarify, i am not having maceblade's problems. I am getting the same results the OP did. I can connect to mysql just fine.
---------------------------------------------
[12.16. - 01:44:24] Starting Log: logs/eqemu_ucs_3344.log
[12.16. - 01:44:24] Using database 'peq' at 127.0.0.1:3306

---------------------------------------------
[12.16. - 01:44:24] Starting Log: logs/eqemu_queryserv_3968.log
[12.16. - 01:44:24] Using database 'peq' at 127.0.0.1:3306

---------------------------------------------
[12.16. - 01:44:04] Starting Log: logs/eqemu_shared_memory_4780.log
[12.16. - 01:44:04] Shared Memory Loader Program
[12.16. - 01:44:04] Connecting to database...
[12.16. - 01:44:04] Using database 'peq' at 127.0.0.1:3306
[12.16. - 01:44:04] Loading items...
[12.16. - 01:44:10] Loading factions...
[12.16. - 01:44:10] Loading loot...
[12.16. - 01:44:13] Loading skill caps...
[12.16. - 01:44:13] Loading spells...
[12.16. - 01:44:14] Loading base data...

---------------------------------------------
[12.16. - 01:44:15] Starting Log: logs/eqemu_world_1580.log
[12.16. - 01:44:15] Using database 'peq' at 127.0.0.1:3306

---------------------------------------------
[12.16. - 01:44:49] Starting Log: logs/eqemu_zone_1160.log
[12.16. - 01:44:49] Using database 'peq' at 127.0.0.1:3306

---------------------------------------------
[12.16. - 01:44:49] Starting Log: logs/eqemu_debug_zone_1160.log
[12.16. - 01:44:49] command_init(): - Command 'acceptrules' set to access level 90.
[12.16. - 01:44:49] command_init(): - Command 'aggrozone' set to access level 200.
[12.16. - 01:44:49] command_init(): - Command 'altactivate' set to access level 90.
[12.16. - 01:44:49] command_init(): - Command 'appearance' set to access level 150.
[12.16. - 01:44:49] command_init(): - Command 'attack' set to access level 150.
[12.16. - 01:44:49] command_init(): - Command 'ban' set to access level 200.
[12.16. - 01:44:49] command_init(): - Command 'bestz' set to access level 80.
[12.16. - 01:44:49] command_init(): - Command 'bind' set to access level 80.
[12.16. - 01:44:49] command_init(): - Command 'cast' set to access level 90.
[12.16. - 01:44:49] command_init(): - Command 'castspell' set to access level 90.
[12.16. - 01:44:49] command_init(): - Command 'charbackup' set to access level 80.
[12.16. - 01:44:49] command_init(): - Command 'chat' set to access level 200.
[12.16. - 01:44:49] command_init(): - Command 'copychar' set to access level 200.
[12.16. - 01:44:49] command_init(): - Command 'corpse' set to access level 90.
[12.16. - 01:44:49] command_init(): - Command 'crashtest' set to access level 201.
[12.16. - 01:44:49] command_init(): - Command 'cvs' set to access level 80.
[12.16. - 01:44:49] command_init(): - Command 'damage' set to access level 150.
[12.16. - 01:44:49] command_init(): - Command 'date' set to access level 150.
[12.16. - 01:44:49] command_init(): - Command 'dbspawn2' set to access level 100.
[12.16. - 01:44:49] command_init(): - Command 'delacct' set to access level 200.
[12.16. - 01:44:49] command_init(): - Command 'delpetition' set to access level 80.
[12.16. - 01:44:49] command_init(): - Command 'depop' set to access level 100.
[12.16. - 01:44:49] command_init(): - Command 'depopzone' set to access level 100.
[12.16. - 01:44:49] command_init(): - Command 'emote' set to access level 150.
[12.16. - 01:44:49] command_init(): - Command 'finditem' set to access level 90.
[12.16. - 01:44:49] command_init(): - Command 'findnpctype' set to access level 90.
[12.16. - 01:44:49] command_init(): - Command 'findspell' set to access level 90.
[12.16. - 01:44:49] command_init(): - Command 'findzone' set to access level 1.
[12.16. - 01:44:49] command_init(): - Command 'fixmob' set to access level 150.
[12.16. - 01:44:49] command_init(): - Command 'flag' set to access level 201.
[12.16. - 01:44:49] command_init(): - Command 'flagedit' set to access level 150.
[12.16. - 01:44:49] command_init(): - Command 'flags' set to access level 80.
[12.16. - 01:44:49] command_init(): - Command 'flymode' set to access level 80.
[12.16. - 01:44:49] command_init(): - Command 'freeze' set to access level 100.
[12.16. - 01:44:49] command_init(): - Command 'fz' set to access level 1.
[12.16. - 01:44:49] command_init(): - Command 'gassign' set to access level 150.
[12.16. - 01:44:49] command_init(): - Command 'gender' set to access level 90.
[12.16. - 01:44:49] command_init(): - Command 'giveitem' set to access level 150.
[12.16. - 01:44:49] command_init(): - Command 'givemoney' set to access level 150.
[12.16. - 01:44:49] command_init(): - Command 'gm' set to access level 80.
[12.16. - 01:44:49] command_init(): - Command 'gmspeed' set to access level 80.
[12.16. - 01:44:49] command_init(): - Command 'goto' set to access level 80.
[12.16. - 01:44:49] command_init(): - Command 'grid' set to access level 150.
[12.16. - 01:44:49] command_init(): - Command 'guild' set to access level 80.
[12.16. - 01:44:49] command_init(): - Command 'haste' set to access level 100.
[12.16. - 01:44:49] command_init(): - Command 'heal' set to access level 100.
[12.16. - 01:44:49] command_init(): - Command 'hideme' set to access level 80.
[12.16. - 01:44:49] command_init(): - Command 'hp' set to access level 90.
[12.16. - 01:44:49] command_init(): - Command 'instance' set to access level 80.
[12.16. - 01:44:49] command_init(): - Command 'invul' set to access level 80.
[12.16. - 01:44:49] command_init(): - Command 'invulnerable' set to access level 80.
[12.16. - 01:44:49] command_init(): - Command 'ipban' set to access level 201.
[12.16. - 01:44:49] command_init(): - Command 'itemsearch' set to access level 90.
[12.16. - 01:44:49] command_init(): - Command 'kick' set to access level 80.
[12.16. - 01:44:49] command_init(): - Command 'kill' set to access level 80.
[12.16. - 01:44:49] command_init(): - Command 'lastname' set to access level 80.
[12.16. - 01:44:49] command_init(): - Command 'level' set to access level 150.
[12.16. - 01:44:49] command_init(): - Command 'listnpcs' set to access level 90.
[12.16. - 01:44:49] command_init(): - Command 'listpetition' set to access level 80.
[12.16. - 01:44:49] command_init(): - Command 'loc' set to access level 0.
[12.16. - 01:44:49] command_init(): - Command 'lock' set to access level 200.
[12.16. - 01:44:49] command_init(): - Command 'makepet' set to access level 150.
[12.16. - 01:44:49] command_init(): - Command 'mana' set to access level 100.
[12.16. - 01:44:49] command_init(): - Command 'maxskills' set to access level 90.
[12.16. - 01:44:49] command_init(): - Command 'memspell' set to access level 100.
[12.16. - 01:44:49] command_init(): - Command 'motd' set to access level 200.
[12.16. - 01:44:49] command_init(): - Command 'movechar' set to access level 80.
[12.16. - 01:44:49] command_init(): - Command 'mysql' set to access level 255.
[12.16. - 01:44:49] command_init(): - Command 'name' set to access level 80.
[12.16. - 01:44:49] command_init(): - Command 'netstats' set to access level 200.
[12.16. - 01:44:49] command_init(): - Command 'npccast' set to access level 90.
[12.16. - 01:44:49] command_init(): - Command 'npcedit' set to access level 150.
[12.16. - 01:44:49] command_init(): - Command 'npcemote' set to access level 80.
[12.16. - 01:44:49] command_init(): - Command 'npcloot' set to access level 150.
[12.16. - 01:44:49] command_init(): - Command 'npcsay' set to access level 80.
[12.16. - 01:44:49] command_init(): - Command 'npcshout' set to access level 90.
[12.16. - 01:44:49] command_init(): - Command 'npcspawn' set to access level 100.
[12.16. - 01:44:49] command_init(): - Command 'npcspecialattk' set to access level 150.
[12.16. - 01:44:49] command_init(): - Command 'npcstats' set to access level 90.
[12.16. - 01:44:49] command_init(): - Command 'npctypespawn' set to access level 90.
[12.16. - 01:44:49] command_init(): - Command 'nukebuffs' set to access level 100.
[12.16. - 01:44:49] command_init(): - Command 'peekinv' set to access level 80.
[12.16. - 01:44:49] command_init(): - Command 'peqzone' set to access level 2.
[12.16. - 01:44:49] command_init(): - Command 'permaclass' set to access level 150.
[12.16. - 01:44:49] command_init(): - Command 'permagender' set to access level 150.
[12.16. - 01:44:49] command_init(): - Command 'permarace' set to access level 150.
[12.16. - 01:44:49] command_init(): - Command 'pvp' set to access level 80.
[12.16. - 01:44:49] command_init(): - Command 'qglobal' set to access level 150.
[12.16. - 01:44:49] command_init(): - Command 'race' set to access level 90.
[12.16. - 01:44:49] command_init(): - Command 'randomfeatures' set to access level 90.
[12.16. - 01:44:49] command_init(): - Command 'refundaa' set to access level 100.
[12.16. - 01:44:49] command_init(): - Command 'reloadlevelmods' set to access level 255.
[12.16. - 01:44:49] command_init(): - Command 'reloadqst' set to access level 80.
[12.16. - 01:44:49] command_init(): - Command 'reloadworld' set to access level 255.
[12.16. - 01:44:49] command_init(): - Command 'repop' set to access level 90.
[12.16. - 01:44:49] command_init(): - Command 'resetaa' set to access level 100.
[12.16. - 01:44:49] command_init(): - Command 'revoke' set to access level 80.
[12.16. - 01:44:49] command_init(): - Command 'rules' set to access level 200.
[12.16. - 01:44:49] command_init(): - Command 'save' set to access level 80.
[12.16. - 01:44:49] command_init(): - Command 'scribespell' set to access level 90.
[12.16. - 01:44:49] command_init(): - Command 'scribespells' set to access level 100.
[12.16. - 01:44:49] command_init(): - Command 'search' set to access level 90.
[12.16. - 01:44:49] command_init(): - Command 'sendzonespawns' set to access level 200.
[12.16. - 01:44:49] command_init(): - Command 'serverinfo' set to access level 201.
[12.16. - 01:44:49] command_init(): - Command 'serverrules' set to access level 90.
[12.16. - 01:44:49] command_init(): - Command 'serversidename' set to access level 90.
[12.16. - 01:44:49] command_init(): - Command 'setaapts' set to access level 100.
[12.16. - 01:44:49] command_init(): - Command 'setaaxp' set to access level 100.
[12.16. - 01:44:49] command_init(): - Command 'setadventurepoints' set to access level 200.
[12.16. - 01:44:49] command_init(): - Command 'setallskill' set to access level 100.
[12.16. - 01:44:49] command_init(): - Command 'setlsinfo' set to access level 0.
[12.16. - 01:44:49] command_init(): - Command 'setskill' set to access level 90.
[12.16. - 01:44:49] command_init(): - Command 'setskillall' set to access level 100.
[12.16. - 01:44:49] command_init(): - Command 'setstartzone' set to access level 80.
[12.16. - 01:44:49] command_init(): - Command 'setxp' set to access level 100.
[12.16. - 01:44:49] command_init(): - Command 'showbuffs' set to access level 80.
[12.16. - 01:44:49] command_init(): - Command 'showpetspell' set to access level 80.
[12.16. - 01:44:49] command_init(): - Command 'showstats' set to access level 80.
[12.16. - 01:44:49] command_init(): - Command 'shutdown' set to access level 200.
[12.16. - 01:44:49] command_init(): - Command 'size' set to access level 90.
[12.16. - 01:44:49] command_init(): - Command 'spawn' set to access level 150.
[12.16. - 01:44:49] command_init(): - Command 'spawnfix' set to access level 80.
[12.16. - 01:44:49] command_init(): - Command 'spawnstatus' set to access level 150.
[12.16. - 01:44:49] command_init(): - Command 'spfind' set to access level 150.
[12.16. - 01:44:49] command_init(): - Command 'spoff' set to access level 0.
[12.16. - 01:44:49] command_init(): - Command 'spon' set to access level 0.
[12.16. - 01:44:49] command_init(): - Command 'summon' set to access level 80.
[12.16. - 01:44:49] command_init(): - Command 'summonitem' set to access level 150.
[12.16. - 01:44:49] command_init(): - Command 'suspend' set to access level 100.
[12.16. - 01:44:49] command_init(): - Command 'texture' set to access level 150.
[12.16. - 01:44:49] command_init(): - Command 'tgczone' set to access level 3.
[12.16. - 01:44:49] command_init(): - Command 'title' set to access level 100.
[12.16. - 01:44:49] command_init(): - Command 'traindisc' set to access level 100.
[12.16. - 01:44:49] command_init(): - Command 'undyeme' set to access level 0.
[12.16. - 01:44:49] command_init(): - Command 'unfreeze' set to access level 100.
[12.16. - 01:44:49] command_init(): - Command 'unlock' set to access level 150.
[12.16. - 01:44:49] command_init(): - Command 'unscribespell' set to access level 90.
[12.16. - 01:44:49] command_init(): - Command 'unscribespells' set to access level 100.
[12.16. - 01:44:49] command_init(): - Command 'viewpetition' set to access level 80.
[12.16. - 01:44:49] command_init(): - Command 'weather' set to access level 90.
[12.16. - 01:44:49] command_init(): - Command 'worldshutdown' set to access level 200.
[12.16. - 01:44:49] command_init(): - Command 'wp' set to access level 150.
[12.16. - 01:44:49] command_init(): - Command 'wpadd' set to access level 150.
[12.16. - 01:44:49] command_init(): - Command 'wpinfo' set to access level 150.
[12.16. - 01:44:49] command_init(): - Command 'zclip' set to access level 150.
[12.16. - 01:44:49] command_init(): - Command 'zcolor' set to access level 150.
[12.16. - 01:44:49] command_init(): - Command 'zheader' set to access level 150.
[12.16. - 01:44:49] command_init(): - Command 'zone' set to access level 80.
[12.16. - 01:44:49] command_init(): - Command 'zonebootup' set to access level 100.
[12.16. - 01:44:49] command_init(): - Command 'zoneinstance' set to access level 80.
[12.16. - 01:44:49] command_init(): - Command 'zonelock' set to access level 200.
[12.16. - 01:44:49] command_init(): - Command 'zoneshutdown' set to access level 200.
[12.16. - 01:44:49] command_init(): - Command 'zsafecoords' set to access level 150.
[12.16. - 01:44:49] command_init(): - Command 'zsave' set to access level 200.
[12.16. - 01:44:49] command_init(): - Command 'zsky' set to access level 150.


Never had this happen before. usually i miss a rule or something.

Maceblade
12-16-2013, 09:21 AM
I am getting the same errors as Sorv and the OP. MYSQL is running on port 3306 I used netstat -ano and seen that it was, nothing else is, firewall is turned off, nothing is using port 9000. Switching back to the original eqemu config xml I get the same errors as Sorv and OP.

It pops up 4 screens and just hangs.

Maceblade
12-16-2013, 09:30 AM
here are my logs:

---------------------------------------------
[12.16. - 08:24:55] Starting Log: logs/eqemu_debug_zone_3696.log
[12.16. - 08:24:55] command_init(): - Command 'acceptrules' set to access level 0.
[12.16. - 08:24:55] command_init(): - Command 'advnpcspawn' set to access level 150.
[12.16. - 08:24:55] command_init(): - Command 'aggro' set to access level 80.
[12.16. - 08:24:55] command_init(): - Command 'aggrozone' set to access level 100.
[12.16. - 08:24:55] command_init(): - Command 'ai' set to access level 100.
[12.16. - 08:24:55] command_init(): - Command 'altactivate' set to access level 0.
[12.16. - 08:24:55] command_init(): - Command 'appearance' set to access level 150.
[12.16. - 08:24:55] command_init(): - Command 'attack' set to access level 150.
[12.16. - 08:24:55] command_init(): - Command 'ban' set to access level 150.
[12.16. - 08:24:55] command_init(): - Command 'bestz' set to access level 0.
[12.16. - 08:24:55] command_init(): - Command 'bind' set to access level 200.
[12.16. - 08:24:55] command_init(): - Command 'cast' set to access level 0.
[12.16. - 08:24:55] command_init(): - Command 'castspell' set to access level 50.
[12.16. - 08:24:55] command_init(): - Command 'charbackup' set to access level 150.
[12.16. - 08:24:55] command_init(): - Command 'chat' set to access level 200.
[12.16. - 08:24:55] command_init(): - Command 'checklos' set to access level 50.
[12.16. - 08:24:55] command_init(): - Command 'connectworld' set to access level 0.
[12.16. - 08:24:55] command_init(): - Command 'connectworldserver' set to access level 200.
[12.16. - 08:24:55] command_init(): - Command 'copychar' set to access level 100.
[12.16. - 08:24:55] command_init(): - Command 'corpse' set to access level 50.
[12.16. - 08:24:55] command_init(): - Command 'crashtest' set to access level 200.
[12.16. - 08:24:55] command_init(): - Command 'cvs' set to access level 200.
[12.16. - 08:24:55] command_init(): - Command 'd1' set to access level 200.
[12.16. - 08:24:55] command_init(): - Command 'damage' set to access level 100.
[12.16. - 08:24:55] command_init(): - Command 'date' set to access level 90.
[12.16. - 08:24:55] command_init(): - Command 'dbspawn' set to access level 0.
[12.16. - 08:24:55] command_init(): - Command 'dbspawn2' set to access level 100.
[12.16. - 08:24:55] command_init(): - Command 'delacct' set to access level 150.
[12.16. - 08:24:55] command_init(): - Command 'deletegraveyard' set to access level 200.
[12.16. - 08:24:55] command_init(): - Command 'delpetition' set to access level 20.
[12.16. - 08:24:55] command_init(): - Command 'depop' set to access level 50.
[12.16. - 08:24:55] command_init(): - Command 'depopzone' set to access level 100.
[12.16. - 08:24:55] command_init(): - Command 'distance' set to access level 80.
[12.16. - 08:24:55] command_init(): - Command 'doanim' set to access level 50.
[12.16. - 08:24:55] command_init(): - Command 'emote' set to access level 80.
[12.16. - 08:24:55] command_init(): - Command 'emotesearch' set to access level 80.
[12.16. - 08:24:55] command_init(): - Command 'emoteview' set to access level 80.
[12.16. - 08:24:55] command_init(): - Command 'equipitem' set to access level 50.
[12.16. - 08:24:55] command_init(): - Command 'face' set to access level 250.
[12.16. - 08:24:55] command_init(): - Command 'fear' set to access level 200.
[12.16. - 08:24:55] command_init(): - Command 'finditem' set to access level 0.
[12.16. - 08:24:55] command_init(): - Command 'findnpctype' set to access level 100.
[12.16. - 08:24:55] command_init(): - Command 'findspell' set to access level 50.
[12.16. - 08:24:55] command_init(): - Command 'findzone' set to access level 100.
[12.16. - 08:24:55] command_init(): - Command 'fixmob' set to access level 100.
[12.16. - 08:24:55] command_init(): - Command 'flag' set to access level 200.
[12.16. - 08:24:55] command_init(): - Command 'flagedit' set to access level 100.
[12.16. - 08:24:55] command_init(): - Command 'flags' set to access level 0.
[12.16. - 08:24:55] command_init(): - Command 'flymode' set to access level 50.
[12.16. - 08:24:55] command_init(): - Command 'fov' set to access level 80.
[12.16. - 08:24:55] command_init(): - Command 'freeze' set to access level 80.
[12.16. - 08:24:55] command_init(): - Command 'fz' set to access level 100.
[12.16. - 08:24:55] command_init(): - Command 'gassign' set to access level 100.
[12.16. - 08:24:55] command_init(): - Command 'gender' set to access level 50.
[12.16. - 08:24:55] command_init(): - Command 'getvariable' set to access level 200.
[12.16. - 08:24:55] command_init(): - Command 'gi' set to access level 200.
[12.16. - 08:24:55] command_init(): - Command 'ginfo' set to access level 20.
[12.16. - 08:24:55] command_init(): - Command 'giveitem' set to access level 200.
[12.16. - 08:24:55] command_init(): - Command 'givemoney' set to access level 150.
[12.16. - 08:24:55] command_init(): - Command 'globalview' set to access level 80.
[12.16. - 08:24:55] command_init(): - Command 'gm' set to access level 80.
[12.16. - 08:24:55] command_init(): - Command 'gmhideme' set to access level 0.
[12.16. - 08:24:55] command_init(): - Command 'gmspeed' set to access level 100.
[12.16. - 08:24:55] command_init(): - Command 'goto' set to access level 10.
[12.16. - 08:24:55] command_init(): - Command 'grid' set to access level 170.
[12.16. - 08:24:55] command_init(): - Command 'guild' set to access level 10.
[12.16. - 08:24:55] command_init(): - Command 'guildapprove' set to access level 0.
[12.16. - 08:24:55] command_init(): - Command 'guildcreate' set to access level 0.
[12.16. - 08:24:55] command_init(): - Command 'guildlist' set to access level 0.
[12.16. - 08:24:55] command_init(): - Command 'guilds' set to access level 0.
[12.16. - 08:24:55] command_init(): - Command 'haste' set to access level 100.
[12.16. - 08:24:55] command_init(): - Command 'hatelist' set to access level 80.
[12.16. - 08:24:55] command_init(): - Command 'heal' set to access level 10.
[12.16. - 08:24:55] command_init(): - Command 'help' set to access level 0.
[12.16. - 08:24:55] command_init(): - Command 'hideme' set to access level 80.
[12.16. - 08:24:55] command_init(): - Command 'hp' set to access level 0.
[12.16. - 08:24:55] command_init(): - Command 'incstat' set to access level 200.
[12.16. - 08:24:55] command_init(): - Command 'instance' set to access level 200.
[12.16. - 08:24:55] command_init(): - Command 'interrupt' set to access level 50.
[12.16. - 08:24:55] command_init(): - Command 'invul' set to access level 0.
[12.16. - 08:24:55] command_init(): - Command 'invulnerable' set to access level 80.
[12.16. - 08:24:55] command_init(): - Command 'ipban' set to access level 200.
[12.16. - 08:24:55] command_init(): - Command 'iplookup' set to access level 200.
[12.16. - 08:24:55] command_init(): - Command 'iteminfo' set to access level 10.
[12.16. - 08:24:55] command_init(): - Command 'itemsearch' set to access level 10.
[12.16. - 08:24:55] command_init(): - Command 'itemtest' set to access level 250.
[12.16. - 08:24:55] command_init(): - Command 'kick' set to access level 150.
[12.16. - 08:24:55] command_init(): - Command 'kill' set to access level 100.
[12.16. - 08:24:55] command_init(): - Command 'lastname' set to access level 50.
[12.16. - 08:24:55] command_init(): - Command 'level' set to access level 10.
[12.16. - 08:24:55] command_init(): - Command 'listnpcs' set to access level 20.
[12.16. - 08:24:55] command_init(): - Command 'listpetition' set to access level 50.
[12.16. - 08:24:55] command_init(): - Command 'loc' set to access level 0.
[12.16. - 08:24:55] command_init(): - Command 'lock' set to access level 150.
[12.16. - 08:24:55] command_init(): - Command 'log' set to access level 80.
[12.16. - 08:24:55] command_init(): - Command 'logs' set to access level 250.
[12.16. - 08:24:55] command_init(): - Command 'logsql' set to access level 200.
[12.16. - 08:24:55] command_init(): - Command 'los' set to access level 0.
[12.16. - 08:24:55] command_init(): - Command 'makepet' set to access level 50.
[12.16. - 08:24:55] command_init(): - Command 'mana' set to access level 50.
[12.16. - 08:24:55] command_init(): - Command 'manaburn' set to access level 10.
[12.16. - 08:24:55] command_init(): - Command 'manastat' set to access level 80.
[12.16. - 08:24:55] command_init(): - Command 'memspell' set to access level 50.
[12.16. - 08:24:55] command_init(): - Command 'mlog' set to access level 250.
[12.16. - 08:24:55] command_init(): - Command 'modifynpcstat' set to access level 150.
[12.16. - 08:24:55] command_init(): - Command 'motd' set to access level 150.
[12.16. - 08:24:55] command_init(): - Command 'movechar' set to access level 50.
[12.16. - 08:24:55] command_init(): - Command 'mysql' set to access level 250.
[12.16. - 08:24:55] command_init(): - Command 'mystats' set to access level 50.
[12.16. - 08:24:55] command_init(): - Command 'name' set to access level 150.
[12.16. - 08:24:55] command_init(): - Command 'netstats' set to access level 200.
[12.16. - 08:24:55] command_init(): - Command 'nologs' set to access level 250.
[12.16. - 08:24:55] command_init(): - Command 'npccast' set to access level 80.
[12.16. - 08:24:55] command_init(): - Command 'npcedit' set to access level 100.
[12.16. - 08:24:55] command_init(): - Command 'npcemote' set to access level 150.
[12.16. - 08:24:55] command_init(): - Command 'npcloot' set to access level 80.
[12.16. - 08:24:55] command_init(): - Command 'npcsay' set to access level 150.
[12.16. - 08:24:55] command_init(): - Command 'npcshout' set to access level 150.
[12.16. - 08:24:55] command_init(): - Command 'npcspawn' set to access level 170.
[12.16. - 08:24:55] command_init(): - Command 'npcspecialatk' set to access level 0.
[12.16. - 08:24:55] command_init(): - Command 'npcspecialattack' set to access level 0.
[12.16. - 08:24:55] command_init(): - Command 'npcspecialattk' set to access level 80.
[12.16. - 08:24:55] command_init(): - Command 'npcstats' set to access level 80.
[12.16. - 08:24:55] command_init(): - Command 'npctypespawn' set to access level 10.
[12.16. - 08:24:55] command_init(): - Command 'nukebuffs' set to access level 50.
[12.16. - 08:24:55] command_init(): - Command 'nukeitem' set to access level 150.
[12.16. - 08:24:55] command_init(): - Command 'numauths' set to access level 200.
[12.16. - 08:24:55] command_init(): - Command 'object' set to access level 100.
[12.16. - 08:24:55] command_init(): - Command 'oocmute' set to access level 200.
[12.16. - 08:24:55] command_init(): - Command 'opcode' set to access level 250.
[12.16. - 08:24:55] command_init(): - Command 'optest' set to access level 255.
[12.16. - 08:24:55] command_init(): - Command 'path' set to access level 200.
[12.16. - 08:24:55] command_init(): - Command 'peekinv' set to access level 100.
[12.16. - 08:24:55] command_init(): - Command 'peqzone' set to access level 100.
[12.16. - 08:24:55] command_init(): - Command 'permaclass' set to access level 80.
[12.16. - 08:24:55] command_init(): - Command 'permagender' set to access level 80.
[12.16. - 08:24:55] command_init(): - Command 'permarace' set to access level 80.
[12.16. - 08:24:55] command_init(): - Command 'petitioninfo' set to access level 20.
[12.16. - 08:24:55] command_init(): - Command 'pf' set to access level 0.
[12.16. - 08:24:55] command_init(): - Command 'pvp' set to access level 100.
[12.16. - 08:24:55] command_init(): - Command 'qglobal' set to access level 100.
[12.16. - 08:24:55] command_init(): - Command 'qtest' set to access level 255.
[12.16. - 08:24:55] command_init(): - Command 'race' set to access level 50.
[12.16. - 08:24:55] command_init(): - Command 'raidloot' set to access level 0.
[12.16. - 08:24:55] command_init(): - Command 'randomfeatures' set to access level 80.
[12.16. - 08:24:55] command_init(): - Command 'refreshgroup' set to access level 0.
[12.16. - 08:24:55] command_init(): - Command 'refundaa' set to access level 100.
[12.16. - 08:24:55] command_init(): - Command 'reloademote' set to access level 80.
[12.16. - 08:24:55] command_init(): - Command 'reloadqst' set to access level 0.
[12.16. - 08:24:55] command_init(): - Command 'reloadquest' set to access level 150.
[12.16. - 08:24:55] command_init(): - Command 'reloadstatic' set to access level 150.
[12.16. - 08:24:55] command_init(): - Command 'reloadzonepoints' set to access level 150.
[12.16. - 08:24:55] command_init(): - Command 'reloadzps' set to access level 0.
[12.16. - 08:24:55] command_init(): - Command 'repop' set to access level 100.
[12.16. - 08:24:55] command_init(): - Command 'resetaa' set to access level 200.
[12.16. - 08:24:55] command_init(): - Command 'revoke' set to access level 200.
[12.16. - 08:24:55] command_init(): - Command 'rules' set to access level 250.
[12.16. - 08:24:55] command_init(): - Command 'save' set to access level 50.
[12.16. - 08:24:55] command_init(): - Command 'scribespell' set to access level 180.
[12.16. - 08:24:55] command_init(): - Command 'scribespells' set to access level 150.
[12.16. - 08:24:55] command_init(): - Command 'search' set to access level 0.
[12.16. - 08:24:55] command_init(): - Command 'sendop' set to access level 200.
[12.16. - 08:24:55] command_init(): - Command 'sendzonespawns' set to access level 150.
[12.16. - 08:24:55] command_init(): - Command 'serverinfo' set to access level 200.
[12.16. - 08:24:55] command_init(): - Command 'serverrules' set to access level 0.
[12.16. - 08:24:55] command_init(): - Command 'serversidename' set to access level 0.
[12.16. - 08:24:55] command_init(): - Command 'setaaexp' set to access level 0.
[12.16. - 08:24:55] command_init(): - Command 'setaapoints' set to access level 0.
[12.16. - 08:24:55] command_init(): - Command 'setaapts' set to access level 100.
[12.16. - 08:24:55] command_init(): - Command 'setaaxp' set to access level 100.
[12.16. - 08:24:55] command_init(): - Command 'setadventurepoints' set to access level 150.
[12.16. - 08:24:55] command_init(): - Command 'setallskill' set to access level 0.
[12.16. - 08:24:55] command_init(): - Command 'setanim' set to access level 200.
[12.16. - 08:24:55] command_init(): - Command 'setcrystals' set to access level 100.
[12.16. - 08:24:55] command_init(): - Command 'setexp' set to access level 0.
[12.16. - 08:24:55] command_init(): - Command 'setfaction' set to access level 170.
[12.16. - 08:24:55] command_init(): - Command 'setgraveyard' set to access level 200.
[12.16. - 08:24:55] command_init(): - Command 'setlanguage' set to access level 50.
[12.16. - 08:24:55] command_init(): - Command 'setlsinfo' set to access level 10.
[12.16. - 08:24:55] command_init(): - Command 'setpass' set to access level 150.
[12.16. - 08:24:55] command_init(): - Command 'setpvppoints' set to access level 100.
[12.16. - 08:24:55] command_init(): - Command 'setskill' set to access level 50.
[12.16. - 08:24:55] command_init(): - Command 'setskillall' set to access level 50.
[12.16. - 08:24:55] command_init(): - Command 'setstartzone' set to access level 80.
[12.16. - 08:24:55] command_init(): - Command 'setstat' set to access level 255.
[12.16. - 08:24:55] command_init(): - Command 'setxp' set to access level 100.
[12.16. - 08:24:55] command_init(): - Command 'showbuffs' set to access level 50.
[12.16. - 08:24:55] command_init(): - Command 'showpetspell' set to access level 200.
[12.16. - 08:24:55] command_init(): - Command 'showskills' set to access level 50.
[12.16. - 08:24:55] command_init(): - Command 'showstats' set to access level 50.
[12.16. - 08:24:55] command_init(): - Command 'shutdown' set to access level 150.
[12.16. - 08:24:55] command_init(): - Command 'si' set to access level 200.
[12.16. - 08:24:55] command_init(): - Command 'size' set to access level 50.
[12.16. - 08:24:55] command_init(): - Command 'spawn' set to access level 10.
[12.16. - 08:24:55] command_init(): - Command 'spawnfix' set to access level 170.
[12.16. - 08:24:55] command_init(): - Command 'spawnstatus' set to access level 100.
[12.16. - 08:24:55] command_init(): - Command 'spellinfo' set to access level 10.
[12.16. - 08:24:55] command_init(): - Command 'spfind' set to access level 0.
[12.16. - 08:24:55] command_init(): - Command 'spoff' set to access level 80.
[12.16. - 08:24:55] command_init(): - Command 'spon' set to access level 80.
[12.16. - 08:24:55] command_init(): - Command 'stun' set to access level 100.
[12.16. - 08:24:55] command_init(): - Command 'summon' set to access level 80.
[12.16. - 08:24:55] command_init(): - Command 'summonitem' set to access level 200.
[12.16. - 08:24:55] command_init(): - Command 'suspend' set to access level 150.
[12.16. - 08:24:55] command_init(): - Command 'synctod' set to access level 90.
[12.16. - 08:24:55] command_init(): - Command 'task' set to access level 250.
[12.16. - 08:24:55] command_init(): - Command 'testspawn' set to access level 200.
[12.16. - 08:24:55] command_init(): - Command 'testspawnkill' set to access level 200.
[12.16. - 08:24:55] command_init(): - Command 'texture' set to access level 10.
[12.16. - 08:24:55] command_init(): - Command 'time' set to access level 90.
[12.16. - 08:24:55] command_init(): - Command 'timers' set to access level 200.
[12.16. - 08:24:55] command_init(): - Command 'timezone' set to access level 90.
[12.16. - 08:24:55] command_init(): - Command 'title' set to access level 50.
[12.16. - 08:24:55] command_init(): - Command 'traindisc' set to access level 150.
[12.16. - 08:24:55] command_init(): - Command 'undyeme' set to access level 0.
[12.16. - 08:24:55] command_init(): - Command 'unfreeze' set to access level 80.
[12.16. - 08:24:55] command_init(): - Command 'unlock' set to access level 150.
[12.16. - 08:24:55] command_init(): - Command 'unscribespell' set to access level 180.
[12.16. - 08:24:55] command_init(): - Command 'unscribespells' set to access level 180.
[12.16. - 08:24:55] command_init(): - Command 'uptime' set to access level 10.
[12.16. - 08:24:55] command_init(): - Command 'version' set to access level 0.
[12.16. - 08:24:55] command_init(): - Command 'viewmessage' set to access level 100.
[12.16. - 08:24:55] command_init(): - Command 'viewmessages' set to access level 0.
[12.16. - 08:24:55] command_init(): - Command 'viewnpctype' set to access level 100.
[12.16. - 08:24:55] command_init(): - Command 'viewpetition' set to access level 20.
[12.16. - 08:24:55] command_init(): - Command 'wc' set to access level 200.
[12.16. - 08:24:55] command_init(): - Command 'weather' set to access level 80.
[12.16. - 08:24:55] command_init(): - Command 'worldshutdown' set to access level 200.
[12.16. - 08:24:55] command_init(): - Command 'wp' set to access level 170.
[12.16. - 08:24:55] command_init(): - Command 'wpadd' set to access level 170.
[12.16. - 08:24:55] command_init(): - Command 'wpinfo' set to access level 170.
[12.16. - 08:24:55] command_init(): - Command 'xtargets' set to access level 250.
[12.16. - 08:24:55] command_init(): - Command 'zclip' set to access level 80.
[12.16. - 08:24:55] command_init(): - Command 'zcolor' set to access level 80.
[12.16. - 08:24:55] command_init(): - Command 'zhdr' set to access level 0.
[12.16. - 08:24:55] command_init(): - Command 'zheader' set to access level 80.
[12.16. - 08:24:55] command_init(): - Command 'zone' set to access level 50.
[12.16. - 08:24:55] command_init(): - Command 'zonebootup' set to access level 150.
[12.16. - 08:24:55] command_init(): - Command 'zoneinstance' set to access level 50.
[12.16. - 08:24:55] command_init(): - Command 'zonelock' set to access level 100.
[12.16. - 08:24:55] command_init(): - Command 'zoneshutdown' set to access level 150.
[12.16. - 08:24:55] command_init(): - Command 'zonespawn' set to access level 250.
[12.16. - 08:24:55] command_init(): - Command 'zonestatus' set to access level 150.
[12.16. - 08:24:55] command_init(): - Command 'zopp' set to access level 250.
[12.16. - 08:24:55] command_init(): - Command 'zsafecoords' set to access level 80.
[12.16. - 08:24:55] command_init(): - Command 'zsave' set to access level 80.
[12.16. - 08:24:55] command_init(): - Command 'zsky' set to access level 80.
[12.16. - 08:24:55] command_init(): - Command 'zstats' set to access level 80.
[12.16. - 08:24:55] command_init(): - Command 'zunderworld' set to access level 80.
[12.16. - 08:24:55] command_init(): - Command 'zuwcoords' set to access level 80.


---------------------------------------------
[12.16. - 08:24:49] Starting Log: logs/eqemu_queryserv_4732.log
[12.16. - 08:24:49] Using database 'peq' at 127.0.0.1:3306

---------------------------------------------
[12.16. - 08:24:55] Starting Log: logs/eqemu_quest_zone_3696.log
[12.16. - 08:24:55] Tying perl output to eqemu logs
[12.16. - 08:24:55] Creating EQEmuIO=HASH(0xdaf66c)
[12.16. - 08:24:55] Creating EQEmuIO=HASH(0xdba2b4)
[12.16. - 08:24:55] Loading perlemb plugins.
[12.16. - 08:24:55] Subroutine Cwd::fastcwd redefined at C:/Perl/lib/Cwd.pm line 812.
[12.16. - 08:24:55] Subroutine Cwd::getcwd redefined at C:/Perl/lib/Cwd.pm line 812.
[12.16. - 08:24:55] Subroutine Cwd::abs_path redefined at C:/Perl/lib/Cwd.pm line 812.
[12.16. - 08:25:00] Terminating on signal SIGHUP(1)

---------------------------------------------
[12.16. - 08:24:21] Starting Log: logs/eqemu_shared_memory_1440.log
[12.16. - 08:24:21] Shared Memory Loader Program
[12.16. - 08:24:21] Connecting to database...
[12.16. - 08:24:21] Using database 'peq' at 127.0.0.1:3306
[12.16. - 08:24:21] Loading items...
[12.16. - 08:24:32] Loading factions...
[12.16. - 08:24:32] Loading loot...
[12.16. - 08:24:37] Loading skill caps...
[12.16. - 08:24:37] Loading spells...
[12.16. - 08:24:40] Loading base data...

---------------------------------------------
[12.16. - 08:24:49] Starting Log: logs/eqemu_ucs_4872.log
[12.16. - 08:24:49] Using database 'peq' at 127.0.0.1:3306


---------------------------------------------
[12.16. - 08:24:40] Starting Log: logs/eqemu_world_4816.log
[12.16. - 08:24:40] Using database 'peq' at 127.0.0.1:3306


---------------------------------------------
[12.16. - 08:24:54] Starting Log: logs/eqemu_zone_3696.log
[12.16. - 08:24:54] Using database 'peq' at 127.0.0.1:3306

Maceblade
12-16-2013, 02:28 PM
Ok I am a fucking idiot... Mine was all in my eqemu config xml file... I had the wrong account in ...
<!-- Loginserver information. Defaults shown -->
<loginserver>
<host>eqemulator.net</host>
<port>5998</port>
<account>****</account>
<password>****</password>
</loginserver>

sorvani
12-17-2013, 06:24 PM
As an update to my issue, I installed MySQL 5.6 not 5.1. I never had a problem using 5.5 last time I built a server from scratch so I assumed that 5.6 would work. Bad idea.

They changed the installer in 5.6 and some of the settings that are generally set by the guides are no longer present. I installed 5.1 and it works fine now. I will have to do testing when I have more time to figure out what is up with 5.6

A related note is that the new CMAKE log disable setting is really killing too much by default. A little more information than two lines of log would be much better to let people know things are actually connecting. The defaults if you turn it off ARE too much, I agree. Maybe tweak it a bit more so thing slike zone show zone X booting. but not the other lines that come out with it disabled. Same for world. let the console show connection from account x and connections from zone x but not all the related lines that the regular debug spew gives.

joligario
12-17-2013, 06:53 PM
I'm using MySQL 5.6.14 but I just compile with the 5.1 dependencies from the git.

sorvani
12-18-2013, 08:05 PM
I'm using MySQL 5.6.14 but I just compile with the 5.1 dependencies from the git.

I let it auto detect everything. I did not check what it compiled with.