Log in

View Full Version : UDP Problem


kmra247
11-28-2012, 08:06 PM
Okay, so I've been having a problem with my world.exe, it wants to say the stuff below. Any fix? Thanks!

---------------------------------------------
[11.28. - 18:11:31] Starting Log: logs/eqemu_debug_world_5792.log
[11.28. - 18:11:31] [WORLD__INIT] Loading server configuration..
[11.28. - 18:11:31] [WORLD__INIT] Warning: Unable to read log.ini
[11.28. - 18:11:31] [WORLD__INIT] CURRENT_WORLD_VERSION:EQEmulator 0.8.0
[11.28. - 18:11:31] [WORLD__INIT] Added loginserver 127.0.0.1:5998
[11.28. - 18:11:31] [WORLD__INIT] Connecting to MySQL...
[11.28. - 18:11:32] [WORLD__INIT] HTTP world service disabled.
[11.28. - 18:11:32] [WORLD__INIT] Loading variables..
[11.28. - 18:11:32] [WORLD__INIT] Loading zones..
[11.28. - 18:11:33] [WORLD__INIT] Clearing groups..
[11.28. - 18:11:33] [WORLD__INIT] Clearing raids..
[11.28. - 18:11:34] [WORLD__INIT] Loading items..
[11.28. - 18:16:34] [WORLD__INIT_ERR] Error: Could not load item data. But ignoring
[11.28. - 18:16:34] [WORLD__INIT] Loading guilds..
[11.28. - 18:16:35] [WORLD__INIT] Loaded default rule set 'default'
[11.28. - 18:16:35] [WORLD__INIT] Clearing temporary merchant lists..
[11.28. - 18:16:35] [WORLD__INIT] Loading EQ time of day..
[11.28. - 18:16:35] [WORLD__INIT] Loading launcher list..
[11.28. - 18:16:37] [WORLD__INIT] Reboot zone modes ON
[11.28. - 18:16:37] [WORLD__INIT] Deleted 0 stale player corpses from database
[11.28. - 18:16:37] [WORLD__INIT] Deleted 0 stale player backups from database
[11.28. - 18:16:37] [WORLD__INIT] Loading adventures...
[11.28. - 18:16:40] [WORLD__INIT] Purging expired instances
[11.28. - 18:16:40] [WORLD__INIT] Loading char create info...
[11.28. - 18:16:41] [WORLD__INIT] Zone (TCP) listener started.
[11.28. - 18:16:41] [WORLD__INIT_ERR] Failed to start client (UDP) listener (port 9000)

c0ncrete
11-28-2012, 08:35 PM
run this from a (windows) command line
netstat -an | find /i "9000"
if it shows anything, you have something listening on port 9000 already

joligario
11-28-2012, 09:28 PM
UDP port is not your only problem according to your log:

[11.28. - 18:16:34] [WORLD__INIT_ERR] Error: Could not load item data. But ignoring

lerxst2112
11-28-2012, 11:13 PM
That error is pretty simple, as c0ncrete stated. You have something else running that is bound to that port already.