Export to VST3 fails unexpectedly
Hi,
I'm not able to export my RNBO patch to VST3 as long as the "Package Sample Dependencies" box is checked. This is the Log of the Export:
Starting Code Generation
Generating Objects
Compiling Patcher
Printing CPP Code
Copying sample dependencies
Uploaded generated code and started cloud build (id: 10222)
Waiting for cloud build
Job failed unexpectedly.
The patch has quite a few buffer~ objects (128), so I fear it's just too much for the compiler? A similar patch with just one buffer was working... Is there a workaround? Can I reference the Samples after compiling even if the dependencies are not copied during export?
Thanks for any tipps!
Hey Johann,
I'm not 100% on this yet but it looks like our build might not be correctly handling the parenthesis you have in your filenames. I believe this should be resolved in our upcoming release, but I'll check that and check the current release with parens and get back to you here.
-Alex
ah, great! Looks like that's it. Made a quick test exporting the same patch first with a file in the buffer with parenthesis and then without. The first one failed, the second didn't.
Hey Johann,
This parenthesis issue is fixed RNBO 1.1 which shouldn't be too far off.
great. looking forward!