Hello, <br><br><br>i&#39;m getting trouble with pix_share* objects..<br><br>when the patches are manually started (by double click in Nautilus or by command line in terminal) everything work fine<br><br>but when the patches are started with a script i&#39;ve got this error in both side (write and read) :<br>

couldn&#39;t get shm_id error 0<br clear="all"><br>and then the involved id isn&#39;t accessible even if i restart manually the patch<br>i&#39;ve put some sleep xx in my startup script and this work only if there is nothing else after like this : <br>

<br>//<br>sleep 120<br># some command (cpu-gouvernance)<br>pd send-patch.pd &amp;<br>sleep 30<br>pd receive-patch.pd<br>//<br>this works fine<br><br>but this following one doesn&#39;t<br><br>
//<br>
sleep 120<br>
# some command (cpu-gouvernance)<br>
pd send-patch.pd &amp;<br>
sleep 30<br>
pd receive-patch.pd &amp;<br>sleep 25<br>v4lctl -c /dev/video0 -input 1<br>
//<br><br>does anyone have an idea how to fix this ?<br><br>my configuration : Ubuntu 12.04, pd vanilla 0.43.2, Gem from git 9ab091abc7387034c01a27a8570bb3d541b166c5<br><br>cheers <br><br>a.<br>-- <br>do it yourself                        <br>

<a href="http://antoine.villeret.free.fr" target="_blank">http://antoine.villeret.free.fr</a> <br><a href="http://drii.ensad.fr" target="_blank">http://drii.ensad.fr</a><br>--<br>Google lit ce mail... <br>si vous refusez cela, utilisez l&#39;adresse antoine.villeret [at] <a href="http://free.fr" target="_blank">free.fr</a> pour me contacter<br>

<br>