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

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

Reply
 
Thread Tools Display Modes
  #1  
Old 04-20-2012, 07:05 PM
adultswimbaked
Fire Beetle
 
Join Date: Apr 2012
Posts: 1
Default No servers displayed in list

Hello,

I've spent the last few hours digging up posts about this issue others have had here in the forums. For the life of me I'm unable to get my server to show up in the list.

I followed the setup instructions listed here: http://www.eqemulator.net/wiki/wikka.php?wakka=ValesEQ
This will only be a local server for me to play on, I will be playing from the same exact machine that the server runs on as well(posted user/pass are not original)

I've spent the last 2 days trying to get this to work and I'm unable to get this thing to show up in the server list, I've fixed all the other little problems that have cropped up. Help me eqemulator, you're my only hope!

Here are all my config files and log files.

eqemu_config.xml
Code:
<?xml version="1.0"?>
<server>
<world>
<shortname>Matts</shortname>
<longname>Matts Place</longname>

<!-- address has to be specified for minilogin to work -->
<address>172.16.20.120</address>
<localaddress>127.0.0.1</localaddress>

<!-- Loginserver information. -->
<loginserver>
<host>localhost</host>
<port>5998</port>
<account>Admin</account>
<password>Password</password>
</loginserver>

<!-- Sets the shared key used by zone/launcher to connect to world -->
<key>make up some random string of characters here</key>

<!-- Enable and set the port for the HTTP service -->
<http port="9080" enable="true" mimefile="mime.types"/>
</world>

<!-- Database configuration, replaces db.ini -->
<database>
<host>localhost</host>
<port>3306</port>
<username>root</username>
<password>everquest</password>
<db>PEQ</db>
</database>
</server>
eqemulogin.ini
Code:
Port=5998
DumpPacketsIn=true
DumpPacketsOut=true
Trace=true
DatabaseServerName=localhost
DatabaseCatalogName=PEQLoginDB
DatabaseUserName=root
DatabaseUserPassword=everquest
OPCodePathAndFileName=login_opcodes.conf
login.ini
Code:
[database]
host = localhost
port = 3306
db = PEQLoginDB
user = root
password = everquest
subsystem = MySQL

[options]
unregistered_allowed = TRUE
reject_duplicate_servers = FALSE
trace = TRUE
world_trace = FALSE
dump_packets_in = FALSE
dump_packets_out = FALSE
listen_port = 5998
local_network = 172.16.20.

[security]
plugin = EQEmuAuthCrypto
mode = 5

[Titanium]
port = 5998
opcodes = login_opcodes.conf

[SoD]
port = 5999
opcodes = login_opcodes_sod.conf

[schema]
account_table = tblLoginServerAccounts
world_registration_table = tblWorldServerRegistration
world_admin_registration_table = tblServerAdminRegistration
world_server_type_table = tblServerListType
eqhost.txt
Code:
[LoginServer]
Host=localhost:5999

LOG FILES:
eqemu_debug
Code:
---------------------------------------------
[04.21. - 15:54:18] Starting Log: logs/eqemu_debug_5920.log
[04.21. - 15:54:18] [LAUNCHER__INIT] Loading server configuration..
[04.21. - 15:54:19] [NET__WORLD] WorldConnection connect: Connecting to the server 127.0.0.1:9000 failed: TCPConnection::Connect(): connect() failed. Error: 10061
[04.21. - 15:54:19] [LAUNCHER__ERROR] worldserver.Connect() FAILED! Will retry.
[04.21. - 15:54:19] [LAUNCHER__INIT] Starting main loop...
[04.21. - 15:54:34] [NET__WORLD] Connected to World: 127.0.0.1:9000
[04.21. - 15:54:39] [LAUNCHER__WORLD] World told us to start zone dynamic_01.
[04.21. - 15:54:39] [LAUNCHER__WORLD] World told us to start zone dynamic_02.
[04.21. - 15:54:39] [LAUNCHER__WORLD] World told us to start zone dynamic_03.
[04.21. - 15:54:39] [LAUNCHER__WORLD] World told us to start zone dynamic_04.
[04.21. - 15:54:39] [LAUNCHER__WORLD] World told us to start zone dynamic_05.
[04.21. - 15:54:39] [LAUNCHER__ERROR] World told us to start zone dynamic_01, but it is already running.
[04.21. - 15:54:39] [LAUNCHER__ERROR] World told us to start zone dynamic_02, but it is already running.
[04.21. - 15:54:39] [LAUNCHER__ERROR] World told us to start zone dynamic_03, but it is already running.
[04.21. - 15:54:39] [LAUNCHER__ERROR] World told us to start zone dynamic_04, but it is already running.
[04.21. - 15:54:39] [LAUNCHER__ERROR] World told us to start zone dynamic_05, but it is already running.
[04.21. - 15:54:39] [LAUNCHER__STATUS] Starting zone dynamic_01
[04.21. - 15:54:39] [LAUNCHER__STATUS] Zone dynamic_01 has been started.
[04.21. - 15:54:39] [LAUNCHER__STATUS] Waiting 20000 milliseconds before booting the second zone.
[04.21. - 15:54:59] [LAUNCHER__STATUS] Starting zone dynamic_02
[04.21. - 15:54:59] [LAUNCHER__STATUS] Zone dynamic_02 has been started.
[04.21. - 15:54:59] [LAUNCHER__STATUS] Waiting 2000 milliseconds before booting the next zone.
[04.21. - 15:55:01] [LAUNCHER__STATUS] Starting zone dynamic_03
[04.21. - 15:55:01] [LAUNCHER__STATUS] Zone dynamic_03 has been started.
[04.21. - 15:55:01] [LAUNCHER__STATUS] Waiting 2000 milliseconds before booting the next zone.
[04.21. - 15:55:03] [LAUNCHER__STATUS] Starting zone dynamic_04
[04.21. - 15:55:03] [LAUNCHER__STATUS] Zone dynamic_04 has been started.
[04.21. - 15:55:03] [LAUNCHER__STATUS] Waiting 2000 milliseconds before booting the next zone.
[04.21. - 15:55:05] [LAUNCHER__STATUS] Starting zone dynamic_05
[04.21. - 15:55:05] [LAUNCHER__STATUS] Zone dynamic_05 has been started.
[04.21. - 15:55:05] [LAUNCHER__STATUS] Waiting 2000 milliseconds before booting the next zone.

