Only LAN, not MasterServer.

Hi.

I’m trying to make a game with lan connection but when I don’t have internet, the game can’t connect to the another game from another PC connected in the same LAN and the console says this:

Failed to connect to master server at 72.52.207…

MasterServerInterface.cpp line 191.

Help me please!

thanks!

Well… there are at least three possibilities :

  • Get Internet :wink:
  • Host your own MasterServer inside your LAN
  • Skip the MasterServer and do a direct connect to the IP of any other machine.

I assume your were trying out the Networking examples, so if you open up a single scene, there should be a scipt called “ConnectGUI”, which you can use for direct connecting.


oxl