Error 74 on engine start and shutdown resulting in rider breakpoints

,

Hey guys. We recently came across a curious new issue with the FFMODStudioModule. On engine start and shutdown it throws Error: System::getBus(bus:/, 000000364A17C530) returned error 74 and subsequently error 30. My understanding is that its fundamentally a nothingburger since this only happens when the module either hasn’t been loaded yet or already started the shutdown process. Audio works fine, no issues there. Where the issue is getting tangible though is using Rider, like my team does. These errors are resulting in breakpoints which is driving my programmer insane.

log showing error on shutdown:

[2025.12.09-21.48.28:880][429]LogFMOD: Verbose: FFMODStudioModule shutdown
[2025.12.09-21.48.28:880][429]LogFMOD: Verbose: DestroyStudioSystem for context Auditioning
[2025.12.09-21.48.28:880][429]LogFMOD: Error: System::getBus(bus:/, 000000364A17C530) returned error 74 (“The requested event, parameter, bus or vca could not be found.”) for instance type: 11 (0x2096927).
[2025.12.09-21.48.28:880][429]LogFMOD: Error: Bus::setMute(true) returned error 30 (“An invalid object handle was used.”) for instance type: 15 (0x0).
[2025.12.09-21.48.29:013][429]LogFMOD: Verbose: DestroyStudioSystem for context Runtime
[2025.12.09-21.48.29:013][429]LogFMOD: Verbose: DestroyStudioSystem for context Editor
[2025.12.09-21.48.29:013][429]LogFMOD: Error: System::getBus(bus:/, 000000364A17C530) returned error 74 (“The requested event, parameter, bus or vca could not be found.”) for instance type: 11 (0x2096959).
[2025.12.09-21.48.29:013][429]LogFMOD: Error: Bus::setMute(true) returned error 30 (“An invalid object handle was used.”) for instance type: 15 (0x0).
[2025.12.09-21.48.29:162][429]LogFMOD: Verbose: FFMODStudioModule unloading dynamic libraries
[2025.12.09-21.48.29:162][429]LogFMOD: Verbose: FFMODStudioModule finished unloading

Any advice on this issue?

2.03.11, ue 5.7