eqemu_debug_world
Code:
---------------------------------------------
[04.21. - 15:54:18] Starting Log: logs/eqemu_debug_world_0520.log
[04.21. - 15:54:18] [WORLD__INIT] Loading server configuration..
[04.21. - 15:54:18] [WORLD__INIT] Warning: Unable to read log.ini
[04.21. - 15:54:18] [WORLD__INIT] CURRENT_WORLD_VERSION:EQEmulator 0.8.0
[04.21. - 15:54:18] [WORLD__INIT] Added loginserver localhost:5998
[04.21. - 15:54:18] [WORLD__INIT] Connecting to MySQL...
[04.21. - 15:54:18] [WORLD__INIT] HTTP world service disabled.
[04.21. - 15:54:18] [WORLD__INIT] Loading variables..
[04.21. - 15:54:18] [WORLD__INIT] Loading zones..
[04.21. - 15:54:18] [WORLD__INIT] Clearing groups..
[04.21. - 15:54:18] [WORLD__INIT] Clearing raids..
[04.21. - 15:54:18] [WORLD__INIT] Loading items..
[04.21. - 15:54:22] [WORLD__INIT] Loading guilds..
[04.21. - 15:54:22] [WORLD__INIT] Loaded default rule set 'default'
[04.21. - 15:54:22] [WORLD__INIT] Clearing temporary merchant lists..
[04.21. - 15:54:22] [WORLD__INIT] Loading EQ time of day..
[04.21. - 15:54:22] [WORLD__INIT_ERR] Unable to load eqtime.cfg
[04.21. - 15:54:22] [WORLD__INIT] Loading launcher list..
[04.21. - 15:54:22] [WORLD__INIT] Reboot zone modes ON
[04.21. - 15:54:22] [WORLD__INIT] Deleted 0 stale player corpses from database
[04.21. - 15:54:22] [WORLD__INIT] Deleted 0 stale player backups from database
[04.21. - 15:54:22] [WORLD__INIT] Loading adventures...
[04.21. - 15:54:22] [WORLD__INIT] Purging expired instances
[04.21. - 15:54:22] [WORLD__INIT] Loading char create info...
[04.21. - 15:54:22] [WORLD__INIT] Zone (TCP) listener started.
[04.21. - 15:54:22] [WORLD__INIT] Client (UDP) listener started.
[04.21. - 15:54:22] [NET__IDENTIFY] Registered patch 6.2
[04.21. - 15:54:22] [NET__IDENTIFY] Registered patch Titanium
[04.21. - 15:54:22] [NET__IDENTIFY] Registered patch SoF
[04.21. - 15:54:22] [NET__IDENTIFY] Registered patch SoD
[04.21. - 15:54:22] [NET__IDENTIFY] Registered patch Underfoot
[04.21. - 15:54:22] [WORLD__LS] Connecting to login server: localhost:5998
[04.21. - 15:54:22] [WORLD__LS] Connected to Loginserver: localhost:5998
[04.21. - 15:54:29] [WORLD__ZONE] New TCP connection from 127.0.0.1:50533
[04.21. - 15:54:29] [WORLD__CONSOLE] New launcher from 127.0.0.1:50533
[04.21. - 15:54:29] [WORLD__LAUNCH] Adding pending launcher 1
[04.21. - 15:54:34] [WORLD__LAUNCH] Launcher Identified itself as 'zone'. Loading zone list.
[04.21. - 15:54:34] [WORLD__LAUNCH] Removing pending launcher 1. Adding zone to active list.
[04.21. - 15:54:39] [WORLD__LAUNCH] zone: dynamic_01 reported state STARTED (1 starts)
[04.21. - 15:54:41] [WORLD__ZONE] New TCP connection from 127.0.0.1:50535
[04.21. - 15:54:41] [WORLD__CONSOLE] New zoneserver #1 from 127.0.0.1:50535
[04.21. - 15:54:41] [WORLD__ZONE] [1] Zone started with name dynamic_01 by launcher zone
[04.21. - 15:54:41] [WORLD__ZONE] [1] Auto zone port configuration.  Telling zone to use port 7000
[04.21. - 15:54:59] [WORLD__LAUNCH] zone: dynamic_02 reported state STARTED (1 starts)
[04.21. - 15:54:59] [WORLD__ZONE] New TCP connection from 127.0.0.1:50537
[04.21. - 15:54:59] [WORLD__CONSOLE] New zoneserver #2 from 127.0.0.1:50537
[04.21. - 15:54:59] [WORLD__ZONE] [2] Zone started with name dynamic_02 by launcher zone
[04.21. - 15:54:59] [WORLD__ZONE] [2] Auto zone port configuration.  Telling zone to use port 7001
[04.21. - 15:55:01] [WORLD__LAUNCH] zone: dynamic_03 reported state STARTED (1 starts)
[04.21. - 15:55:01] [WORLD__ZONE] New TCP connection from 127.0.0.1:50539
[04.21. - 15:55:01] [WORLD__CONSOLE] New zoneserver #3 from 127.0.0.1:50539
[04.21. - 15:55:01] [WORLD__ZONE] [3] Zone started with name dynamic_03 by launcher zone
[04.21. - 15:55:01] [WORLD__ZONE] [3] Auto zone port configuration.  Telling zone to use port 7002
[04.21. - 15:55:03] [WORLD__LAUNCH] zone: dynamic_04 reported state STARTED (1 starts)
[04.21. - 15:55:03] [WORLD__ZONE] New TCP connection from 127.0.0.1:50541
[04.21. - 15:55:03] [WORLD__CONSOLE] New zoneserver #4 from 127.0.0.1:50541
[04.21. - 15:55:03] [WORLD__ZONE] [4] Zone started with name dynamic_04 by launcher zone
[04.21. - 15:55:03] [WORLD__ZONE] [4] Auto zone port configuration.  Telling zone to use port 7003
[04.21. - 15:55:05] [WORLD__LAUNCH] zone: dynamic_05 reported state STARTED (1 starts)
[04.21. - 15:55:05] [WORLD__ZONE] New TCP connection from 127.0.0.1:50543
[04.21. - 15:55:05] [WORLD__CONSOLE] New zoneserver #5 from 127.0.0.1:50543
[04.21. - 15:55:05] [WORLD__ZONE] [5] Zone started with name dynamic_05 by launcher zone
[04.21. - 15:55:05] [WORLD__ZONE] [5] Auto zone port configuration.  Telling zone to use port 7004
eqemu_debug_zone
Code:
---------------------------------------------
[04.21. - 15:55:03] Starting Log: logs/eqemu_debug_zone_2448.log
[04.21. - 15:55:03] [ZONE__INIT] Loading server configuration..
[04.21. - 15:55:03] [ZONE__INIT] Warning: Unable to read log.ini
[04.21. - 15:55:03] [ZONE__INIT] Connecting to MySQL...
[04.21. - 15:55:03] [ZONE__INIT] CURRENT_ZONE_VERSION: EQEmulator 0.8.0
[04.21. - 15:55:03] [ZONE__INIT] Warning: Unable to read ./log.ini
[04.21. - 15:55:03] [ZONE__INIT] Mapping Incoming Opcodes
[04.21. - 15:55:03] [ZONE__INIT] Loading Variables
[04.21. - 15:55:03] [ZONE__INIT] Loading zone names
[04.21. - 15:55:03] [ZONE__INIT] Loading items
[04.21. - 15:55:03] [ZONE__INIT] Loading npc faction lists
[04.21. - 15:55:03] [ZONE__INIT] Loading loot tables
[04.21. - 15:55:03] [ZONE__INIT] Loading skill caps
[04.21. - 15:55:03] [ZONE__INIT] Loading spells
[04.21. - 15:55:03] [ZONE__INIT] Loading guilds
[04.21. - 15:55:03] [ZONE__INIT] Loading factions
[04.21. - 15:55:03] [ZONE__INIT] Loading titles
[04.21. - 15:55:03] [ZONE__INIT] Loading AA effects
[04.21. - 15:55:03] [ZONE__INIT] Loading tributes
[04.21. - 15:55:03] [ZONE__INIT] Loading corpse timers
[04.21. - 15:55:03] [ZONE__INIT] Loading commands
[04.21. - 15:55:03] command_init(): - Command 'acceptrules' set to access level 0.
[04.21. - 15:55:03] command_init(): - Command 'advnpcspawn' set to access level 150.
[04.21. - 15:55:03] command_init(): - Command 'aggro' set to access level 80.
[04.21. - 15:55:03] command_init(): - Command 'aggrozone' set to access level 100.
[04.21. - 15:55:03] command_init(): - Command 'ai' set to access level 100.
[04.21. - 15:55:03] command_init(): - Command 'altactivate' set to access level 0.
[04.21. - 15:55:03] command_init(): - Command 'appearance' set to access level 150.
[04.21. - 15:55:03] command_init(): - Command 'attack' set to access level 150.
[04.21. - 15:55:03] command_init(): - Command 'ban' set to access level 150.
[04.21. - 15:55:03] command_init(): - Command 'bestz' set to access level 0.
[04.21. - 15:55:03] command_init(): - Command 'bind' set to access level 200.
[04.21. - 15:55:03] command_init(): - Command 'bot' set to access level 0.
[04.21. - 15:55:03] command_init(): - Command 'cast' set to access level 0.
[04.21. - 15:55:03] command_init(): - Command 'castspell' set to access level 50.
[04.21. - 15:55:03] command_init(): - Command 'charbackup' set to access level 150.
[04.21. - 15:55:03] command_init(): - Command 'chat' set to access level 200.
[04.21. - 15:55:03] command_init(): - Command 'checklos' set to access level 50.
[04.21. - 15:55:03] command_init(): - Command 'connectworld' set to access level 0.
[04.21. - 15:55:03] command_init(): - Command 'connectworldserver' set to access level 200.
[04.21. - 15:55:03] command_init(): - Command 'copychar' set to access level 100.
[04.21. - 15:55:03] command_init(): - Command 'corpse' set to access level 50.
[04.21. - 15:55:03] command_init(): - Command 'crashtest' set to access level 200.
[04.21. - 15:55:03] command_init(): - Command 'cvs' set to access level 200.
[04.21. - 15:55:03] command_init(): - Command 'd1' set to access level 200.
[04.21. - 15:55:03] command_init(): - Command 'damage' set to access level 100.
[04.21. - 15:55:03] command_init(): - Command 'datarate' set to access level 100.
[04.21. - 15:55:03] command_init(): - Command 'date' set to access level 90.
[04.21. - 15:55:03] command_init(): - Command 'dbspawn' set to access level 0.
[04.21. - 15:55:03] command_init(): - Command 'dbspawn2' set to access level 100.
[04.21. - 15:55:03] command_init(): - Command 'delacct' set to access level 150.
[04.21. - 15:55:03] command_init(): - Command 'deletegraveyard' set to access level 200.
[04.21. - 15:55:03] command_init(): - Command 'delpetition' set to access level 20.
[04.21. - 15:55:03] command_init(): - Command 'depop' set to access level 50.
[04.21. - 15:55:03] command_init(): - Command 'depopzone' set to access level 100.
[04.21. - 15:55:03] command_init(): - Command 'distance' set to access level 80.
[04.21. - 15:55:03] command_init(): - Command 'doanim' set to access level 50.
[04.21. - 15:55:03] command_init(): - Command 'eitem' set to access level 200.
[04.21. - 15:55:03] command_init(): - Command 'emote' set to access level 80.
[04.21. - 15:55:03] command_init(): - Command 'equipitem' set to access level 50.
[04.21. - 15:55:03] command_init(): - Command 'face' set to access level 250.
[04.21. - 15:55:03] command_init(): - Command 'fear' set to access level 200.
[04.21. - 15:55:03] command_init(): - Command 'finditem' set to access level 0.
[04.21. - 15:55:03] command_init(): - Command 'findnpctype' set to access level 100.
[04.21. - 15:55:03] command_init(): - Command 'findspell' set to access level 50.
[04.21. - 15:55:03] command_init(): - Command 'findzone' set to access level 100.
[04.21. - 15:55:03] command_init(): - Command 'fixmob' set to access level 100.
[04.21. - 15:55:03] command_init(): - Command 'flag' set to access level 200.
[04.21. - 15:55:03] command_init(): - Command 'flagedit' set to access level 100.
[04.21. - 15:55:03] command_init(): - Command 'flags' set to access level 0.
[04.21. - 15:55:03] command_init(): - Command 'flymode' set to access level 50.
[04.21. - 15:55:03] command_init(): - Command 'fov' set to access level 80.
[04.21. - 15:55:03] command_init(): - Command 'freeze' set to access level 80.
[04.21. - 15:55:03] command_init(): - Command 'fz' set to access level 100.
[04.21. - 15:55:03] command_init(): - Command 'gassign' set to access level 100.
[04.21. - 15:55:03] command_init(): - Command 'gender' set to access level 50.
[04.21. - 15:55:03] command_init(): - Command 'getvariable' set to access level 200.
[04.21. - 15:55:03] command_init(): - Command 'gi' set to access level 200.
[04.21. - 15:55:03] command_init(): - Command 'ginfo' set to access level 20.
[04.21. - 15:55:03] command_init(): - Command 'giveitem' set to access level 200.
[04.21. - 15:55:03] command_init(): - Command 'givemoney' set to access level 150.
[04.21. - 15:55:03] command_init(): - Command 'globalview' set to access level 80.
[04.21. - 15:55:03] command_init(): - Command 'gm' set to access level 80.
[04.21. - 15:55:03] command_init(): - Command 'gmhideme' set to access level 0.
[04.21. - 15:55:03] command_init(): - Command 'gmspeed' set to access level 100.
[04.21. - 15:55:03] command_init(): - Command 'goto' set to access level 10.
[04.21. - 15:55:03] command_init(): - Command 'grid' set to access level 170.
[04.21. - 15:55:03] command_init(): - Command 'guild' set to access level 10.
[04.21. - 15:55:03] command_init(): - Command 'guildapprove' set to access level 0.
[04.21. - 15:55:03] command_init(): - Command 'guildcreate' set to access level 0.
[04.21. - 15:55:03] command_init(): - Command 'guildlist' set to access level 0.
[04.21. - 15:55:03] command_init(): - Command 'guilds' set to access level 0.
[04.21. - 15:55:03] command_init(): - Command 'haste' set to access level 100.
[04.21. - 15:55:03] command_init(): - Command 'hatelist' set to access level 80.
[04.21. - 15:55:03] command_init(): - Command 'heal' set to access level 10.
[04.21. - 15:55:03] command_init(): - Command 'help' set to access level 0.
[04.21. - 15:55:03] command_init(): - Command 'hideme' set to access level 80.
[04.21. - 15:55:03] command_init(): - Command 'hp' set to access level 0.
[04.21. - 15:55:03] command_init(): - Command 'incstat' set to access level 200.
[04.21. - 15:55:03] command_init(): - Command 'instance' set to access level 200.
[04.21. - 15:55:03] command_init(): - Command 'interrupt' set to access level 50.
[04.21. - 15:55:03] command_init(): - Command 'invul' set to access level 0.
[04.21. - 15:55:03] command_init(): - Command 'invulnerable' set to access level 80.
[04.21. - 15:55:03] command_init(): - Command 'ipban' set to access level 200.
[04.21. - 15:55:03] command_init(): - Command 'iplookup' set to access level 200.
[04.21. - 15:55:03] command_init(): - Command 'iteminfo' set to access level 10.
[04.21. - 15:55:03] command_init(): - Command 'itemsearch' set to access level 10.
[04.21. - 15:55:03] command_init(): - Command 'itemtest' set to access level 250.
[04.21. - 15:55:03] command_init(): - Command 'kick' set to access level 150.
[04.21. - 15:55:03] command_init(): - Command 'kill' set to access level 100.
[04.21. - 15:55:03] command_init(): - Command 'lastname' set to access level 50.
[04.21. - 15:55:03] command_init(): - Command 'level' set to access level 10.
[04.21. - 15:55:03] command_init(): - Command 'listnpcs' set to access level 20.
[04.21. - 15:55:03] command_init(): - Command 'listpetition' set to access level 50.
[04.21. - 15:55:03] command_init(): - Command 'loc' set to access level 0.
[04.21. - 15:55:03] command_init(): - Command 'lock' set to access level 150.
[04.21. - 15:55:03] command_init(): - Command 'log' set to access level 80.
[04.21. - 15:55:03] command_init(): - Command 'logs' set to access level 250.
[04.21. - 15:55:03] command_init(): - Command 'logsql' set to access level 200.
[04.21. - 15:55:03] command_init(): - Command 'los' set to access level 0.
[04.21. - 15:55:03] command_init(): - Command 'makepet' set to access level 50.
[04.21. - 15:55:03] command_init(): - Command 'mana' set to access level 50.
[04.21. - 15:55:03] command_init(): - Command 'manaburn' set to access level 10.
[04.21. - 15:55:03] command_init(): - Command 'manastat' set to access level 80.
[04.21. - 15:55:03] command_init(): - Command 'memspell' set to access level 50.
[04.21. - 15:55:03] command_init(): - Command 'mlog' set to access level 250.
[04.21. - 15:55:03] command_init(): - Command 'modifynpcstat' set to access level 150.
[04.21. - 15:55:03] command_init(): - Command 'motd' set to access level 150.
[04.21. - 15:55:03] command_init(): - Command 'movechar' set to access level 50.
[04.21. - 15:55:03] command_init(): - Command 'mysql' set to access level 250.
[04.21. - 15:55:03] command_init(): - Command 'mystats' set to access level 50.
[04.21. - 15:55:03] command_init(): - Command 'name' set to access level 150.
[04.21. - 15:55:03] command_init(): - Command 'netstats' set to access level 200.
[04.21. - 15:55:03] command_init(): - Command 'nologs' set to access level 250.
[04.21. - 15:55:03] command_init(): - Command 'npccast' set to access level 80.
[04.21. - 15:55:03] command_init(): - Command 'npcedit' set to access level 100.
[04.21. - 15:55:03] command_init(): - Command 'npcemote' set to access level 150.
[04.21. - 15:55:03] command_init(): - Command 'npcloot' set to access level 80.
[04.21. - 15:55:03] command_init(): - Command 'npcsay' set to access level 150.
[04.21. - 15:55:03] command_init(): - Command 'npcshout' set to access level 150.
[04.21. - 15:55:03] command_init(): - Command 'npcspawn' set to access level 170.
[04.21. - 15:55:03] command_init(): - Command 'npcspecialatk' set to access level 0.
[04.21. - 15:55:03] command_init(): - Command 'npcspecialattack' set to access level 0.
[04.21. - 15:55:03] command_init(): - Command 'npcspecialattk' set to access level 80.
[04.21. - 15:55:03] command_init(): - Command 'npcstats' set to access level 80.
[04.21. - 15:55:03] command_init(): - Command 'npctypespawn' set to access level 10.
[04.21. - 15:55:03] command_init(): - Command 'nukebuffs' set to access level 50.
[04.21. - 15:55:03] command_init(): - Command 'nukeitem' set to access level 150.
[04.21. - 15:55:03] command_init(): - Command 'numauths' set to access level 200.
[04.21. - 15:55:03] command_init(): - Command 'object' set to access level 100.
[04.21. - 15:55:03] command_init(): - Command 'oocmute' set to access level 200.
[04.21. - 15:55:03] command_init(): - Command 'opcode' set to access level 250.
[04.21. - 15:55:03] command_init(): - Command 'optest' set to access level 255.
[04.21. - 15:55:03] command_init(): - Command 'path' set to access level 200.
[04.21. - 15:55:03] command_init(): - Command 'peekinv' set to access level 100.
[04.21. - 15:55:03] command_init(): - Command 'peqzone' set to access level 100.
[04.21. - 15:55:03] command_init(): - Command 'permaclass' set to access level 80.
[04.21. - 15:55:03] command_init(): - Command 'permagender' set to access level 80.
[04.21. - 15:55:03] command_init(): - Command 'permarace' set to access level 80.
[04.21. - 15:55:03] command_init(): - Command 'petitioninfo' set to access level 20.
[04.21. - 15:55:03] command_init(): - Command 'pf' set to access level 0.
[04.21. - 15:55:03] command_init(): - Command 'pvp' set to access level 100.
[04.21. - 15:55:03] command_init(): - Command 'qglobal' set to access level 100.
[04.21. - 15:55:03] command_init(): - Command 'qtest' set to access level 255.
[04.21. - 15:55:03] command_init(): - Command 'race' set to access level 50.
[04.21. - 15:55:03] command_init(): - Command 'raidloot' set to access level 0.
[04.21. - 15:55:03] command_init(): - Command 'randomfeatures' set to access level 80.
[04.21. - 15:55:03] command_init(): - Command 'refreshgroup' set to access level 0.
[04.21. - 15:55:03] command_init(): - Command 'refundaa' set to access level 100.
[04.21. - 15:55:03] command_init(): - Command 'reloadpl' set to access level 0.
[04.21. - 15:55:03] command_init(): - Command 'reloadqst' set to access level 0.
[04.21. - 15:55:03] command_init(): - Command 'reloadquest' set to access level 150.
[04.21. - 15:55:03] command_init(): - Command 'reloadstatic' set to access level 150.
[04.21. - 15:55:03] command_init(): - Command 'reloadzonepoints' set to access level 150.
[04.21. - 15:55:03] command_init(): - Command 'reloadzps' set to access level 0.
[04.21. - 15:55:03] command_init(): - Command 'repop' set to access level 100.
[04.21. - 15:55:03] command_init(): - Command 'resetaa' set to access level 200.
[04.21. - 15:55:03] command_init(): - Command 'revoke' set to access level 200.
[04.21. - 15:55:03] command_init(): - Command 'rules' set to access level 250.
[04.21. - 15:55:03] command_init(): - Command 'save' set to access level 50.
[04.21. - 15:55:03] command_init(): - Command 'scribespell' set to access level 180.
[04.21. - 15:55:03] command_init(): - Command 'scribespells' set to access level 150.
[04.21. - 15:55:03] command_init(): - Command 'search' set to access level 0.
[04.21. - 15:55:03] command_init(): - Command 'sendop' set to access level 200.
[04.21. - 15:55:03] command_init(): - Command 'sendzonespawns' set to access level 150.
[04.21. - 15:55:03] command_init(): - Command 'serverinfo' set to access level 200.
[04.21. - 15:55:03] command_init(): - Command 'serverrules' set to access level 0.
[04.21. - 15:55:03] command_init(): - Command 'serversidename' set to access level 0.
[04.21. - 15:55:03] command_init(): - Command 'setaaexp' set to access level 0.
[04.21. - 15:55:03] command_init(): - Command 'setaapoints' set to access level 0.
[04.21. - 15:55:03] command_init(): - Command 'setaapts' set to access level 100.
[04.21. - 15:55:03] command_init(): - Command 'setaaxp' set to access level 100.
[04.21. - 15:55:03] command_init(): - Command 'setadventurepoints' set to access level 150.
[04.21. - 15:55:03] command_init(): - Command 'setallskill' set to access level 0.
[04.21. - 15:55:03] command_init(): - Command 'setanim' set to access level 200.
[04.21. - 15:55:03] command_init(): - Command 'setcrystals' set to access level 100.
[04.21. - 15:55:03] command_init(): - Command 'setexp' set to access level 0.
[04.21. - 15:55:03] command_init(): - Command 'setfaction' set to access level 170.
[04.21. - 15:55:03] command_init(): - Command 'setgraveyard' set to access level 200.
[04.21. - 15:55:03] command_init(): - Command 'setitemstatus' set to access level 100.
[04.21. - 15:55:03] command_init(): - Command 'setlanguage' set to access level 50.
[04.21. - 15:55:03] command_init(): - Command 'setlsinfo' set to access level 10.
[04.21. - 15:55:03] command_init(): - Command 'setpass' set to access level 150.
[04.21. - 15:55:03] command_init(): - Command 'setpvppoints' set to access level 100.
[04.21. - 15:55:03] command_init(): - Command 'setskill' set to access level 50.
[04.21. - 15:55:03] command_init(): - Command 'setskillall' set to access level 50.
[04.21. - 15:55:03] command_init(): - Command 'setstartzone' set to access level 80.
[04.21. - 15:55:03] command_init(): - Command 'setstat' set to access level 255.
[04.21. - 15:55:03] command_init(): - Command 'setxp' set to access level 100.
[04.21. - 15:55:03] command_init(): - Command 'showbuffs' set to access level 50.
[04.21. - 15:55:03] command_init(): - Command 'showpetspell' set to access level 200.
[04.21. - 15:55:03] command_init(): - Command 'showskills' set to access level 50.
[04.21. - 15:55:03] command_init(): - Command 'showstats' set to access level 50.
[04.21. - 15:55:03] command_init(): - Command 'shutdown' set to access level 150.
[04.21. - 15:55:03] command_init(): - Command 'si' set to access level 200.
[04.21. - 15:55:03] command_init(): - Command 'size' set to access level 50.
[04.21. - 15:55:03] command_init(): - Command 'spawn' set to access level 10.
[04.21. - 15:55:03] command_init(): - Command 'spawnfix' set to access level 170.
[04.21. - 15:55:03] command_init(): - Command 'spawnstatus' set to access level 100.
[04.21. - 15:55:03] command_init(): - Command 'spellinfo' set to access level 10.
[04.21. - 15:55:03] command_init(): - Command 'spfind' set to access level 0.
[04.21. - 15:55:03] command_init(): - Command 'spoff' set to access level 80.
[04.21. - 15:55:03] command_init(): - Command 'spon' set to access level 80.
[04.21. - 15:55:03] command_init(): - Command 'stun' set to access level 100.
[04.21. - 15:55:03] command_init(): - Command 'summon' set to access level 80.
[04.21. - 15:55:03] command_init(): - Command 'summonitem' set to access level 200.
[04.21. - 15:55:03] command_init(): - Command 'suspend' set to access level 150.
[04.21. - 15:55:03] command_init(): - Command 'synctod' set to access level 90.
[04.21. - 15:55:03] command_init(): - Command 'task' set to access level 250.
[04.21. - 15:55:03] command_init(): - Command 'testspawn' set to access level 200.
[04.21. - 15:55:03] command_init(): - Command 'testspawnkill' set to access level 200.
[04.21. - 15:55:03] command_init(): - Command 'texture' set to access level 10.
[04.21. - 15:55:03] command_init(): - Command 'time' set to access level 90.
[04.21. - 15:55:03] command_init(): - Command 'timers' set to access level 200.
[04.21. - 15:55:03] command_init(): - Command 'timezone' set to access level 90.
[04.21. - 15:55:03] command_init(): - Command 'title' set to access level 50.
[04.21. - 15:55:03] command_init(): - Command 'traindisc' set to access level 150.
[04.21. - 15:55:03] command_init(): - Command 'undyeme' set to access level 0.
[04.21. - 15:55:03] command_init(): - Command 'unfreeze' set to access level 80.
[04.21. - 15:55:03] command_init(): - Command 'unlock' set to access level 150.
[04.21. - 15:55:03] command_init(): - Command 'unscribespell' set to access level 180.
[04.21. - 15:55:03] command_init(): - Command 'unscribespells' set to access level 180.
[04.21. - 15:55:03] command_init(): - Command 'uptime' set to access level 10.
[04.21. - 15:55:03] command_init(): - Command 'version' set to access level 0.
[04.21. - 15:55:03] command_init(): - Command 'viewmessage' set to access level 100.
[04.21. - 15:55:03] command_init(): - Command 'viewmessages' set to access level 0.
[04.21. - 15:55:03] command_init(): - Command 'viewnpctype' set to access level 100.
[04.21. - 15:55:03] command_init(): - Command 'viewpetition' set to access level 20.
[04.21. - 15:55:03] command_init(): - Command 'wc' set to access level 200.
[04.21. - 15:55:03] command_init(): - Command 'weather' set to access level 80.
[04.21. - 15:55:03] command_init(): - Command 'worldshutdown' set to access level 200.
[04.21. - 15:55:03] command_init(): - Command 'wp' set to access level 170.
[04.21. - 15:55:03] command_init(): - Command 'wpadd' set to access level 170.
[04.21. - 15:55:03] command_init(): - Command 'wpinfo' set to access level 170.
[04.21. - 15:55:03] command_init(): - Command 'zclip' set to access level 80.
[04.21. - 15:55:03] command_init(): - Command 'zcolor' set to access level 80.
[04.21. - 15:55:03] command_init(): - Command 'zhdr' set to access level 0.
[04.21. - 15:55:03] command_init(): - Command 'zheader' set to access level 80.
[04.21. - 15:55:03] command_init(): - Command 'zone' set to access level 50.
[04.21. - 15:55:03] command_init(): - Command 'zonebootup' set to access level 150.
[04.21. - 15:55:03] command_init(): - Command 'zoneinstance' set to access level 50.
[04.21. - 15:55:03] command_init(): - Command 'zonelock' set to access level 100.
[04.21. - 15:55:03] command_init(): - Command 'zoneshutdown' set to access level 150.
[04.21. - 15:55:03] command_init(): - Command 'zonespawn' set to access level 250.
[04.21. - 15:55:03] command_init(): - Command 'zonestatus' set to access level 150.
[04.21. - 15:55:03] command_init(): - Command 'zsafecoords' set to access level 80.
[04.21. - 15:55:03] command_init(): - Command 'zsave' set to access level 80.
[04.21. - 15:55:03] command_init(): - Command 'zsky' set to access level 80.
[04.21. - 15:55:03] command_init(): - Command 'zstats' set to access level 80.
[04.21. - 15:55:03] command_init(): - Command 'zunderworld' set to access level 80.
[04.21. - 15:55:03] command_init(): - Command 'zuwcoords' set to access level 80.
[04.21. - 15:55:03] [ZONE__INIT] 248 commands loaded
[04.21. - 15:55:03] [ZONE__INIT] Loaded default rule set 'default'
[04.21. - 15:55:03] [ZONE__INIT] Loading Tasks
[04.21. - 15:55:03] [ZONE__INIT] Loading quests
[04.21. - 15:55:03] [ZONE__INIT] Entering sleep mode
[04.21. - 15:55:03] [NET__IDENTIFY] Registered patch 6.2
[04.21. - 15:55:03] [NET__IDENTIFY] Registered patch Titanium
[04.21. - 15:55:03] [NET__IDENTIFY] Registered patch SoF
[04.21. - 15:55:03] [NET__IDENTIFY] Registered patch SoD
[04.21. - 15:55:03] [NET__IDENTIFY] Registered patch Underfoot
[04.21. - 15:55:03] [NET__WORLD] Connected to World: 127.0.0.1:9000
[04.21. - 15:55:03] [ZONE__WORLD] World indicated port 7003 for this zone.
[04.21. - 15:55:03] [ZONE__INIT] Starting EQ Network server on port 7003
eqemu_world
Code:
---------------------------------------------
[04.21. - 15:54:18] Starting Log: logs/eqemu_world_0520.log
[04.21. - 15:54:18] Using database 'PEQ' at localhost:3306
[04.21. - 15:54:18] EMuShareMem loaded
[04.21. - 15:54:18] Loading items from database: count=92475
eqemu_zone
Code:
---------------------------------------------
[04.21. - 15:55:03] Starting Log: logs/eqemu_zone_2448.log
[04.21. - 15:55:03] Using database 'PEQ' at localhost:3306
[04.21. - 15:55:03] EMuShareMem loaded
login
Code:
[Debug] [04.21.12 - 15:54:18] Logging System Init.
[Debug] [04.21.12 - 15:54:18] Config System Init.
[Debug] [04.21.12 - 15:54:18] MySQL Database Init.
[Debug] [04.21.12 - 15:54:18] Encryption Initialize.
[Debug] [04.21.12 - 15:54:18] Encryption Loaded Successfully.
[Debug] [04.21.12 - 15:54:18] Server Manager Initialize.
[Network] [04.21.12 - 15:54:18] ServerManager listening on port 5998
[Debug] [04.21.12 - 15:54:18] Client Manager Initialize.
[Network] [04.21.12 - 15:54:18] ClientManager listening on Titanium stream.
[Network] [04.21.12 - 15:54:18] ClientManager listening on SoD stream.
[Debug] [04.21.12 - 15:54:18] Server Started.
[Network] [04.21.12 - 15:54:22] New world server connection from 127.0.0.1:50532
[World] [04.21.12 - 15:54:22] Server Matts Place(Matts) successfully logged in.
At this point I'm completely lost, any help will be greatly appreciated!
Reply With Quote
  #2  
