HISE Sampler VSTs Crash? Across multiple brands (FL Win)
-
@Christoph-Hart It's happening in recent versions of Mndala too, so I suspect there was a regression at some point. Maybe someone can try finding an older commit where it doesn't happen.
-
@David-Healey I don't think it's a regression, if it happens to CUBE then it has always happened - I'm fairly confident they are not using the latest HISE version for their current version.
-
@Christoph-Hart Thanks for taking a look!

Any news on this? I plan to push some other webview feature updates end of March.
-
@Christoph-Hart double clicking VST in FL = crash
still an issue unfortunetely: https://youtu.be/NwCzPhjLQek?t=399
-
@Straticah
Do you know if the problem has been resolved yet? -
@Oli-Ullmann it has not been resolved unfortunately afaik
-
@Straticah
All right, thanks to you. :-) -
I could reproduce the crash - unfortunately I couldn't solve it properly, so the only fix is to delay the initialization for Webviews on FL Studio if the plugin is opened. If I "double click" on the instrument track, it crashes in the FL code, not the destructor of the webview (which I hoped it would).
I'll push the fix tomorrow.
-
@Straticah I was poking around the HISE source code and saw this was added recently:
https://github.com/christophhart/HISE/commit/488ad099eeb20a0f14073fefb1971689ae8578d4Possibly the fix you were looking for but I haven't tested myself yet!
-
@HISEnberg yup that should fix it - it fixes the webview tutorial on my system, but it's just a hack - I had to delay the webview initialisation in FL. Let me know if it persists in your project.