Page MenuHomeFeedback Tracker

KaMiKaZe6426 (Linus Vogel)
User

Projects

User does not belong to any projects.

User Details

User Since
Dec 14 2023, 11:49 AM (21 w, 1 h)

Recent Activity

Dec 14 2023

KaMiKaZe6426 added a comment to T165620: Linux Ubuntu 20.04 server cfggameplay.json Problem.

Tracing the openat() system call using strace during the execution of the server shows that the cfggameplay.json file isn't opened at all:

strace -o /tmp/dayz.log -e openat -f ./DayZServer -config=/profiles/serverDZ.cfg -port=2302 -freezecheck -BEpath=/profiles/battleye -profiles=/profiles -nologs

Let the server start up. Then:

grep json /tmp/dayz.log

The only json file that's opened is a different one:

1353 openat(AT_FDCWD, "/serverfiles/mpmissions/dayzOffline.chernarusplus/cfgundergroundtriggers.json", O_RDONLY) = 164

Dec 14 2023, 12:16 PM · DayZ Modding, DayZ
KaMiKaZe6426 added a comment to T165620: Linux Ubuntu 20.04 server cfggameplay.json Problem.
Dec 14 2023, 11:57 AM · DayZ Modding, DayZ