Old 04-21-2012, 06:31 AM
Aeryn
Fire Beetle
 
Join Date: Jun 2011
Posts: 20
Default

Quote:
Originally Posted by adultswimbaked View Post
Here are all my config files and log files.

eqemu_config.xml
Code:
<?xml version="1.0"?>
<!-- address has to be specified for minilogin to work -->
<address>172.16.20.120</address>
<localaddress>127.0.0.1</localaddress>
login.ini
Code:
[options]
local_network = 172.16.20.
LOG FILES:
eqemu_debug
Code:
---------------------------------------------
[04.21. - 15:54:19] [NET__WORLD] WorldConnection connect: Connecting to the server 127.0.0.1:9000 failed: TCPConnection::Connect(): connect() failed. Error: 10061
[04.21. - 15:54:19] [LAUNCHER__ERROR] worldserver.Connect() FAILED! Will retry.
Im no IT expert, but the hightlighted parts i suspect may be wrong. i dont use minilogin
I take it that IP is your External IP address?,
ive had problems before using the external IP, on its own router
also other IP is incomplete
May be better using DNS server, its free, or maybe using your PC's own internal IP address
192.168.xxx.xxx

log shows it isnt connecting to the login server
Reply With Quote
  #3  
Old 04-21-2012, 08:27 AM
joligario's Avatar
joligario
Developer
 
