After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 552981 - [FIX: Install python-numpy!] PyOpenGL: crash inside glGetBoolean(GL_TEXTURE_2D)
[FIX: Install python-numpy!] PyOpenGL: crash inside glGetBoolean(GL_TEXTURE_2D)
Status: RESOLVED NOTGNOME
Product: gnome-games-superseded
Classification: Deprecated
Component: glchess
unspecified
Other All
: High critical
: ---
Assigned To: GNOME Games maintainers
GNOME Games maintainers
This bug is on the auto-stacktrace-re...
: 554863 555885 557525 557527 557677 558208 558209 558210 558342 558990 559046 559735 560001 560063 560109 560706 560891 560892 560893 561015 592179 592184 592290 592379 592386 592437 592564 592662 592722 592754 592815 592840 592844 593027 593039 593046 593075 593093 593096 593106 593156 593199 593259 593263 593321 593370 593413 593440 593441 593443 593470 593568 593590 593655 593662 593681 593791 593858 593870 593878 593959 593965 593976 594087 594110 594232 594263 594281 594288 594313 594317 594331 594333 594374 594388 594418 594428 594446 594567 594603 594610 594725 594930 594945 594946 594969 594992 595008 595151 595232 595233 595270 595509 595628 595631 595632 595655 595672 595702 595709 595762 595774 595775 595895 595939 595986 596037 596085 596147 596182 596222 596265 596288 596453 596533 596643 596646 596823 596997 597075 597088 597089 597090 597246 597256 597268 597468 597511 597574 597607 597611 597632 597681 597831 597933 597977 597978 597984 597994 598043 598072 598076 598154 598192 598225 598307 598336 598489 598619 598622 598638 598676 598678 598683 598705 598717 598718 598755 598774 598775 598830 598897 599228 599238 599335 599381 599493 599509 599600 599629 599687 599691 599692 599720 599801 599802 599812 599840 599845 599857 600066 600223 600255 600325 600345 600733 601128 601641 601642 601654 601765 601927 602025 602042 602049 602383 602522 602899 602901 603011 604353 604359 604401 604422 604473 604595 604596 604642 605033 605079 605614 605684 605854 606152 606463 606464 606465 606466 606468 607312 607315 607316 607933 608471 609276 610940 611006 612960 614067 615700 (view as bug list)
Depends on:
Blocks:
 
 
Reported: 2008-09-20 08:26 UTC by dlwhitten
Modified: 2010-04-14 04:09 UTC
See Also:
GNOME target: ---
GNOME version: 2.21/2.22



Description dlwhitten 2008-09-20 08:26:34 UTC
Version: 2.22.1.1

What were you doing when the application crashed?
Just ran "sudo apt-get install python-opengl python-gtkglext1"


Distribution: Ubuntu 8.04 (hardy)
Gnome Release: 2.22.1 2008-04-15 (Ubuntu)
BugBuddy Version: 2.22.0

System: Linux 2.6.24-16-generic #1 SMP Thu Apr 10 13:23:42 UTC 2008 i686
X Vendor: The X.Org Foundation
X Vendor Release: 10400090
Selinux: No
Accessibility: Disabled
GTK+ Theme: Polycarbonate-One
Icon Theme: G-Flat-SVG

Memory status: size: 0 vsize: 0 resident: 0 share: 0 rss: 0 rss_rlim: 0
CPU usage: start_time: 0 rtime: 0 utime: 0 stime: 0 cutime:0 cstime: 0 timeout: 0 it_real_value: 0 frequency: 0



----------- .xsession-errors ---------------------
    self.chessSet.drawPiece(self.name, state, self.scene)
  • File "/var/lib/python-support/python2.5/glchess/scene/opengl/new_models.py", line 110 in drawPiece
    if glGetBoolean(GL_TEXTURE_2D):
  • File "/usr/lib/python2.5/site-packages/PyOpenGL-3.0.0b6-py2.5.egg/OpenGL/wrapper.py", line 1631 in __call__
    return self.finalise()( *args, **named )
  • File "/usr/lib/python2.5/site-packages/PyOpenGL-3.0.0b6-py2.5.egg/OpenGL/wrapper.py", line 683 in wrapperCall
    converter( pyArgs, index, self )
  • File "/usr/lib/python2.5/site-packages/PyOpenGL-3.0.0b6-py2.5.egg/OpenGL/converters.py", line 195 in __call__
    return self.arrayType.zeros( self.getSize(pyArgs) )
  • File "/usr/lib/python2.5/site-packages/PyOpenGL-3.0.0b6-py2.5.egg/OpenGL/arrays/arraydatatype.py", line 98 in zeros
    return cls.returnHandler().zeros( dims, typeCode or cls.typeConstant )
  • File "/usr/lib/python2.5/site-packages/PyOpenGL-3.0.0b6-py2.5.egg/OpenGL/arrays/nones.py", line 32 in zeros
    raise TypeError( """Can't create NULL pointer filled with values""" )
