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
And the error returned is:
pd: ../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
I using a Dell XPS 13 developer edition running Ubuntu 13.10 with Intel® Ivybridge Mobile graphics and Intel® Core™ i7-3537U CPU @ 2.00GHz × 4 processors
Thanks for any help given
Antonio
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
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 zmoelnig@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
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
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 zmoelnig@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
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
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
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 zmoelnig@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