Page MenuHomeFeedback Tracker

Linux DayZ Server Experimental 1.14.154166 - Script and crash logs are not being generated
Assigned, NormalPublic

Description

When I run the new experimental Linux server, I'm not seeing any script_*.log or crash_*.log files being generated in my server's profile directory. It is extremely difficult to debug problems without these files. I can find DayZServer_*.RPT log files, but no script logs or crash logs.

As an example of something that was difficult to debug without logs, it seems like the Linux server refuses to load mod *.pbo and *.bikey files that have uppercase letters in their names. After much trial and error, I discovered that renaming the files to be all lowercase fixed the issue.

Also, mods that try to read or write files nested inside the profile directory, using MakeDirectory("$profile:path/to") and OpenFile("$profile:path/to/filename", ...), don't seem to be working.

Details

Severity
Major
Resolution
Open
Reproducibility
Always
Operating System
Linux x64
Operating System Version
Ubuntu 20.04
Category
Server
Steps To Reproduce
  1. Run experimental Linux DayZ server
  2. Observe that no script_*.log or crash_*.log files are written to the server profile directory