Error loading multiple string banks

If I create two FMOD::Studio::System objects, both with live update enabled, then only the first one can load a strings bank.
There is no problem with loading and using sound banks with the two systems.

Is it possible to use string banks with more than one FMOD::Studio::System at a time?

You can use multiple systems with Live Update enabled, you just need to make sure that the profilePort is different for each one. The fact that the crash was pointing to the loading of the strings bank was more because the system wasn’t ready to load it, because of a socket error.

Thanks, I thought I had tested with different ports, but apparently I had made a mistake. It is working fine now.