Hello pd-list,
I use a little patch with an object pix_video (lib Gem) on mac osX 10.5.6 2.8 Ghz Quad-Core Intel Xeon
I test it with Pd 0.42-4 ang Gem 0.91.3 we don't see anything, my webcam doesn't appear and I test it with pd 0.41-4 ang Gem 0.91.3 it works
Do you have any solutions? Is it a bug or I must do something special with pd 0.42-4?
Anyone can help me with this?
Cheers Thomas
Hi, do you see error messages in the console during start up? like do you see a printout about Gem loading correctly? do you see any errors when you load the patch? are the objects created without problems? an issue could be that Gem has to be compiled for 0.42, but that is just a guess. marius.
2009/3/25 thomas thiery matohawk@gmail.com:
Hello pd-list,
I use a little patch with an object pix_video (lib Gem) on mac osX 10.5.6 2.8 Ghz Quad-Core Intel Xeon
I test it with Pd 0.42-4 ang Gem 0.91.3 we don't see anything, my webcam doesn't appear and I test it with pd 0.41-4 ang Gem 0.91.3 it works
Do you have any solutions? Is it a bug or I must do something special with pd 0.42-4?
Anyone can help me with this?
Cheers Thomas
-- Matohawk production http://matohawkitongroup.free.fr
Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
Thank you Marius for your answer, here you can find some documentation
I test with pd 0.42-0 this is the same problem I don't want to try to compile Gem from scratch but if anyone do this I can test the binary files on my system.
I don't see anything in the documentation about this trouble so...
When I loading my patch
error: [pix_videoNEW]: do video for this OS ... you might be able to track this down from the Find menu.
This is the loading message
warning: old method 'width' for class 'curve' renamed 'width_aliased' warning: old method 'draw' for class 'curve' renamed 'draw_aliased' warning: old method 'draw' for class 'curve3d' renamed 'draw_aliased' warning: old method 'open' for class 'fragment_program' renamed 'open_aliased' warning: old method 'print' for class 'fragment_program' renamed 'print_aliased' warning: old method 'open' for class 'glsl_fragment' renamed 'open_aliased' warning: old method 'print' for class 'glsl_fragment' renamed 'print_aliased' warning: old method 'gem_state' for class 'pix_filmDarwin' renamed 'gem_state_aliased' warning: old method 'open' for class 'pix_filmDarwin' renamed 'open_aliased' warning: old method 'img_num' for class 'pix_filmDarwin' renamed 'img_num_aliased' warning: old method 'auto' for class 'pix_filmDarwin' renamed 'auto_aliased' warning: class 'pix_film' overwritten; old one renamed 'pix_film_aliased' warning: old method 'gem_state' for class 'pix_filmQT' renamed 'gem_state_aliased' warning: old method 'open' for class 'pix_filmQT' renamed 'open_aliased' warning: old method 'img_num' for class 'pix_filmQT' renamed 'img_num_aliased' warning: old method 'auto' for class 'pix_filmQT' renamed 'auto_aliased' warning: old method 'gem_state' for class 'pix_videoDarwin' renamed 'gem_state_aliased' warning: old method 'dialog' for class 'pix_videoDarwin' renamed 'dialog_aliased' warning: old method 'colorspace' for class 'pix_videoDarwin' renamed 'colorspace_aliased' warning: class 'pix_video' overwritten; old one renamed 'pix_video_aliased' warning: old method 'width' for class 'polygon' renamed 'width_aliased' warning: old method 'draw' for class 'polygon' renamed 'draw_aliased' warning: old method 'draw' for class 'primTri' renamed 'draw_aliased' warning: old method 'width' for class 'scopeXYZ' renamed 'width_aliased' warning: old method 'draw' for class 'scopeXYZ' renamed 'draw_aliased' GEM: Graphics Environment for Multimedia GEM: ver: 0.91.3 'tigital' GEM: compiled: Jan 22 2009 GEM: maintained by IOhannes m zmoelnig GEM: Authors : Mark Danks (original version) GEM: Chris Clepper GEM: James Tittle GEM: IOhannes m zmoelnig GEM: with help by Guenter Geiger, Daniel Heckenberg, Cyrille Henry, et al. GEM: found a bug? miss a feature? please report it: GEM: homepage http://gem.iem.at/ GEM: bug-tracker http://sourceforge.net/projects/pd-gem/ GEM: mailing-list http://lists.puredata.info/listinfo/gem-dev/ GEM: compiled for SIMD architecture: SSE2 MMX GEM: using SSE2 optimization
2009/3/25 marius schebella marius.schebella@gmail.com
Hi, do you see error messages in the console during start up? like do you see a printout about Gem loading correctly? do you see any errors when you load the patch? are the objects created without problems? an issue could be that Gem has to be compiled for 0.42, but that is just a guess. marius.
2009/3/25 thomas thiery matohawk@gmail.com:
Hello pd-list,
I use a little patch with an object pix_video (lib Gem) on mac osX 10.5.6 2.8 Ghz Quad-Core Intel Xeon
I test it with Pd 0.42-4 ang Gem 0.91.3 we don't see anything, my webcam doesn't appear and I test it with pd 0.41-4 ang Gem 0.91.3 it works
Do you have any solutions? Is it a bug or I must do something special
with
pd 0.42-4?
Anyone can help me with this?
Cheers Thomas
-- Matohawk production http://matohawkitongroup.free.fr
Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
Oh I find this note Current release: Gem 0.91.3 http://gem.iem.at/releases/0.91.3
Released 22/01/2009 — tested with pd 0.40, pd 0.41
So I test with pd 0.42 and Gem have some but If I have time I will try to make a compliation for Mac with pd 0.42 to test in the best condition
Thomas
2009/3/25 thomas thiery matohawk@gmail.com
Thank you Marius for your answer, here you can find some documentation
I test with pd 0.42-0 this is the same problem I don't want to try to compile Gem from scratch but if anyone do this I can test the binary files on my system.
I don't see anything in the documentation about this trouble so...
When I loading my patch
error: [pix_videoNEW]: do video for this OS ... you might be able to track this down from the Find menu.
This is the loading message
warning: old method 'width' for class 'curve' renamed 'width_aliased' warning: old method 'draw' for class 'curve' renamed 'draw_aliased' warning: old method 'draw' for class 'curve3d' renamed 'draw_aliased' warning: old method 'open' for class 'fragment_program' renamed 'open_aliased' warning: old method 'print' for class 'fragment_program' renamed 'print_aliased' warning: old method 'open' for class 'glsl_fragment' renamed 'open_aliased' warning: old method 'print' for class 'glsl_fragment' renamed 'print_aliased' warning: old method 'gem_state' for class 'pix_filmDarwin' renamed 'gem_state_aliased' warning: old method 'open' for class 'pix_filmDarwin' renamed 'open_aliased' warning: old method 'img_num' for class 'pix_filmDarwin' renamed 'img_num_aliased' warning: old method 'auto' for class 'pix_filmDarwin' renamed 'auto_aliased' warning: class 'pix_film' overwritten; old one renamed 'pix_film_aliased' warning: old method 'gem_state' for class 'pix_filmQT' renamed 'gem_state_aliased' warning: old method 'open' for class 'pix_filmQT' renamed 'open_aliased' warning: old method 'img_num' for class 'pix_filmQT' renamed 'img_num_aliased' warning: old method 'auto' for class 'pix_filmQT' renamed 'auto_aliased' warning: old method 'gem_state' for class 'pix_videoDarwin' renamed 'gem_state_aliased' warning: old method 'dialog' for class 'pix_videoDarwin' renamed 'dialog_aliased' warning: old method 'colorspace' for class 'pix_videoDarwin' renamed 'colorspace_aliased' warning: class 'pix_video' overwritten; old one renamed 'pix_video_aliased' warning: old method 'width' for class 'polygon' renamed 'width_aliased' warning: old method 'draw' for class 'polygon' renamed 'draw_aliased' warning: old method 'draw' for class 'primTri' renamed 'draw_aliased' warning: old method 'width' for class 'scopeXYZ' renamed 'width_aliased' warning: old method 'draw' for class 'scopeXYZ' renamed 'draw_aliased' GEM: Graphics Environment for Multimedia GEM: ver: 0.91.3 'tigital' GEM: compiled: Jan 22 2009 GEM: maintained by IOhannes m zmoelnig GEM: Authors : Mark Danks (original version) GEM: Chris Clepper GEM: James Tittle GEM: IOhannes m zmoelnig GEM: with help by Guenter Geiger, Daniel Heckenberg, Cyrille Henry, et al. GEM: found a bug? miss a feature? please report it: GEM: homepage http://gem.iem.at/ GEM: bug-tracker http://sourceforge.net/projects/pd-gem/ GEM: mailing-list http://lists.puredata.info/listinfo/gem-dev/ GEM: compiled for SIMD architecture: SSE2 MMX GEM: using SSE2 optimization
2009/3/25 marius schebella marius.schebella@gmail.com
Hi,
do you see error messages in the console during start up? like do you see a printout about Gem loading correctly? do you see any errors when you load the patch? are the objects created without problems? an issue could be that Gem has to be compiled for 0.42, but that is just a guess. marius.
2009/3/25 thomas thiery matohawk@gmail.com:
Hello pd-list,
I use a little patch with an object pix_video (lib Gem) on mac osX
10.5.6
2.8 Ghz Quad-Core Intel Xeon
I test it with Pd 0.42-4 ang Gem 0.91.3 we don't see anything, my webcam doesn't appear and I test it with pd 0.41-4 ang Gem 0.91.3 it works
Do you have any solutions? Is it a bug or I must do something special
with
pd 0.42-4?
Anyone can help me with this?
Cheers Thomas
-- Matohawk production http://matohawkitongroup.free.fr
Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
-- Matohawk production http://matohawkitongroup.free.fr
I make a binary from scratch of Gem for Mac osx 10.5.6 and pd 0.42-4 but I have the same problem. So for the moment I use pd 0.41-4 and that's ok
2009/3/25 thomas thiery matohawk@gmail.com
Oh I find this note Current release: Gem 0.91.3 http://gem.iem.at/releases/0.91.3
Released 22/01/2009 — tested with pd 0.40, pd 0.41
So I test with pd 0.42 and Gem have some but If I have time I will try to make a compliation for Mac with pd 0.42 to test in the best condition
Thomas
2009/3/25 thomas thiery matohawk@gmail.com
Thank you Marius for your answer, here you can find some documentation
I test with pd 0.42-0 this is the same problem I don't want to try to compile Gem from scratch but if anyone do this I can test the binary files on my system.
I don't see anything in the documentation about this trouble so...
When I loading my patch
error: [pix_videoNEW]: do video for this OS ... you might be able to track this down from the Find menu.
This is the loading message
warning: old method 'width' for class 'curve' renamed 'width_aliased' warning: old method 'draw' for class 'curve' renamed 'draw_aliased' warning: old method 'draw' for class 'curve3d' renamed 'draw_aliased' warning: old method 'open' for class 'fragment_program' renamed 'open_aliased' warning: old method 'print' for class 'fragment_program' renamed 'print_aliased' warning: old method 'open' for class 'glsl_fragment' renamed 'open_aliased' warning: old method 'print' for class 'glsl_fragment' renamed 'print_aliased' warning: old method 'gem_state' for class 'pix_filmDarwin' renamed 'gem_state_aliased' warning: old method 'open' for class 'pix_filmDarwin' renamed 'open_aliased' warning: old method 'img_num' for class 'pix_filmDarwin' renamed 'img_num_aliased' warning: old method 'auto' for class 'pix_filmDarwin' renamed 'auto_aliased' warning: class 'pix_film' overwritten; old one renamed 'pix_film_aliased' warning: old method 'gem_state' for class 'pix_filmQT' renamed 'gem_state_aliased' warning: old method 'open' for class 'pix_filmQT' renamed 'open_aliased' warning: old method 'img_num' for class 'pix_filmQT' renamed 'img_num_aliased' warning: old method 'auto' for class 'pix_filmQT' renamed 'auto_aliased' warning: old method 'gem_state' for class 'pix_videoDarwin' renamed 'gem_state_aliased' warning: old method 'dialog' for class 'pix_videoDarwin' renamed 'dialog_aliased' warning: old method 'colorspace' for class 'pix_videoDarwin' renamed 'colorspace_aliased' warning: class 'pix_video' overwritten; old one renamed 'pix_video_aliased' warning: old method 'width' for class 'polygon' renamed 'width_aliased' warning: old method 'draw' for class 'polygon' renamed 'draw_aliased' warning: old method 'draw' for class 'primTri' renamed 'draw_aliased' warning: old method 'width' for class 'scopeXYZ' renamed 'width_aliased' warning: old method 'draw' for class 'scopeXYZ' renamed 'draw_aliased' GEM: Graphics Environment for Multimedia GEM: ver: 0.91.3 'tigital' GEM: compiled: Jan 22 2009 GEM: maintained by IOhannes m zmoelnig GEM: Authors : Mark Danks (original version) GEM: Chris Clepper GEM: James Tittle GEM: IOhannes m zmoelnig GEM: with help by Guenter Geiger, Daniel Heckenberg, Cyrille Henry, et al. GEM: found a bug? miss a feature? please report it: GEM: homepage http://gem.iem.at/ GEM: bug-tracker http://sourceforge.net/projects/pd-gem/ GEM: mailing-list http://lists.puredata.info/listinfo/gem-dev/ GEM: compiled for SIMD architecture: SSE2 MMX GEM: using SSE2 optimization
2009/3/25 marius schebella marius.schebella@gmail.com
Hi,
do you see error messages in the console during start up? like do you see a printout about Gem loading correctly? do you see any errors when you load the patch? are the objects created without problems? an issue could be that Gem has to be compiled for 0.42, but that is just a guess. marius.
2009/3/25 thomas thiery matohawk@gmail.com:
Hello pd-list,
I use a little patch with an object pix_video (lib Gem) on mac osX
10.5.6
2.8 Ghz Quad-Core Intel Xeon
I test it with Pd 0.42-4 ang Gem 0.91.3 we don't see anything, my
webcam
doesn't appear and I test it with pd 0.41-4 ang Gem 0.91.3 it works
Do you have any solutions? Is it a bug or I must do something special
with
pd 0.42-4?
Anyone can help me with this?
Cheers Thomas
-- Matohawk production http://matohawkitongroup.free.fr
Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
-- Matohawk production http://matohawkitongroup.free.fr
-- Matohawk production http://matohawkitongroup.free.fr
thomas thiery wrote:
I make a binary from scratch of Gem for Mac osx 10.5.6 and pd 0.42-4 but I have the same problem.
did you compile the 0.91.3 sources, or fresh from svn?
please file a bug-report at http://sf.net/projects/pd-gem
mfga.sdr IOhannes