Platform
ZorinOS Core 18.1 (Linux)
Installed UT99 with the installer script w/default settings, no visible errors.
Expected Behavior
To launch the game without errors.
Actual Behavior
On first launch, the game complained about missing SDL2 libraries. After googling around I fixed it with sudo apt-get install libsdl2-*-2.0-0 (installs all SDL2 libraries just in case). I feel the script should check for these dependencies at install time. At minimum, they should be mentioned in Linux Installer README.md file.
Anyway, on second launch the game complains about missing ALAudio package. Googling this error shows all sorts of conflicting data, and I don't know what to trust or try, hence this issue.
Additional Information
Installer script installs the game no problems. Filesystem is vanilla BTFRS, and file ALAudio.so is present in System64, fwiw.
Platform
ZorinOS Core 18.1 (Linux)
Installed UT99 with the installer script w/default settings, no visible errors.
Expected Behavior
To launch the game without errors.
Actual Behavior
On first launch, the game complained about missing SDL2 libraries. After googling around I fixed it with
sudo apt-get install libsdl2-*-2.0-0(installs all SDL2 libraries just in case). I feel the script should check for these dependencies at install time. At minimum, they should be mentioned in Linux Installer README.md file.Anyway, on second launch the game complains about missing ALAudio package. Googling this error shows all sorts of conflicting data, and I don't know what to trust or try, hence this issue.
Additional Information
Installer script installs the game no problems. Filesystem is vanilla BTFRS, and file
ALAudio.sois present in System64, fwiw.