Join Date: Mar 2003
Posts: 1,497
Default

The login portion is right, it doesn't need completed. However, it should be the local network, not external ip. On the eqemu config, you can use the external ip address as long as port forwarding is set correctly. The last one looks like it connects after that. Most likely it is the start.bat not having a delay.
Reply With Quote
  #4  
Old 04-22-2012, 11:47 PM
Eodren
Fire Beetle
 
Join Date: May 2010
Posts: 1
Default

I have been having the same issue as well. Everything runs fine, no errors. I just cant seem to get the server to appear on the select screen at all. I will check the start.bat and see if I can come up with any difference there.
Reply With Quote
  #5  
Old 04-23-2012, 04:54 AM
Raewan
Fire Beetle
 
Join Date: Apr 2012
Posts: 4
Default

This might be the issue:

Look at the tblworldserverregistration table. Things worked kind of funny for me until I added a second row (ServerID set to 2) and make sure the ServerLongName and ServerShortName do not have the word Server in them, also the ServerLongName and ServerShortName needs to be in the eqemu_config.xml at <shortname> and <longname>.

this is if you are using the eqEmuLoginServer. I dont know about minilogin.
Reply With Quote
  #6  
Old 04-24-2012, 07:02 AM
Uleat's Avatar
Uleat
Developer
 
