DayZ server fix for crashing

OS Name/Version: Ubuntu Server 24.04

Product Name/Version: DayZ 1.27 (stable)

Problem Description: Server crashes on player load in. Happens with certain items in hands or inventory. Finally found the issue on bistudios bug tracker here:https://feedback.bistudio.com/T190201
The fix is listed here: https://github.com/bzed/dayz-append-fix/

This is the text from the Github, but I’m not certain it would be possible in AMP. Can anyone offer any insight?

# LD_PRELOAD library to fix

  1. run make
  2. cp fix_dayz.so to a place where the DayZ server binary can access it.
  3. export LD_PRELOAD=/path/to/fix_dayz.so before running the DayZ server (or put it in your Docker environment, whatever works).

You could download it via the AMP File Manager into your instance (put it next to the server executable) and edit GenericModule.kvp while the instance is stopped to add to App.EnvironmentVariables:

"LD_PRELOAD":"{{$FullBaseDir}}fix_dayz.so"

(This won’t survive an instance update, be aware)

Looks like a proper fix will be released soon tho

Thank you very much for the reply, considering giving it a try but I’ve already moved it to a windows instance in AMP while we wait for the real fix.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.