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

[Bug]: #4529

Closed
DEAM0 opened this issue Mar 7, 2024 · 3 comments
Closed

[Bug]: #4529

DEAM0 opened this issue Mar 7, 2024 · 3 comments
Labels

Comments

@DEAM0
Copy link

DEAM0 commented Mar 7, 2024

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
Copy link

irobot73 commented Mar 7, 2024

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
Copy link
Author

DEAM0 commented Mar 7, 2024

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
Copy link

irobot73 commented Mar 7, 2024

where is this file?

/data/config-lgsm/{server}/

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

@DEAM0 DEAM0 closed this as completed Mar 7, 2024
@github-project-automation github-project-automation bot moved this from 🆕 New Issues to ✅ Done in LinuxGSM Backlog Mar 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Archived in project
Development

No branches or pull requests

2 participants