Join Date: Apr 2012
Location: North Carolina
Posts: 2,815
Default Solo Server on Single Computer

I had issues getting my server to show up when using the LoginServer bundled in the (svn/binaries) rev2098 build release and the current EQLoginServer.sln(9) is broken. If everything is correct in the settings, try using the rev1765 LoginServer at:

http://code.google.com/p/projecteqem...r.rar&can=2&q=

(try the settings below first since I know there were a few errors in it)

Be sure to copy the following to your EQEmu directory:

EQEmuLoginServer.exe
EQEmuAuthCrypto.dll
login.ini
login_opcodes.conf
login_opcodes_sod.conf

Make sure you copy all of the files from the same revision source since different builds are not likely to be compatible with each other.

Also, eqemulogin.ini isn't used any longer. The login.ini replaced it.

(Since you're on the same computer for all programs, you don't need to use 192.168.xxx.xxx. If you decide to setup a network later for additional computers, just change the 127.0.0.1 to 198.162.xxx.xxx (whatever your LAN IP address is) for everything but the database settings, including your eqhost file. Just be sure to setup a static address in your router for the server computer or you will have headaches with roaming IP addresses.)

As for your setup, copy the following to each file below:



|eqemu_config.xml|

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

<!-- Type in physical address, 'localhost' doesn't always seem to work -->
<address>127.0.0.1</address>
<localaddress>127.0.0.1</localaddress>

