Re: [PD] [text3d] crashes PD when using text of five or more characters

2013-12-03 Thread IOhannes m zmölnig
On 2013-12-03 00:26, Antonio Roberts wrote:
 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

confirmed the crash with the letter p.

please file a bug-report (with all information so far, including a
zip-file with the patch and the font) on
 http://bugs.gem.iem.at

gfmdsar
IOhannes



signature.asc
Description: OpenPGP digital signature
___
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management - 
http://lists.puredata.info/listinfo/pd-list


Re: [PD] [text3d] crashes PD when using text of five or more characters

2013-12-03 Thread Antonio Roberts

 confirmed the crash with the letter p.
I'll also check with the fontforge people who can probably tell me if 
it's an error with the font.


Antonio

On 03/12/13 17:04, IOhannes m zmölnig wrote:

On 2013-12-03 00:26, Antonio Roberts wrote:

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


confirmed the crash with the letter p.

please file a bug-report (with all information so far, including a
zip-file with the patch and the font) on
  http://bugs.gem.iem.at

gfmdsar
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


___
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management - 
http://lists.puredata.info/listinfo/pd-list


Re: [PD] [text3d] crashes PD when using text of five or more characters

2013-12-02 Thread IOhannes m zmölnig
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



signature.asc
Description: OpenPGP digital signature
___
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management - 
http://lists.puredata.info/listinfo/pd-list


Re: [PD] [text3d] crashes PD when using text of five or more characters

2013-12-02 Thread Antonio Roberts
 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


Re: [PD] [text3d] crashes PD when using text of five or more characters

2013-12-01 Thread IOhannes m zmölnig
On 2013-12-01 19:10, Antonio Roberts wrote:
 I'm using PD extednded 0.43.4 and have noticed that when using some
 fonts [text3d] will crash PD when a string with five or more characters
 is entered.
 
 Font used is Beams: http://openfontlibrary.org/en/font/beams

weird, never heard of something like this before...

does the problem persist if you use the stock debian/ubuntu package of
Gem (gem)?

gfmdasr
IOhannes



signature.asc
Description: OpenPGP digital signature
___
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management - 
http://lists.puredata.info/listinfo/pd-list


Re: [PD] [text3d] crashes PD when using text of five or more characters

2013-12-01 Thread Antonio Roberts
 weird, never heard of something like this before...
It doesn't appear to be crashing if I use [textouline] or [text2d]

 does the problem persist if you use the stock debian/ubuntu package of
 Gem (gem)?
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?

Thanks

Antonio

On 1 December 2013 19:34, IOhannes m zmölnig zmoel...@iem.at wrote:
 On 2013-12-01 19:10, Antonio Roberts wrote:
 I'm using PD extednded 0.43.4 and have noticed that when using some
 fonts [text3d] will crash PD when a string with five or more characters
 is entered.

 Font used is Beams: http://openfontlibrary.org/en/font/beams

 weird, never heard of something like this before...

 does the problem persist if you use the stock debian/ubuntu package of
 Gem (gem)?

 gfmdasr
 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


___
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management - 
http://lists.puredata.info/listinfo/pd-list


Re: [PD] [text3d] crashes PD when using text of five or more characters

2013-12-01 Thread Antonio Roberts
 weird, never heard of something like this before...
It doesn't appear to be crashing if I use [textouline] or [text2d]

 does the problem persist if you use the stock debian/ubuntu package of
 Gem (gem)?
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?

Thanks

Antonio

On 1 December 2013 19:34, IOhannes m zmölnig zmoel...@iem.at wrote:
 On 2013-12-01 19:10, Antonio Roberts wrote:
 I'm using PD extednded 0.43.4 and have noticed that when using some
 fonts [text3d] will crash PD when a string with five or more characters
 is entered.

 Font used is Beams: http://openfontlibrary.org/en/font/beams

 weird, never heard of something like this before...

 does the problem persist if you use the stock debian/ubuntu package of
 Gem (gem)?

 gfmdasr
 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


___
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management - 
http://lists.puredata.info/listinfo/pd-list