I grabbed this from th world log:
	Quote:
	
	
		
			
				[Debug] [WORLD__CLIENT] New connection from 192.168.10.28:3033 
[Debug] [NET__ERROR] 192.168.10.28:3033: Received OP_SessionRequest in ESTABLISHED state (0) 
[Debug] [NET__IDENTIFY] Unable to identify stream from 192.168.10.28:3033 before it closed. 
Removing connection.
			
		 | 
	
	
 
I also noticed that other people have been successful in connecting to my server and were able to create a character. as the log says here:
	Quote:
	
	
		
			
				[Debug] [WORLD__CLIENT] New connection from ipaddress 
[Debug] [NET__IDENT_TRACE] ipaddress: First opcode matched 0x2792 and length matched 464 
[Debug] [NET__IDENTIFY] Identified stream ipaddress with signature 6.2_world 
[Debug] [WORLD__CLIENT] New client from ip address 
[Debug] [WORLD__CLIENT] eliseuskayne: Logged in. Mode=(CharSel) 
[Debug] [WORLD__CLIENT] eliseuskayne: LS Account #66023 
[Debug] [WORLD__CLIENT] eliseuskayne: Name approval request.  Name=Eliseus, race=Wood Elf, class=Bard 
[Debug] [WORLD__CLIENT] eliseuskayne: Character creation request from eliseuskayne LS#66023 () : 
[Debug] [WORLD__CLIENT] eliseuskayne: Name: Eliseus 
[Debug] [WORLD__CLIENT] eliseuskayne: Race: 4  Class: 8  Gender: 0  Deity: 396  Start zone: 9 
[Debug] [WORLD__CLIENT] eliseuskayne: STR  STA  AGI  DEX  WIS  INT  CHA    Total 
[Debug] [WORLD__CLIENT] eliseuskayne:  70   65   95   90   80   75  110     585 
[Debug] [WORLD__CLIENT] eliseuskayne: Face: 2  Eye colors: 8 8 
[Debug] [WORLD__CLIENT] eliseuskayne: Hairstyle: 2  Haircolor: 255 
[Debug] [WORLD__CLIENT] eliseuskayne: Beard: 255  Beardcolor: 9 
[Debug] [WORLD__CLIENT] Validating char creation info... 
[Debug] [WORLD__CLIENT] Found 0 errors in character creation request 
[Status] Start zone query: SELECT x,y,z,zone_id,bind_id FROM start_zones WHERE player_choice=9 AND player_class=8 AND player_deity=396 AND player_race=4
			
		 | 
	
	
 
And then it looks like when it came time to zone in it kicked them:
	Quote:
	
	
		
			
				[Status] Found starting location in start_zones 
[Debug] [WORLD__CLIENT] eliseuskayne: Current location: gfaydark  252.00, -234.00, 77.09 
[Debug] [WORLD__CLIENT] eliseuskayne: Bind location: gfaydark  252.00, -234.00, 77.09 
[Debug] [WORLD__CLIENT] eliseuskayne: Character creation successful: Eliseus 
[Debug] [WORLD__CLIENT] eliseuskayne: Attempting autobootup of gfaydark (54) 
[Debug] [WORLD__ZONE] [5] Setting to 'gfaydark' (54) 
[Debug] [WORLD__CLIENT] eliseuskayne: Entering zone gfaydark (54) 
[Debug] [WORLD__ZONE] [5] [gfaydark] Setting to 'gfaydark' (54) 
[Debug] [WORLD__CLIENT] eliseuskayne: Sending client to zone gfaydark (54) at 208.51.196.100:7003 
[Debug] [WORLD__CLIENT] eliseuskayne: Client disconnected (not active in process) 
Removing connection
			
		 |