I’m currently trying to update my Godot 4.2.2 project to 4.3 for some of its introduced features and just a general want, but now when attempting to test in browser (as this is primarily a browser game) I get the error invalid bus index "-1" , This error only occurs when testing on web.
My only hunch is that it has something to do with my audio setup due to it mentioning a bus index but I currently see no problems? Luckily for the troubleshooting process the game is entirely open source on github with its 4.2.2 build.
Here’s a link:
Any code that messes with audio buses (that I can remember being present) is located at Data/Elements/Menus/Options
Any leads or ideas on the issue here? I can’t find anything in the project that would lead to this error when updating engine versions.
Author forgot to include file default_bus_layout.tres, you can in any project
create 2 additional buses, you need bus with name SFX and with name Music and put generated file default_bus_layout.tres into root folder of this project