Game Development Community

I cant connect to a server

by Jacque Preen · in General Discussion · 07/17/2007 (11:46 am) · 2 replies

I keep crashing when I connect to a server this is what my console says at the end//-------------------------- 7/17/2007 -- 14:39:59 -----
Querying Server IP:69.12.22.115:28000 (3)...
ServerQuery: query Querying servers: 1 left... 0.833333
Server IP:69.12.22.115:28000 filtered out by player count.
ServerQuery: query Querying servers: 0 left... 1
ServerQuery: done One server found. 1
Server query canceled.
Adding a pending connection
Sending Connect challenge Request
Got Connect challenge Response
Sending Connect Request
Connection established 1387
Mapping string: ServerMessage to index: 0
Mapping string: MsgConnectionError to index: 1
Mapping string: MsgLoadInfo to index: 2
Mapping string: MsgLoadDescripition to index: 3
Mapping string: MsgLoadInfoDone to index: 4
Mapping string: MsgClientJoin to index: 5
Mapping string: Barzahd to index: 6
Mapping string: Welcome to NeverWinter Alpha %1. to index: 7
Mapping string: Prax to index: 8
Mapping string: MissionStartPhase1 to index: 9
*** New Mission: starter.fps/data/missions/testing.mis
*** Phase 1: Download Datablocks & Targets
ParticleData((null)) lifetime < 1 ms

#1
07/17/2007 (1:05 pm)
Looks like one of your particles has a lifetime of less than 1 ms. I'm assuming that's your problem. Look for that particleData and change the lifetime and see if that helps.
#2
07/17/2007 (7:07 pm)
But where? I mean it has to be like a shared thing? I looked at all my sever scripts they look fine