<!-- Loginserver information. -->
<loginserver>
<host>127.0.0.1</host>

<!-- Use port 5998 for titanium or SoF clients, 5999 for SoD or higher -->
<port>5998</port>

<!-- account/password must match registered id in the database -->
<account>Admin</account>
<password>Password</password>
</loginserver>

<!-- Sets the shared key used by zone launcher to connect to world -->
<!-- <key>make up some random string of characters here</key> -->

<!-- Default zonekey is 12345. If you change this, change the db value also -->
<key>12345</key>

<!-- Enable and set the port for the HTTP service -->

<!-- Use http://127.0.0.1:9080/ to access this webpage -->
<http port="9080" enable="true" mimefile="mime.types"/>
</world>

<!-- Chatserver (channels) information. Defaults shown -->
<chatserver>
<host>127.0.0.1</host>
<port>7778</port>
</chatserver>

<!-- Mailserver (in-game mail) information. Defaults shown -->
<mailserver>
<host>127.0.0.1</host>
<port>7779</port>
</mailserver>

<zones>
<defaultstatus>20</defaultstatus>

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

<!-- Database configuration, replaces db.ini -->
<database>
<host>127.0.0.1</host>
<port>3306</port>
<username>root</username>
<password>everquest</password>
<db>PEQ</db>
</database>

