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 01-15-2012, 04:29 AM
smcallister88
Fire Beetle
 
Join Date: Jul 2006
Posts: 24
Default Can not login from external network.

So far I have looked around these forums without luck.
The problem is I can login on the local machine that host the server itself but can not login from outside of my own network. Here are a couple of config files, let me know if there is anything else anyone may need to help.

Also, I am not getting any errors in my 3 server windows as they open or while running, part of what confuses me =)

I did check the db and it is set to public..


eqemu_config.xml
Code:
<?xml version="1.0">
			<server>
				<world>
					<shortname>MyNightShift</shortname>
					<longname>My Night Shift (The Sam Mac Dev.) Still in the works!</longname>
						   
				<!-- Only specify these two if you really think you need to. -->
					<address>mynightshift.servegame.com</address>
					<localaddress>192.168.1.83</localaddress>
				   
				<!-- Loginserver information.  -->
					<loginserver1>
			            <host>eqemulator.net</host>
			            <port>5998</port>
			            <account></account>
			            <password></password>
		            </loginserver1>
			
					<!-- Sets the shared key used by zone/launcher to connect to world -->
					<key>some long random string</key>
			
					<!-- Enable and set the port for the HTTP service. -->
					<http port="9080" enabled="false" mimefile="mime.types" />
				</world>
			
				<!-- Database configuration, replaces db.ini. -->
				<database>
					<host>localhost</host>
					<port>3306</port>
					<username>root</username>
					<password>*mypw</password>
					<db>peq</db>
				</database>
			</server>
eqemulogin.ini
Code:
Port=5999
DumpPacketsIn=true
DumpPacketsOut=true
Trace=true
DatabaseServerName=localhost
DatabaseCatalogName=PEQLoginDB
DatabaseUserName=root
DatabaseUserPassword=*mypw
OPCodePathAndFileName=login_opcodes.conf
login.ini
Code:
[database]
host = localhost
port = 3306
db = PEQLoginDB
user = root
password = *mypw
subsystem = MySQL

[options]
unregistered_allowed = TRUE
reject_duplicate_servers = FALSE
trace = TRUE
world_trace = True
dump_packets_in = True
dump_packets_out = True
listen_port = 5999
local_network = 127.0.0.1

[security]
plugin = EQEmuAuthCrypto
mode = 5

[Titanium]
port = 5999
opcodes = login_opcodes.conf

[SoD]
port = 5998
opcodes = login_opcodes_sod.conf

[schema]
account_table = tblloginserveraccounts
world_registration_table = tblworldserverregistration
world_admin_registration_table = tblserveradminregistration
world_server_type_table = tblserverlisttype
Reply With Quote
  #2  
Old 01-15-2012, 04:41 AM
trevius's Avatar
trevius
Developer
 
Join Date: Aug 2006
Location: USA
Posts: 5,946
Default

If you can log in locally but not from outside networks, that is covered in the FAQ in my sig and is most likely due to you not forwarding the correct ports on your router that the server connects to or possibly a firewall issue.
__________________
Trevazar/Trevius Owner of: Storm Haven
Everquest Emulator FAQ (Frequently Asked Questions) - Read It!
Reply With Quote
  #3  
Old 01-15-2012, 04:50 AM
smcallister88
Fire Beetle
 
Join Date: Jul 2006
Posts: 24
Default

Cool, I really hope that is what it is.

There are absolutely no firewalls runnin.

Also ports: 5998. 5999, 7000-7500, 9000, and 9080 all routing to this machine. According the FAQ, that should be what is enabled if not more, correct?
Reply With Quote
  #4  
Old 01-15-2012, 06:44 AM
smcallister88
Fire Beetle
 
Join Date: Jul 2006
Posts: 24
Default

Unfortunately neither of those were the solution since they were already in play. What other things should I be looking for?

BTW your FAQ did get me through a lot with the other parts of setup initially.
Reply With Quote
  #5  
Old 01-15-2012, 02:21 PM
smcallister88
Fire Beetle
 
Join Date: Jul 2006
Posts: 24
Default

Another update, I used canyouseeme.org and it shows the ports are open
Reply With Quote
  #6  
Old 01-15-2012, 02:46 PM
trevius's Avatar
trevius
Developer
 
Join Date: Aug 2006
Location: USA
Posts: 5,946
Default

