So following some chat on the matrix regarding Bat files failing to launch multiple instances correctly. I have had one of 3 instances fail on a number of occasions, not always the same one.
Just now I have had the batch file not launch the right version of vvvv. The first one here launched in 64bit
Is there something deeper that vvvv going on here?
Adding timeouts seemed to make the bat files more reliable, but I have a few errors still.
Am I doing something incorrectly?
Ah while writing this I can see that my bat doesn’t specify allowmultiple so I guess the previous v4 was still lurking not quite quit? Maybe this is the cause of the MQ issues, where a port is still blocked from the non quit version and is breaking things ? All threads were shutdown with alt+f4
Hands up anyone else who has had this kind of issue!
see also
https://discourse.vvvv.org/t/zeromq-0-5-4-maybe-crashes-vvvv/14662
cd “D:\Dropbox\Projects\ClaudiaPaz\OpenPlaza_Pucallpa\OpenPlaza_App\vvvv_50beta35.8_x86”
timeout 1
start vvvv.exe /o “D:\Dropbox\Projects\ClaudiaPaz\OpenPlaza_Pucallpa\OpenPlaza_App_OpenPlaza.v4p”
timeout 2
cd “D:\vvvv\vvvv_50beta35.8_x64”
timeout 1
start vvvv.exe /allowmultiple /o “D:\Dropbox\Projects\ClaudiaPaz\OpenPlaza_Pucallpa\OpenPlaza_App\Kontrol_Everything__Kontrol_EvvvverythingPresetEngine.v4p”
timeout 2
start vvvv.exe /allowmultiple /o “D:\Dropbox\Projects\ClaudiaPaz\OpenPlaza_Pucallpa\OpenPlaza_App\Kontrol_Everything_Kontrol_Evvvverything_GUI_Instance.v4p”