Game Development Community

Issue With My Current Game - Please Help

by James O · in Torque Game Engine · 11/05/2007 (8:26 pm) · 2 replies

Below is the error file:
ParticleEmitterData(CrossbowBoltEmitter) velocityVariance > ejectionVelocity
Error: shape ProjectZ/data/shapes/crossbow/ammo.dts-collision detail 0 (Collision-3) bounds box invalid!
Loading compiled script ProjectZ/server/scripts/player.cs.
Loading compiled script ProjectZ/data/shapes/player/player.cs.
Validation required for shape: ProjectZ/data/shapes/player/player.dts
Loading compiled script ProjectZ/server/scripts/chimneyfire.cs.
Missing file: ProjectZ/server/scripts/aiPlayer.cs!
*** LOADING MISSION: ProjectZ/data/missions/stronghold.mis
*** Stage 1 load
common/server/missionLoad.cs (23): Unable to find function clearCenterPrintAll
common/server/missionLoad.cs (24): Unable to find function clearBottomPrintAll
*** Stage 2 load
Executing ProjectZ/data/missions/stronghold.mis.
*** Mission loaded
ProjectZ/server/scripts/game.cs (113): Unknown command think.
  Object AIManager(1406) AIManager -> ScriptObject -> SimObject
Connect request from: IPX:69634669:656C6473203D:8736
Connection established 1407
ProjectZ/client/scripts/serverConnection.cs (54): Unable to find object: 'LagIcon' attempting to call function 'setVisible'
CADD: 1408 local
*** Sending mission load to client: ProjectZ/data/missions/stronghold.mis
Mapping string: ServerMessage to index: 0
Mapping string: MsgConnectionError to index: 1
common/client/message.cs (75): Unable to find function onServerMessage
Mapping string: MsgLoadInfo to index: 2
common/client/message.cs (75): Unable to find function onServerMessage
Mapping string: MsgLoadDescripition to index: 3
common/client/message.cs (75): Unable to find function onServerMessage
Mapping string: MsgLoadInfoDone to index: 4
common/client/message.cs (75): Unable to find function onServerMessage
Mapping string: MsgClientJoin to index: 5
Mapping string: Welcome to the Torque demo app %1. to index: 6
Mapping string: Poser to index: 7
common/client/message.cs (75): Unable to find function onServerMessage
Mapping string: MissionStartPhase1 to index: 8
*** New Mission: ProjectZ/data/missions/stronghold.mis
*** Phase 1: Download Datablocks & Targets
ProjectZ/client/scripts/missionDownload.cs (26): Unknown command close.
  Object MessageHud(1202) MessageHud -> GuiControl -> SimGroup -> SimSet -> SimObject
Mapping string: MissionStartPhase1Ack to index: 0
Error: shape ProjectZ/data/shapes/crossbow/ammo.dts-collision detail 1 (Collision-3) bounds box invalid!
Could not locate texture: ProjectZ/data/shapes/player/base.lmale
Could not locate texture: ProjectZ/data/shapes/player/base.lmale
Could not locate texture: ProjectZ/data/shapes/player/crossbow
Could not locate texture: ProjectZ/data/shapes/player/clip
Validation required for shape: ProjectZ/data/shapes/player/player.dts
Mapping string: MissionStartPhase2 to index: 9
*** Phase 2: Download Ghost Objects
At phase 2, it immediately dies... at loading objects....

#1
11/05/2007 (9:35 pm)
I don't know but perhaps if you fixed the error right after phase 1 it would fix phase 2?
#2
11/07/2007 (3:10 am)
I'd guess you were missing some core files, either from the common files or normal client scripts because a lot of very important client functions are missing such as onServerMessage.