Your config looks like you are trying to use the eqemulator.net public login server, but you also have config files for using the EQEmuLoginServer which is for private connections. The EQEmuLoginServer config stuff doesn't matter here if you don't have it in your main config file anyway.

For public Login Servers, you don't need to uncomment this part:

Code:
				<!-- Only specify these two if you really think you need to. -->
					<address>mynightshift.servegame.com</address>
					<localaddress>192.168.1.83</localaddress>
I suggest you comment those 2 lines out and it will probably fix your problem.
__________________
Trevazar/Trevius Owner of: Storm Haven
Everquest Emulator FAQ (Frequently Asked Questions) - Read It!
Reply With Quote
  #7  
Old 01-15-2012, 03:21 PM
smcallister88
Fire Beetle
 
Join Date: Jul 2006
Posts: 24
Default

Updated, rebooted, same results. I am considering the port forwarding more so going to try a different router when I can get back to where my server is.

Even though the forwarding is active for the correct ports, I still have my doubts. Would love an error on server side at this point, would make it easier to isolate ..
Reply With Quote
  #8  
Old 01-15-2012, 05:12 PM
smcallister88
Fire Beetle
 
Join Date: Jul 2006
Posts: 24
Default

so I changed a few things router side to just have all ports go to my one machine but still no go. would it have anything to do with

<http port="9080" enabled="false" mimefile="mime.types" />

in the config?
Reply With Quote
  #9  
Old 01-15-2012, 08:01 PM
lerxst2112
Demi-God
 
Join Date: Aug 2010
Posts: 1,743
Default

No, the http service is not required.
Reply With Quote
  #10  
Old 01-16-2012, 12:36 AM
smcallister88
Fire Beetle
 
Join Date: Jul 2006
Posts: 24
Default

So far still no luck =/ sorry to keep bugging about this.
Here are a few log files if they are any help.

