Skip to content

Linux build missing FMOD audio libraries (no sound) #53

@Kirunguyen

Description

@Kirunguyen

Hi, I tested the Linux build of Ballance and found that it has no audio output at all.
After checking the build files, it looks like the Linux export is missing the required FMOD audio libraries.

Findings:

  • Ballance_Data/Plugins/ only contains libbphysics.so

  • The following Unity audio libraries might be missing:

    • libfmod.so
    • libfmodstudio.so
    • (and possibly other Unity audio .so files depending on the Unity version)

Because these libraries are not found, FMOD does not initialize, and no FMOD logs appear even when using:

FMOD_LOGGING=1 ./Ballance.x86_64

System details (for reference):

  • PipeWire + PulseAudio shim (working)
  • ALSA devices detected normally
  • Other Unity games have audio on this system

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions