Game Development Community

Some errors

by DejaBlue · in RTS Starter Kit · 11/22/2004 (7:35 am) · 1 replies

I just got to around to adding the Advanced Resource/Supply manager

after getting things to work i look into my consol.log and find at the end

*** ENDING MISSION
starter.RTS/server/scripts/core/gameConnection.cs (76): Unable to find object: '1459' attempting to call function 'getCount'
starter.RTS/server/scripts/core/gameConnection.cs (78): Unable to find object: '1459' attempting to call function 'getObject'
starter.RTS/server/scripts/avatars/player.cs (193): Unknown command playDeathCry.
Object LocalClientConnection(1437) RTSConnection -> GameConnection -> NetConnection -> SimGroup -> SimSet -> SimObject
starter.RTS/server/scripts/avatars/player.cs (194): Unknown command playDeathAnimation.
Object LocalClientConnection(1437) RTSConnection -> GameConnection -> NetConnection -> SimGroup -> SimSet -> SimObject
starter.RTS/server/scripts/avatars/player.cs (195): Unknown command setDamageFlash.
Object LocalClientConnection(1437) RTSConnection -> GameConnection -> NetConnection -> SimGroup -> SimSet -> SimObject
starter.RTS/server/scripts/avatars/player.cs (198): Unknown command setImageTrigger.
Object LocalClientConnection(1437) RTSConnection -> GameConnection -> NetConnection -> SimGroup -> SimSet -> SimObject
Client has disconnected, removing unit 1437
starter.RTS/server/scripts/core/gameConnection.cs (82): Unable to find object: '1459' attempting to call function 'getCount'
starter.RTS/server/scripts/core/gameConnection.cs (90): Unable to find object: '1509' attempting to call function 'getCount'
starter.RTS/server/scripts/core/gameConnection.cs (95): Unable to find object: '1509' attempting to call function 'delete'


not a show stopper as this is the end game to how would i clean this up? seems i am either missing or something. any help woul dbe appreciated.

#1
11/22/2004 (8:46 am)
@DejaBlue: I saw similar messages early on in the development, so I'm betting that either the readme.txt missed something, or you didn't copy/paste something quite right.

If you want to email me your /server/scripts/core/gameConnection.cs (since this file has the initialization, player object creation, and cleanup code) as well as your /server/scripts/avatars/player.cs file, I'll take a look.