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
- run make
- cp
fix_dayz.so
to a place where the DayZ server binary can access it. export LD_PRELOAD=/path/to/fix_dayz.so
before running the DayZ server (or put it in your Docker environment, whatever works).