Myth of Empires

Myth of Empires

View Stats:
Nerogarden Apr 5, 2024 @ 11:48pm
Custom Private Server Error
I don't know what am I doing wrong... I just can't create my own server. It keeps looping and never shows up in Custom Server search
I read about "Enable GM account" making the server do this but mine is disabled, "Enable GM account" is also disable.
I also read about "changing the ports to a 4 digits number to avoid steam port error" and I did that but to no avail.

This is the error that keeps looping
Can somebody help me please?

https://i.imgur.com/WDiVIrz.png


All I want is to play solo with custom settings... It's lame that I need to create my own server to be able to do that :csgo_dead:
Last edited by Nerogarden; Apr 5, 2024 @ 11:54pm
< >
Showing 1-11 of 11 comments
kong82 Apr 6, 2024 @ 12:05am 
same issue here , i had been encountered this problem for few days
Rogue Apr 6, 2024 @ 12:21am 
What's your -MultiHome= and -OutAddress= , ip addresses? Edit StartPrivateServer.bat to see. Compared this to your PC IP address (ipconfig , also best to manually assign one on your router to lock it down, e.g MAC of PC to 192.123.123.123 instead of being dynamically assigned aka keep changing), and if necessary also manually port forward on your router to your PC if your router is old aka doesn't NAT well.

Also never use port 0 to 1023 as they are system ports...
Last edited by Rogue; Apr 6, 2024 @ 1:27am
Nerogarden Apr 6, 2024 @ 12:33am 
Originally posted by Rogue:
What's your -MultiHome= and -OutAddress= , ip addresses? Edit StartPrivateServer.bat to see. Compared this to your PC IP address (ipconfig , also best to manually assign one on your router to lock it down, e.g MAC of PC to 192.123.123.123 instead of being dynamically assigned), and if necessary also manually port forward on your router to your PC if your router is old aka doesn't NAT well.

My MultiHome and my OutAddress are both set to my IPv4 Address (as I saw in the ipconfig)
peerzz89 Apr 6, 2024 @ 4:49am 
same
peerzz89 Apr 6, 2024 @ 4:56am 
Originally posted by Nerogarden:
I don't know what am I doing wrong... I just can't create my own server. It keeps looping and never shows up in Custom Server search
I read about "Enable GM account" making the server do this but mine is disabled, "Enable GM account" is also disable.
I also read about "changing the ports to a 4 digits number to avoid steam port error" and I did that but to no avail.

This is the error that keeps looping
Can somebody help me please?

https://i.imgur.com/WDiVIrz.png


All I want is to play solo with custom settings... It's lame that I need to create my own server to be able to do that :csgo_dead:

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.
Nerogarden Apr 6, 2024 @ 12:03pm 
Originally posted by peerzz89:
Originally posted by Nerogarden:
I don't know what am I doing wrong... I just can't create my own server. It keeps looping and never shows up in Custom Server search
I read about "Enable GM account" making the server do this but mine is disabled, "Enable GM account" is also disable.
I also read about "changing the ports to a 4 digits number to avoid steam port error" and I did that but to no avail.

This is the error that keeps looping
Can somebody help me please?

https://i.imgur.com/WDiVIrz.png


All I want is to play solo with custom settings... It's lame that I need to create my own server to be able to do that :csgo_dead:

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.
kong82 Apr 7, 2024 @ 12:13am 
Originally posted by Nerogarden:
Originally posted by Rogue:
What's your -MultiHome= and -OutAddress= , ip addresses? Edit StartPrivateServer.bat to see. Compared this to your PC IP address (ipconfig , also best to manually assign one on your router to lock it down, e.g MAC of PC to 192.123.123.123 instead of being dynamically assigned), and if necessary also manually port forward on your router to your PC if your router is old aka doesn't NAT well.

My MultiHome and my OutAddress are both set to my IPv4 Address (as I saw in the ipconfig)
well it works for me , my multihome and outaddress everytime change to public address and i need change it back to my pc ip address each time i open the server , i try portforward in my modem page but it now works for me, so i need change it manually everytime i launch the private server
poisonhawke Apr 7, 2024 @ 7:34am 
Same here. I keep trying, reloading and yesterday I was able to get on my custom server. I've been trying and retrying for an hour now today and same problem. I've been having this issue since the update, don't understand why. If I get on today, I'll just leave it on this time all day and night!
MrDuckhunter Apr 10, 2024 @ 9:49am 
Here is the solution for me at least, so in the .bat file there is a line for your "ip"

-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
kong82 Apr 11, 2024 @ 3:49am 
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

Originally posted by MrDuckhunter:
Here is the solution for me at least, so in the .bat file there is a line for your "ip"

-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
UndyingXian Apr 11, 2024 @ 4:44am 
Every time you make a change through the PrivateServerTool.exe the bat file will revert to the original IPs that were set, you will need to change your IP (MultiHome and OutAdderss) every time you save that. Get the settings how you want them. Save and exit and save the tool then change your IP's in the bat and NEVER open the tool again. Always start your server through the bat, let it load completely then join your created server in game.
< >
Showing 1-11 of 11 comments
Per page: 1530 50

Date Posted: Apr 5, 2024 @ 11:48pm
Posts: 11