FMOD 1.10 building bank after removing or reassigning an event from Master Bank causes error

After removing an event from the master bank and attempting to build banks the follow error is shown. This also occurs if any event’s bank is reassigned:

Failed to build bank “Master Bank” due the following error: Error loading file.

The console log shows the following:

17:31:42 [Build bank “Master Bank”)]: Time started
17:31:45 [Write bank to file]: Time started
17:31:45 “FMOD_ERROR (13): Error loading file.”
17:31:45 “FMOD_ERROR e:\jk\workspace\Build__1.10__Studio_Win\studio\src\Model\Bank.cpp(117): stream.open()”
17:31:45 [Write bank to file]: Time taken is 0.22ms
17:31:45 [Build bank “Master Bank”)]: Time taken is 2768.57ms
17:32:16 [Uninitialize Sound System 0x000001f1fada1580]: Time started
17:32:16 [Uninitialize Sound System 0x000001f1fada1580]: Time taken is 418.08ms
17:32:16 [Initialize Sound System 0x000001f1fada1580]: Time started
17:32:16 fmod_pluginfactory.cpp(583), PluginFactory::loadPlugin(): No FMOD symbols found in dynamic library ‘C:/Program Files/FMOD SoundSystem/FMOD Studio 1.10.01/Plugins/qtwebengine/ffmpegsumo.dll’
17:32:16 Error loading plugin C:/Program Files/FMOD SoundSystem/FMOD Studio 1.10.01/Plugins/qtwebengine/ffmpegsumo.dll: Error loading file.
17:32:16 fmod_systemi.cpp(2776), SystemI::init(): Output requires a sample rate of 96000Hz, resampling will occur.
17:32:22 [Initialize Sound System 0x000001f1fada1580]: Time taken is 6136.47ms

Have you tried selecting ‘Validate Project…’ from the ‘File’ menu? What happened when you did?
Is the project stored on a network drive?
Does it use any form of revision control?

1 Like