Error running Test Game in Multiplayer
by Ryan Tibbetts · in Torque Game Engine · 10/09/2001 (7:07 pm) · 2 replies
Hi, just got the engine and I was trying to play the test game that comes with it. I compiled the Debug version btw. Anyways the game works fine in singleplayer, but when I try to do multiplayer I get an unhandled exception error.
So it goes like this. I select multiplayer. I select query master server. I pick a server and click join. Then the error comes up. In the debug version it goes to this line of code and says it cannot be accessed:
void NetConnection::clearCompression()
{
mCompressRelative = false;
}
I am working through a linux firewall and all other types of games work fine through it. Anyone have any idea what is going on?
So it goes like this. I select multiplayer. I select query master server. I pick a server and click join. Then the error comes up. In the debug version it goes to this line of code and says it cannot be accessed:
void NetConnection::clearCompression()
{
mCompressRelative = false;
}
I am working through a linux firewall and all other types of games work fine through it. Anyone have any idea what is going on?
#2
10/11/2001 (6:34 pm)
Thank you that was the problem. I was able to connect to your server without a hitch. Thanks again GarageGames!
Torque Owner Tim Gift
I've put my WaterWorld server, you should be able to connect to that.