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 06-30-2012, 03:46 PM
blackz71
Fire Beetle
 
Join Date: Jun 2011
Posts: 12
Thumbs down No Servers Listed - Local Private Server

Looking for some help because I have no servers listed when I login to my private server. I am using Underfoot as the client and I can login to any of the Public servers like Project 1999 but nothing locally.

I followed the following two guides as close as possible, but when I get logged in I don't see my server.
  1. http://www.eqemulator.org/forums/showthread.php?t=31783
  2. http://www.eqemulator.org/forums/showthread.php?t=29043

I compiled Rev 2142 from SVN on Windows 7 64 bit and Visual Studio 2010 with no errors and 6 sucessful exe builds. I used perl 5.10 as stated in one of the sever guides.

Help Please

eqemu_config.xml
Code:
<?xml version="1.0">
<server>
	<world>
		<!-- Set the shortname to ONE word. The longname is what shows up on server list -->
		<shortname>Green</shortname> 
		<longname>Green Acres</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="true" 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>XXXXX</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>

Login.ini

Code:
[database]
host = localhost
port = 3306
db = peqlogindb
user = root
password = XXXXX
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 = 192.168.1.

[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
Serverstart.bat

Code:
@echo off
Echo Starting EQEmuLoginServer
D:
cd D:\EQEmu
start eqemuloginserver.exe
echo
echo

D:
cd D:\EQEmu
start world.exe
echo waiting a bit for world to finish loading...
echo.
echo.
ping -n 10 127.0.0.1 > nul

echo starting zone
start eqlaunch.exe zone
exit
Debug World Log file
Code:
[06.30. - 14:42:02] Starting Log: logs/eqemu_debug_world_4000.log
[06.30. - 14:42:02] [WORLD__INIT] Loading server configuration..
[06.30. - 14:42:02] [WORLD__INIT] Log settings loaded from log.ini
[06.30. - 14:42:02] [WORLD__INIT] CURRENT_WORLD_VERSION:EQEmulator 0.8.0
[06.30. - 14:42:02] [WORLD__INIT] Added loginserver eqemulator.net:5998
[06.30. - 14:42:02] [WORLD__INIT] Connecting to MySQL...
[06.30. - 14:42:02] [WORLD__INIT] Starting HTTP world service...
[06.30. - 14:42:02] [WORLD__HTTP] Loaded mime types from mime.types
[06.30. - 14:42:02] [WORLD__INIT] Loading variables..
[06.30. - 14:42:02] [WORLD__INIT] Loading zones..
[06.30. - 14:42:02] [WORLD__INIT] Clearing groups..
[06.30. - 14:42:02] [WORLD__INIT] Clearing raids..
[06.30. - 14:42:02] [WORLD__INIT] Loading items..
[06.30. - 14:42:05] [WORLD__INIT] Loading guilds..
[06.30. - 14:42:05] [WORLD__INIT] Loaded default rule set 'default'
[06.30. - 14:42:05] [WORLD__INIT] Clearing temporary merchant lists..
[06.30. - 14:42:05] [WORLD__INIT] Loading EQ time of day..
[06.30. - 14:42:05] [WORLD__INIT] Loading launcher list..
[06.30. - 14:42:05] [WORLD__INIT] Reboot zone modes ON
[06.30. - 14:42:05] [WORLD__INIT] Deleted 0 stale player corpses from database
[06.30. - 14:42:05] [WORLD__INIT] Deleted 0 stale player backups from database
[06.30. - 14:42:05] [WORLD__INIT] Loading adventures...
[06.30. - 14:42:05] [WORLD__INIT] Purging expired instances
[06.30. - 14:42:05] [WORLD__INIT] Loading char create info...
[06.30. - 14:42:05] [WORLD__INIT] Zone (TCP) listener started.
[06.30. - 14:42:05] [WORLD__INIT] Client (UDP) listener started.
[06.30. - 14:42:05] [NET__IDENTIFY] Registered patch 6.2
[06.30. - 14:42:05] [NET__IDENTIFY] Registered patch Titanium
[06.30. - 14:42:05] [NET__IDENTIFY] Registered patch SoF
[06.30. - 14:42:05] [NET__IDENTIFY] Registered patch SoD
[06.30. - 14:42:05] [NET__IDENTIFY] Registered patch Underfoot
[06.30. - 14:42:05] [WORLD__LS] Connecting to login server: eqemulator.net:5998
[06.30. - 14:42:05] [WORLD__LS] Connected to Loginserver: eqemulator.net:5998
[06.30. - 14:42:05] [WORLD__LS] Loginserver provided 65.6.125.37 as world address
[06.30. - 14:42:11] [WORLD__ZONE] New TCP connection from 127.0.0.1:51914
[06.30. - 14:42:11] [WORLD__CONSOLE] New launcher from 127.0.0.1:51914
[06.30. - 14:42:11] [WORLD__LAUNCH] Adding pending launcher 1
[06.30. - 14:42:11] [WORLD__LAUNCH] Launcher Identified itself as 'zone'. Loading zone list.
[06.30. - 14:42:11] [WORLD__LAUNCH] Removing pending launcher 1. Adding zone to active list.
[06.30. - 14:42:16] [WORLD__LAUNCH] zone: dynamic_01 reported state STARTED (1 starts)
[06.30. - 14:42:19] [WORLD__ZONE] New TCP connection from 127.0.0.1:51916
[06.30. - 14:42:19] [WORLD__CONSOLE] New zoneserver #1 from 127.0.0.1:51916
[06.30. - 14:42:19] [WORLD__ZONE] [1] Zone started with name dynamic_01 by launcher zone
[06.30. - 14:42:19] [WORLD__ZONE] [1] Auto zone port configuration.  Telling zone to use port 7000
Login log
Code:
[Debug] [06.30.12 - 14:42:02] Logging System Init.
[Debug] [06.30.12 - 14:42:02] Config System Init.
[Debug] [06.30.12 - 14:42:02] MySQL Database Init.
[Debug] [06.30.12 - 14:42:03] Encryption Initialize.
[Debug] [06.30.12 - 14:42:03] Encryption Loaded Successfully.
[Debug] [06.30.12 - 14:42:03] Server Manager Initialize.
[Network] [06.30.12 - 14:42:03] ServerManager listening on port 5998
[Debug] [06.30.12 - 14:42:03] Client Manager Initialize.
[Network] [06.30.12 - 14:42:03] ClientManager listening on Titanium stream.
[Network] [06.30.12 - 14:42:03] ClientManager listening on SoD stream.
[Debug] [06.30.12 - 14:42:03] Server Started.
Reply With Quote
  #2  
Old 06-30-2012, 04:07 PM
lerxst2112
Demi-God
 
Join Date: Aug 2010
Posts: 1,742
Default

Your server shows up just fine on the public login server which isn't surprising since that's how you have it configured. If you want it to show up only on your local login server you need to do this:

Code:
		<loginserver>
			<host>localhost</host>
			<port>5998</port>
			<account>admin</account>
			<password>password</password>
		</loginserver>
This assumes you have the proper tables/entries in the peqlogindb database and that you used 'admin', 'password' for the account/password combo. If you didn't, make it match what you did use.
Reply With Quote
  #3  
Old 06-30-2012, 04:27 PM
blackz71
Fire Beetle
 
Join Date: Jun 2011
Posts: 12
Default

FINALLY!!!! Thank you so much Lerxst2112

That worked but now it won't login after I select it. It just times out and kicks me back to the login.

I am almost there.. I can feel it.



Quote:
Originally Posted by lerxst2112 View Post
Your server shows up just fine on the public login server which isn't surprising since that's how you have it configured. If you want it to show up only on your local login server you need to do this:

Code:
		<loginserver>
			<host>localhost</host>
			<port>5998</port>
			<account>admin</account>
			<password>password</password>
		</loginserver>
This assumes you have the proper tables/entries in the peqlogindb database and that you used 'admin', 'password' for the account/password combo. If you didn't, make it match what you did use.
Reply With Quote
  #4  
Old 06-30-2012, 05:12 PM
blackz71
Fire Beetle
 
Join Date: Jun 2011
Posts: 12
Default

Adding Login.log file for help. All the other log files look clean with no errors

Code:
[Debug] [06.30.12 - 16:04:13] Logging System Init.
[Debug] [06.30.12 - 16:04:13] Config System Init.
[Debug] [06.30.12 - 16:04:13] MySQL Database Init.
[Debug] [06.30.12 - 16:04:14] Encryption Initialize.
[Debug] [06.30.12 - 16:04:14] Encryption Loaded Successfully.
[Debug] [06.30.12 - 16:04:14] Server Manager Initialize.
[Network] [06.30.12 - 16:04:14] ServerManager listening on port 5998
[Debug] [06.30.12 - 16:04:14] Client Manager Initialize.
[Network] [06.30.12 - 16:04:14] ClientManager listening on Titanium stream.
[Network] [06.30.12 - 16:04:14] ClientManager listening on SoD stream.
[Debug] [06.30.12 - 16:04:14] Server Started.
[Network] [06.30.12 - 16:04:17] New world server connection from 127.0.0.1:52555
[Network Error] [06.30.12 - 16:04:17] Handle_NewLSInfo error, remote address was null, defaulting to stream address 127.0.0.1.
[World] [06.30.12 - 16:04:17] Server Green Acres(Green) successfully logged in.
[Network] [06.30.12 - 16:06:01] New SoD client connection from 192.168.1.145:54013
[Network] [06.30.12 - 16:06:01] Application packet recieved from client (size 14)
[Network] [06.30.12 - 16:06:01] Session ready recieved from client.
[Network] [06.30.12 - 16:06:01] Application packet recieved from client (size 28)
[Network] [06.30.12 - 16:06:01] Login recieved from client.
[Client] [06.30.12 - 16:06:01] User: Chris
[Client] [06.30.12 - 16:06:01] Hash: 1001b22c8e4adeb77ef10481ad06ff9c35006cb3
[Network] [06.30.12 - 16:06:02] Application packet recieved from client (size 12)
[Network] [06.30.12 - 16:06:02] Server list request recieved from client.
[Network] [06.30.12 - 16:06:04] Application packet recieved from client (size 16)
[Network] [06.30.12 - 16:06:04] Play recieved from client, server number 1 sequence 5.
[Network Trace] [06.30.12 - 16:06:04] User-To-World Response recieved.
[Client] [06.30.12 - 16:06:04] Trying to find client with user id of 3.
[Client] [06.30.12 - 16:06:04] Found client with user id of 3 and account name of Chris.
[Client] [06.30.12 - 16:06:04] Found sequence and play of 5 1
[Network Trace] [06.30.12 - 16:06:04] dumping packet of size 20
05 00 00 00 00 00 00 00 - 00 00 00 00 00 00 00 00  | ................
01 00 00 00                                        | ....
[Network Trace] [06.30.12 - 16:06:04] Sending play response with following data, allowed 1, sequence 5, server number 1, message 101
[Network Trace] [06.30.12 - 16:06:04] dumping packet of size 20
05 00 00 00 00 00 00 00 - 00 00 01 65 00 00 00 00  | ...........e....
01 00 00 00                                        | ....
[Network Trace] [06.30.12 - 16:06:04] Sending play response for Chris.
[Network Trace] [06.30.12 - 16:06:04] dumping packet of size 20
05 00 00 00 00 00 00 00 - 00 00 01 65 00 00 00 00  | ...........e....
01 00 00 00                                        | ....
[Network] [06.30.12 - 16:06:05] Client disconnected from the server, removing client.
[Network] [06.30.12 - 16:07:08] New SoD client connection from 192.168.1.145:54015
[Network] [06.30.12 - 16:07:08] Application packet recieved from client (size 14)
[Network] [06.30.12 - 16:07:08] Session ready recieved from client.
[Network] [06.30.12 - 16:07:08] Session ready indicated logged in from world(unsupported feature), disconnecting.
[Network] [06.30.12 - 16:07:21] New SoD client connection from 192.168.1.145:54488
[Network] [06.30.12 - 16:07:21] Application packet recieved from client (size 14)
[Network] [06.30.12 - 16:07:21] Session ready recieved from client.
[Network] [06.30.12 - 16:07:21] Application packet recieved from client (size 28)
[Network] [06.30.12 - 16:07:21] Login recieved from client.
[Client] [06.30.12 - 16:07:21] User: Chris
[Client] [06.30.12 - 16:07:21] Hash: 1001b22c8e4adeb77ef10481ad06ff9c35006cb3
[Network] [06.30.12 - 16:07:22] Application packet recieved from client (size 12)
[Network] [06.30.12 - 16:07:22] Server list request recieved from client.
[Network] [06.30.12 - 16:07:27] Client disconnected from the server, removing client.
Reply With Quote
  #5  
Old 07-01-2012, 09:51 AM
blackz71
Fire Beetle
 
Join Date: Jun 2011
Posts: 12
Default

All my problems are fixed. I was able to login and play last night.
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 04:16 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 - 2025, Jelsoft Enterprises Ltd.
Template by Bluepearl Design and vBulletin Templates - Ver3.3