Dear list,
I updated my pylon files from the newest pylon5 installer, and since that time pd des not open, just blinks the window and disappears.
In the terminal I cannot see anything special:
$ puredata priority 8 scheduling failed. open: /etc/pd/gem.conf: No such file or directory open: /home/is/.config/pure-data/gem.conf: No such file or directory open: ./gem.conf: No such file or directory load plugins 'film' in '/usr/lib/puredata/extra/Gem/' pattern : /usr/lib/puredata/extra/Gem/gem_film*.so dylib loading file '/usr/lib/puredata/extra/Gem/gem_filmGMERLIN.so'! dylib loading file '/usr/lib/puredata/extra/Gem/gem_filmMPEG3.so'! dylib loading file '/usr/lib/puredata/extra/Gem/gem_filmQT4L.so'! load plugins 'image' in '/usr/lib/puredata/extra/Gem/' pattern : /usr/lib/puredata/extra/Gem/gem_image*.so dylib loading file '/usr/lib/puredata/extra/Gem/gem_imageJPEG.so'! dylib loading file '/usr/lib/puredata/extra/Gem/gem_imageMAGICK.so'! dylib loading file '/usr/lib/puredata/extra/Gem/gem_imageSGI.so'! dylib loading file '/usr/lib/puredata/extra/Gem/gem_imageSTB.so'! dylib loading file '/usr/lib/puredata/extra/Gem/gem_imageTIFF.so'! not reloading 'image' plugins (already 5 loaded) load plugins 'image' in '/usr/lib/puredata/extra/Gem/' pattern : /usr/lib/puredata/extra/Gem/gem_image*.so dylib loading file '/usr/lib/puredata/extra/Gem/gem_imageJPEG.so'! dylib loading file '/usr/lib/puredata/extra/Gem/gem_imageMAGICK.so'! dylib loading file '/usr/lib/puredata/extra/Gem/gem_imageSGI.so'! dylib loading file '/usr/lib/puredata/extra/Gem/gem_imageSTB.so'! dylib loading file '/usr/lib/puredata/extra/Gem/gem_imageTIFF.so'! load plugins 'model' in '/usr/lib/puredata/extra/Gem/' pattern : /usr/lib/puredata/extra/Gem/gem_model*.so dylib loading file '/usr/lib/puredata/extra/Gem/gem_modelOBJ.so'! load plugins 'record' in '/usr/lib/puredata/extra/Gem/' pattern : /usr/lib/puredata/extra/Gem/gem_record*.so dylib loading file '/usr/lib/puredata/extra/Gem/gem_recordQT4L.so'! dylib loading file '/usr/lib/puredata/extra/Gem/gem_recordV4L.so'! dylib loading file '/usr/lib/puredata/extra/Gem/gem_recordV4L2.so'! load plugins 'video' in '/usr/lib/puredata/extra/Gem/' pattern : /usr/lib/puredata/extra/Gem/gem_video*.so dylib loading file '/usr/lib/puredata/extra/Gem/gem_videoPYLON.so'! Pd: signal 6
What should I do, how can I make a fresh clean install? Already apt-get remove it and installed from the Ubuntu Software, but tnothing has changed. Downgraded my pylon driver to 5.0 which worked properly before, but pd crashes all the time. Please advice, life without puredata sucks!
Best, Popesz
if I want to launch an older version of pd (0.48) with the command pd, terminal says: $ pd Error in startup script: couldn't read file "/usr/local/tcl//pd-gui.tcl": no such file or directory ^CPd: signal 2
There is a double slash in the path: //pd-gui.tcl
How can I fix this?
Popesz
On Thu, Jun 13, 2019 at 6:05 PM Csaba Láng langcsaba@gmail.com wrote:
Dear list,
I updated my pylon files from the newest pylon5 installer, and since that time pd des not open, just blinks the window and disappears.
In the terminal I cannot see anything special:
$ puredata priority 8 scheduling failed. open: /etc/pd/gem.conf: No such file or directory open: /home/is/.config/pure-data/gem.conf: No such file or directory open: ./gem.conf: No such file or directory load plugins 'film' in '/usr/lib/puredata/extra/Gem/' pattern : /usr/lib/puredata/extra/Gem/gem_film*.so dylib loading file '/usr/lib/puredata/extra/Gem/gem_filmGMERLIN.so'! dylib loading file '/usr/lib/puredata/extra/Gem/gem_filmMPEG3.so'! dylib loading file '/usr/lib/puredata/extra/Gem/gem_filmQT4L.so'! load plugins 'image' in '/usr/lib/puredata/extra/Gem/' pattern : /usr/lib/puredata/extra/Gem/gem_image*.so dylib loading file '/usr/lib/puredata/extra/Gem/gem_imageJPEG.so'! dylib loading file '/usr/lib/puredata/extra/Gem/gem_imageMAGICK.so'! dylib loading file '/usr/lib/puredata/extra/Gem/gem_imageSGI.so'! dylib loading file '/usr/lib/puredata/extra/Gem/gem_imageSTB.so'! dylib loading file '/usr/lib/puredata/extra/Gem/gem_imageTIFF.so'! not reloading 'image' plugins (already 5 loaded) load plugins 'image' in '/usr/lib/puredata/extra/Gem/' pattern : /usr/lib/puredata/extra/Gem/gem_image*.so dylib loading file '/usr/lib/puredata/extra/Gem/gem_imageJPEG.so'! dylib loading file '/usr/lib/puredata/extra/Gem/gem_imageMAGICK.so'! dylib loading file '/usr/lib/puredata/extra/Gem/gem_imageSGI.so'! dylib loading file '/usr/lib/puredata/extra/Gem/gem_imageSTB.so'! dylib loading file '/usr/lib/puredata/extra/Gem/gem_imageTIFF.so'! load plugins 'model' in '/usr/lib/puredata/extra/Gem/' pattern : /usr/lib/puredata/extra/Gem/gem_model*.so dylib loading file '/usr/lib/puredata/extra/Gem/gem_modelOBJ.so'! load plugins 'record' in '/usr/lib/puredata/extra/Gem/' pattern : /usr/lib/puredata/extra/Gem/gem_record*.so dylib loading file '/usr/lib/puredata/extra/Gem/gem_recordQT4L.so'! dylib loading file '/usr/lib/puredata/extra/Gem/gem_recordV4L.so'! dylib loading file '/usr/lib/puredata/extra/Gem/gem_recordV4L2.so'! load plugins 'video' in '/usr/lib/puredata/extra/Gem/' pattern : /usr/lib/puredata/extra/Gem/gem_video*.so dylib loading file '/usr/lib/puredata/extra/Gem/gem_videoPYLON.so'! Pd: signal 6
What should I do, how can I make a fresh clean install? Already apt-get remove it and installed from the Ubuntu Software, but tnothing has changed. Downgraded my pylon driver to 5.0 which worked properly before, but pd crashes all the time. Please advice, life without puredata sucks!
Best, Popesz
On 13.06.19 18:05, Csaba Láng wrote:
dylib loading file '/usr/lib/puredata/extra/Gem/gem_videoPYLON.so'! Pd: signal 6
What should I do, how can I make a fresh clean install? Already apt-get remove it and installed from the Ubuntu Software, but tnothing has changed. Downgraded my pylon driver to 5.0 which worked properly before, but pd crashes all the time. Please advice, life without puredata sucks!
:-)
immediate remedy: remove the "/usr/lib/puredata/extra/Gem/gem_videoPYLON.so" file.
i'd be interested in getting a backtrace of the crash. i'd have expected Pylon to be either binary compatible (for minor releases) OR to rename their libraries so that appications using an older SDK would fail to load (rather than crash).
fgsdmft IOhannes
Iohannes,
did not have any better idea, had to make a fresh install of my system, meanwhile upgraded to Ubuntu 19.04 and convinced myself that something has been changed in the pylon official installer, and 5.2 is not compatible with the pluginPylon in Gem. 5.0 still works fine.
Thanks a lot!
Best, Popesz
On Wed, Jun 19, 2019 at 2:53 PM IOhannes m zmoelnig zmoelnig@iem.at wrote:
On 13.06.19 18:05, Csaba Láng wrote:
dylib loading file '/usr/lib/puredata/extra/Gem/gem_videoPYLON.so'! Pd: signal 6
What should I do, how can I make a fresh clean install? Already apt-get remove it and installed from the Ubuntu Software, but tnothing has
changed.
Downgraded my pylon driver to 5.0 which worked properly before, but pd crashes all the time. Please advice, life without puredata sucks!
:-)
immediate remedy: remove the "/usr/lib/puredata/extra/Gem/gem_videoPYLON.so" file.
i'd be interested in getting a backtrace of the crash. i'd have expected Pylon to be either binary compatible (for minor releases) OR to rename their libraries so that appications using an older SDK would fail to load (rather than crash).
fgsdmft IOhannes
On 19.06.19 15:03, Csaba Láng wrote:
did not have any better idea, had to make a fresh install of my system, meanwhile upgraded to Ubuntu 19.04 and convinced myself that something has been changed in the pylon official installer, and 5.2 is not compatible with the pluginPylon in Gem.
i just installed Pylon5.2, and i got:
all (because Basler correctly changed the name of the dynamic libraries, becaus they probably introduced incompatibilities) ** the important part here is, that i don't get any crash with old plugin and new Pylon
** the important part here is, that i don't get any crash with new plugin and new Pylon
so from my perspective, there does't seem to a be a problem :-( otoh, i could only test with a dummy devices, and not with a real device (you probably need to update some firmwares on your devices...)
asr IOhannes