Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

FMOD not running on Linux #148

Open
gamedevsenad opened this issue Mar 8, 2023 · 3 comments
Open

FMOD not running on Linux #148

gamedevsenad opened this issue Mar 8, 2023 · 3 comments

Comments

@gamedevsenad
Copy link

grafik

On Linux, the FMOD plugin gives an error when calling into the native part. However the binaries for Linux have been added:
grafik

Any ideas on what might be missing still?

@SeanLatimer
Copy link

It looks like you don't have the editor targeted library in your directory

@michaelhartung
Copy link

@SeanLatimer this is the file from the release .zip - what file are you referring to?

image

@loteque
Copy link

loteque commented May 29, 2023

Have you tried renaming libfmod.so -> libfmod.so.13
and
libfmodstudio.so -> libfmodstudio.so.13?

I noticed there was an error in the errors tab in Godot that tells us it cannot find ".so.13" file.

Update:
I attempted this and now when running the game from the editor it fails silently. Anyone have any idea what is going on here?

Update 2: I copied all libraries from the api to the plug-in without renaming as some of them were just links to the library.

The plug-in still fails with no error messages. When I disable the plug-in and run the game the game runs *without sound.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants