[Bug 362260] Re: Segmenation Fault when showing Texture Actor

2011-07-13 Thread Skyler Lehmkuhl
It is still an issue for me, running Maverick I get a segfault when I try to add a text actor to a clutter.Stage. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/362260 Title: Segmenation Fault when

[Bug 362260] Re: Segmenation Fault when showing Texture Actor

2010-12-16 Thread Sebastien Bacher
is that still an issue? ** Changed in: pyclutter (Ubuntu) Importance: Medium = Low -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/362260 Title: Segmenation Fault when showing Texture Actor --

[Bug 362260] Re: Segmenation Fault when showing Texture Actor

2010-03-18 Thread Raumkraut
FWIW, I can get the examples to work (with the exception of test- easing.py, which still segfaults) under Jaunty (9.04) by installing the libclutter-1.0-0, python-support and python-clutter packages from the Karmic repos: http://ns2.canonical.com/karmic/python-clutter The packages do also exist

[Bug 362260] Re: Segmenation Fault when showing Texture Actor

2009-08-15 Thread mmnz
I can confirm on Karmic as well. 64bit and nvidia drivers also. -- Segmenation Fault when showing Texture Actor https://bugs.launchpad.net/bugs/362260 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list

[Bug 362260] Re: Segmenation Fault when showing Texture Actor

2009-07-15 Thread Gord Allott
Also confirmed here on 9.04 - python-clutter + nvidia + 64bit. -- Segmenation Fault when showing Texture Actor https://bugs.launchpad.net/bugs/362260 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list

[Bug 362260] Re: Segmenation Fault when showing Texture Actor

2009-06-07 Thread Jeroen Hoek
Can reproduce on Jaunty Jackalope. A shame really, I wanted to give pyclutter a try. People on #clutter (irc.gnome.org) suggest that the issue always occurs with the combination pyclutter, nvidia and 64bit. -- Segmenation Fault when showing Texture Actor https://bugs.launchpad.net/bugs/362260

[Bug 362260] Re: Segmenation Fault when showing Texture Actor

2009-05-24 Thread Siegfried Gevatter
I can reproduce the Segmentation Fault (at start) issue on an amd64 box, and another person too. ** Changed in: pyclutter (Ubuntu) Importance: Undecided = Medium ** Changed in: pyclutter (Ubuntu) Status: New = Confirmed -- Segmenation Fault when showing Texture Actor

[Bug 362260] Re: Segmenation Fault when showing Texture Actor

2009-05-24 Thread Siegfried Gevatter
Seems related to #237156. -- Segmenation Fault when showing Texture Actor https://bugs.launchpad.net/bugs/362260 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com

[Bug 362260] Re: Segmenation Fault when showing Texture Actor

2009-05-07 Thread François Kubler
Yep, same here. But it also segfaults when adding a simple clutter.Label to a clutter.Stage :( I've attached a small script, mostly based on the one Anthony posted before to recreate the issue. I'm also using Ubuntu 9.04 with the python-clutter 0.8.0-1build1 package on a amd64 architecture with

[Bug 362260] Re: Segmenation Fault when showing Texture Actor

2009-05-07 Thread Karl Ostmo
Using pyclutter 0.8.0 here. On an amd64 Ubuntu Jaunty machine, using Version 180 of the NVidia driver and an integrated GeForce 6100 graphics chip, all of the bundled examples except for behave.py, rects.py and script.py fail with the message: Cogl-GL-WARNING **: failed to bind

[Bug 362260] Re: Segmenation Fault when showing Texture Actor

2009-04-16 Thread Anthony Batchelor
** Attachment added: Simple .py file that recreates the issue. http://launchpadlibrarian.net/25527996/tmp.py ** Attachment added: Dependencies.txt http://launchpadlibrarian.net/25527997/Dependencies.txt ** Description changed: Simple apps that use Texture Actors cause a segfault. I've