> first, i don't see much need to use it with PdX, plain old pd-vanilla
> should do as well...
> (speaking of which: please provide a minimal test-patch that triggers
> the problem on your machine)
Patch attached.

Upon further investigation it appears that this may only be caused by
certain fonts and/or certain characters. I was using Beams when the
crash occurred http://openfontlibrary.org/en/font/beams

> then you could try running (from the cmdline):
> $ pdextended -lib /usr/lib/pd/extra/Gem/Gem
I've tried running that with pd vanilla and extended and still get the
following error:
puredata: ../src/libtess/priorityq.c:164: __gl_pqSortInit: Assertion
`((((GLUvertex *)**(i+1))->s < ((GLUvertex *)**i)->s) || (((GLUvertex
*)**(i+1))->s == ((GLUvertex *)**i)->s && ((GLUvertex *)**(i+1))->t <=
((GLUvertex *)**i)->t))' failed.
Pd: signal 6



On 2 December 2013 11:25, IOhannes m zmölnig <zmoel...@iem.at> wrote:
> On 2013-12-02 00:40, Antonio Roberts wrote:
>> I'm ashamed to admit that I don't know how to use that version in
>> pdextended instead of the one supplied. Could you tell me how?
>
> no need to be ashamed.
>
> first, i don't see much need to use it with PdX, plain old pd-vanilla
> should do as well...
> (speaking of which: please provide a minimal test-patch that triggers
> the problem on your machine)
>
> then you could try running (from the cmdline):
> $ pdextended -lib /usr/lib/pd/extra/Gem/Gem
>
> finally, iirc, libraries installed in /usr/lib/pd/extra/ will take
> precedence over libraries that come with pdextended
> (/usr/lib/pdextended/extra), so if you install the "gem" package, you
> might have the "normal" Gem anyhow.
>
> fgrdsa
> IOhannes
>
>
> _______________________________________________
> Pd-list@iem.at mailing list
> UNSUBSCRIBE and account-management -> 
> http://lists.puredata.info/listinfo/pd-list
>



-- 
============================
anto...@hellocatfood.com
http://www.hellocatfood.com
============================
#N canvas 215 236 454 398 10;
#X msg 192 23 create \, 1;
#X obj 192 53 gemwin;
#X obj 35 33 gemhead 50;
#X obj 35 273 text3d;
#X msg 92 106 text ok;
#X msg 102 136 text okok;
#X msg 112 166 text sleep;
#X text 149 106 no crash;
#X text 169 136 no crash;
#X text 189 166 crash;
#X obj 146 201 loadbang;
#X msg 143 223 font ./pdtest/Beams.ttf;
#X connect 0 0 1 0;
#X connect 2 0 3 0;
#X connect 4 0 3 0;
#X connect 5 0 3 0;
#X connect 6 0 3 0;
#X connect 10 0 11 0;
#X connect 11 0 3 0;
_______________________________________________
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management -> 
http://lists.puredata.info/listinfo/pd-list

Reply via email to