Game Development Community

Client and Server Can Not connect.

by Logan Strunk · in Torque Game Engine · 12/18/2006 (7:49 pm) · 4 replies

I'm working on a game, and am trying to test it out.

I can run the game just fine from my machine.

My friend can run it from his.


When I check the console log, It looks like this:

CADD: 1726 IP:192.168.1.100:4104
*** Sending mission load to client: starter.fps/data/missions/stronghold.mis
Mapping string: %1 joined the game. to index: 17
Mapping string: Pooper to index: 18

Mapping string: Returning:7:0: to index: 19
Mapping string: Guarding:7.5:0: to index: 20



No such file 'starter.fps/data/sound/replaceme.wav'.
No such file 'starter.fps/data/sound/replaceme.ogg'.
No such file 'starter.fps/data/sound/replaceme.wav'.
No such file 'starter.fps/data/sound/replaceme.ogg'.
No such file 'starter.fps/data/sound/replaceme.wav'.
No such file 'starter.fps/data/sound/replaceme.ogg'.
No such file 'starter.fps/data/sound/replaceme.wav'.
No such file 'starter.fps/data/sound/replaceme.ogg'.
No such file 'starter.fps/data/sound/replaceme.wav'.
No such file 'starter.fps/data/sound/replaceme.ogg'.
No such file 'starter.fps/data/sound/replaceme.wav'.
No such file 'starter.fps/data/sound/replaceme.ogg'.
No such file 'starter.fps/data/sound/replaceme.wav'.
No such file 'starter.fps/data/sound/replaceme.ogg'.
No such file 'starter.fps/data/sound/replaceme.wav'.
No such file 'starter.fps/data/sound/replaceme.ogg'.
No such file 'starter.fps/data/sound/replaceme.wav'.
No such file 'starter.fps/data/sound/replaceme.ogg'.
No such file 'starter.fps/data/sound/replaceme.wav'.
No such file 'starter.fps/data/sound/replaceme.ogg'.
No such file 'starter.fps/data/sound/replaceme.wav'.
No such file 'starter.fps/data/sound/replaceme.ogg'.
No such file 'starter.fps/data/shapes/player/base.lmale'.
No such file 'starter.fps/data/shapes/player/base.lmale.jpg'.
No such file 'starter.fps/data/shapes/player/base.lmale.png'.
No such file 'starter.fps/data/shapes/player/base.lmale.gif'.
No such file 'starter.fps/data/shapes/player/base.lmale.bmp'.


Any ideas guys? I would REALLY appreciate it. I've been having this problem for a while and can't figure it out at all.

#1
12/18/2006 (8:21 pm)
I asked on the IRC channel, and was told that when a seperate client connects, it checks for this, but when connecting to yourself it doesn't.

So, I need to find the references in the scripts to those files, and comment them out because they are not there.
#2
12/18/2006 (8:21 pm)
Maybe you're missing those files...?
#3
12/18/2006 (9:11 pm)
Yes, I am. I figured out I need to grep all the files for the references and comment them out.

I'm trying to make threads about things like this if I can't find it elsewhere on the site, because it drives me insane when I can not find information. So me making a thread will help other people later on.
#4
12/19/2006 (12:15 pm)
Got it working, I deleted all the references to the missing files, and the ones I couldn't find, or fix, such as .dts objects calling unneeded textures, I just put in blank 16x16 .jpg's