eqemu_debug_world:
Code:
---------------------------------------------
[01.15. - 16:17:16] Starting Log: logs/eqemu_debug_world_0880.log
[01.15. - 16:17:16] [WORLD__INIT] Loading server configuration..
[01.15. - 16:17:16] [WORLD__INIT] Warning: Unable to read log.ini
[01.15. - 16:17:16] [WORLD__INIT] CURRENT_WORLD_VERSION:EQEmulator 0.8.0
[01.15. - 16:17:16] [WORLD__INIT] Added loginserver eqemulator.net:5998
[01.15. - 16:17:16] [WORLD__INIT] Connecting to MySQL...
[01.15. - 16:17:17] [WORLD__INIT] HTTP world service disabled.
[01.15. - 16:17:17] [WORLD__INIT] Loading variables..
[01.15. - 16:17:17] [WORLD__INIT] Loading zones..
[01.15. - 16:17:17] [WORLD__INIT] Clearing groups..
[01.15. - 16:17:17] [WORLD__INIT] Clearing raids..
[01.15. - 16:17:17] [WORLD__INIT] Loading items..
[01.15. - 16:17:26] [WORLD__INIT] Loading guilds..
[01.15. - 16:17:26] [WORLD__INIT] Loaded default rule set 'default'
[01.15. - 16:17:26] [WORLD__INIT] Clearing temporary merchant lists..
[01.15. - 16:17:26] [WORLD__INIT] Loading EQ time of day..
[01.15. - 16:17:26] [WORLD__INIT] Loading launcher list..
[01.15. - 16:17:26] [WORLD__INIT] Reboot zone modes ON
[01.15. - 16:17:26] [WORLD__INIT] Deleted 0 stale player corpses from database
[01.15. - 16:17:26] [WORLD__INIT] Deleted 0 stale player backups from database
[01.15. - 16:17:26] [WORLD__INIT] Loading adventures...
[01.15. - 16:17:27] [WORLD__INIT] Purging expired instances
[01.15. - 16:17:27] [WORLD__INIT] Loading char create info...
[01.15. - 16:17:27] [WORLD__INIT] Zone (TCP) listener started.
[01.15. - 16:17:27] [WORLD__INIT] Client (UDP) listener started.
[01.15. - 16:17:27] [NET__IDENTIFY] Registered patch 6.2
[01.15. - 16:17:27] [NET__IDENTIFY] Registered patch Titanium
[01.15. - 16:17:27] [NET__IDENTIFY] Registered patch SoF
[01.15. - 16:17:27] [NET__IDENTIFY] Registered patch SoD
[01.15. - 16:17:27] [NET__IDENTIFY] Registered patch Underfoot
[01.15. - 16:17:28] [WORLD__LS] Connecting to login server: eqemulator.net:5998
[01.15. - 16:17:28] [WORLD__ZONE] New TCP connection from 127.0.0.1:1063
[01.15. - 16:17:28] [WORLD__CONSOLE] New launcher from 127.0.0.1:1063
[01.15. - 16:17:28] [WORLD__LAUNCH] Adding pending launcher 1
[01.15. - 16:17:28] [WORLD__LS] Connected to Loginserver: eqemulator.net:5998
[01.15. - 16:17:28] [WORLD__LAUNCH] Launcher Identified itself as 'zone'. Loading zone list.
[01.15. - 16:17:28] [WORLD__LAUNCH] Removing pending launcher 1. Adding zone to active list.
[01.15. - 16:17:28] [WORLD__LS] Loginserver provided 71.142.209.138 as world address
[01.15. - 16:17:33] [WORLD__LAUNCH] zone: dynamic_01 reported state STARTED (1 starts)
[01.15. - 16:17:53] [WORLD__LAUNCH] zone: dynamic_02 reported state STARTED (1 starts)
[01.15. - 16:17:57] [WORLD__LAUNCH] zone: dynamic_03 reported state STARTED (1 starts)
[01.15. - 16:17:57] [WORLD__LAUNCH] zone: dynamic_04 reported state STARTED (1 starts)
[01.15. - 16:17:59] [WORLD__ZONE] New TCP connection from 127.0.0.1:1068
[01.15. - 16:17:59] [WORLD__ZONE] New TCP connection from 127.0.0.1:1069
[01.15. - 16:17:59] [WORLD__ZONE] New TCP connection from 127.0.0.1:1070
[01.15. - 16:17:59] [WORLD__ZONE] New TCP connection from 127.0.0.1:1071
[01.15. - 16:17:59] [WORLD__CONSOLE] New zoneserver #1 from 127.0.0.1:1071
[01.15. - 16:17:59] [WORLD__CONSOLE] New zoneserver #2 from 127.0.0.1:1070
[01.15. - 16:17:59] [WORLD__CONSOLE] New zoneserver #3 from 127.0.0.1:1069
[01.15. - 16:17:59] [WORLD__CONSOLE] New zoneserver #4 from 127.0.0.1:1068
[01.15. - 16:17:59] [WORLD__ZONE] [4] Zone started with name dynamic_03 by launcher zone
[01.15. - 16:17:59] [WORLD__ZONE] [4] Auto zone port configuration.  Telling zone to use port 7000
[01.15. - 16:17:59] [WORLD__ZONE] [3] Zone started with name dynamic_04 by launcher zone
[01.15. - 16:17:59] [WORLD__ZONE] [3] Auto zone port configuration.  Telling zone to use port 7001
[01.15. - 16:17:59] [WORLD__ZONE] [2] Zone started with name dynamic_01 by launcher zone
[01.15. - 16:17:59] [WORLD__ZONE] [2] Auto zone port configuration.  Telling zone to use port 7002
[01.15. - 16:17:59] [WORLD__ZONE] [1] Zone started with name dynamic_02 by launcher zone
[01.15. - 16:17:59] [WORLD__ZONE] [1] Auto zone port configuration.  Telling zone to use port 7003
[01.15. - 16:17:59] [WORLD__LAUNCH] zone: dynamic_05 reported state STARTED (1 starts)
[01.15. - 16:17:59] [WORLD__ZONE] New TCP connection from 127.0.0.1:1073
[01.15. - 16:17:59] [WORLD__CONSOLE] New zoneserver #5 from 127.0.0.1:1073
[01.15. - 16:17:59] [WORLD__ZONE] [5] Zone started with name dynamic_05 by launcher zone
[01.15. - 16:17:59] [WORLD__ZONE] [5] Auto zone port configuration.  Telling zone to use port 7004
[01.15. - 16:18:01] [WORLD__LAUNCH] zone: dynamic_06 reported state STARTED (1 starts)
[01.15. - 16:18:01] [WORLD__ZONE] New TCP connection from 127.0.0.1:1075
[01.15. - 16:18:01] [WORLD__CONSOLE] New zoneserver #6 from 127.0.0.1:1075
[01.15. - 16:18:01] [WORLD__ZONE] [6] Zone started with name dynamic_06 by launcher zone
[01.15. - 16:18:01] [WORLD__ZONE] [6] Auto zone port configuration.  Telling zone to use port 7005
[01.15. - 16:18:03] [WORLD__LAUNCH] zone: dynamic_07 reported state STARTED (1 starts)
[01.15. - 16:18:03] [WORLD__ZONE] New TCP connection from 127.0.0.1:1077
[01.15. - 16:18:03] [WORLD__CONSOLE] New zoneserver #7 from 127.0.0.1:1077
[01.15. - 16:18:03] [WORLD__ZONE] [7] Zone started with name dynamic_07 by launcher zone
[01.15. - 16:18:03] [WORLD__ZONE] [7] Auto zone port configuration.  Telling zone to use port 7006
[01.15. - 16:18:07] [WORLD__LAUNCH] zone: dynamic_08 reported state STARTED (1 starts)
[01.15. - 16:18:07] [WORLD__ZONE] New TCP connection from 127.0.0.1:1079
[01.15. - 16:18:07] [WORLD__CONSOLE] New zoneserver #8 from 127.0.0.1:1079
[01.15. - 16:18:07] [WORLD__ZONE] [8] Zone started with name dynamic_08 by launcher zone
[01.15. - 16:18:07] [WORLD__ZONE] [8] Auto zone port configuration.  Telling zone to use port 7007
[01.15. - 16:18:09] [WORLD__LAUNCH] zone: dynamic_09 reported state STARTED (1 starts)
[01.15. - 16:18:09] [WORLD__ZONE] New TCP connection from 127.0.0.1:1081
[01.15. - 16:18:09] [WORLD__CONSOLE] New zoneserver #9 from 127.0.0.1:1081
[01.15. - 16:18:09] [WORLD__ZONE] [9] Zone started with name dynamic_09 by launcher zone
[01.15. - 16:18:09] [WORLD__ZONE] [9] Auto zone port configuration.  Telling zone to use port 7008
[01.15. - 16:18:11] [WORLD__LAUNCH] zone: dynamic_10 reported state STARTED (1 starts)
[01.15. - 16:18:11] [WORLD__ZONE] New TCP connection from 127.0.0.1:1083
[01.15. - 16:18:11] [WORLD__CONSOLE] New zoneserver #10 from 127.0.0.1:1083
[01.15. - 16:18:11] [WORLD__ZONE] [10] Zone started with name dynamic_10 by launcher zone
[01.15. - 16:18:11] [WORLD__ZONE] [10] Auto zone port configuration.  Telling zone to use port 7009
[01.15. - 18:22:52] [WORLD__ZONELIST] Removing zoneserver #10 at :7009
[01.15. - 18:22:52] [WORLD__ZONELIST] Hold Zones mode is ON - rebooting lost zone
[01.15. - 18:22:52] [WORLD__LAUNCH] Removing launcher zone (1)
[01.15. - 18:22:52] [WORLD__ZONE] New TCP connection from 127.0.0.1:1092
[01.15. - 18:22:52] [WORLD__CONSOLE] New launcher from 127.0.0.1:1092
[01.15. - 18:22:52] [WORLD__LAUNCH] Adding pending launcher 2
[01.15. - 18:22:54] [WORLD__LAUNCH] Launcher Identified itself as 'zone'. Loading zone list.
[01.15. - 18:22:54] [WORLD__LAUNCH] zone: dynamic_01 reported state STARTED (1 starts)
[01.15. - 18:22:54] [WORLD__LAUNCH] zone: dynamic_02 reported state STARTED (1 starts)
[01.15. - 18:22:54] [WORLD__LAUNCH] zone: dynamic_03 reported state STARTED (1 starts)
[01.15. - 18:22:54] [WORLD__LAUNCH] zone: dynamic_04 reported state STARTED (1 starts)
[01.15. - 18:22:54] [WORLD__LAUNCH] zone: dynamic_05 reported state STARTED (1 starts)
[01.15. - 18:22:54] [WORLD__LAUNCH] zone: dynamic_06 reported state STARTED (1 starts)
[01.15. - 18:22:54] [WORLD__LAUNCH] zone: dynamic_07 reported state STARTED (1 starts)
[01.15. - 18:22:54] [WORLD__LAUNCH] zone: dynamic_08 reported state STARTED (1 starts)
[01.15. - 18:22:54] [WORLD__LAUNCH] zone: dynamic_09 reported state STARTED (1 starts)
[01.15. - 18:22:54] [WORLD__LAUNCH] zone: dynamic_10 reported state STARTED (1 starts)
[01.15. - 18:22:54] [WORLD__LAUNCH] Removing pending launcher 2. Adding zone to active list.
[01.15. - 18:23:02] [WORLD__ZONE] New TCP connection from 127.0.0.1:1093
[01.15. - 18:23:02] [WORLD__CONSOLE] New zoneserver #11 from 127.0.0.1:1093
[01.15. - 18:23:02] [WORLD__ZONE] [11] Zone started with name dynamic_10 by launcher zone
[01.15. - 18:23:02] [WORLD__ZONE] [11] Zone specified port 7009, must be a previously allocated zone reconnecting.
[01.15. - 18:23:42] [WORLD__LS] Connecting to login server: eqemulator.net:5998
[01.15. - 18:23:42] [WORLD__LS] Connected to Loginserver: eqemulator.net:5998
eqemu_debug:
Code:
---------------------------------------------
[01.15. - 16:17:28] Starting Log: logs/eqemu_debug_1220.log
[01.15. - 16:17:28] [LAUNCHER__INIT] Loading server configuration..
[01.15. - 16:17:28] [LAUNCHER__INIT] Starting main loop...
[01.15. - 16:17:28] [NET__WORLD] Connected to World: 127.0.0.1:9000
[01.15. - 16:17:33] [LAUNCHER__WORLD] World told us to start zone dynamic_01.
[01.15. - 16:17:33] [LAUNCHER__WORLD] World told us to start zone dynamic_02.
[01.15. - 16:17:33] [LAUNCHER__WORLD] World told us to start zone dynamic_03.
[01.15. - 16:17:33] [LAUNCHER__WORLD] World told us to start zone dynamic_04.
[01.15. - 16:17:33] [LAUNCHER__WORLD] World told us to start zone dynamic_05.
[01.15. - 16:17:33] [LAUNCHER__WORLD] World told us to start zone dynamic_06.
[01.15. - 16:17:33] [LAUNCHER__WORLD] World told us to start zone dynamic_07.
[01.15. - 16:17:33] [LAUNCHER__WORLD] World told us to start zone dynamic_08.
[01.15. - 16:17:33] [LAUNCHER__WORLD] World told us to start zone dynamic_09.
[01.15. - 16:17:33] [LAUNCHER__WORLD] World told us to start zone dynamic_10.
[01.15. - 16:17:33] [LAUNCHER__ERROR] World told us to start zone dynamic_01, but it is already running.
[01.15. - 16:17:33] [LAUNCHER__ERROR] World told us to start zone dynamic_02, but it is already running.
[01.15. - 16:17:33] [LAUNCHER__ERROR] World told us to start zone dynamic_03, but it is already running.
[01.15. - 16:17:33] [LAUNCHER__ERROR] World told us to start zone dynamic_04, but it is already running.
[01.15. - 16:17:33] [LAUNCHER__ERROR] World told us to start zone dynamic_05, but it is already running.
[01.15. - 16:17:33] [LAUNCHER__ERROR] World told us to start zone dynamic_06, but it is already running.
[01.15. - 16:17:33] [LAUNCHER__ERROR] World told us to start zone dynamic_07, but it is already running.
[01.15. - 16:17:33] [LAUNCHER__ERROR] World told us to start zone dynamic_08, but it is already running.
[01.15. - 16:17:33] [LAUNCHER__ERROR] World told us to start zone dynamic_09, but it is already running.
[01.15. - 16:17:33] [LAUNCHER__ERROR] World told us to start zone dynamic_10, but it is already running.
[01.15. - 16:17:33] [LAUNCHER__STATUS] Starting zone dynamic_01
[01.15. - 16:17:33] [LAUNCHER__STATUS] Zone dynamic_01 has been started.
[01.15. - 16:17:33] [LAUNCHER__STATUS] Waiting 20000 milliseconds before booting the second zone.
[01.15. - 16:17:53] [LAUNCHER__STATUS] Starting zone dynamic_02
[01.15. - 16:17:53] [LAUNCHER__STATUS] Zone dynamic_02 has been started.
[01.15. - 16:17:53] [LAUNCHER__STATUS] Waiting 2000 milliseconds before booting the next zone.
[01.15. - 16:17:55] [LAUNCHER__STATUS] Starting zone dynamic_03
[01.15. - 16:17:55] [LAUNCHER__STATUS] Zone dynamic_03 has been started.
[01.15. - 16:17:55] [LAUNCHER__STATUS] Waiting 2000 milliseconds before booting the next zone.
[01.15. - 16:17:57] [LAUNCHER__STATUS] Starting zone dynamic_04
[01.15. - 16:17:57] [LAUNCHER__STATUS] Zone dynamic_04 has been started.
[01.15. - 16:17:57] [LAUNCHER__STATUS] Waiting 2000 milliseconds before booting the next zone.
[01.15. - 16:17:59] [LAUNCHER__STATUS] Starting zone dynamic_05
[01.15. - 16:17:59] [LAUNCHER__STATUS] Zone dynamic_05 has been started.
[01.15. - 16:17:59] [LAUNCHER__STATUS] Waiting 2000 milliseconds before booting the next zone.
[01.15. - 16:18:01] [LAUNCHER__STATUS] Starting zone dynamic_06
[01.15. - 16:18:01] [LAUNCHER__STATUS] Zone dynamic_06 has been started.
[01.15. - 16:18:01] [LAUNCHER__STATUS] Waiting 2000 milliseconds before booting the next zone.
[01.15. - 16:18:03] [LAUNCHER__STATUS] Starting zone dynamic_07
[01.15. - 16:18:03] [LAUNCHER__STATUS] Zone dynamic_07 has been started.
[01.15. - 16:18:03] [LAUNCHER__STATUS] Waiting 2000 milliseconds before booting the next zone.
[01.15. - 16:18:07] [LAUNCHER__STATUS] Starting zone dynamic_08
[01.15. - 16:18:07] [LAUNCHER__STATUS] Zone dynamic_08 has been started.
[01.15. - 16:18:07] [LAUNCHER__STATUS] Waiting 2000 milliseconds before booting the next zone.
[01.15. - 16:18:09] [LAUNCHER__STATUS] Starting zone dynamic_09
[01.15. - 16:18:09] [LAUNCHER__STATUS] Zone dynamic_09 has been started.
[01.15. - 16:18:09] [LAUNCHER__STATUS] Waiting 2000 milliseconds before booting the next zone.
[01.15. - 16:18:11] [LAUNCHER__STATUS] Starting zone dynamic_10
[01.15. - 16:18:11] [LAUNCHER__STATUS] Zone dynamic_10 has been started.
[01.15. - 16:18:11] [LAUNCHER__STATUS] Waiting 2000 milliseconds before booting the next zone.
[01.15. - 18:22:54] [NET__WORLD] Connected to World: 127.0.0.1:9000
[01.15. - 18:22:56] [LAUNCHER__ERROR] World told us to start zone dynamic_01, but it is already running.
[01.15. - 18:22:56] [LAUNCHER__ERROR] World told us to start zone dynamic_02, but it is already running.
[01.15. - 18:22:56] [LAUNCHER__ERROR] World told us to start zone dynamic_03, but it is already running.
[01.15. - 18:22:56] [LAUNCHER__ERROR] World told us to start zone dynamic_04, but it is already running.
[01.15. - 18:22:56] [LAUNCHER__ERROR] World told us to start zone dynamic_05, but it is already running.
[01.15. - 18:22:56] [LAUNCHER__ERROR] World told us to start zone dynamic_06, but it is already running.
[01.15. - 18:22:56] [LAUNCHER__ERROR] World told us to start zone dynamic_07, but it is already running.
[01.15. - 18:22:56] [LAUNCHER__ERROR] World told us to start zone dynamic_08, but it is already running.
[01.15. - 18:22:56] [LAUNCHER__ERROR] World told us to start zone dynamic_09, but it is already running.
[01.15. - 18:22:56] [LAUNCHER__ERROR] World told us to start zone dynamic_10, but it is already running.

