Hi,
While starting Hive 32bit on linux with renoise, I had the following issue:
Renoise LOG> VstPlugs: Instantiate FAILED (caught structured exception) !!!
Do you have any idea of what it means?
Thanks.
Hi,
While starting Hive 32bit on linux with renoise, I had the following issue:
Renoise LOG> VstPlugs: Instantiate FAILED (caught structured exception) !!!
Do you have any idea of what it means?
Thanks.
This means it crashed. Quite likely the plugin caused a SIGSEGV which Renoise caught and ignored.
If you attach a debugger to Renoise it won’t catch such signals but pass them to the debugger instead, so you can see where it crashed.
OK, thanks!