<!-- 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>



|login.ini|

[database]
host = 127.0.0.1
port = 3306
db = PEQ
user = root
password = everquest
subsystem = MySQL

[options]
unregistered_allowed = TRUE
reject_duplicate_servers = FALSE
trace = TRUE
world_trace = FALSE
dump_packets_in = FALSE
dump_packets_out = FALSE
listen_port = 5998
local_network = 127.0.0.
[security]
plugin = EQEmuAuthCrypto
mode = 5

[Titanium]
port = 5998
opcodes = login_opcodes.conf

[SoD]
port = 5999
opcodes = login_opcodes_sod.conf

[schema]
account_table = tblLoginServerAccounts
world_registration_table = tblWorldServerRegistration
world_admin_registration_table = tblServerAdminRegistration
world_server_type_table = tblServerListType



|eqhost.txt|

[LoginServer]
Host=127.0.0.1:5998



If you are using an SoD or higher client, change the following:

|eqemu_config.xml|
<port>5999</port>

|login.ini|
listen_port = 5999

|eqhost.txt|
Host=127.0.0.1:5999



That should straighten up your configuration. Let's take a look at your 'Server' and 'Account' settings.

Open up your database program (I use HeidiSQL, but navicat should work fine)

Under PEQ, find 'tblserveradminregistration'. There is a default admin here that you can use, but you can create a new one if you want. Regardless, you will need the 'ServerAdminID', 'AccountName' and 'AccountPassword' from this table. If you do create a new one, you will need to change the <account> and <password> setttings in <eqemu_config.xml> to the new values. (Use the default until you are comfortable navigating and using sql commands.)

