Hi,
Sometimes when I do right click for help to any object or when I am trying to type something pd crashes with the following message
pd: magick/exception.c:845: ThrowMagickExceptionList: Assertion `exception->signature == 0xabacadabUL' failed. Pd: signal 6 pd_gui: pd process exited
I use Pd version 0.39.2-extended-test7 for ubuntu
cheers,
Are you running PDP or PiDiP? That's the only thing that uses
ImageMagick, AFAIK. Try removing PDP and/or PiDiP from your startup
libs.
.hc
On Feb 1, 2007, at 9:08 AM, Fanouris Moraitis wrote:
Hi,
Sometimes when I do right click for help to any object or when I am trying to type something pd crashes with the following message
pd: magick/exception.c:845: ThrowMagickExceptionList: Assertion `exception->signature == 0xabacadabUL' failed. Pd: signal 6 pd_gui: pd process exited
I use Pd version 0.39.2-extended-test7 for ubuntu
cheers,
PD-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/ listinfo/pd-list
Terrorism is not an enemy. It cannot be defeated. It's a tactic.
It's about as sensible to say we declare war on night attacks and
expect we're going to win that war. We're not going to win the war
on terrorism. - retired U.S. Army general, William Odom
I was running Gem. I will remove it and report back. Also I would like to ask why the textures are not loaded unless i send a mode 0 to the pix_texture object? I think that causes a problem in the pix_movie object (nothing is displayed on the screen).
thanks
On 2/2/07, Hans-Christoph Steiner hans@eds.org wrote:
Are you running PDP or PiDiP? That's the only thing that uses ImageMagick, AFAIK. Try removing PDP and/or PiDiP from your startup libs.
.hc
On Feb 1, 2007, at 9:08 AM, Fanouris Moraitis wrote:
Hi,
Sometimes when I do right click for help to any object or when I am trying to type something pd crashes with the following message
pd: magick/exception.c:845: ThrowMagickExceptionList: Assertion `exception->signature == 0xabacadabUL' failed. Pd: signal 6 pd_gui: pd process exited
I use Pd version 0.39.2-extended-test7 for ubuntu
cheers,
PD-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/ listinfo/pd-list
Terrorism is not an enemy. It cannot be defeated. It's a tactic. It's about as sensible to say we declare war on night attacks and expect we're going to win that war. We're not going to win the war on terrorism. - retired U.S. Army general, William Odom
yeh, good solution... clever!!
ciao, sevy
Hans-Christoph Steiner wrote:
Are you running PDP or PiDiP? That's the only thing that uses ImageMagick, AFAIK. Try removing PDP and/or PiDiP from your startup libs.
.hc
On Feb 1, 2007, at 9:08 AM, Fanouris Moraitis wrote:
Hi,
Sometimes when I do right click for help to any object or when I am trying to type something pd crashes with the following message
pd: magick/exception.c:845: ThrowMagickExceptionList: Assertion `exception->signature == 0xabacadabUL' failed. Pd: signal 6 pd_gui: pd process exited
I use Pd version 0.39.2-extended-test7 for ubuntu
cheers,
PD-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/ listinfo/pd-list
Terrorism is not an enemy. It cannot be defeated. It's a tactic. It's about as sensible to say we declare war on night attacks and expect we're going to win that war. We're not going to win the war on terrorism. - retired U.S. Army general, William Odom
PD-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
Hi list,
Fanouris Moraitis wrote:
Hi,
Sometimes when I do right click for help to any object or when I am trying to type something pd crashes with the following message
pd: magick/exception.c:845: ThrowMagickExceptionList: Assertion `exception->signature == 0xabacadabUL' failed. Pd: signal 6 pd_gui: pd process exited
I use Pd version 0.39.2-extended-test7 for ubuntu
cheers,
I get this crash too, when loading some textures I created.
[pix_multiimage textures/*.tif 4]
Pd crashes with:
pd: magick/exception.c:948: ThrowMagickExceptionList: Assertion `exception->signature == 0xabacadabUL' failed. Pd: signal 6 pd_gui: pd process exited
I created the .tif files from .png files (that Gem seems unable to load), using ImageMagick 'convert 0.png 0.tif' (etc).
$ file * 0.png: PNG image data, 64 x 64, 8-bit/color RGB, interlaced 0.tif: TIFF image data, little-endian 1.png: PNG image data, 64 x 64, 8-bit/color RGB, interlaced 1.tif: TIFF image data, little-endian 2.png: PNG image data, 64 x 64, 8-bit/color RGB, interlaced 2.tif: TIFF image data, little-endian 3.png: PNG image data, 64 x 64, 8-bit/color RGB, interlaced 3.tif: TIFF image data, little-endian
The TIFF files are attached, in the hope that they might be useful in analysing/eliminating the problem. I also tried adding an alpha channel to the PNG files and converting again, but have the same crash when loading the new TIFF files.
Next I tried converting to JPEG, but that failed in a different way:
I have textures/0.jpg through textures/3.jpg, and I tried sending "open textures/*.jpg 4" to [pix_multiimage], and got:
TIFFOpen: /home/claude/maximus/d01234/textures/4.jpg: Cannot open.
And when I try to select textures I get:
error: [pix_multiimage]: GEM: pix_multiimage: selection number too high: 0 (max num is 0) error: [pix_multiimage]: GEM: pix_multiimage: selection number too high: 1 (max num is 0) error: [pix_multiimage]: GEM: pix_multiimage: selection number too high: 2 (max num is 0) error: [pix_multiimage]: GEM: pix_multiimage: selection number too high: 3 (max num is 0)
Any ideas? I'm guess I'm misunderstanding something about how pix_multiimage expects files to be named, or something?
Gem cvs from a couple of weeks ago, pd-0.40-2
Thanks,
On 3/7/07, Claude Heiland-Allen claudiusmaximus@goto10.org wrote:
Fanouris Moraitis wrote:
Sometimes when I do right click for help to any object or when I am trying to type something pd crashes with the following message
pd: magick/exception.c:845: ThrowMagickExceptionList: Assertion `exception->signature == 0xabacadabUL' failed. Pd: signal 6 pd_gui: pd process exited
Hahaha, so it's not my imagination, PD really does rely on "magick" !!! No wonder things don't always work like I expect! ;-)
~David
Claude Heiland-Allen wrote:
I have textures/0.jpg through textures/3.jpg, and I tried sending "open textures/*.jpg 4" to [pix_multiimage], and got:
TIFFOpen: /home/claude/maximus/d01234/textures/4.jpg: Cannot open.
I found the correct syntax: to load 4 images, numbered 0..3, you need to do:
"open textures/*.jpg 3"--[pix_multiimage]
which is a bit counterintuitive...