-
Notifications
You must be signed in to change notification settings - Fork 17
Description
Hey,
So I have setup a server and I can see a user trying to connect but it gets no further, I'm getting the following in the logs:
[2022.12.12-19.24.30:659][ 0]LogStreaming: Error: Couldn't find file for package /Engine/EngineFonts/Roboto requested by async loading code. NameToLoad: /Engine/EngineFonts/Roboto [2022.12.12-19.24.30:660][ 0]LogStreaming: Error: Found 0 dependent packages... [2022.12.12-19.24.30:660][ 0]LogStreaming: Error: Couldn't find file for package /Game/FrozenFlame/UI/Fonts/Frozen_Font requested by async loading code. NameToLoad: /Game/FrozenFlame/UI/Fonts/Frozen_Font [2022.12.12-19.24.30:661][ 0]LogStreaming: Error: Found 0 dependent packages...
but I didnt think that this would be enough to stop people connecting?
The ports listed in the command found in the read me:
"path\to\FrozenFlameServer.exe" -log -LOCALLOGTIMES -MetaGameServerName="YOURSERVERNAME" -ip=xxx.xxx.xxx.xxx -Port=YOURPORT -queryPort=YOURPORT -RconPort=YOURPORT -RconPassword=YOURPASSWORD
Do the ports need to be different or all the same? Also are there any characters that we cannot use in the RconPassword argument?
Like I said I can see the clients trying to start a connection but that is all that happens