Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
Also never use port 0 to 1023 as they are system ports...
My MultiHome and my OutAddress are both set to my IPv4 Address (as I saw in the ipconfig)
Hello, have you found any solution for this problem? It doesn't let us create a server from any PC, we have tried 3 different ones. It doesn't cause the same error as you.
No, nothing so far.
-MultiHome=Your IP -OutAddress=Your ip
Just replace the "Your ip" to 127.0.0.1 and it works.
like this:
-MultiHome=127.0.0.1 -OutAddress=127.0.0.1
This is my full bat file if it helps
@echo off
tasklist|find /i "MOEServer.exe" && exit
start "MOEServer.exe - PrivateServer" "..\WindowsPrivateServer\MOE\Binaries\Win64\MOEServer.exe" LargeTerrain_Central_Main -game -server -DataLocalFile -NotCheckServerSteamAuth -log log=19905.log -LOCALLOGTIMES -PrivateServer -disable_qim -MultiHome=127.0.0.1 -OutAddress=127.0.0.1 -SessionName=WorldName -PrivateServerPassword=runn -GameServerPVPType=1 -MaxPlayers=100 -MapDifficultyRate=1 -UseACE -EnableVACBan=1 -ServerId=100 -ClusterId=1 -Port=11888 -QueryPort=12888 -bStartShutDownServiceInPrivateServer=true -ShutDownServiceIP=127.0.0.1 -ShutDownServicePort=13888 -ShutDownServiceKey=140045 -ServerAdminAccounts=0
im just hope no need every time to keyin this ip address into .bat everytime i want to open ther server , anyway thanks for the guide , cheers