[PD] Latest Pd-extended experiences

IOhannes m zmoelnig zmoelnig at iem.at
Mon Jun 4 09:32:55 CEST 2007


hi.

i stripped the "zexy" from the subject-line.

David Powers wrote:
> Bad news:
> 
> BUT - there are some SERIOUS problems with Gem, and the entire patch
> is now broken!!! I'm trying to understand more of the problems, but
> what I see right now, is something wrong with pix_buffer, and
> pix_freeframe, and something with the fonts, in particular. There's an
> error with rotateXYZ but I don't think that's important. Any
> suggestions??? This is on WinXp, pd-extended RC 1.


let's have a look.

> 
> Here is the output when I first load my patch:
> 
> [tabdump] part of zexy-2.1 (compiled: Apr 14 2007)
>     Copyright (l) 1999-2006 IOhannes m zmölnig, forum::für::umläute & IEM
> expr, expr~, fexpr~ version 0.4 under GNU General Public License
> MAN::resetState entered
> GEM: loaded image: C:/vid/gem-vj/crab.jpg
> [tabset] part of zexy-2.1 (compiled: Apr 14 2007)
>     Copyright (l) 1999-2006 IOhannes m zmölnig, forum::für::umläute & IEM
> pix_film:: directshow support
> handle 0    AAF0D98
> filmQT created
> pix_film:: quicktime support
> handle 1    AAF0F48
> handle 2    12FCA98
> handle 3    12FCB38
> handle 4    12FCBD0
> handle 5    12FCC70
> handle 6    12FCD18
> pix_buffer_read: couldn't find pix_buffer '1115-buff'



[pix_buffer]:
there is a minor annoyance, where [pix_buffer_read] (and
[pix_buffer_write]) do a check for an existing [pix_buffer] at creation
time (which is a bad time to check, since the corresponding [pix_buffer]
might be yet non-existant).
usually you can safely ignore this warning.
(however, i was not able to detect any other problems from your error
logs, which does not mean that there are none).



> GEM: loaded images: C:/vid/gem-vj/img/aliens1/ .jpg from 0 to 18 skipping 1
> [urn] part of zexy-2.1 (compiled: Apr 14 2007)
>     Copyright (l) 1999-2006 IOhannes m zmölnig, forum::für::umläute & IEM
> img-loadhack
> ... couldn't create
> handle 0    12FE8F0
> filmQT created
> handle 1    12FE9E8
> handle 2    12FEAA0
> handle 3    12FEB40
> handle 4    12FEBD8
> handle 5    12FEC78
> handle 6    12FED20
> pix_buffer_read: couldn't find pix_buffer '1121-buff'
> GEM: loaded images: C:/vid/gem-vj/img/mad/ .jpg from 0 to 13 skipping 1
> trying to load C:/vid/gem-vj/freeframe/PeteSlide
> C:\\vid\\gem-vj\\freeframe\\PeteSlide: couldn't load
> error: GemException: couldn't load FreeFrame-plugin
> pix_freeframe freeframe/PeteSlide
> ... couldn't create

just to make sure: you DO have a PeteSlide.dll in C:/vid/gem-vj/freeframe/?
and Gem has been able to load this dll in previous incarnations?

afaik, Gem for w32 is still just directly pulled from gem.iem.at
(instead of compiled on the autobuild farm); this might still be a
problem with compiler versions and the like...


> trying to load C:/vid/gem-vj/freeframe/PeteGaussianBlur
> C:\\vid\\gem-vj\\freeframe\\PeteGaussianBlur: couldn't load
> error: GemException: couldn't load FreeFrame-plugin
> pix_freeframe freeframe/PeteGaussianBlur
> ... couldn't create
> handle 0    12FC708
> filmQT created
> handle 1    12FC800
> handle 2    12FC8B8
> handle 3    12FC958
> handle 4    12FA350
> handle 5    12FA3F0
> handle 6    12FA498
> pix_buffer_read: couldn't find pix_buffer '1141-buff'
> GEM: loaded images: C:/vid/gem-vj/img/fly/ .jpg from 0 to 14 skipping 1
> GEM: loaded images: C:/vid/gem-vj/img/universe/ .jpg from 0 to 12
> skipping 1
> error: GEM: rotateXYZ: needs 0 or 3 arguments
> error: GEM: rotateXYZ: needs 0 or 3 arguments
> error: GEM: rotateXYZ: needs 0 or 3 arguments
> error: GEM: rotateXYZ: needs 0 or 3 arguments

this has always been like this: [rotateXYZ] either needs no or exactly 3
arguments; try to find out why your patch gives another number of
arguments to this object.



> [demultiplex] part of zexy-2.1 (compiled: Apr 14 2007)
>     Copyright (l) 1999-2006 IOhannes m zmölnig, forum::für::umläute & IEM
> error: GEMtext: unable to open font C:/vid/gem-vj/over/vera.ttf

Gem's default font has changed from arial.ttf to vera.ttf for legal reasons.
just copy your old C:/vid/gem-vj/over/arial.ttf to
C:/vid/gem-vj/over/vera.ttf....



mfga.sdr
IOhannes




More information about the Pd-list mailing list