HISE Sampler VSTs Crash? Across multiple brands (FL Win)
-
@HISEnberg @Christoph-Hart So the only solution right now is to remove webview from my VST?
I mean its possible to rebuild the browser in HISE, but want to check before i do.
There is more than 1000 people using the VST right now - getting a fix/workaround from my side is kind of expected from me.

-
@Straticah It will require some careful edits to the HISE source code to properly fix. I haven't had time to investigate it personally. You could try deferring any callbacks to your Webview before it is launched. If you use
Content.callAfterDelay(int milliSeconds, var function, var thisObject), it may give the host time to respond to multiple instances of the webview loading simultaneously. If this does work it will only act as a sort of bandaid to the root issue. -
@Straticah Can you try to make a minimal example that crashes FL Studio? You can start with the webview examples in the hise_tutorial.
Ripping out the webview for your preset browser would be the wrong move, let's see if we can fix that.