TakiiOS / PalguardEGGS

A palguard eggs with auto update
2 stars 0 forks source link

New issue #2

Closed OGtronTTV closed 6 months ago

OGtronTTV commented 7 months ago

Since the patch today, Steam v0.1.50 when installing this egg on a fresh server, anyone who connects to it will crash the server. Ive tried using it stand alone, and also with palguard. Both crash instantly with my self and others trying to connect. Not sure what changed or why but maybe you can fix it? Do you have a discord, or a discord ID I could talk to you in @TakiiOS

TakiiOS commented 7 months ago

Hi provide me : \Pal\Saved\Crashes*random numbers*\CrashContext.runtime-xml file + palguard version used + log from Pal\Binaries\Win64\logs folder , Thanks.

WareZ57 commented 7 months ago

Since the patch today, Steam v0.1.50 when installing this egg on a fresh server, anyone who connects to it will crash the server. Ive tried using it stand alone, and also with palguard. Both crash instantly with my self and others trying to connect. Not sure what changed or why but maybe you can fix it? Do you have a discord, or a discord ID I could talk to you in @TakiiOS

Update Palguard manually, default the install version of the egg is not updated https://www.nexusmods.com/palworld/mods/451?tab=files

OGtronTTV commented 7 months ago

Hi provide me : \Pal\Saved\Crashesrandom numbers\CrashContext.runtime-xml file + palguard version used + log from Pal\Binaries\Win64\logs folder , Thanks.

As the post below you worked. But could you update your egg so it works with no error? as another person said

Warning: Missing opening '"' in string property value: x.x.x.x,RCONEnabled= True,RCONPort=27016,Region="",bUseAuth=True,BanListURL="https://api.palworldgame .com/api/banlist.txt",bShowPlayerList=False)

and you cant change the pal.ini to fix it, and add -RCONPort=00000 to the startup field? I use a bot that shows online players but using your egg, the bot cant access Rcon of the server for some reason.

WareZ57 commented 7 months ago

Author

You need to add quote ( " " ) to fix that.

image

And my startup line : ./PalworldServerConfigParser; (while read cmd; do rcon -s -a "localhost:$RCON_PORT" -p "$ADMIN_PASSWORD" "$cmd";done) < /dev/stdin & proton run /home/container/Pal/Binaries/Win64/PalServer-Win64-Test.exe Pal EpicApp=PalServer -publiclobby -useperfthreads -NoAsyncLoadingThread -UseMultithreadForDS -port={{SERVER_PORT}} -publicport={{SERVER_PORT}} -servername="{{SERVER_NAME}}" -players={{MAX_PLAYERS}} $(if [ -n "$SERVER_PASSWORD" ]; then echo "-serverpassword="${SERVER_PASSWORD}""; fi) -adminpassword="{{ADMIN_PASSWORD}}" -rcon

OGtronTTV commented 7 months ago

Author

You need to add quote ( " " ) to fix that.

image

And my startup line : ./PalworldServerConfigParser; (while read cmd; do rcon -s -a "localhost:$RCON_PORT" -p "$ADMIN_PASSWORD" "$cmd";done) < /dev/stdin & proton run /home/container/Pal/Binaries/Win64/PalServer-Win64-Test.exe Pal EpicApp=PalServer -publiclobby -useperfthreads -NoAsyncLoadingThread -UseMultithreadForDS -port={{SERVER_PORT}} -publicport={{SERVER_PORT}} -servername="{{SERVER_NAME}}" -players={{MAX_PLAYERS}} $(if [ -n "$SERVER_PASSWORD" ]; then echo "-serverpassword="${SERVER_PASSWORD}""; fi) -adminpassword="{{ADMIN_PASSWORD}}" -rcon

Seemed to work thanks!

Also does anyone know why a custom Discord Bot that can pull the Steam ID/Player IDs no longer works with the egg? My bot still works with a different egg so im wonder what broke with the last up date for this egg. Wish Takii could update it ;)

WareZ57 commented 7 months ago

Author

You need to add quote ( " " ) to fix that. image And my startup line : ./PalworldServerConfigParser; (while read cmd; do rcon -s -a "localhost:$RCON_PORT" -p "$ADMIN_PASSWORD" "$cmd";done) < /dev/stdin & proton run /home/container/Pal/Binaries/Win64/PalServer-Win64-Test.exe Pal EpicApp=PalServer -publiclobby -useperfthreads -NoAsyncLoadingThread -UseMultithreadForDS -port={{SERVER_PORT}} -publicport={{SERVER_PORT}} -servername="{{SERVER_NAME}}" -players={{MAX_PLAYERS}} $(if [ -n "$SERVER_PASSWORD" ]; then echo "-serverpassword="${SERVER_PASSWORD}""; fi) -adminpassword="{{ADMIN_PASSWORD}}" -rcon

Seemed to work thanks!

Also does anyone know why a custom Discord Bot that can pull the Steam ID/Player IDs no longer works with the egg? My bot still works with a different egg so im wonder what broke with the last up date for this egg. Wish Takii could update it ;)

Since the last update, the RCON no longer works with the bots.

I haven't found a solution to this problem.

However, I want to inform you that the egg has memory leaks after 1 hour with 10 players, the server uses 64 GB of RAM. I strongly advise you to switch to Windows.

The creator of the egg and even the person who provided the code aren't responding, so I think you can drop it.

Here's my Discord: pandanounet

OGtronTTV commented 6 months ago

Since the last update, the RCON no longer works with the bots.

I haven't found a solution to this problem.

However, I want to inform you that the egg has memory leaks after 1 hour with 10 players, the server uses 64 GB of RAM. I strongly advise you to switch to Windows.

The creator of the egg and even the person who provided the code aren't responding, so I think you can drop it.

Here's my Discord: pandanounet

Yea indeed. I got my discord bot working again so im happy =)

TakiiOS commented 6 months ago

Update at : 05.03.2024 AT 15H Thanks for response.