Hi,
Can anybody explain what these warning messages mean, appearing on the Pd console at startup when I use GEM?:
warning: class 'pix_filmQT' overwritten; old one renamed 'pix_filmQT_aliased' warning: class 'pix_movieDS' overwritten; old one renamed 'pix_movieDS_aliased' warning: class 'pix_videoDS' overwritten; old one renamed 'pix_videoDS_aliased'
Should I worry about them?
The strangest thing is that the very same version of GEM can give these errors for example on a Vista machine and not on a Windows XP machine. Isn't it weird?
thanks m.
You are probably loading Gem twice.
.hc
On Mar 7, 2010, at 3:30 PM, Matteo Sisti Sette wrote:
Hi,
Can anybody explain what these warning messages mean, appearing on the Pd console at startup when I use GEM?:
warning: class 'pix_filmQT' overwritten; old one renamed 'pix_filmQT_aliased' warning: class 'pix_movieDS' overwritten; old one renamed 'pix_movieDS_aliased' warning: class 'pix_videoDS' overwritten; old one renamed 'pix_videoDS_aliased'
Should I worry about them?
The strangest thing is that the very same version of GEM can give these errors for example on a Vista machine and not on a Windows XP machine. Isn't it weird?
thanks m.
-- Matteo Sisti Sette matteosistisette@gmail.com http://www.matteosistisette.com
-- Matteo Sisti Sette matteosistisette@gmail.com http://www.matteosistisette.com
GEM-dev mailing list GEM-dev@iem.at http://lists.puredata.info/listinfo/gem-dev
----------------------------------------------------------------------------
"A cellphone to me is just an opportunity to be irritated wherever you are." - Linus Torvalds
Hans-Christoph Steiner escribió:
You are probably loading Gem twice.
How can it be? I use -lib Gem and -noprefs. If I take away "-lib Gem" it doesn't load Gem (nor would I expect it to). Gem's startup messages ("GEM:...") appear only once btw. Is it even possible to load a library twice?
Other people told me the warnings are normal because some classes are indeed actually overridden.
On 2010-03-10 15:07, Matteo Sisti Sette wrote:
Hans-Christoph Steiner escribió:
You are probably loading Gem twice.
How can it be? I use -lib Gem and -noprefs. If I take away "-lib Gem" it doesn't load Gem (nor would I expect it to). Gem's startup messages ("GEM:...") appear only once btw. Is it even possible to load a library twice?
Other people told me the warnings are normal because some classes are indeed actually overridden.
ignore the "loading twice". it's a (harmless) bug in Gem that gives you the warnings.
gmasr IOhannes