TypeError: ("Can't create NULL pointer filled with values", 'Failure in cConverter <OpenGL.converters.SizedOutput object at 0x84904fc>', [GL_TEXTURE_2D], 1, <OpenGL.wrapper.glGetIntegerv object at 0x8
--------------------------------------------------
Traceback (most recent call last):
  File "/var/lib/python-support/python2.5/glchess/gtkui/chessview.py", line 166, in __expose
    self.view.feedback.renderGL()
  File "/var/lib/python-support/python2.5/glchess/display.py", line 467, in renderGL
    self.scene.controller.render()
  File "/var/lib/python-support/python2.5/glchess/scene/opengl/opengl.py", line 326, in render
    self.drawPieces()
  File "/var/lib/python-support/python2.5/glchess/scene/opengl/opengl.py", line 728, in drawPieces
    piece.draw()
  File "/var/lib/python-support/python2.5/glchess/scene/opengl/opengl.py", line 104, in draw
    self.chessSet.drawPiece(self.name, state, self.scene)
  • File "/var/lib/python-support/python2.5/glchess/scene/opengl/new_models.py", line 110 in drawPiece
    if glGetBoolean(GL_TEXTURE_2D):
  • File "/usr/lib/python2.5/site-packages/PyOpenGL-3.0.0b6-py2.5.egg/OpenGL/wrapper.py", line 1631 in __call__
    return self.finalise()( *args, **named )
  • File "/usr/lib/python2.5/site-packages/PyOpenGL-3.0.0b6-py2.5.egg/OpenGL/wrapper.py", line 683 in wrapperCall
    converter( pyArgs, index, self )
  • File "/usr/lib/python2.5/site-packages/PyOpenGL-3.0.0b6-py2.5.egg/OpenGL/converters.py", line 195 in __call__
    return self.arrayType.zeros( self.getSize(pyArgs) )
  • File "/usr/lib/python2.5/site-packages/PyOpenGL-3.0.0b6-py2.5.egg/OpenGL/arrays/arraydatatype.py", line 98 in zeros
    return cls.returnHandler().zeros( dims, typeCode or cls.typeConstant )
  • File "/usr/lib/python2.5/site-packages/PyOpenGL-3.0.0b6-py2.5.egg/OpenGL/arrays/nones.py", line 32 in zeros
    raise TypeError( """Can't create NULL pointer filled with values""" )
TypeError: ("Can't create NULL pointer filled with values", 'Failure in cConverter <OpenGL.converters.SizedOutput object at 0x84904fc>', [GL_TEXTURE_2D], 1, <OpenGL.wrapper.glGetIntegerv object at 0x8
49f28c>)
Comment 1 Robert Ancell 2008-10-08 04:25:21 UTC
*** Bug 554863 has been marked as a duplicate of this bug. ***
Comment 2 Robert Ancell 2008-10-08 04:28:50 UTC
Seems to be a problem in PyOpenGL
Comment 3 Gianluca Borello 2008-10-11 10:31:31 UTC
*** Bug 555885 has been marked as a duplicate of this bug. ***
Comment 4 Gianluca Borello 2008-10-23 09:07:37 UTC
*** Bug 557525 has been marked as a duplicate of this bug. ***
Comment 5 Gianluca Borello 2008-10-23 09:07:44 UTC
*** Bug 557527 has been marked as a duplicate of this bug. ***
Comment 6 Robert Ancell 2008-10-27 06:53:00 UTC
*** Bug 557677 has been marked as a duplicate of this bug. ***
Comment 7 Susana 2008-10-28 22:18:54 UTC
*** Bug 558208 has been marked as a duplicate of this bug. ***
Comment 8 Susana 2008-10-28 22:18:56 UTC
*** Bug 558209 has been marked as a duplicate of this bug. ***
Comment 9 Susana 2008-10-28 22:18:56 UTC
*** Bug 558210 has been marked as a duplicate of this bug. ***
Comment 10 Gianluca Borello 2008-10-29 13:08:07 UTC
*** Bug 558342 has been marked as a duplicate of this bug. ***
Comment 11 Susana 2008-11-02 21:59:51 UTC
*** Bug 558990 has been marked as a duplicate of this bug. ***
Comment 12 Robert Ancell 2008-11-03 05:17:24 UTC
*** Bug 559046 has been marked as a duplicate of this bug. ***
Comment 13 palfrey 2008-11-07 14:36:30 UTC
*** Bug 559735 has been marked as a duplicate of this bug. ***
Comment 14 Robert Ancell 2008-11-10 04:39:21 UTC
*** Bug 560001 has been marked as a duplicate of this bug. ***
Comment 15 Robert Ancell 2008-11-10 04:39:26 UTC
*** Bug 560063 has been marked as a duplicate of this bug. ***
Comment 16 Robert Ancell 2008-11-10 04:42:04 UTC
Note that a lot of these reports are using PyOpenGL 3.0.0b6
Comment 17 palfrey 2008-11-10 18:16:59 UTC
*** Bug 560109 has been marked as a duplicate of this bug. ***
Comment 18 palfrey 2008-11-14 16:34:30 UTC
*** Bug 560706 has been marked as a duplicate of this bug. ***
Comment 19 André Klapper 2008-11-15 16:42:58 UTC
*** Bug 560891 has been marked as a duplicate of this bug. ***
Comment 20 André Klapper 2008-11-15 16:43:01 UTC
*** Bug 560892 has been marked as a duplicate of this bug. ***
Comment 21 André Klapper 2008-11-15 16:43:04 UTC
*** Bug 560893 has been marked as a duplicate of this bug. ***
Comment 23 André Klapper 2008-11-16 19:07:49 UTC
*** Bug 561015 has been marked as a duplicate of this bug. ***
Comment 24 0192100146 2009-04-26 08:25:05 UTC
With Sabayon(gentoo) I try the to reinstall equivalent package with no solution for this problem. glchess crash at start when set 3d mode display:

equo install dev-python/pyopengl-3.0.0_beta6
equo install dev-python/pygtkglext-1.1.0

no solution ... any suggestion ?
Comment 25 Samuel Fogh 2009-04-27 13:35:12 UTC
I solved this problem by installing python-numpy on Ubuntu 9.04
Comment 26 tiamantex 2009-07-29 21:42:53 UTC
I tried installing the OpenGL drivers, so I need another answer.
Comment 27 tiamantex 2009-08-03 23:03:57 UTC
Python-numpy...Hmmmm...I can't understand why I didn't read that reply previously, T_T
I'm a total noob...
Thanks for the advice.
Comment 28 Fabio Durán Verdugo 2009-08-21 13:29:08 UTC
*** Bug 592564 has been marked as a duplicate of this bug. ***
Comment 29 Fabio Durán Verdugo 2009-08-22 01:45:09 UTC
*** Bug 592437 has been marked as a duplicate of this bug. ***
Comment 30 Fabio Durán Verdugo 2009-08-22 03:26:19 UTC
*** Bug 592386 has been marked as a duplicate of this bug. ***
Comment 31 Fabio Durán Verdugo 2009-08-22 03:27:24 UTC
*** Bug 592379 has been marked as a duplicate of this bug. ***
Comment 32 Fabio Durán Verdugo 2009-08-22 03:37:16 UTC
*** Bug 592290 has been marked as a duplicate of this bug. ***
Comment 33 Fabio Durán Verdugo 2009-08-22 03:48:32 UTC
*** Bug 592184 has been marked as a duplicate of this bug. ***
Comment 34 Fabio Durán Verdugo 2009-08-22 03:49:49 UTC
*** Bug 592179 has been marked as a duplicate of this bug. ***
Comment 35 Fabio Durán Verdugo 2009-08-23 03:25:43 UTC
*** Bug 592722 has been marked as a duplicate of this bug. ***
Comment 36 Fabio Durán Verdugo 2009-08-23 03:28:13 UTC
*** Bug 592754 has been marked as a duplicate of this bug. ***
Comment 37 Fabio Durán Verdugo 2009-08-23 03:30:45 UTC
*** Bug 592662 has been marked as a duplicate of this bug. ***
Comment 38 Fabio Durán Verdugo 2009-08-23 21:43:42 UTC
*** Bug 592815 has been marked as a duplicate of this bug. ***
Comment 39 Fabio Durán Verdugo 2009-08-24 03:22:31 UTC
*** Bug 592844 has been marked as a duplicate of this bug. ***
Comment 40 Fabio Durán Verdugo 2009-08-24 03:23:02 UTC
*** Bug 592840 has been marked as a duplicate of this bug. ***
Comment 41 Jason Clinton 2009-08-24 21:01:10 UTC
Robert, can we add a trap for this so that the user gets a friendly message about it?
Comment 42 Fabio Durán Verdugo 2009-08-25 15:30:00 UTC
*** Bug 593027 has been marked as a duplicate of this bug. ***
Comment 43 Fabio Durán Verdugo 2009-08-25 18:08:05 UTC
*** Bug 593039 has been marked as a duplicate of this bug. ***
Comment 44 Fabio Durán Verdugo 2009-08-25 18:55:41 UTC
*** Bug 593046 has been marked as a duplicate of this bug. ***
Comment 45 Fabio Durán Verdugo 2009-08-25 20:32:20 UTC
*** Bug 593075 has been marked as a duplicate of this bug. ***
Comment 46 Fabio Durán Verdugo 2009-08-26 13:03:39 UTC
*** Bug 593106 has been marked as a duplicate of this bug. ***
Comment 47 Fabio Durán Verdugo 2009-08-26 13:04:30 UTC
*** Bug 593093 has been marked as a duplicate of this bug. ***
Comment 48 Fabio Durán Verdugo 2009-08-26 13:05:03 UTC
*** Bug 593096 has been marked as a duplicate of this bug. ***
Comment 49 Fabio Durán Verdugo 2009-08-26 13:20:49 UTC
*** Bug 593156 has been marked as a duplicate of this bug. ***
Comment 50 Fabio Durán Verdugo 2009-08-26 18:30:05 UTC
*** Bug 593201 has been marked as a duplicate of this bug. ***
Comment 51 Fabio Durán Verdugo 2009-08-26 18:30:35 UTC
*** Bug 593199 has been marked as a duplicate of this bug. ***
Comment 52 Fabio Durán Verdugo 2009-08-27 12:47:07 UTC
*** Bug 593259 has been marked as a duplicate of this bug. ***
Comment 53 Fabio Durán Verdugo 2009-08-27 12:47:50 UTC
*** Bug 593263 has been marked as a duplicate of this bug. ***
Comment 54 Fabio Durán Verdugo 2009-08-27 20:54:25 UTC
*** Bug 593321 has been marked as a duplicate of this bug. ***
Comment 55 Fabio Durán Verdugo 2009-08-28 13:34:55 UTC
*** Bug 593370 has been marked as a duplicate of this bug. ***
Comment 56 Fabio Durán Verdugo 2009-08-28 18:29:16 UTC
*** Bug 593413 has been marked as a duplicate of this bug. ***
Comment 57 Fabio Durán Verdugo 2009-08-28 22:43:22 UTC
*** Bug 593441 has been marked as a duplicate of this bug. ***
Comment 58 Fabio Durán Verdugo 2009-08-28 22:43:45 UTC
*** Bug 593443 has been marked as a duplicate of this bug. ***
Comment 59 Fabio Durán Verdugo 2009-08-28 22:44:02 UTC
*** Bug 593440 has been marked as a duplicate of this bug. ***
Comment 60 Fabio Durán Verdugo 2009-08-29 15:00:21 UTC
*** Bug 593470 has been marked as a duplicate of this bug. ***
Comment 61 Fabio Durán Verdugo 2009-08-30 21:57:06 UTC
*** Bug 593568 has been marked as a duplicate of this bug. ***
Comment 62 Fabio Durán Verdugo 2009-08-30 23:31:00 UTC
*** Bug 593590 has been marked as a duplicate of this bug. ***
Comment 63 Fabio Durán Verdugo 2009-08-31 13:10:36 UTC
*** Bug 593662 has been marked as a duplicate of this bug. ***
Comment 64 Fabio Durán Verdugo 2009-08-31 13:10:58 UTC
*** Bug 593655 has been marked as a duplicate of this bug. ***
Comment 65 Fabio Durán Verdugo 2009-08-31 16:53:53 UTC
*** Bug 593681 has been marked as a duplicate of this bug. ***
Comment 66 Fabio Durán Verdugo 2009-09-01 14:23:40 UTC
*** Bug 593791 has been marked as a duplicate of this bug. ***
Comment 67 Fabio Durán Verdugo 2009-09-02 12:53:05 UTC
*** Bug 593878 has been marked as a duplicate of this bug. ***
Comment 68 Fabio Durán Verdugo 2009-09-02 12:53:26 UTC
*** Bug 593858 has been marked as a duplicate of this bug. ***
Comment 69 Fabio Durán Verdugo 2009-09-02 12:53:47 UTC
*** Bug 593870 has been marked as a duplicate of this bug. ***
Comment 70 Fabio Durán Verdugo 2009-09-02 20:09:59 UTC
*** Bug 593959 has been marked as a duplicate of this bug. ***
Comment 71 Fabio Durán Verdugo 2009-09-02 21:03:35 UTC
*** Bug 593965 has been marked as a duplicate of this bug. ***
Comment 72 Fabio Durán Verdugo 2009-09-04 13:05:57 UTC
*** Bug 594110 has been marked as a duplicate of this bug. ***
Comment 73 Fabio Durán Verdugo 2009-09-04 13:06:16 UTC
*** Bug 593976 has been marked as a duplicate of this bug. ***
Comment 74 Fabio Durán Verdugo 2009-09-04 13:06:31 UTC
*** Bug 594087 has been marked as a duplicate of this bug. ***
Comment 75 Fabio Durán Verdugo 2009-09-05 14:54:30 UTC
*** Bug 594232 has been marked as a duplicate of this bug. ***
Comment 76 Fabio Durán Verdugo 2009-09-06 00:02:36 UTC
*** Bug 594263 has been marked as a duplicate of this bug. ***
Comment 77 Fabio Durán Verdugo 2009-09-06 00:02:47 UTC
*** Bug 594281 has been marked as a duplicate of this bug. ***
Comment 78 Fabio Durán Verdugo 2009-09-06 04:40:51 UTC
*** Bug 594288 has been marked as a duplicate of this bug. ***
Comment 79 Fabio Durán Verdugo 2009-09-06 17:17:52 UTC
*** Bug 594305 has been marked as a duplicate of this bug. ***
Comment 80 Fabio Durán Verdugo 2009-09-06 17:18:31 UTC
*** Bug 594313 has been marked as a duplicate of this bug. ***
Comment 81 Fabio Durán Verdugo 2009-09-06 17:19:15 UTC
*** Bug 594317 has been marked as a duplicate of this bug. ***
Comment 82 Fabio Durán Verdugo 2009-09-06 20:18:59 UTC
*** Bug 594331 has been marked as a duplicate of this bug. ***
Comment 83 Fabio Durán Verdugo 2009-09-06 20:19:14 UTC
*** Bug 594333 has been marked as a duplicate of this bug. ***
Comment 84 Fabio Durán Verdugo 2009-09-07 13:44:26 UTC
*** Bug 594374 has been marked as a duplicate of this bug. ***
Comment 85 Fabio Durán Verdugo 2009-09-07 22:25:07 UTC
*** Bug 594428 has been marked as a duplicate of this bug. ***
Comment 86 Fabio Durán Verdugo 2009-09-07 22:25:43 UTC
*** Bug 594388 has been marked as a duplicate of this bug. ***
Comment 87 Fabio Durán Verdugo 2009-09-07 22:26:10 UTC
*** Bug 594418 has been marked as a duplicate of this bug. ***
Comment 88 Fabio Durán Verdugo 2009-09-08 15:03:59 UTC
*** Bug 594446 has been marked as a duplicate of this bug. ***
Comment 89 Fabio Durán Verdugo 2009-09-08 23:18:00 UTC
*** Bug 594567 has been marked as a duplicate of this bug. ***
Comment 90 Fabio Durán Verdugo 2009-09-09 12:53:25 UTC
*** Bug 594603 has been marked as a duplicate of this bug. ***
Comment 91 Fabio Durán Verdugo 2009-09-09 12:53:46 UTC
*** Bug 594610 has been marked as a duplicate of this bug. ***
Comment 92 Fabio Durán Verdugo 2009-09-10 14:03:38 UTC
*** Bug 594725 has been marked as a duplicate of this bug. ***
Comment 93 Fabio Durán Verdugo 2009-09-12 01:22:40 UTC
*** Bug 594930 has been marked as a duplicate of this bug. ***
Comment 94 Fabio Durán Verdugo 2009-09-12 01:23:13 UTC
*** Bug 594945 has been marked as a duplicate of this bug. ***
Comment 95 Fabio Durán Verdugo 2009-09-12 01:23:39 UTC
*** Bug 594946 has been marked as a duplicate of this bug. ***
Comment 96 Fabio Durán Verdugo 2009-09-12 14:54:30 UTC
*** Bug 594969 has been marked as a duplicate of this bug. ***
Comment 97 Fabio Durán Verdugo 2009-09-12 14:54:52 UTC
*** Bug 594992 has been marked as a duplicate of this bug. ***
Comment 98 Fabio Durán Verdugo 2009-09-14 15:27:17 UTC
*** Bug 595151 has been marked as a duplicate of this bug. ***
Comment 99 takis.dm 2009-09-14 15:58:55 UTC
(In reply to comment #0)
> Version: 2.22.1.1
> 
> What were you doing when the application crashed?
> Just ran "sudo apt-get install python-opengl python-gtkglext1"
> 
> 
> Distribution: Ubuntu 8.04 (hardy)
> Gnome Release: 2.22.1 2008-04-15 (Ubuntu)
> BugBuddy Version: 2.22.0
> 
> System: Linux 2.6.24-16-generic #1 SMP Thu Apr 10 13:23:42 UTC 2008 i686
> X Vendor: The X.Org Foundation
> X Vendor Release: 10400090
> Selinux: No
> Accessibility: Disabled
> GTK+ Theme: Polycarbonate-One
> Icon Theme: G-Flat-SVG
> 
> Memory status: size: 0 vsize: 0 resident: 0 share: 0 rss: 0 rss_rlim: 0
> CPU usage: start_time: 0 rtime: 0 utime: 0 stime: 0 cutime:0 cstime: 0 timeout:
> 0 it_real_value: 0 frequency: 0
> 
> 
> 
> ----------- .xsession-errors ---------------------
>     self.chessSet.drawPiece(self.name, state, self.scene)
> 
Installed python-numpy and problem solved...
Comment 100 Fabio Durán Verdugo 2009-09-14 23:24:16 UTC
*** Bug 595199 has been marked as a duplicate of this bug. ***
Comment 101 remy.hourmiere 2009-09-15 08:51:37 UTC
Thanks to all 
probleme solve 
installed python-numpy 

regards





(In reply to comment #0)
> Version: 2.22.1.1
> 
> What were you doing when the application crashed?
> Just ran "sudo apt-get install python-opengl python-gtkglext1"
> 
> 
> Distribution: Ubuntu 8.04 (hardy)
> Gnome Release: 2.22.1 2008-04-15 (Ubuntu)
> BugBuddy Version: 2.22.0
> 
> System: Linux 2.6.24-16-generic #1 SMP Thu Apr 10 13:23:42 UTC 2008 i686
> X Vendor: The X.Org Foundation
> X Vendor Release: 10400090
> Selinux: No
> Accessibility: Disabled
> GTK+ Theme: Polycarbonate-One
> Icon Theme: G-Flat-SVG
> 
> Memory status: size: 0 vsize: 0 resident: 0 share: 0 rss: 0 rss_rlim: 0
> CPU usage: start_time: 0 rtime: 0 utime: 0 stime: 0 cutime:0 cstime: 0 timeout:
> 0 it_real_value: 0 frequency: 0
> 
> 
> 
> ----------- .xsession-errors ---------------------
>     self.chessSet.drawPiece(self.name, state, self.scene)
>
Comment 102 Fabio Durán Verdugo 2009-09-15 12:55:04 UTC
*** Bug 595008 has been marked as a duplicate of this bug. ***
Comment 103 Fabio Durán Verdugo 2009-09-15 12:55:21 UTC
*** Bug 595233 has been marked as a duplicate of this bug. ***
Comment 104 Fabio Durán Verdugo 2009-09-15 12:55:37 UTC
*** Bug 595232 has been marked as a duplicate of this bug. ***
Comment 105 Fabio Durán Verdugo 2009-09-15 14:12:16 UTC
*** Bug 595270 has been marked as a duplicate of this bug. ***
Comment 106 Fabio Durán Verdugo 2009-09-18 15:24:15 UTC
*** Bug 595509 has been marked as a duplicate of this bug. ***
Comment 107 Fabio Durán Verdugo 2009-09-21 00:55:54 UTC
*** Bug 595628 has been marked as a duplicate of this bug. ***
Comment 108 Fabio Durán Verdugo 2009-09-21 00:56:32 UTC
*** Bug 595631 has been marked as a duplicate of this bug. ***
Comment 109 Fabio Durán Verdugo 2009-09-21 00:56:46 UTC
*** Bug 595632 has been marked as a duplicate of this bug. ***
Comment 110 Fabio Durán Verdugo 2009-09-21 00:57:15 UTC
*** Bug 595655 has been marked as a duplicate of this bug. ***
Comment 111 Fabio Durán Verdugo 2009-09-21 00:57:40 UTC
*** Bug 595672 has been marked as a duplicate of this bug. ***
Comment 112 Fabio Durán Verdugo 2009-09-21 00:58:10 UTC
*** Bug 595702 has been marked as a duplicate of this bug. ***
Comment 113 Fabio Durán Verdugo 2009-09-21 00:58:32 UTC
*** Bug 595709 has been marked as a duplicate of this bug. ***
Comment 114 Fabio Durán Verdugo 2009-09-21 00:58:56 UTC
*** Bug 595762 has been marked as a duplicate of this bug. ***
Comment 115 Fabio Durán Verdugo 2009-09-21 00:59:18 UTC
*** Bug 595774 has been marked as a duplicate of this bug. ***
Comment 116 Fabio Durán Verdugo 2009-09-21 00:59:39 UTC
*** Bug 595775 has been marked as a duplicate of this bug. ***
Comment 117 Fabio Durán Verdugo 2009-09-22 02:13:03 UTC
*** Bug 595895 has been marked as a duplicate of this bug. ***
Comment 118 Fabio Durán Verdugo 2009-09-22 16:12:27 UTC
*** Bug 595939 has been marked as a duplicate of this bug. ***
Comment 119 Fabio Durán Verdugo 2009-09-23 23:34:01 UTC
*** Bug 596085 has been marked as a duplicate of this bug. ***
Comment 120 Fabio Durán Verdugo 2009-09-23 23:34:19 UTC
*** Bug 596037 has been marked as a duplicate of this bug. ***
Comment 121 Fabio Durán Verdugo 2009-09-24 13:44:05 UTC
*** Bug 596182 has been marked as a duplicate of this bug. ***
Comment 122 Fabio Durán Verdugo 2009-09-24 13:44:44 UTC
*** Bug 596147 has been marked as a duplicate of this bug. ***
Comment 123 Fabio Durán Verdugo 2009-09-24 23:52:20 UTC
*** Bug 596222 has been marked as a duplicate of this bug. ***
Comment 124 Fabio Durán Verdugo 2009-09-25 23:34:48 UTC
*** Bug 596265 has been marked as a duplicate of this bug. ***
Comment 125 Fabio Durán Verdugo 2009-09-25 23:36:40 UTC
*** Bug 596288 has been marked as a duplicate of this bug. ***
Comment 126 Fabio Durán Verdugo 2009-09-25 23:38:27 UTC
*** Bug 595986 has been marked as a duplicate of this bug. ***
Comment 127 Fabio Durán Verdugo 2009-09-27 20:42:41 UTC
*** Bug 596453 has been marked as a duplicate of this bug. ***
Comment 128 Fabio Durán Verdugo 2009-09-27 20:43:22 UTC
*** Bug 596533 has been marked as a duplicate of this bug. ***
Comment 129 Fabio Durán Verdugo 2009-09-29 00:14:29 UTC
*** Bug 596643 has been marked as a duplicate of this bug. ***
Comment 130 Fabio Durán Verdugo 2009-09-29 00:14:46 UTC
*** Bug 596646 has been marked as a duplicate of this bug. ***
Comment 131 Fabio Durán Verdugo 2009-09-30 13:00:08 UTC
*** Bug 596823 has been marked as a duplicate of this bug. ***
Comment 132 Fabio Durán Verdugo 2009-10-02 14:29:35 UTC
*** Bug 596997 has been marked as a duplicate of this bug. ***
Comment 133 Fabio Durán Verdugo 2009-10-02 14:31:37 UTC
*** Bug 597075 has been marked as a duplicate of this bug. ***
Comment 134 Fabio Durán Verdugo 2009-10-02 14:32:08 UTC
*** Bug 597088 has been marked as a duplicate of this bug. ***
Comment 135 Fabio Durán Verdugo 2009-10-02 14:32:27 UTC
*** Bug 597089 has been marked as a duplicate of this bug. ***
Comment 136 Fabio Durán Verdugo 2009-10-02 14:32:49 UTC
*** Bug 597090 has been marked as a duplicate of this bug. ***
Comment 137 Fabio Durán Verdugo 2009-10-04 00:04:57 UTC
*** Bug 597246 has been marked as a duplicate of this bug. ***
Comment 138 Fabio Durán Verdugo 2009-10-04 15:59:18 UTC
*** Bug 597256 has been marked as a duplicate of this bug. ***
Comment 139 Fabio Durán Verdugo 2009-10-04 16:02:03 UTC
*** Bug 597268 has been marked as a duplicate of this bug. ***
Comment 140 Fabio Durán Verdugo 2009-10-05 22:49:48 UTC
*** Bug 597468 has been marked as a duplicate of this bug. ***
Comment 141 Fabio Durán Verdugo 2009-10-07 00:27:43 UTC
*** Bug 597611 has been marked as a duplicate of this bug. ***
Comment 142 Fabio Durán Verdugo 2009-10-07 00:29:37 UTC
*** Bug 597511 has been marked as a duplicate of this bug. ***
Comment 143 Fabio Durán Verdugo 2009-10-07 00:29:56 UTC
*** Bug 597607 has been marked as a duplicate of this bug. ***
Comment 144 Fabio Durán Verdugo 2009-10-07 00:31:08 UTC
*** Bug 597574 has been marked as a duplicate of this bug. ***
Comment 145 Akhil Laddha 2009-10-07 11:04:24 UTC
*** Bug 597632 has been marked as a duplicate of this bug. ***
Comment 146 Fabio Durán Verdugo 2009-10-07 13:28:11 UTC
*** Bug 597681 has been marked as a duplicate of this bug. ***
Comment 147 Akhil Laddha 2009-10-09 06:39:29 UTC
*** Bug 597831 has been marked as a duplicate of this bug. ***
Comment 148 Fabio Durán Verdugo 2009-10-09 18:04:56 UTC
*** Bug 597933 has been marked as a duplicate of this bug. ***
Comment 149 Akhil Laddha 2009-10-12 05:38:42 UTC
*** Bug 597977 has been marked as a duplicate of this bug. ***
Comment 150 Akhil Laddha 2009-10-12 05:38:56 UTC
*** Bug 597978 has been marked as a duplicate of this bug. ***
Comment 151 Akhil Laddha 2009-10-12 05:39:11 UTC
*** Bug 597984 has been marked as a duplicate of this bug. ***
Comment 152 Akhil Laddha 2009-10-12 05:39:36 UTC
*** Bug 597994 has been marked as a duplicate of this bug. ***
Comment 153 Akhil Laddha 2009-10-12 05:40:44 UTC
*** Bug 598043 has been marked as a duplicate of this bug. ***
Comment 154 Akhil Laddha 2009-10-12 05:44:24 UTC
*** Bug 598076 has been marked as a duplicate of this bug. ***
Comment 155 Fabio Durán Verdugo 2009-10-12 18:15:23 UTC
*** Bug 598154 has been marked as a duplicate of this bug. ***
Comment 156 Fabio Durán Verdugo 2009-10-12 18:15:53 UTC
*** Bug 598072 has been marked as a duplicate of this bug. ***
Comment 157 Fabio Durán Verdugo 2009-10-12 19:57:04 UTC
*** Bug 598192 has been marked as a duplicate of this bug. ***
Comment 158 Fabio Durán Verdugo 2009-10-13 02:04:32 UTC
*** Bug 598225 has been marked as a duplicate of this bug. ***
Comment 159 Akhil Laddha 2009-10-14 03:59:59 UTC
*** Bug 598336 has been marked as a duplicate of this bug. ***
Comment 160 Akhil Laddha 2009-10-14 04:05:12 UTC
*** Bug 598307 has been marked as a duplicate of this bug. ***
Comment 161 Akhil Laddha 2009-10-15 02:58:05 UTC
*** Bug 598489 has been marked as a duplicate of this bug. ***
Comment 162 Fabio Durán Verdugo 2009-10-15 23:10:50 UTC
*** Bug 598622 has been marked as a duplicate of this bug. ***
Comment 163 Fabio Durán Verdugo 2009-10-15 23:11:18 UTC
*** Bug 598619 has been marked as a duplicate of this bug. ***
Comment 164 Fabio Durán Verdugo 2009-10-16 15:38:44 UTC
*** Bug 598683 has been marked as a duplicate of this bug. ***
Comment 165 Fabio Durán Verdugo 2009-10-16 15:39:05 UTC
*** Bug 598638 has been marked as a duplicate of this bug. ***
Comment 166 Fabio Durán Verdugo 2009-10-16 15:39:31 UTC
*** Bug 598676 has been marked as a duplicate of this bug. ***
Comment 167 Fabio Durán Verdugo 2009-10-16 15:39:50 UTC
*** Bug 598678 has been marked as a duplicate of this bug. ***
Comment 168 Fabio Durán Verdugo 2009-10-17 01:42:59 UTC
*** Bug 598717 has been marked as a duplicate of this bug. ***
Comment 169 Fabio Durán Verdugo 2009-10-17 01:43:19 UTC
*** Bug 598705 has been marked as a duplicate of this bug. ***
Comment 170 Fabio Durán Verdugo 2009-10-17 01:43:43 UTC
*** Bug 598718 has been marked as a duplicate of this bug. ***
Comment 171 Fabio Durán Verdugo 2009-10-17 14:40:43 UTC
*** Bug 598755 has been marked as a duplicate of this bug. ***
Comment 172 Fabio Durán Verdugo 2009-10-17 19:17:04 UTC
*** Bug 598774 has been marked as a duplicate of this bug. ***
Comment 173 Fabio Durán Verdugo 2009-10-17 19:17:27 UTC
*** Bug 598775 has been marked as a duplicate of this bug. ***
Comment 174 Fabio Durán Verdugo 2009-10-18 18:56:21 UTC
*** Bug 598830 has been marked as a duplicate of this bug. ***
Comment 175 Fabio Durán Verdugo 2009-10-19 11:24:23 UTC
*** Bug 598897 has been marked as a duplicate of this bug. ***
Comment 176 Fabio Durán Verdugo 2009-10-21 20:15:49 UTC
*** Bug 599228 has been marked as a duplicate of this bug. ***
Comment 177 Akhil Laddha 2009-10-22 08:58:19 UTC
*** Bug 599238 has been marked as a duplicate of this bug. ***
Comment 178 Fabio Durán Verdugo 2009-10-23 12:43:22 UTC
*** Bug 599335 has been marked as a duplicate of this bug. ***
Comment 179 Fabio Durán Verdugo 2009-10-23 12:43:39 UTC
*** Bug 599381 has been marked as a duplicate of this bug. ***
Comment 180 Fabio Durán Verdugo 2009-10-25 21:11:59 UTC
*** Bug 599493 has been marked as a duplicate of this bug. ***
Comment 181 Fabio Durán Verdugo 2009-10-25 21:12:25 UTC
*** Bug 599509 has been marked as a duplicate of this bug. ***
Comment 182 Akhil Laddha 2009-10-26 13:10:34 UTC
*** Bug 599629 has been marked as a duplicate of this bug. ***
Comment 183 Akhil Laddha 2009-10-26 13:10:49 UTC
*** Bug 599600 has been marked as a duplicate of this bug. ***
Comment 184 Fabio Durán Verdugo 2009-10-26 19:57:10 UTC
*** Bug 599687 has been marked as a duplicate of this bug. ***
Comment 185 Fabio Durán Verdugo 2009-10-26 21:30:12 UTC
*** Bug 599691 has been marked as a duplicate of this bug. ***
Comment 186 Fabio Durán Verdugo 2009-10-26 21:30:29 UTC
*** Bug 599692 has been marked as a duplicate of this bug. ***
Comment 187 Akhil Laddha 2009-10-27 03:57:16 UTC
*** Bug 599720 has been marked as a duplicate of this bug. ***
Comment 188 Fabio Durán Verdugo 2009-10-27 18:27:53 UTC
*** Bug 599812 has been marked as a duplicate of this bug. ***
Comment 189 Fabio Durán Verdugo 2009-10-27 18:32:53 UTC
*** Bug 599801 has been marked as a duplicate of this bug. ***
Comment 190 Fabio Durán Verdugo 2009-10-27 18:33:22 UTC
*** Bug 599802 has been marked as a duplicate of this bug. ***
Comment 191 Fabio Durán Verdugo 2009-10-27 21:24:59 UTC
*** Bug 599840 has been marked as a duplicate of this bug. ***
Comment 192 Akhil Laddha 2009-10-28 04:29:46 UTC
*** Bug 599845 has been marked as a duplicate of this bug. ***
Comment 193 Akhil Laddha 2009-10-28 04:33:50 UTC
*** Bug 599857 has been marked as a duplicate of this bug. ***
Comment 194 Fabio Durán Verdugo 2009-10-29 20:05:00 UTC
*** Bug 600066 has been marked as a duplicate of this bug. ***
Comment 195 Fabio Durán Verdugo 2009-10-31 17:58:10 UTC
*** Bug 600223 has been marked as a duplicate of this bug. ***
Comment 196 Fabio Durán Verdugo 2009-11-01 00:00:33 UTC
*** Bug 600255 has been marked as a duplicate of this bug. ***
Comment 197 Fabio Durán Verdugo 2009-11-01 18:32:59 UTC
*** Bug 600325 has been marked as a duplicate of this bug. ***
Comment 198 Fabio Durán Verdugo 2009-11-01 21:25:12 UTC
*** Bug 600345 has been marked as a duplicate of this bug. ***
Comment 199 Fabio Durán Verdugo 2009-11-04 23:39:30 UTC
*** Bug 600733 has been marked as a duplicate of this bug. ***
Comment 200 Fabio Durán Verdugo 2009-11-08 01:17:05 UTC
*** Bug 601128 has been marked as a duplicate of this bug. ***
Comment 201 Akhil Laddha 2009-11-12 11:47:09 UTC
*** Bug 601654 has been marked as a duplicate of this bug. ***
Comment 202 Akhil Laddha 2009-11-12 11:55:45 UTC
*** Bug 601642 has been marked as a duplicate of this bug. ***
Comment 203 Akhil Laddha 2009-11-12 11:55:57 UTC
*** Bug 601641 has been marked as a duplicate of this bug. ***
Comment 204 Akhil Laddha 2009-11-13 11:32:50 UTC
*** Bug 601765 has been marked as a duplicate of this bug. ***
Comment 205 Fabio Durán Verdugo 2009-11-15 01:47:27 UTC
*** Bug 601927 has been marked as a duplicate of this bug. ***
Comment 206 Fabio Durán Verdugo 2009-11-15 22:49:16 UTC
*** Bug 602025 has been marked as a duplicate of this bug. ***
Comment 207 Akhil Laddha 2009-11-16 04:48:37 UTC
*** Bug 602042 has been marked as a duplicate of this bug. ***
Comment 208 Akhil Laddha 2009-11-16 04:48:59 UTC
*** Bug 602049 has been marked as a duplicate of this bug. ***
Comment 209 Akhil Laddha 2009-11-19 09:57:02 UTC
*** Bug 602383 has been marked as a duplicate of this bug. ***
Comment 210 Fabio Durán Verdugo 2009-11-20 22:22:19 UTC
*** Bug 602522 has been marked as a duplicate of this bug. ***
Comment 211 Akhil Laddha 2009-11-25 11:11:43 UTC
*** Bug 602899 has been marked as a duplicate of this bug. ***
Comment 212 Akhil Laddha 2009-11-25 11:12:06 UTC
*** Bug 602901 has been marked as a duplicate of this bug. ***
Comment 213 Akhil Laddha 2009-11-26 09:48:23 UTC
*** Bug 603011 has been marked as a duplicate of this bug. ***
Comment 214 Fabio Durán Verdugo 2009-12-11 11:56:07 UTC
*** Bug 604359 has been marked as a duplicate of this bug. ***
Comment 215 Fabio Durán Verdugo 2009-12-11 11:56:14 UTC
*** Bug 604353 has been marked as a duplicate of this bug. ***
Comment 216 Fabio Durán Verdugo 2009-12-11 22:37:54 UTC
*** Bug 604401 has been marked as a duplicate of this bug. ***
Comment 217 Fabio Durán Verdugo 2009-12-13 16:36:20 UTC
*** Bug 604422 has been marked as a duplicate of this bug. ***
Comment 218 Akhil Laddha 2009-12-14 04:15:42 UTC
*** Bug 604473 has been marked as a duplicate of this bug. ***
Comment 219 Akhil Laddha 2009-12-15 09:23:04 UTC
*** Bug 604596 has been marked as a duplicate of this bug. ***
Comment 220 Akhil Laddha 2009-12-15 09:23:07 UTC
*** Bug 604595 has been marked as a duplicate of this bug. ***
Comment 221 Fabio Durán Verdugo 2009-12-15 20:29:15 UTC
*** Bug 604642 has been marked as a duplicate of this bug. ***
Comment 222 Fabio Durán Verdugo 2009-12-20 22:04:47 UTC
*** Bug 605082 has been marked as a duplicate of this bug. ***
Comment 223 Fabio Durán Verdugo 2009-12-20 22:07:03 UTC
*** Bug 605033 has been marked as a duplicate of this bug. ***
Comment 224 Fabio Durán Verdugo 2009-12-20 22:07:36 UTC
*** Bug 605079 has been marked as a duplicate of this bug. ***
Comment 225 Fabio Durán Verdugo 2009-12-28 17:39:42 UTC
*** Bug 605614 has been marked as a duplicate of this bug. ***
Comment 226 Akhil Laddha 2009-12-30 04:09:09 UTC
*** Bug 605684 has been marked as a duplicate of this bug. ***
Comment 227 Fabio Durán Verdugo 2010-01-01 21:57:46 UTC
*** Bug 605854 has been marked as a duplicate of this bug. ***
Comment 228 Fabio Durán Verdugo 2010-01-05 21:35:45 UTC
*** Bug 606152 has been marked as a duplicate of this bug. ***
Comment 229 Akhil Laddha 2010-01-09 13:59:10 UTC
*** Bug 606463 has been marked as a duplicate of this bug. ***
Comment 230 Akhil Laddha 2010-01-09 13:59:52 UTC
*** Bug 606464 has been marked as a duplicate of this bug. ***
Comment 231 Akhil Laddha 2010-01-09 14:00:44 UTC
*** Bug 606465 has been marked as a duplicate of this bug. ***
Comment 232 Akhil Laddha 2010-01-09 14:01:39 UTC
*** Bug 606466 has been marked as a duplicate of this bug. ***
Comment 233 Akhil Laddha 2010-01-09 14:02:32 UTC
*** Bug 606468 has been marked as a duplicate of this bug. ***
Comment 234 Akhil Laddha 2010-01-19 05:01:04 UTC
*** Bug 607316 has been marked as a duplicate of this bug. ***
Comment 235 Akhil Laddha 2010-01-19 05:01:17 UTC
*** Bug 607315 has been marked as a duplicate of this bug. ***
Comment 236 Akhil Laddha 2010-01-19 05:01:36 UTC
*** Bug 607312 has been marked as a duplicate of this bug. ***
Comment 237 Fabio Durán Verdugo 2010-01-24 21:31:41 UTC
*** Bug 607933 has been marked as a duplicate of this bug. ***
Comment 238 Fabio Durán Verdugo 2010-01-29 18:58:20 UTC
*** Bug 608471 has been marked as a duplicate of this bug. ***
Comment 239 Fabio Durán Verdugo 2010-02-07 23:56:01 UTC
*** Bug 609276 has been marked as a duplicate of this bug. ***
Comment 240 Fabio Durán Verdugo 2010-02-24 22:29:20 UTC
*** Bug 611006 has been marked as a duplicate of this bug. ***
Comment 241 Fabio Durán Verdugo 2010-02-24 22:39:52 UTC
*** Bug 610940 has been marked as a duplicate of this bug. ***
Comment 242 Fabio Durán Verdugo 2010-03-15 17:48:27 UTC
*** Bug 612960 has been marked as a duplicate of this bug. ***
Comment 243 Fabio Durán Verdugo 2010-03-27 02:55:36 UTC
*** Bug 614067 has been marked as a duplicate of this bug. ***
Comment 244 Akhil Laddha 2010-04-14 04:09:48 UTC
*** Bug 615700 has been marked as a duplicate of this bug. ***