0 votes

Hi,
I am trying to make a multiplayer game, but in some cases my testing devices does not connect to the host. I want the game to be run locally (no global server; everyone can host and people in the same LAN can join).

My testing devices:
-PC (Windows 11)
-Laptop (Windows 11)
-Mobile (Android)

Following tests were successful:
-Host: mobile, client: laptop or pc
-Host: pc, client: pc (multiple windows)

Following tests were not successful:
-Host: pc, client: laptop or mobile
-Host: laptop, client: pc or mobile

Other information:
-All devices were in the same (W)LAN
-I use the 3.5.1stable on my pc
-The built-in signals "connectedtoserver" and "networkpeerconnected" do not get triggered so it seems like the programm is unable to connect

All in all I can not use any Windows device for starting a game.

I hope you can help me.

Godot version 3.5.1stable
in Engine by (12 points)

The first thing to try if you have these kind of problems is to try and connect using Telnet. If that doesn't work, you're blocked. Windows firewall maybe?

Thank you. I'll try it.

Please log in or register to answer this question.

Welcome to Godot Engine Q&A, where you can ask questions and receive answers from other members of the community.

Please make sure to read Frequently asked questions and How to use this Q&A? before posting your first questions.
Social login is currently unavailable. If you've previously logged in with a Facebook or GitHub account, use the I forgot my password link in the login box to set a password for your account. If you still can't access your account, send an email to [email protected] with your username.