Skip to content

Running from source: no sound, FMOD libs/banks missing #71

Description

@nakani2623

I cloned the repo and ran it with LÖVE on NixOS and also tested on Windows.

I get on-screen errors:
no FMOD bank files found
FMOD library loaded failed
ffi.load('fmod' / 'fmodstudio') ... cannot open shared object file / not found
When this happens, I get no in-game sound

find . -iname "*.bank" returns nothing in the repo checkout.

In code, FMOD loads via assets.fmod20221 and LOADLIB.ffi('fmod') / LOADLIB.ffi('fmodstudio'), then fails the (FMOD.C and FMOD.C2) check.

Question: Are FMOD runtimes + banks intentionally excluded from this repo? If so, could you document:

  1. where users should obtain them, and
  2. the exact folder layout expected (where to place .so/.dll and .bank)

Thanks!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions