View Single Post
  #4  
Old 08-24-2006, 03:10 AM
Aramid
Discordant
 
Join Date: May 2006
Posts: 356
Default

Quote:
Originally Posted by PsychoticX
[Debug] [WORLD__LS] Connected to Loginserver: 127.0.0.1:5999
[Debug] [WORLD__ZONE] New TCP connection from 127.0.0.1:1173
[Debug] [WORLD__CONSOLE] New launcher from 127.0.0.1:1173
[Debug] [WORLD__LAUNCH] Adding pending launcher 1
[Debug] [WORLD__LAUNCH] Unknown launcher 'zones' connected. Disconnecting.
[Debug] [WORLD__LAUNCH] Removing pending launcher 1. Adding zones to active list
.
[Debug] [WORLD__LAUNCH] Removing launcher zones (1)
[Debug] [WORLD__ZONE] New TCP connection from 127.0.0.1:1174
[Debug] [WORLD__CONSOLE] New launcher from 127.0.0.1:1174
[Debug] [WORLD__LAUNCH] Adding pending launcher 2
[Debug] [WORLD__LAUNCH] Unknown launcher 'zones' connected. Disconnecting.
Check your Database Tables. Make sure you have a table called

launcher

It seems that you do

If your using MySqlcc, highlight launcher and make sure it contains 2 fields called name and dynamics

Press enter on launcher and see that those fields have the entries

Name --- Dynamics
zones ----- 5

The dashes won't be there, they are used for spacing in this message and the number can be different than 5, 5 is the default.

I was able to duplicate your problem by changing zones to just zone.
Reply With Quote