Author Topic: [Bug] Linux release contains unused OpenAL32.dll, wrap_oal.dll - Fixed  (Read 4799 times)

0 Members and 1 Guest are viewing this topic.

Offline Simon

  • Administrator
  • Posts: 3860
    • View Profile
    • Lix
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
« Last Edit: May 23, 2023, 06:12:32 PM by RavenNine »

Offline RavenNine

  • Moderator
  • Posts: 58
    • View Profile
Re: Linux release contains unused OpenAL32.dll, wrap_oal.dll
« Reply #1 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.

Offline RavenNine

  • Moderator
  • Posts: 58
    • View Profile
Re: Linux release contains unused OpenAL32.dll, wrap_oal.dll
« Reply #2 on: May 23, 2023, 06:11:53 PM »
Fixed for next release