After I updated Gem sources with svn up ('Actualisé à la révision
4041.'), i can't use :
.../Gem/src$ make clean
I get :
make: *** No rule to make target `clean'. Stop.
I missed something ?
++
Jack
Bugs item #3316318, was opened at 2011-06-14 17:49
Message generated for change (Settings changed) made by zmoelnig
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=507079&aid=3316318&group_…
Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: Pixes (pix_ objects)
Group: linux
>Status: Pending
Resolution: Works For Me
>Priority: 5
Private: No
Submitted By: Matteo Sisti Sette (sistisette)
Assigned to: Nobody/Anonymous (nobody)
Summary: pix_film crash
Initial Comment:
pix_film systematically crashes Pd when I open the attached video (and a few similar ones)
This happens after upgrading Ubuntu 10.04 to Ubuntu 10.10 and installing the Pd Extended 0.42.5 package for ubuntu 10.10.
Thid didn\'t happen with the package for Ubuntu 10.04 on Ubuntu 10.04, though it seems to be the same version of GEM (0.92.3).
These are MOV files encoded with jpeg.
Oh sh*** I can't attach the file because it's bigger than 256k
I'll upload it somewhere else and post a link
EM: Graphics Environment for Multimedia
GEM: ver: 0.92.3
GEM: compiled: Sep 22 2010
GEM: maintained by IOhannes m zmoelnig
GEM: Authors : Mark Danks (original version)
GEM: Chris Clepper
GEM: Cyrille Henry
GEM: IOhannes m zmoelnig
GEM: with help by Guenter Geiger, Daniel Heckenberg, James Tittle, Hans-Christop Steiner, 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: MMX
GEM: using MMX optimization
----------------------------------------------------------------------
Comment By: Matteo Sisti Sette (sistisette)
Date: 2011-06-14 21:49
Message:
yes, libquicktime's CVS, but I'm afraid it hasn't installed correctly
(though I got no error from configure, make and sudo make install).
Now when I run lqtplay, I get the message:
lqtplay: error while loading shared libraries: libquicktime.so.0: cannot
open shared object file: No such file or directory
So I guess libquicktime hasn't installed correctly and maybe Gem is still
using the version that was already installed.
----------------------------------------------------------------------
Comment By: IOhannes m zmlnig (zmoelnig)
Date: 2011-06-14 20:03
Message:
which CVS are you referring to? libquicktime's?
here (debian wheezy/sid), i can play your file fine with both lqtplay and
Gem (though i have also libgmerlin-avdec backend)
----------------------------------------------------------------------
Comment By: Matteo Sisti Sette (sistisette)
Date: 2011-06-14 19:41
Message:
Thanks for your help. Unfortunately the latest version of libquicktime from
CVS is equally broken :(
----------------------------------------------------------------------
Comment By: IOhannes m zmlnig (zmoelnig)
Date: 2011-06-14 19:19
Message:
hmm well, actually i don't really know which version of libquicktime is
broken (and which is not), only that _some_ versions are (and unfortunately
some of those are shipped with ubuntu)
so you ought to find out which libquicktime is working and then install
that via apt :-(
maybe there is a "backport" from a more recent version of libquicktime to
your distro, but i don't know (and looking at packages.ubuntu.com, it seems
that maverick and natty provide virtually the same version of
libquicktime)
btw, you could update your bugreport at
https://bugs.launchpad.net/ubuntu/+source/libquicktime/+bug/714637
as for using other backends: with gem-0.92 there is no way to permanently
disable a certain backend (starting with 0.93 you can just uninstall the
defending backend(s))
----------------------------------------------------------------------
Comment By: Matteo Sisti Sette (sistisette)
Date: 2011-06-14 19:01
Message:
Wow, indeed lqtplay can't play them.
Thank so much. Do you know how I can get back the working libquicktime? Or
can I have gem use another backend?
----------------------------------------------------------------------
Comment By: IOhannes m zmlnig (zmoelnig)
Date: 2011-06-14 18:54
Message:
can "lqtplay" play these videos
i have the feeling this is the re-current problem with a broken
libquicktime shipped with debian/ubuntu
----------------------------------------------------------------------
Comment By: Matteo Sisti Sette (sistisette)
Date: 2011-06-14 18:36
Message:
even after transcoding the file to other codecs, still crashes.
----------------------------------------------------------------------
Comment By: Matteo Sisti Sette (sistisette)
Date: 2011-06-14 18:24
Message:
well, not sure the ones that work are encoded with _the same_ mjpeg codec,
I can only tell they are encoded with mjpeg. Nautilus says "Motion JPEG" in
both cases.
----------------------------------------------------------------------
Comment By: Matteo Sisti Sette (sistisette)
Date: 2011-06-14 18:22
Message:
I've converted the same file to AVI encoded with ffmpeg's "mjpeg" codec and
it still crashes. However I can open some other avi files that are encoded
with the same mjpeg codec.
What can these files have that is preserved even transcoding them to
another format and codec??
----------------------------------------------------------------------
Comment By: Matteo Sisti Sette (sistisette)
Date: 2011-06-14 17:59
Message:
The test video file:
http://www.matteosistisette.com/macarena_loop1.mov
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=507079&aid=3316318&group_…
Bugs item #3309225, was opened at 2011-05-30 08:50
Message generated for change (Comment added) made by sf-robot
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=507079&aid=3309225&group_…
Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: Pixes (pix_ objects)
Group: None
>Status: Closed
Resolution: Fixed
Priority: 5
Private: No
Submitted By: Cyrille Henry (nusmuk)
Assigned to: Nobody/Anonymous (nobody)
Summary: rectangle message to pix_texture brocken in some condition
Initial Comment:
In some specific condition, the rectangle message to pix_texture become useless.
One have to use shader in order to noticed this effect since texturing usually work in both mode.
Conditions that make the rectangle message to be brocken are mainly caused when pix_texture did not receive the gem_state 1 message.
So, if you initialize rectangle mode with a loadbang, and if you inhibit the gemhead during the windows creation, then pix_texture will never be able to switch to rectangle texture.
same problem when creating a patch : if you create pix_texture, and send it "rectangle 1" before connecting it on a gemhead, then it will never switch to rectangular texture.
here is a simple test patch.
----------------------------------------------------------------------
>Comment By: SourceForge Robot (sf-robot)
Date: 2011-06-15 15:20
Message:
This Tracker item was closed automatically by the system. It was
previously set to a Pending status, and the original submitter
did not respond within 14 days (the time period specified by
the administrator of this Tracker).
----------------------------------------------------------------------
Comment By: IOhannes m zmlnig (zmoelnig)
Date: 2011-06-01 14:38
Message:
thanks for the bug-report.
this issue should be fixed with rev.3955
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=507079&aid=3309225&group_…
Bugs item #3316318, was opened at 2011-06-14 17:49
Message generated for change (Comment added) made by sistisette
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=507079&aid=3316318&group_…
Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: Pixes (pix_ objects)
Group: linux
Status: Open
Resolution: Works For Me
Priority: 9
Private: No
Submitted By: Matteo Sisti Sette (sistisette)
Assigned to: Nobody/Anonymous (nobody)
Summary: pix_film crash
Initial Comment:
pix_film systematically crashes Pd when I open the attached video (and a few similar ones)
This happens after upgrading Ubuntu 10.04 to Ubuntu 10.10 and installing the Pd Extended 0.42.5 package for ubuntu 10.10.
Thid didn\'t happen with the package for Ubuntu 10.04 on Ubuntu 10.04, though it seems to be the same version of GEM (0.92.3).
These are MOV files encoded with jpeg.
Oh sh*** I can't attach the file because it's bigger than 256k
I'll upload it somewhere else and post a link
EM: Graphics Environment for Multimedia
GEM: ver: 0.92.3
GEM: compiled: Sep 22 2010
GEM: maintained by IOhannes m zmoelnig
GEM: Authors : Mark Danks (original version)
GEM: Chris Clepper
GEM: Cyrille Henry
GEM: IOhannes m zmoelnig
GEM: with help by Guenter Geiger, Daniel Heckenberg, James Tittle, Hans-Christop Steiner, 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: MMX
GEM: using MMX optimization
----------------------------------------------------------------------
>Comment By: Matteo Sisti Sette (sistisette)
Date: 2011-06-14 21:49
Message:
yes, libquicktime's CVS, but I'm afraid it hasn't installed correctly
(though I got no error from configure, make and sudo make install).
Now when I run lqtplay, I get the message:
lqtplay: error while loading shared libraries: libquicktime.so.0: cannot
open shared object file: No such file or directory
So I guess libquicktime hasn't installed correctly and maybe Gem is still
using the version that was already installed.
----------------------------------------------------------------------
Comment By: IOhannes m zmlnig (zmoelnig)
Date: 2011-06-14 20:03
Message:
which CVS are you referring to? libquicktime's?
here (debian wheezy/sid), i can play your file fine with both lqtplay and
Gem (though i have also libgmerlin-avdec backend)
----------------------------------------------------------------------
Comment By: Matteo Sisti Sette (sistisette)
Date: 2011-06-14 19:41
Message:
Thanks for your help. Unfortunately the latest version of libquicktime from
CVS is equally broken :(
----------------------------------------------------------------------
Comment By: IOhannes m zmlnig (zmoelnig)
Date: 2011-06-14 19:19
Message:
hmm well, actually i don't really know which version of libquicktime is
broken (and which is not), only that _some_ versions are (and unfortunately
some of those are shipped with ubuntu)
so you ought to find out which libquicktime is working and then install
that via apt :-(
maybe there is a "backport" from a more recent version of libquicktime to
your distro, but i don't know (and looking at packages.ubuntu.com, it seems
that maverick and natty provide virtually the same version of
libquicktime)
btw, you could update your bugreport at
https://bugs.launchpad.net/ubuntu/+source/libquicktime/+bug/714637
as for using other backends: with gem-0.92 there is no way to permanently
disable a certain backend (starting with 0.93 you can just uninstall the
defending backend(s))
----------------------------------------------------------------------
Comment By: Matteo Sisti Sette (sistisette)
Date: 2011-06-14 19:01
Message:
Wow, indeed lqtplay can't play them.
Thank so much. Do you know how I can get back the working libquicktime? Or
can I have gem use another backend?
----------------------------------------------------------------------
Comment By: IOhannes m zmlnig (zmoelnig)
Date: 2011-06-14 18:54
Message:
can "lqtplay" play these videos
i have the feeling this is the re-current problem with a broken
libquicktime shipped with debian/ubuntu
----------------------------------------------------------------------
Comment By: Matteo Sisti Sette (sistisette)
Date: 2011-06-14 18:36
Message:
even after transcoding the file to other codecs, still crashes.
----------------------------------------------------------------------
Comment By: Matteo Sisti Sette (sistisette)
Date: 2011-06-14 18:24
Message:
well, not sure the ones that work are encoded with _the same_ mjpeg codec,
I can only tell they are encoded with mjpeg. Nautilus says "Motion JPEG" in
both cases.
----------------------------------------------------------------------
Comment By: Matteo Sisti Sette (sistisette)
Date: 2011-06-14 18:22
Message:
I've converted the same file to AVI encoded with ffmpeg's "mjpeg" codec and
it still crashes. However I can open some other avi files that are encoded
with the same mjpeg codec.
What can these files have that is preserved even transcoding them to
another format and codec??
----------------------------------------------------------------------
Comment By: Matteo Sisti Sette (sistisette)
Date: 2011-06-14 17:59
Message:
The test video file:
http://www.matteosistisette.com/macarena_loop1.mov
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=507079&aid=3316318&group_…
Bugs item #3316318, was opened at 2011-06-14 17:49
Message generated for change (Comment added) made by zmoelnig
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=507079&aid=3316318&group_…
Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: Pixes (pix_ objects)
Group: linux
Status: Open
Resolution: Works For Me
Priority: 9
Private: No
Submitted By: Matteo Sisti Sette (sistisette)
Assigned to: Nobody/Anonymous (nobody)
Summary: pix_film crash
Initial Comment:
pix_film systematically crashes Pd when I open the attached video (and a few similar ones)
This happens after upgrading Ubuntu 10.04 to Ubuntu 10.10 and installing the Pd Extended 0.42.5 package for ubuntu 10.10.
Thid didn\'t happen with the package for Ubuntu 10.04 on Ubuntu 10.04, though it seems to be the same version of GEM (0.92.3).
These are MOV files encoded with jpeg.
Oh sh*** I can't attach the file because it's bigger than 256k
I'll upload it somewhere else and post a link
EM: Graphics Environment for Multimedia
GEM: ver: 0.92.3
GEM: compiled: Sep 22 2010
GEM: maintained by IOhannes m zmoelnig
GEM: Authors : Mark Danks (original version)
GEM: Chris Clepper
GEM: Cyrille Henry
GEM: IOhannes m zmoelnig
GEM: with help by Guenter Geiger, Daniel Heckenberg, James Tittle, Hans-Christop Steiner, 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: MMX
GEM: using MMX optimization
----------------------------------------------------------------------
>Comment By: IOhannes m zmlnig (zmoelnig)
Date: 2011-06-14 20:03
Message:
which CVS are you referring to? libquicktime's?
here (debian wheezy/sid), i can play your file fine with both lqtplay and
Gem (though i have also libgmerlin-avdec backend)
----------------------------------------------------------------------
Comment By: Matteo Sisti Sette (sistisette)
Date: 2011-06-14 19:41
Message:
Thanks for your help. Unfortunately the latest version of libquicktime from
CVS is equally broken :(
----------------------------------------------------------------------
Comment By: IOhannes m zmlnig (zmoelnig)
Date: 2011-06-14 19:19
Message:
hmm well, actually i don't really know which version of libquicktime is
broken (and which is not), only that _some_ versions are (and unfortunately
some of those are shipped with ubuntu)
so you ought to find out which libquicktime is working and then install
that via apt :-(
maybe there is a "backport" from a more recent version of libquicktime to
your distro, but i don't know (and looking at packages.ubuntu.com, it seems
that maverick and natty provide virtually the same version of
libquicktime)
btw, you could update your bugreport at
https://bugs.launchpad.net/ubuntu/+source/libquicktime/+bug/714637
as for using other backends: with gem-0.92 there is no way to permanently
disable a certain backend (starting with 0.93 you can just uninstall the
defending backend(s))
----------------------------------------------------------------------
Comment By: Matteo Sisti Sette (sistisette)
Date: 2011-06-14 19:01
Message:
Wow, indeed lqtplay can't play them.
Thank so much. Do you know how I can get back the working libquicktime? Or
can I have gem use another backend?
----------------------------------------------------------------------
Comment By: IOhannes m zmlnig (zmoelnig)
Date: 2011-06-14 18:54
Message:
can "lqtplay" play these videos
i have the feeling this is the re-current problem with a broken
libquicktime shipped with debian/ubuntu
----------------------------------------------------------------------
Comment By: Matteo Sisti Sette (sistisette)
Date: 2011-06-14 18:36
Message:
even after transcoding the file to other codecs, still crashes.
----------------------------------------------------------------------
Comment By: Matteo Sisti Sette (sistisette)
Date: 2011-06-14 18:24
Message:
well, not sure the ones that work are encoded with _the same_ mjpeg codec,
I can only tell they are encoded with mjpeg. Nautilus says "Motion JPEG" in
both cases.
----------------------------------------------------------------------
Comment By: Matteo Sisti Sette (sistisette)
Date: 2011-06-14 18:22
Message:
I've converted the same file to AVI encoded with ffmpeg's "mjpeg" codec and
it still crashes. However I can open some other avi files that are encoded
with the same mjpeg codec.
What can these files have that is preserved even transcoding them to
another format and codec??
----------------------------------------------------------------------
Comment By: Matteo Sisti Sette (sistisette)
Date: 2011-06-14 17:59
Message:
The test video file:
http://www.matteosistisette.com/macarena_loop1.mov
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=507079&aid=3316318&group_…
Bugs item #3316318, was opened at 2011-06-14 17:49
Message generated for change (Comment added) made by sistisette
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=507079&aid=3316318&group_…
Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: Pixes (pix_ objects)
Group: linux
>Status: Open
Resolution: Works For Me
Priority: 9
Private: No
Submitted By: Matteo Sisti Sette (sistisette)
Assigned to: Nobody/Anonymous (nobody)
Summary: pix_film crash
Initial Comment:
pix_film systematically crashes Pd when I open the attached video (and a few similar ones)
This happens after upgrading Ubuntu 10.04 to Ubuntu 10.10 and installing the Pd Extended 0.42.5 package for ubuntu 10.10.
Thid didn\'t happen with the package for Ubuntu 10.04 on Ubuntu 10.04, though it seems to be the same version of GEM (0.92.3).
These are MOV files encoded with jpeg.
Oh sh*** I can't attach the file because it's bigger than 256k
I'll upload it somewhere else and post a link
EM: Graphics Environment for Multimedia
GEM: ver: 0.92.3
GEM: compiled: Sep 22 2010
GEM: maintained by IOhannes m zmoelnig
GEM: Authors : Mark Danks (original version)
GEM: Chris Clepper
GEM: Cyrille Henry
GEM: IOhannes m zmoelnig
GEM: with help by Guenter Geiger, Daniel Heckenberg, James Tittle, Hans-Christop Steiner, 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: MMX
GEM: using MMX optimization
----------------------------------------------------------------------
>Comment By: Matteo Sisti Sette (sistisette)
Date: 2011-06-14 19:41
Message:
Thanks for your help. Unfortunately the latest version of libquicktime from
CVS is equally broken :(
----------------------------------------------------------------------
Comment By: IOhannes m zmlnig (zmoelnig)
Date: 2011-06-14 19:19
Message:
hmm well, actually i don't really know which version of libquicktime is
broken (and which is not), only that _some_ versions are (and unfortunately
some of those are shipped with ubuntu)
so you ought to find out which libquicktime is working and then install
that via apt :-(
maybe there is a "backport" from a more recent version of libquicktime to
your distro, but i don't know (and looking at packages.ubuntu.com, it seems
that maverick and natty provide virtually the same version of
libquicktime)
btw, you could update your bugreport at
https://bugs.launchpad.net/ubuntu/+source/libquicktime/+bug/714637
as for using other backends: with gem-0.92 there is no way to permanently
disable a certain backend (starting with 0.93 you can just uninstall the
defending backend(s))
----------------------------------------------------------------------
Comment By: Matteo Sisti Sette (sistisette)
Date: 2011-06-14 19:01
Message:
Wow, indeed lqtplay can't play them.
Thank so much. Do you know how I can get back the working libquicktime? Or
can I have gem use another backend?
----------------------------------------------------------------------
Comment By: IOhannes m zmlnig (zmoelnig)
Date: 2011-06-14 18:54
Message:
can "lqtplay" play these videos
i have the feeling this is the re-current problem with a broken
libquicktime shipped with debian/ubuntu
----------------------------------------------------------------------
Comment By: Matteo Sisti Sette (sistisette)
Date: 2011-06-14 18:36
Message:
even after transcoding the file to other codecs, still crashes.
----------------------------------------------------------------------
Comment By: Matteo Sisti Sette (sistisette)
Date: 2011-06-14 18:24
Message:
well, not sure the ones that work are encoded with _the same_ mjpeg codec,
I can only tell they are encoded with mjpeg. Nautilus says "Motion JPEG" in
both cases.
----------------------------------------------------------------------
Comment By: Matteo Sisti Sette (sistisette)
Date: 2011-06-14 18:22
Message:
I've converted the same file to AVI encoded with ffmpeg's "mjpeg" codec and
it still crashes. However I can open some other avi files that are encoded
with the same mjpeg codec.
What can these files have that is preserved even transcoding them to
another format and codec??
----------------------------------------------------------------------
Comment By: Matteo Sisti Sette (sistisette)
Date: 2011-06-14 17:59
Message:
The test video file:
http://www.matteosistisette.com/macarena_loop1.mov
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=507079&aid=3316318&group_…
Bugs item #3316318, was opened at 2011-06-14 17:49
Message generated for change (Comment added) made by zmoelnig
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=507079&aid=3316318&group_…
Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: Pixes (pix_ objects)
Group: linux
>Status: Pending
>Resolution: Works For Me
Priority: 9
Private: No
Submitted By: Matteo Sisti Sette (sistisette)
Assigned to: Nobody/Anonymous (nobody)
Summary: pix_film crash
Initial Comment:
pix_film systematically crashes Pd when I open the attached video (and a few similar ones)
This happens after upgrading Ubuntu 10.04 to Ubuntu 10.10 and installing the Pd Extended 0.42.5 package for ubuntu 10.10.
Thid didn\'t happen with the package for Ubuntu 10.04 on Ubuntu 10.04, though it seems to be the same version of GEM (0.92.3).
These are MOV files encoded with jpeg.
Oh sh*** I can't attach the file because it's bigger than 256k
I'll upload it somewhere else and post a link
EM: Graphics Environment for Multimedia
GEM: ver: 0.92.3
GEM: compiled: Sep 22 2010
GEM: maintained by IOhannes m zmoelnig
GEM: Authors : Mark Danks (original version)
GEM: Chris Clepper
GEM: Cyrille Henry
GEM: IOhannes m zmoelnig
GEM: with help by Guenter Geiger, Daniel Heckenberg, James Tittle, Hans-Christop Steiner, 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: MMX
GEM: using MMX optimization
----------------------------------------------------------------------
>Comment By: IOhannes m zmlnig (zmoelnig)
Date: 2011-06-14 19:19
Message:
hmm well, actually i don't really know which version of libquicktime is
broken (and which is not), only that _some_ versions are (and unfortunately
some of those are shipped with ubuntu)
so you ought to find out which libquicktime is working and then install
that via apt :-(
maybe there is a "backport" from a more recent version of libquicktime to
your distro, but i don't know (and looking at packages.ubuntu.com, it seems
that maverick and natty provide virtually the same version of
libquicktime)
btw, you could update your bugreport at
https://bugs.launchpad.net/ubuntu/+source/libquicktime/+bug/714637
as for using other backends: with gem-0.92 there is no way to permanently
disable a certain backend (starting with 0.93 you can just uninstall the
defending backend(s))
----------------------------------------------------------------------
Comment By: Matteo Sisti Sette (sistisette)
Date: 2011-06-14 19:01
Message:
Wow, indeed lqtplay can't play them.
Thank so much. Do you know how I can get back the working libquicktime? Or
can I have gem use another backend?
----------------------------------------------------------------------
Comment By: IOhannes m zmlnig (zmoelnig)
Date: 2011-06-14 18:54
Message:
can "lqtplay" play these videos
i have the feeling this is the re-current problem with a broken
libquicktime shipped with debian/ubuntu
----------------------------------------------------------------------
Comment By: Matteo Sisti Sette (sistisette)
Date: 2011-06-14 18:36
Message:
even after transcoding the file to other codecs, still crashes.
----------------------------------------------------------------------
Comment By: Matteo Sisti Sette (sistisette)
Date: 2011-06-14 18:24
Message:
well, not sure the ones that work are encoded with _the same_ mjpeg codec,
I can only tell they are encoded with mjpeg. Nautilus says "Motion JPEG" in
both cases.
----------------------------------------------------------------------
Comment By: Matteo Sisti Sette (sistisette)
Date: 2011-06-14 18:22
Message:
I've converted the same file to AVI encoded with ffmpeg's "mjpeg" codec and
it still crashes. However I can open some other avi files that are encoded
with the same mjpeg codec.
What can these files have that is preserved even transcoding them to
another format and codec??
----------------------------------------------------------------------
Comment By: Matteo Sisti Sette (sistisette)
Date: 2011-06-14 17:59
Message:
The test video file:
http://www.matteosistisette.com/macarena_loop1.mov
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=507079&aid=3316318&group_…
Bugs item #3316318, was opened at 2011-06-14 17:49
Message generated for change (Comment added) made by sistisette
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=507079&aid=3316318&group_…
Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: Pixes (pix_ objects)
Group: linux
Status: Open
Resolution: None
Priority: 9
Private: No
Submitted By: Matteo Sisti Sette (sistisette)
Assigned to: Nobody/Anonymous (nobody)
Summary: pix_film crash
Initial Comment:
pix_film systematically crashes Pd when I open the attached video (and a few similar ones)
This happens after upgrading Ubuntu 10.04 to Ubuntu 10.10 and installing the Pd Extended 0.42.5 package for ubuntu 10.10.
Thid didn\'t happen with the package for Ubuntu 10.04 on Ubuntu 10.04, though it seems to be the same version of GEM (0.92.3).
These are MOV files encoded with jpeg.
Oh sh*** I can't attach the file because it's bigger than 256k
I'll upload it somewhere else and post a link
EM: Graphics Environment for Multimedia
GEM: ver: 0.92.3
GEM: compiled: Sep 22 2010
GEM: maintained by IOhannes m zmoelnig
GEM: Authors : Mark Danks (original version)
GEM: Chris Clepper
GEM: Cyrille Henry
GEM: IOhannes m zmoelnig
GEM: with help by Guenter Geiger, Daniel Heckenberg, James Tittle, Hans-Christop Steiner, 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: MMX
GEM: using MMX optimization
----------------------------------------------------------------------
>Comment By: Matteo Sisti Sette (sistisette)
Date: 2011-06-14 19:01
Message:
Wow, indeed lqtplay can't play them.
Thank so much. Do you know how I can get back the working libquicktime? Or
can I have gem use another backend?
----------------------------------------------------------------------
Comment By: IOhannes m zmlnig (zmoelnig)
Date: 2011-06-14 18:54
Message:
can "lqtplay" play these videos
i have the feeling this is the re-current problem with a broken
libquicktime shipped with debian/ubuntu
----------------------------------------------------------------------
Comment By: Matteo Sisti Sette (sistisette)
Date: 2011-06-14 18:36
Message:
even after transcoding the file to other codecs, still crashes.
----------------------------------------------------------------------
Comment By: Matteo Sisti Sette (sistisette)
Date: 2011-06-14 18:24
Message:
well, not sure the ones that work are encoded with _the same_ mjpeg codec,
I can only tell they are encoded with mjpeg. Nautilus says "Motion JPEG" in
both cases.
----------------------------------------------------------------------
Comment By: Matteo Sisti Sette (sistisette)
Date: 2011-06-14 18:22
Message:
I've converted the same file to AVI encoded with ffmpeg's "mjpeg" codec and
it still crashes. However I can open some other avi files that are encoded
with the same mjpeg codec.
What can these files have that is preserved even transcoding them to
another format and codec??
----------------------------------------------------------------------
Comment By: Matteo Sisti Sette (sistisette)
Date: 2011-06-14 17:59
Message:
The test video file:
http://www.matteosistisette.com/macarena_loop1.mov
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=507079&aid=3316318&group_…
Bugs item #3316318, was opened at 2011-06-14 17:49
Message generated for change (Comment added) made by zmoelnig
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=507079&aid=3316318&group_…
Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: Pixes (pix_ objects)
Group: linux
Status: Open
Resolution: None
Priority: 9
Private: No
Submitted By: Matteo Sisti Sette (sistisette)
Assigned to: Nobody/Anonymous (nobody)
Summary: pix_film crash
Initial Comment:
pix_film systematically crashes Pd when I open the attached video (and a few similar ones)
This happens after upgrading Ubuntu 10.04 to Ubuntu 10.10 and installing the Pd Extended 0.42.5 package for ubuntu 10.10.
Thid didn\'t happen with the package for Ubuntu 10.04 on Ubuntu 10.04, though it seems to be the same version of GEM (0.92.3).
These are MOV files encoded with jpeg.
Oh sh*** I can't attach the file because it's bigger than 256k
I'll upload it somewhere else and post a link
EM: Graphics Environment for Multimedia
GEM: ver: 0.92.3
GEM: compiled: Sep 22 2010
GEM: maintained by IOhannes m zmoelnig
GEM: Authors : Mark Danks (original version)
GEM: Chris Clepper
GEM: Cyrille Henry
GEM: IOhannes m zmoelnig
GEM: with help by Guenter Geiger, Daniel Heckenberg, James Tittle, Hans-Christop Steiner, 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: MMX
GEM: using MMX optimization
----------------------------------------------------------------------
>Comment By: IOhannes m zmlnig (zmoelnig)
Date: 2011-06-14 18:54
Message:
can "lqtplay" play these videos
i have the feeling this is the re-current problem with a broken
libquicktime shipped with debian/ubuntu
----------------------------------------------------------------------
Comment By: Matteo Sisti Sette (sistisette)
Date: 2011-06-14 18:36
Message:
even after transcoding the file to other codecs, still crashes.
----------------------------------------------------------------------
Comment By: Matteo Sisti Sette (sistisette)
Date: 2011-06-14 18:24
Message:
well, not sure the ones that work are encoded with _the same_ mjpeg codec,
I can only tell they are encoded with mjpeg. Nautilus says "Motion JPEG" in
both cases.
----------------------------------------------------------------------
Comment By: Matteo Sisti Sette (sistisette)
Date: 2011-06-14 18:22
Message:
I've converted the same file to AVI encoded with ffmpeg's "mjpeg" codec and
it still crashes. However I can open some other avi files that are encoded
with the same mjpeg codec.
What can these files have that is preserved even transcoding them to
another format and codec??
----------------------------------------------------------------------
Comment By: Matteo Sisti Sette (sistisette)
Date: 2011-06-14 17:59
Message:
The test video file:
http://www.matteosistisette.com/macarena_loop1.mov
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=507079&aid=3316318&group_…
Bugs item #3316318, was opened at 2011-06-14 17:49
Message generated for change (Comment added) made by sistisette
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=507079&aid=3316318&group_…
Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: Pixes (pix_ objects)
Group: linux
Status: Open
Resolution: None
Priority: 9
Private: No
Submitted By: Matteo Sisti Sette (sistisette)
Assigned to: Nobody/Anonymous (nobody)
Summary: pix_film crash
Initial Comment:
pix_film systematically crashes Pd when I open the attached video (and a few similar ones)
This happens after upgrading Ubuntu 10.04 to Ubuntu 10.10 and installing the Pd Extended 0.42.5 package for ubuntu 10.10.
Thid didn\'t happen with the package for Ubuntu 10.04 on Ubuntu 10.04, though it seems to be the same version of GEM (0.92.3).
These are MOV files encoded with jpeg.
Oh sh*** I can't attach the file because it's bigger than 256k
I'll upload it somewhere else and post a link
EM: Graphics Environment for Multimedia
GEM: ver: 0.92.3
GEM: compiled: Sep 22 2010
GEM: maintained by IOhannes m zmoelnig
GEM: Authors : Mark Danks (original version)
GEM: Chris Clepper
GEM: Cyrille Henry
GEM: IOhannes m zmoelnig
GEM: with help by Guenter Geiger, Daniel Heckenberg, James Tittle, Hans-Christop Steiner, 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: MMX
GEM: using MMX optimization
----------------------------------------------------------------------
>Comment By: Matteo Sisti Sette (sistisette)
Date: 2011-06-14 18:36
Message:
even after transcoding the file to other codecs, still crashes.
----------------------------------------------------------------------
Comment By: Matteo Sisti Sette (sistisette)
Date: 2011-06-14 18:24
Message:
well, not sure the ones that work are encoded with _the same_ mjpeg codec,
I can only tell they are encoded with mjpeg. Nautilus says "Motion JPEG" in
both cases.
----------------------------------------------------------------------
Comment By: Matteo Sisti Sette (sistisette)
Date: 2011-06-14 18:22
Message:
I've converted the same file to AVI encoded with ffmpeg's "mjpeg" codec and
it still crashes. However I can open some other avi files that are encoded
with the same mjpeg codec.
What can these files have that is preserved even transcoding them to
another format and codec??
----------------------------------------------------------------------
Comment By: Matteo Sisti Sette (sistisette)
Date: 2011-06-14 17:59
Message:
The test video file:
http://www.matteosistisette.com/macarena_loop1.mov
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=507079&aid=3316318&group_…
Bugs item #3316318, was opened at 2011-06-14 17:49
Message generated for change (Comment added) made by sistisette
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=507079&aid=3316318&group_…
Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: Pixes (pix_ objects)
Group: linux
Status: Open
Resolution: None
Priority: 9
Private: No
Submitted By: Matteo Sisti Sette (sistisette)
Assigned to: Nobody/Anonymous (nobody)
Summary: pix_film crash
Initial Comment:
pix_film systematically crashes Pd when I open the attached video (and a few similar ones)
This happens after upgrading Ubuntu 10.04 to Ubuntu 10.10 and installing the Pd Extended 0.42.5 package for ubuntu 10.10.
Thid didn\'t happen with the package for Ubuntu 10.04 on Ubuntu 10.04, though it seems to be the same version of GEM (0.92.3).
These are MOV files encoded with jpeg.
Oh sh*** I can't attach the file because it's bigger than 256k
I'll upload it somewhere else and post a link
EM: Graphics Environment for Multimedia
GEM: ver: 0.92.3
GEM: compiled: Sep 22 2010
GEM: maintained by IOhannes m zmoelnig
GEM: Authors : Mark Danks (original version)
GEM: Chris Clepper
GEM: Cyrille Henry
GEM: IOhannes m zmoelnig
GEM: with help by Guenter Geiger, Daniel Heckenberg, James Tittle, Hans-Christop Steiner, 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: MMX
GEM: using MMX optimization
----------------------------------------------------------------------
>Comment By: Matteo Sisti Sette (sistisette)
Date: 2011-06-14 18:24
Message:
well, not sure the ones that work are encoded with _the same_ mjpeg codec,
I can only tell they are encoded with mjpeg. Nautilus says "Motion JPEG" in
both cases.
----------------------------------------------------------------------
Comment By: Matteo Sisti Sette (sistisette)
Date: 2011-06-14 18:22
Message:
I've converted the same file to AVI encoded with ffmpeg's "mjpeg" codec and
it still crashes. However I can open some other avi files that are encoded
with the same mjpeg codec.
What can these files have that is preserved even transcoding them to
another format and codec??
----------------------------------------------------------------------
Comment By: Matteo Sisti Sette (sistisette)
Date: 2011-06-14 17:59
Message:
The test video file:
http://www.matteosistisette.com/macarena_loop1.mov
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=507079&aid=3316318&group_…
Bugs item #3316318, was opened at 2011-06-14 17:49
Message generated for change (Comment added) made by sistisette
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=507079&aid=3316318&group_…
Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: Pixes (pix_ objects)
Group: linux
Status: Open
Resolution: None
Priority: 9
Private: No
Submitted By: Matteo Sisti Sette (sistisette)
Assigned to: Nobody/Anonymous (nobody)
Summary: pix_film crash
Initial Comment:
pix_film systematically crashes Pd when I open the attached video (and a few similar ones)
This happens after upgrading Ubuntu 10.04 to Ubuntu 10.10 and installing the Pd Extended 0.42.5 package for ubuntu 10.10.
Thid didn\'t happen with the package for Ubuntu 10.04 on Ubuntu 10.04, though it seems to be the same version of GEM (0.92.3).
These are MOV files encoded with jpeg.
Oh sh*** I can't attach the file because it's bigger than 256k
I'll upload it somewhere else and post a link
EM: Graphics Environment for Multimedia
GEM: ver: 0.92.3
GEM: compiled: Sep 22 2010
GEM: maintained by IOhannes m zmoelnig
GEM: Authors : Mark Danks (original version)
GEM: Chris Clepper
GEM: Cyrille Henry
GEM: IOhannes m zmoelnig
GEM: with help by Guenter Geiger, Daniel Heckenberg, James Tittle, Hans-Christop Steiner, 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: MMX
GEM: using MMX optimization
----------------------------------------------------------------------
>Comment By: Matteo Sisti Sette (sistisette)
Date: 2011-06-14 18:22
Message:
I've converted the same file to AVI encoded with ffmpeg's "mjpeg" codec and
it still crashes. However I can open some other avi files that are encoded
with the same mjpeg codec.
What can these files have that is preserved even transcoding them to
another format and codec??
----------------------------------------------------------------------
Comment By: Matteo Sisti Sette (sistisette)
Date: 2011-06-14 17:59
Message:
The test video file:
http://www.matteosistisette.com/macarena_loop1.mov
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=507079&aid=3316318&group_…
Bugs item #3316318, was opened at 2011-06-14 17:49
Message generated for change (Comment added) made by sistisette
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=507079&aid=3316318&group_…
Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: Pixes (pix_ objects)
Group: linux
Status: Open
Resolution: None
>Priority: 9
Private: No
Submitted By: Matteo Sisti Sette (sistisette)
Assigned to: Nobody/Anonymous (nobody)
Summary: pix_film crash
Initial Comment:
pix_film systematically crashes Pd when I open the attached video (and a few similar ones)
This happens after upgrading Ubuntu 10.04 to Ubuntu 10.10 and installing the Pd Extended 0.42.5 package for ubuntu 10.10.
Thid didn\'t happen with the package for Ubuntu 10.04 on Ubuntu 10.04, though it seems to be the same version of GEM (0.92.3).
These are MOV files encoded with jpeg.
Oh sh*** I can't attach the file because it's bigger than 256k
I'll upload it somewhere else and post a link
EM: Graphics Environment for Multimedia
GEM: ver: 0.92.3
GEM: compiled: Sep 22 2010
GEM: maintained by IOhannes m zmoelnig
GEM: Authors : Mark Danks (original version)
GEM: Chris Clepper
GEM: Cyrille Henry
GEM: IOhannes m zmoelnig
GEM: with help by Guenter Geiger, Daniel Heckenberg, James Tittle, Hans-Christop Steiner, 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: MMX
GEM: using MMX optimization
----------------------------------------------------------------------
>Comment By: Matteo Sisti Sette (sistisette)
Date: 2011-06-14 17:59
Message:
The test video file:
http://www.matteosistisette.com/macarena_loop1.mov
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=507079&aid=3316318&group_…
Bugs item #3316318, was opened at 2011-06-14 17:49
Message generated for change (Tracker Item Submitted) made by sistisette
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=507079&aid=3316318&group_…
Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: Pixes (pix_ objects)
Group: linux
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Matteo Sisti Sette (sistisette)
Assigned to: Nobody/Anonymous (nobody)
Summary: pix_film crash
Initial Comment:
pix_film systematically crashes Pd when I open the attached video (and a few similar ones)
This happens after upgrading Ubuntu 10.04 to Ubuntu 10.10 and installing the Pd Extended 0.42.5 package for ubuntu 10.10.
Thid didn\'t happen with the package for Ubuntu 10.04 on Ubuntu 10.04, though it seems to be the same version of GEM (0.92.3).
These are MOV files encoded with jpeg.
Oh sh*** I can't attach the file because it's bigger than 256k
I'll upload it somewhere else and post a link
EM: Graphics Environment for Multimedia
GEM: ver: 0.92.3
GEM: compiled: Sep 22 2010
GEM: maintained by IOhannes m zmoelnig
GEM: Authors : Mark Danks (original version)
GEM: Chris Clepper
GEM: Cyrille Henry
GEM: IOhannes m zmoelnig
GEM: with help by Guenter Geiger, Daniel Heckenberg, James Tittle, Hans-Christop Steiner, 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: MMX
GEM: using MMX optimization
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=507079&aid=3316318&group_…
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
what's the official acronym for Graphics Environment for Multimedia?
I remember that on my Atari it was GEM (Graphical Environment Manager)
on the official page i read both, Gem and GEM.
http://gem.iem.at
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.8 (Darwin)
iEYEARECAAYFAk3yGNoACgkQ3EB7kzgMM6JrdwCfRzquUJDVFZ4s1UXnBeIAgcaU
32cAn0GfrDXGwj4zMS4WO+Pru5rcmcm2
=yvNo
-----END PGP SIGNATURE-----
Bugs item #2506838, was opened at 2009-01-14 11:56
Message generated for change (Settings changed) made by zmoelnig
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=507079&aid=2506838&group_…
Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: build-system
Group: None
Status: Closed
Resolution: Fixed
Priority: 5
Private: No
Submitted By: Cyrille Henry (nusmuk)
Assigned to: Nobody/Anonymous (nobody)
>Summary: compiling gem cvs with libmagick++ / libtiff can crash
Initial Comment:
compiling gem cvs with libmagic++ / libtif / libjpg on ubuntu 8.10 can crash pd on exeptions (opening a non existant image by exemple) :
pd: magick/exception.c:932: ThrowMagickExceptionList: Assertion `exception->signature == 0xabacadabUL' failed.
Pd: signal 6
pd_gui: pd process exited
Erreur de segmentation
it work if Gem is compiled with only libmagic.
since libmagic++ replace libtiff / libjpg, ./configure should automatically disable the latter if the 1st is detected.
----------------------------------------------------------------------
Comment By: SourceForge Robot (sf-robot)
Date: 2009-03-18 19:51
Message:
This Tracker item was closed automatically by the system. It was
previously set to a Pending status, and the original submitter
did not respond within 14 days (the time period specified by
the administrator of this Tracker).
----------------------------------------------------------------------
Comment By: IOhannes m zmlnig (zmoelnig)
Date: 2009-01-14 13:23
Message:
should be fixed with revision 2641
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=507079&aid=2506838&group_…
Bugs item #3313931, was opened at 2011-06-08 20:47
Message generated for change (Comment added) made by nusmuk
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=507079&aid=3313931&group_…
Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: Pixes (pix_ objects)
Group: None
>Status: Closed
Resolution: Fixed
Priority: 5
Private: No
Submitted By: Cyrille Henry (nusmuk)
Assigned to: Nobody/Anonymous (nobody)
Summary: pix_separator does not separate pix
Initial Comment:
using help patch :
04.video/04.videoRTX.pd, it appears that pix_separator does not separate pix anymore.
(i used this patch last week with no problem)
using gem revision 4025
(on ubuntu linux 10.04, nvidia driver)
----------------------------------------------------------------------
>Comment By: Cyrille Henry (nusmuk)
Date: 2011-06-09 12:38
Message:
yes, you fixed it.
thanks
----------------------------------------------------------------------
Comment By: IOhannes m zmlnig (zmoelnig)
Date: 2011-06-09 11:30
Message:
seems like the bug was a leftover from the GemState transition.
should be fixed with rev.4028
----------------------------------------------------------------------
Comment By: IOhannes m zmlnig (zmoelnig)
Date: 2011-06-09 07:19
Message:
confirmed.
that explains a number of weirdnesses i experienced recently...
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=507079&aid=3313931&group_…
Bugs item #3313931, was opened at 2011-06-08 22:47
Message generated for change (Settings changed) made by zmoelnig
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=507079&aid=3313931&group_…
Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: Pixes (pix_ objects)
Group: None
>Status: Pending
>Resolution: Fixed
Priority: 5
Private: No
Submitted By: Cyrille Henry (nusmuk)
Assigned to: Nobody/Anonymous (nobody)
Summary: pix_separator does not separate pix
Initial Comment:
using help patch :
04.video/04.videoRTX.pd, it appears that pix_separator does not separate pix anymore.
(i used this patch last week with no problem)
using gem revision 4025
(on ubuntu linux 10.04, nvidia driver)
----------------------------------------------------------------------
Comment By: IOhannes m zmlnig (zmoelnig)
Date: 2011-06-09 13:30
Message:
seems like the bug was a leftover from the GemState transition.
should be fixed with rev.4028
----------------------------------------------------------------------
Comment By: IOhannes m zmlnig (zmoelnig)
Date: 2011-06-09 09:19
Message:
confirmed.
that explains a number of weirdnesses i experienced recently...
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=507079&aid=3313931&group_…
Bugs item #3313931, was opened at 2011-06-08 22:47
Message generated for change (Comment added) made by zmoelnig
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=507079&aid=3313931&group_…
Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: Pixes (pix_ objects)
Group: None
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Cyrille Henry (nusmuk)
Assigned to: Nobody/Anonymous (nobody)
Summary: pix_separator does not separate pix
Initial Comment:
using help patch :
04.video/04.videoRTX.pd, it appears that pix_separator does not separate pix anymore.
(i used this patch last week with no problem)
using gem revision 4025
(on ubuntu linux 10.04, nvidia driver)
----------------------------------------------------------------------
>Comment By: IOhannes m zmlnig (zmoelnig)
Date: 2011-06-09 13:30
Message:
seems like the bug was a leftover from the GemState transition.
should be fixed with rev.4028
----------------------------------------------------------------------
Comment By: IOhannes m zmlnig (zmoelnig)
Date: 2011-06-09 09:19
Message:
confirmed.
that explains a number of weirdnesses i experienced recently...
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=507079&aid=3313931&group_…
Bugs item #3313931, was opened at 2011-06-08 22:47
Message generated for change (Comment added) made by zmoelnig
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=507079&aid=3313931&group_…
Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: Pixes (pix_ objects)
Group: None
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Cyrille Henry (nusmuk)
Assigned to: Nobody/Anonymous (nobody)
Summary: pix_separator does not separate pix
Initial Comment:
using help patch :
04.video/04.videoRTX.pd, it appears that pix_separator does not separate pix anymore.
(i used this patch last week with no problem)
using gem revision 4025
(on ubuntu linux 10.04, nvidia driver)
----------------------------------------------------------------------
>Comment By: IOhannes m zmlnig (zmoelnig)
Date: 2011-06-09 09:19
Message:
confirmed.
that explains a number of weirdnesses i experienced recently...
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=507079&aid=3313931&group_…
Bugs item #3313931, was opened at 2011-06-08 20:47
Message generated for change (Tracker Item Submitted) made by nusmuk
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=507079&aid=3313931&group_…
Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: Pixes (pix_ objects)
Group: None
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Cyrille Henry (nusmuk)
Assigned to: Nobody/Anonymous (nobody)
Summary: pix_separator does not separate pix
Initial Comment:
using help patch :
04.video/04.videoRTX.pd, it appears that pix_separator does not separate pix anymore.
(i used this patch last week with no problem)
using gem revision 4025
(on ubuntu linux 10.04, nvidia driver)
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=507079&aid=3313931&group_…
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
just to inform you:
the build-system of Gem has been updated to use automake/autoconf/...
throughout.
so if builds fail, please tell me :-)
i also factored out the image loading/saving code into plugins; this
means that the Gem-core now has a very reduced set of dependencies and
new image loading/saving modules can be easily added.
i also hope it is a step towards making Gem compile on OSX-10.6
(reducing the immediate dependencies on QuickTime)
the drawback is obviously, that you now need the image plugins live
besides Gem as well (just like for the film/video/record stuff)
on the long run, i would like to have (almost) everything platform
dependent factored out of the Gem-core.
fgamsdr
IOhannes
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.11 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/
iEYEARECAAYFAk3vuw4ACgkQkX2Xpv6ydvTm4ACfc3g9ffnfDQNV0ptf1+9EReh+
+NgAoOZ+6ZbvwnlmFpkBroLt6BGUZnUm
=4OTO
-----END PGP SIGNATURE-----
Bugs item #3313799, was opened at 2011-06-08 14:38
Message generated for change (Settings changed) made by nusmuk
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=507079&aid=3313799&group_…
Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: Pixes (pix_ objects)
Group: None
>Status: Closed
>Resolution: Fixed
Priority: 5
Private: No
Submitted By: Cyrille Henry (nusmuk)
Assigned to: Nobody/Anonymous (nobody)
Summary: example 04.pix/26.framebuffer_readback crash
Initial Comment:
the example 04.pix/26.framebuffer_readback crash pd with a segfault when creating the openGL windows
this is with curent svn (rev 3971), ubuntu 10.04
I can see 2 different problem :
- pix_snap does not create an image (pix_info after pix_snap gives only -1)
- pix_buffer_read crash when reading this image
----------------------------------------------------------------------
>Comment By: Cyrille Henry (nusmuk)
Date: 2011-06-08 20:04
Message:
yes, you are right : pix_kaleidoscope crash here.
if i remove it from the help patch, everything is now working as
expected.
(Gem revision 4025)
that was not my experience with rev 3971.
well... few hours, 54 revision latter, and this bug disappear.
thanks
----------------------------------------------------------------------
Comment By: IOhannes m zmlnig (zmoelnig)
Date: 2011-06-08 19:21
Message:
on further inspection, i can reproduce a crash if i do X-forwarding to the
amd64 machine (from a similar _32bit_ machine)
a backtrace however still points to [pix_kaleidoscope] to be the culprit.
could you run everything through gdb?
----------------------------------------------------------------------
Comment By: IOhannes m zmlnig (zmoelnig)
Date: 2011-06-08 19:21
Message:
could you provide a backtrace of the crash?
on linux/osx/similar you can use gdb for producing one:
$ gdb -args /path/to/pd -lib Gem -open /my/faulty/patch.pd
[...]
(gdb) run
[... do something to trigger the crasher bug ...]
(gdb) backtrace
[...]
----------------------------------------------------------------------
Comment By: IOhannes m zmlnig (zmoelnig)
Date: 2011-06-08 19:19
Message:
hmm, checked on an debian/sid machine with 2.6.38-2-amd64 and
nvidia-270.41.19 (and a fresh checkout of Gem) and still cannot reproduce.
i noticed that [pix_kaleidoscope] does not work _correctly_ on amd64
though, but if i turn that off, everything works as expected.
----------------------------------------------------------------------
Comment By: Cyrille Henry (nusmuk)
Date: 2011-06-08 18:44
Message:
nvidia driver
intel i7
kernel 2.6.32 / 64 bit
pix_snap does not work for framebuffer, but pix_write is working...
----------------------------------------------------------------------
Comment By: IOhannes m zmlnig (zmoelnig)
Date: 2011-06-08 18:01
Message:
weird; i'm unable to reproduce the problem.
which drivers? which architecture?
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=507079&aid=3313799&group_…
Bugs item #3313799, was opened at 2011-06-08 16:38
Message generated for change (Comment added) made by zmoelnig
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=507079&aid=3313799&group_…
Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: Pixes (pix_ objects)
Group: None
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Cyrille Henry (nusmuk)
Assigned to: Nobody/Anonymous (nobody)
Summary: example 04.pix/26.framebuffer_readback crash
Initial Comment:
the example 04.pix/26.framebuffer_readback crash pd with a segfault when creating the openGL windows
this is with curent svn (rev 3971), ubuntu 10.04
I can see 2 different problem :
- pix_snap does not create an image (pix_info after pix_snap gives only -1)
- pix_buffer_read crash when reading this image
----------------------------------------------------------------------
>Comment By: IOhannes m zmlnig (zmoelnig)
Date: 2011-06-08 21:21
Message:
on further inspection, i can reproduce a crash if i do X-forwarding to the
amd64 machine (from a similar _32bit_ machine)
a backtrace however still points to [pix_kaleidoscope] to be the culprit.
could you run everything through gdb?
----------------------------------------------------------------------
Comment By: IOhannes m zmlnig (zmoelnig)
Date: 2011-06-08 21:21
Message:
could you provide a backtrace of the crash?
on linux/osx/similar you can use gdb for producing one:
$ gdb -args /path/to/pd -lib Gem -open /my/faulty/patch.pd
[...]
(gdb) run
[... do something to trigger the crasher bug ...]
(gdb) backtrace
[...]
----------------------------------------------------------------------
Comment By: IOhannes m zmlnig (zmoelnig)
Date: 2011-06-08 21:19
Message:
hmm, checked on an debian/sid machine with 2.6.38-2-amd64 and
nvidia-270.41.19 (and a fresh checkout of Gem) and still cannot reproduce.
i noticed that [pix_kaleidoscope] does not work _correctly_ on amd64
though, but if i turn that off, everything works as expected.
----------------------------------------------------------------------
Comment By: Cyrille Henry (nusmuk)
Date: 2011-06-08 20:44
Message:
nvidia driver
intel i7
kernel 2.6.32 / 64 bit
pix_snap does not work for framebuffer, but pix_write is working...
----------------------------------------------------------------------
Comment By: IOhannes m zmlnig (zmoelnig)
Date: 2011-06-08 20:01
Message:
weird; i'm unable to reproduce the problem.
which drivers? which architecture?
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=507079&aid=3313799&group_…
Bugs item #3313799, was opened at 2011-06-08 16:38
Message generated for change (Comment added) made by zmoelnig
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=507079&aid=3313799&group_…
Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: Pixes (pix_ objects)
Group: None
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Cyrille Henry (nusmuk)
Assigned to: Nobody/Anonymous (nobody)
Summary: example 04.pix/26.framebuffer_readback crash
Initial Comment:
the example 04.pix/26.framebuffer_readback crash pd with a segfault when creating the openGL windows
this is with curent svn (rev 3971), ubuntu 10.04
I can see 2 different problem :
- pix_snap does not create an image (pix_info after pix_snap gives only -1)
- pix_buffer_read crash when reading this image
----------------------------------------------------------------------
>Comment By: IOhannes m zmlnig (zmoelnig)
Date: 2011-06-08 21:19
Message:
hmm, checked on an debian/sid machine with 2.6.38-2-amd64 and
nvidia-270.41.19 (and a fresh checkout of Gem) and still cannot reproduce.
i noticed that [pix_kaleidoscope] does not work _correctly_ on amd64
though, but if i turn that off, everything works as expected.
----------------------------------------------------------------------
Comment By: Cyrille Henry (nusmuk)
Date: 2011-06-08 20:44
Message:
nvidia driver
intel i7
kernel 2.6.32 / 64 bit
pix_snap does not work for framebuffer, but pix_write is working...
----------------------------------------------------------------------
Comment By: IOhannes m zmlnig (zmoelnig)
Date: 2011-06-08 20:01
Message:
weird; i'm unable to reproduce the problem.
which drivers? which architecture?
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=507079&aid=3313799&group_…