Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Configure SERVER_PASSWORD has no effect. in 0.19.0 #225

Closed
possible318 opened this issue Jan 30, 2024 · 7 comments
Closed

Configure SERVER_PASSWORD has no effect. in 0.19.0 #225

possible318 opened this issue Jan 30, 2024 · 7 comments

Comments

@possible318
Copy link

Describe the bug

Configure SERVER_PASSWORD has no effect. in 0.19.0

To Reproduce

  1. Configure SERVER_PASSWORD="xxx" to .env file
  2. restart servers

Expected behavior

Accessing the server with a password

Logs

palworld-server | *****CHECKING FOR EXISTING CONFIG*****
palworld-server | SERVER_NAME="pal server"
palworld-server | SERVER_DESCRIPTION="pal server"
palworld-server | SERVER_PASSWORD="xxx"
palworld-server | ADMIN_PASSWORD="xxx"
palworld-server | PLAYERS=20
palworld-server | PUBLIC_PORT=8211
palworld-server | DIFFICULTY=None
palworld-server | DAYTIME_SPEEDRATE=1.000000
palworld-server | NIGHTTIME_SPEEDRATE=1.000000
palworld-server | EXP_RATE=1.000000
palworld-server | PAL_CAPTURE_RATE=1.000000
palworld-server | PAL_SPAWN_NUM_RATE=1.000000
palworld-server | PAL_DAMAGE_RATE_ATTACK=1.000000
palworld-server | PAL_DAMAGE_RATE_DEFENSE=1.000000
palworld-server | PLAYER_DAMAGE_RATE_ATTACK=1.000000
palworld-server | *****STARTING SERVER*****
palworld-server | ./PalServer.sh -port=8211 -queryport=27015
palworld-server | time="2024-01-30T11:43:42Z" level=info msg="read crontab: /home/steam/server/crontab"
palworld-server | [S_API] SteamAPI_Init(): Loaded local 'steamclient.so' OK.
palworld-server | Shutdown handler: initalize.
palworld-server | Increasing per-process limit of core file size to infinity.
palworld-server | - Existing per-process limit (soft=18446744073709551615, hard=18446744073709551615) is enough for us (need only 18446744073709551615)
palworld-server | CAppInfoCacheReadFromDiskThread took 4 milliseconds to initialize
palworld-server | Setting breakpad minidump AppID = 2394010
palworld-server | [S_API FAIL] Tried to access Steam interface SteamUser021 before SteamAPI_Init succeeded.
palworld-server | [S_API FAIL] Tried to access Steam interface SteamFriends017 before SteamAPI_Init succeeded.
palworld-server | [S_API FAIL] Tried to access Steam interface STEAMAPPS_INTERFACE_VERSION008 before SteamAPI_Init succeeded.
palworld-server | [S_API FAIL] Tried to access Steam interface SteamNetworkingUtils004 before SteamAPI_Init succeeded.

docker-compose.yml contents

services:
  palworld:
    image: thijsvanloef/palworld-server-docker:latest
    restart: unless-stopped
    container_name: palworld-server
    stop_grace_period: 30s # Set to however long you are willing to wait for the container to gracefully stop
    ports:
      - 8211:8211/udp
      - 27015:27015/udp # Required if you want your server to show up in the community servers tab
    env_file:
      - .env
    volumes:
      - ./palworld:/palworld/

Additional context

start.sh just writes the configuration to PalWorldSettings.ini via the sed method, without adding the command

palworld-server-docker/scripts/start.sh

@PyRowMan
Copy link

PyRowMan commented Jan 30, 2024

I reproduce this one

It also seems that no custom provided values are applied to the server

@possible318
Copy link
Author

version rollback to v.0.18.0 can be used after the

@PyRowMan
Copy link

I can confirm it works well with v0.18

@lerndmina
Copy link

Can confirm this happens with me too.

@thijsvanloef
Copy link
Owner

thijsvanloef commented Jan 30, 2024

Problem should be resolved in update 0.19.1 thanks to beomseok-park, please pull the latest image and check if your issue has been resolved. If you are still having trouble after updating, please remove your PalWorldSettings.ini and restart your container.

@burkewm
Copy link

burkewm commented Jan 31, 2024

Problem should be resolved in update 0.19.1 thanks to beomseok-park, please pull the latest image and check if your issue has been resolved. If you are still having trouble after updating, please remove your PalWorldSettings.ini and restart your container.

After adding back in my world settings the password requirement also goes away still. without the world config it's fine

@thijsvanloef
Copy link
Owner

Closing this issue to merge all related issues into one: #239

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants