ddakebono / PalworldRcon

Simple WPF/.net 7 Rcon tool for Palworld Dedicated Servers

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ShowPlayers ?

huliganhak opened this issue · comments

After using command ShowPlayers there is no response.

in PalWorldSettings.ini
RCONEnabled=True,RCONPort=25575,Region="Asia"
I set it up like this: I sent the command ShowPlayers but got no response

I'll be working on adding a debug console later today to assist in resolving issues like this, I'll also replace the potentially unreliable string parsing with a regex.

I've completely reworked the networking of the tool, so please try out version 1.1.0 and see if the issue persists, I've also added a debug console where you can run ShowPlayers and get the full output.

https://github.com/ddakebono/PalworldRcon/releases/tag/1.1.0

I've completely reworked the networking of the tool, so please try out version 1.1.0 and see if the issue persists, I've also added a debug console where you can run ShowPlayers and get the full output.

https://github.com/ddakebono/PalworldRcon/releases/tag/1.1.0

Using this version and getting this error
image

Hmmmm, are other commands sending and receiving properly? If you try and issue a ShowPlayers in the console does it also return a timeout?

Another simple response one would be Info, if you run that in the console it should respond quite quickly.

Ahhhh, seems in some cases non English characters in names can break the ShowPlayers command, seems to have been asked about a bit in the official Palworld discord.

Strange cause I've seen someone with Japanese characters show up just fine, but maybe some other languages cause it to fail. Rcon isn't really intended to have non ASCII characters after all.

In 1.1.1 it randomly disconnects after about 10 seconds
image

Hmmm, that's really strange. Do you get your server information listed on the main screen when you connect?
Should appear like this:
image

Does the server name have any weird characters in it?

commands without trailing slash "/" are working smoothly with a little delay , but i guess lising players in the main page of applcation is required

@ddakebono