christophhart / HISE

The open source framework for sample based instruments
http://hise.audio
Other
1.02k stars 118 forks source link

CLI Export (just export, not export_cl) hangs after "Finished Generating Code" on a VM Win11 for ARM unless HISE is opened beforehand #535

Open aaronventure opened 3 months ago

aaronventure commented 3 months ago

I have a VM of Win11 for ARM running in Parallels. I have a powershell script for exporting a HISE project. It calls export on the HISE.exe.

If I cold boot the script after resuming the VM, it gets to:

Finished generating code
Plugin_VST3.vcxproj -> Z:\Plugin\Binaries\Compiled\VST3\Plugin.vst3

and stops. No process running in the task manager. But if I open HISE and open the project, then start the script, it finishes as expected. I figured that's super weird. Why would that matter?