eqemu_debug_zone:
Code:
---------------------------------------------
[01.15. - 16:18:11] Starting Log: logs/eqemu_debug_zone_4060.log
[01.15. - 16:18:11] [ZONE__INIT] Loading server configuration..
[01.15. - 16:18:11] [ZONE__INIT] Warning: Unable to read log.ini
[01.15. - 16:18:11] [ZONE__INIT] Connecting to MySQL...
[01.15. - 16:18:11] [ZONE__INIT] CURRENT_ZONE_VERSION: EQEmulator 0.8.0
[01.15. - 16:18:11] [ZONE__INIT] Warning: Unable to read ./log.ini
[01.15. - 16:18:11] [ZONE__INIT] Mapping Incoming Opcodes
[01.15. - 16:18:11] [ZONE__INIT] Loading Variables
[01.15. - 16:18:11] [ZONE__INIT] Loading zone names
[01.15. - 16:18:11] [ZONE__INIT] Loading items
[01.15. - 16:18:11] [ZONE__INIT] Loading npc faction lists
[01.15. - 16:18:11] [ZONE__INIT] Loading loot tables
[01.15. - 16:18:11] [ZONE__INIT] Loading skill caps
[01.15. - 16:18:11] [ZONE__INIT] Loading spells
[01.15. - 16:18:11] [ZONE__INIT] Loading guilds
[01.15. - 16:18:11] [ZONE__INIT] Loading factions
[01.15. - 16:18:11] [ZONE__INIT] Loading titles
[01.15. - 16:18:11] [ZONE__INIT] Loading AA effects
[01.15. - 16:18:11] [ZONE__INIT] Loading tributes
[01.15. - 16:18:11] [ZONE__INIT] Loading corpse timers
[01.15. - 16:18:11] [ZONE__INIT] Loading commands
[01.15. - 16:18:11] command_init(): - Command 'acceptrules' set to access level 0.
**more command set access between**
[01.15. - 16:18:11] command_init(): - Command 'zuwcoords' set to access level 80.
[01.15. - 16:18:11] [ZONE__INIT] 247 commands loaded
[01.15. - 16:18:11] [ZONE__INIT] Loaded default rule set 'default'
[01.15. - 16:18:11] [ZONE__INIT] Loading Tasks
[01.15. - 16:18:11] [ZONE__INIT] Loading quests
[01.15. - 16:18:11] [ZONE__INIT] Entering sleep mode
[01.15. - 16:18:11] [NET__IDENTIFY] Registered patch 6.2
[01.15. - 16:18:11] [NET__IDENTIFY] Registered patch Titanium
[01.15. - 16:18:11] [NET__IDENTIFY] Registered patch SoF
[01.15. - 16:18:11] [NET__IDENTIFY] Registered patch SoD
[01.15. - 16:18:11] [NET__IDENTIFY] Registered patch Underfoot
[01.15. - 16:18:11] [NET__WORLD] Connected to World: 127.0.0.1:9000
[01.15. - 16:18:11] [ZONE__WORLD] World indicated port 7009 for this zone.
[01.15. - 16:18:11] [ZONE__INIT] Starting EQ Network server on port 7009
[01.15. - 18:23:02] [NET__WORLD] Connected to World: 127.0.0.1:9000
hope that helps..
Reply With Quote
  #11  
Old 01-16-2012, 04:10 PM
Noport
Opcode Ninja
 
Join Date: Mar 2009
Location: San francisco
Posts: 426
Default

<!-- Only specify these two if you really think you need to. -->
<address></address>
<localaddress></localaddress>
If using public server.
If using windows xp open upd ports
Reply With Quote
  #12  
Old 01-16-2012, 06:26 PM
Noport
Opcode Ninja
 
Join Date: Mar 2009
Location: San francisco
Posts: 426
Default

Goto Network Connection Properties
You'll Be at General
Click on Advanced
Click Settings
Leave Firewall ON
Click Exceptions
Click Add Port
Click Change scope
Any Computer [Including those on the Internet]
Click Ok
Name: EqEmuloginServer
Port number: 5999 UDP
Click Ok
Click Add Port
Click Change scope
Any Computer [Including those on the Internet]
Click Ok
Name: EqEmuloginServer
Port number: 5998 UDP
Click Ok
That should now allow other computers
to connect to your system.
Reply With Quote
  #13  
Old 01-20-2012, 11:08 PM
smcallister88
Fire Beetle
 
Join Date: Jul 2006
Posts: 24
Default

I appreciate all of the help, but I was able to ultimately resolve this issue by reloading the database
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 02: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