Schwungus-Software / PNEngine

Fully external 3D engine for GameMaker
MIT License
1 stars 1 forks source link

No audio on Linux #40

Open LocalInsomniac opened 2 months ago

LocalInsomniac commented 2 months ago

GMEXT-FMOD functions print out Invalid fmod type, type not compatible with extension call. when used.

fmod_debug_initialize() returns error code 68: A command issued was not supported by this object. Possibly a plugin without certain callbacks specified. fmod_system_create() works normally, no errors.

Tested on Ubuntu 23.10 and Arch Linux with VM AppImage export.

LocalInsomniac commented 1 week ago

Most likely forgot to install FMOD on the OS.