GameServerManagers / LinuxGSM

The command-line tool for quick, simple deployment and management of Linux dedicated game servers.
https://linuxgsm.com
MIT License
4.18k stars 801 forks source link

[Bug]: #4529

Closed DEAM0 closed 4 months ago

DEAM0 commented 4 months ago

User story

Start Palworld Server

Game

PalWorld

Linux distro

Ubuntu 22.04

Command

command: start

Further information

/home/pwserver/lgsm/modules/command_debug.sh: line 121: 29847 Illegal instruction (core dumped) ./PalServer-Linux-Test -publiclobby -useperfthreads -NoAsyncLoadingThread -UseMultithreadForDS -servername='LinuxGSM' -port='8211' -queryport='27015'

Relevant log output

No response

Steps to reproduce

No response

irobot73 commented 4 months ago

How are you passing those start-up params? I utilize the COMMON.CFG. Might be an extra tic (') causing problems??:

##################################
######## Common Settings #########
##################################
# PLACE GLOBAL SETTINGS HERE
## These settings will apply to all instances.

## Server Parameters | https://docs.linuxgsm.com/configuration/start-parameters#additional-parameters
## Game Server Docs | https://tech.palworldgame.com/dedicated-server-guide#linux
startparameters="-useperfthreads -NoAsyncLoadingThread -UseMultithreadForDS -publiclobby -port=8211 -queryport=8212 rconport=8213 -publicport=8211 -publicip=45.27.239.93"

What are you attempting to DEBUG? Can't say I've tried using that command

DEAM0 commented 4 months ago

How are you passing those start-up params? I utilize the COMMON.CFG. Might be an extra tic (') causing problems??:

##################################
######## Common Settings #########
##################################
# PLACE GLOBAL SETTINGS HERE
## These settings will apply to all instances.

## Server Parameters | https://docs.linuxgsm.com/configuration/start-parameters#additional-parameters
## Game Server Docs | https://tech.palworldgame.com/dedicated-server-guide#linux
startparameters="-useperfthreads -NoAsyncLoadingThread -UseMultithreadForDS -publiclobby -port=8211 -queryport=8212 rconport=8213 -publicport=8211 -publicip=45.27.239.93"

What are you attempting to DEBUG? Can't say I've tried using that command

where is this file?

irobot73 commented 4 months ago

where is this file?

/data/config-lgsm/{server}/

Precedence of over-rides (specific will over-ride generic/default): _default.cfg <- common.cfg <- {server}.cfg