Next, find 'tblworldserverregistration'. Make sure the 'ServerListTypeID' for your server is '2', 'ServerLastIPAddr' is '127.0.0.1' and that 'ServerAdminID' is the value you got from the previous table.

As long as you created a Login Server account during setup, you should be able to start your server at this point.

If you want to access the server http page and/or have GM priviledges, you'll have to do a few more things.

For GM priviledges, find the 'account' table in the database. In that table, change your 'Status' value to a higher number. There is a list somewhere that shows you what each value range will let you do, but setting it to '250' will let you do more than you would ever need to.

To gain access to the http page, you will have to set a password in the 'password' field under the same table. The password should be unencrypted or it won't work. You can manually enter this or use the mysql command line tool. if you use the mysql command line, copy the following statement and make the appropriate changes before pressing enter. (Make sure to type 'use PEQ' if you use the mysql command line.)

UPDATE account SET account.password = 'password' WHERE account.name = 'eqaccountname';

Make sure to change eqaccountname to your eqgame login id and password to what you want to use. I use the same password as my eqgame login so it's easy to remember.

If the 'account' table is empty when you click on it, login your EQ game client, create a character and then come back to this step.



I'm pretty sure this will get you up and going, but post back here if you are still having problems. (If anyone else sees anything wrong with this, please say so.)

Don't forget to use the proper syntax (http://127.0.0.1:9080/) for accessing the server web page or you won't get there.
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 01:15 PM.


 

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