Lemmings Forums

Other Lemmings Projects => L2Player => Topic started by: Simon on May 22, 2023, 09:01:02 PM

Title: [Bug] Linux release contains unused OpenAL32.dll, wrap_oal.dll - Fixed
Post by: Simon on May 22, 2023, 09:01:02 PM
Test Release 3 - 20/01/2022

The Linux release contains OpenAL32.dll and wrap_oal.dll. The Linux executable is a native 64-bit ELF, and it runs as expected even when I delete both DLLs:

Code: [Select]
SpriteSheet: Calculated 102 font widths for ./data/cache/font_0.spt
Starting OpenAL... 1.1 ALSOFT 1.23.0, OpenAL Community, OpenAL Soft
[...]

Thus, you can omit OpenAL32.dll and wrap_oal.dll from the Linux release. You already instruct to install OpenAL natively.

-- Simon
Title: Re: Linux release contains unused OpenAL32.dll, wrap_oal.dll
Post by: RavenNine on May 23, 2023, 05:22:48 PM
I will add a platform tag to them for packaging so they get excluded from the Linux builds.
Title: Re: Linux release contains unused OpenAL32.dll, wrap_oal.dll
Post by: RavenNine on May 23, 2023, 06:11:53 PM
Fixed for next release