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

“The requested event, parameter, bus or vca could not be found” errors on start, despite working fine. #277

Open
dalzott0 opened this issue Nov 14, 2024 · 1 comment
Milestone

Comments

@dalzott0
Copy link

Add-on Version: Release 4.3.0-4.2.2
Engine: Godot v4.3.stable.official [77dcf97d8]
Running on Windows 11.

Just started an empty project on Godot, with a simple Fmod project too, only some events for testing the add-on.
On editor and play the FMod is working as expected, but on start this error shows off about the FmodBank class, but the events have been found, and I can play them fine.

E 0:00:00:0556   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:1092 @ push_error()
E 0:00:00:0556   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:1092 @ push_error()
E 0:00:00:0556   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:1092 @ push_error()
E 0:00:00:0556   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:1092 @ push_error()
E 0:00:00:0556   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:1092 @ push_error()
@mdevnull
Copy link

Had the same issue but that happened because I did not also copy over the Master.strings.bank file after building the whole project in fmod studio

@CedNaru CedNaru added this to the 5.x milestone Dec 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants