This site is currently in read-only mode during migration to a new platform.
You cannot post questions, answers or comments, as they would be lost during the migration otherwise.
0 votes

I'm trying to run a multiplayer server on an aws Ubuntu server, but I get this error:

./Godotv3.2.3-stablelinuxserver.64 --main-pack server.pck
Godot
Engine v3.2.3.stable.official - https://godotengine.org
ERROR:
create
server: Condition "!host" is true. Returned: ERRCANTCREATE
At: modules/enet/networkedmultiplayerenet.cpp:108.
ERROR:
setnetworkpeer: Condition "ppeer.isvalid() &&
ppeer->getconnectionstatus() =
= NetworkedMultiplayerPeer::CONNECTION
DISCONNECTED" is true. At: core/io/multiplayer_api.cpp:144.

Any idea how to proceed from here?

Godot version 3.2.3
in Engine by (176 points)

Found the solution. It turned out I couldn't use a port lower than 1024, due to permissions.

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.