en bugs, that are likely to be fixed within the next days?
the only bugs that come to my mind are:
- "external" window closing is likely to crash pd (linux)
- "destroy" sometimes hangs (cannot reproduce it, but i believe the
bug-report; i guess this is highly hw-dependent; linux)
- autoconf build-system on osX
-- certainly a lot of others which i have forgotten
i just found that pd crash when i try to load bad file with pix_image, after loading a valid file.
"bad files" mean : files that does not exist files that are not jpeg or tiff
(linux)
see attachement.
cyrille
#N canvas 0 0 724 301 10; #X obj 251 174 pix_image; #X obj 315 88 openpanel; #X msg 315 110 open $1; #X obj 315 68 bng 15 250 50 0 empty empty empty 0 -6 0 8 -262144 -1 -1; #X obj 251 57 gemhead; #X obj 251 200 pix_texture; #X obj 251 229 square; #X obj 26 103 gemwin; #X msg 46 41 create , 1; #X msg 61 72 0 , destroy; #X text 128 41 <- 1; #X text 395 64 <- 2 : open a valid image file; #X msg 323 144 open foo.jpg; #X text 424 147 <- 3 : exit pd; #X connect 0 0 5 0; #X connect 1 0 2 0; #X connect 2 0 0 0; #X connect 3 0 1 0; #X connect 4 0 0 0; #X connect 5 0 6 0; #X connect 8 0 7 0; #X connect 9 0 7 0; #X connect 12 0 0 0;