palworld-server-docker
palworld-server-docker copied to clipboard
Text disappearing from chat when writing, maybe player logging bug
Describe the bug
When people try to write a message on chat on my server, if it takes long the text disappears and have to write again. It is suspiciously synced with the player logging 5 seconds time.
To Reproduce
Steps to reproduce the behavior:
- Try to write a text in chat
- Wait a little, or write a long text
- Text disappears along with previous messages.
- Press enter, the previous messages appear, but the chat text doesn't.
Expected behavior
Text to not disappear
Actual behavior
Text disappears
Screenshots
OS information (IMPORTANT)
- OS: TrueNAS Scale 24.10.2 on Docker
- Palworld Version: v0.4.15.66880
- Docker Image Version: 1.2.3
Hardware information (IMPORTANT)
- CPU: i5-12400
- Memory: 32 GB DDR4
docker-compose.yml contents (IMPORTANT)
I used custom apps feature from TrueNAS, have to write the docker compose. If needed I will try later.
Container/Host Logs (IMPORTANT)
Aside from the normal I had in other containers, there is the rcon showplayers command every 5 seconds
Additional context
Bug Report Checklist
- [OK] I searched for my issue on the Known issues page
- [OK] I searched for my issue in the Closed issues
- [OK] I have included all relevant information required above.
- [NOT OK] I am willing to fix this bug (don't know how to code)