Godot Version
v4.4.1.stable.official [49a5bc7b6]
Question
Hi, I’m getting these errors when running my game in the editor while using the Release 5.0.6-4.4.0 version of the fmod-gdextension plugin :
E 0:00:00:931 push_error: The requested event, parameter, bus or vca could not be found.class godot::Ref<class godot::FmodBank> __cdecl godot::FmodBank::create_ref(class FMOD::Studio::Bank *)D:\a\fmod-gdextension\fmod-gdextension\src\studio/fmod_bank.h13
<C++ Source> core/variant/variant_utility.cpp:1098 @ push_error()
E 0:00:00:931 push_error: The requested event, parameter, bus or vca could not be found.class godot::Ref<class godot::FmodBus> __cdecl godot::FmodBus::create_ref(class FMOD::Studio::Bus *)D:\a\fmod-gdextension\fmod-gdextension\src\studio\fmod_bus.h9
<C++ Source> core/variant/variant_utility.cpp:1098 @ push_error()
E 0:00:00:931 push_error: The requested event, parameter, bus or vca could not be found.class godot::Ref<class godot::FmodBus> __cdecl godot::FmodBus::create_ref(class FMOD::Studio::Bus *)D:\a\fmod-gdextension\fmod-gdextension\src\studio\fmod_bus.h9
<C++ Source> core/variant/variant_utility.cpp:1098 @ push_error()
E 0:00:00:931 push_error: The requested event, parameter, bus or vca could not be found.class godot::Ref<class godot::FmodEventDescription> __cdecl godot::FmodEventDescription::create_ref(class FMOD::Studio::EventDescription *)D:\a\fmod-gdextension\fmod-gdextension\src\studio\fmod_event_description.h11
<C++ Source> core/variant/variant_utility.cpp:1098 @ push_error()
Audio works fine, i’d just like to get rid of these errors.
I’m not running the latest version of fmod-gdextension because the editor would crash during exporting. Also, I’m using FMOD 2.02.30.


