Bug 1146202
Summary: | [abrt] gtk-recordmydesktop: rmdSelectThumb.py:79:__subsample__:AttributeError: 'NoneType' object has no attribute 'get_pixel' | ||||||||
---|---|---|---|---|---|---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Mikhail <mikhail.v.gavrilov> | ||||||
Component: | gtk-recordmydesktop | Assignee: | Mat Booth <mat.booth> | ||||||
Status: | CLOSED WONTFIX | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||||
Severity: | unspecified | Docs Contact: | |||||||
Priority: | unspecified | ||||||||
Version: | rawhide | CC: | bugzilla, fedora, hedayatv, jhaar, mat.booth, nphilipp, ravindrapankaj, sbandyop, youssef.m.sourani | ||||||
Target Milestone: | --- | ||||||||
Target Release: | --- | ||||||||
Hardware: | x86_64 | ||||||||
OS: | Unspecified | ||||||||
URL: | https://retrace.fedoraproject.org/faf/reports/bthash/d17cfcbdb71552d59d0915a75b5b41dbf646676b | ||||||||
Whiteboard: | abrt_hash:c7d49e57242935816ce643ac10ac53730d5b62f5 | ||||||||
Fixed In Version: | Doc Type: | Bug Fix | |||||||
Doc Text: | Story Points: | --- | |||||||
Clone Of: | Environment: | ||||||||
Last Closed: | 2017-11-20 10:03:33 UTC | Type: | --- | ||||||
Regression: | --- | Mount Type: | --- | ||||||
Documentation: | --- | CRM: | |||||||
Verified Versions: | Category: | --- | |||||||
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||||
Cloudforms Team: | --- | Target Upstream Version: | |||||||
Embargoed: | |||||||||
Bug Depends On: | |||||||||
Bug Blocks: | 1277927 | ||||||||
Attachments: |
|
Description
Mikhail
2014-09-24 18:23:10 UTC
Created attachment 940875 [details]
File: backtrace
Created attachment 940876 [details]
File: environ
Another user experienced a similar problem: recordMyDesktop couldn't launch under Wayland session reporter: libreport-2.3.0 cmdline: /usr/bin/python /usr/bin/gtk-recordMyDesktop executable: /usr/bin/gtk-recordMyDesktop kernel: 3.18.6-200.fc21.i686+PAE package: gtk-recordmydesktop-0.3.8-11.fc21 reason: rmdSelectThumb.py:79:__subsample__:AttributeError: 'NoneType' object has no attribute 'get_pixel' runlevel: N 5 type: Python uid: 1001 *** Bug 1206430 has been marked as a duplicate of this bug. *** Still can't make screencast under Wayland session. facing same issue here : ~~~ Feb 07 16:06:02 localhost.localdomain gtk-recordmydesktop.desktop[24435]: Traceback (most recent call last): Feb 07 16:06:02 localhost.localdomain gtk-recordmydesktop.desktop[24435]: File "/usr/bin/gtk-recordMyDesktop", line 43, in <module> Feb 07 16:06:02 localhost.localdomain gtk-recordmydesktop.desktop[24435]: main() Feb 07 16:06:02 localhost.localdomain gtk-recordmydesktop.desktop[24435]: File "/usr/bin/gtk-recordMyDesktop", line 40, in main Feb 07 16:06:02 localhost.localdomain gtk-recordmydesktop.desktop[24435]: tr=rmdSimple.simpleWidget() Feb 07 16:06:02 localhost.localdomain gtk-recordmydesktop.desktop[24435]: File "/usr/lib/python2.7/site-packages/recordMyDesktop/rmdSimple.py", line 477, in __init__ Feb 07 16:06:02 localhost.localdomain gtk-recordmydesktop.desktop[24435]: self.__subWidgets__() Feb 07 16:06:02 localhost.localdomain gtk-recordmydesktop.desktop[24435]: File "/usr/lib/python2.7/site-packages/recordMyDesktop/rmdSimple.py", line 86, in __subWidgets__ Feb 07 16:06:02 localhost.localdomain gtk-recordmydesktop.desktop[24435]: self.image=sT.GtkThumbSelector(self,self.values[5],self.hidden,2000) Feb 07 16:06:02 localhost.localdomain gtk-recordmydesktop.desktop[24435]: File "/usr/lib/python2.7/site-packages/recordMyDesktop/rmdSelectThumb.py", line 69, in __init__ Feb 07 16:06:02 localhost.localdomain gtk-recordmydesktop.desktop[24435]: self.__subsample__(sroot,self.wwidth,self.wheight,self.root,self.factor) Feb 07 16:06:02 localhost.localdomain gtk-recordmydesktop.desktop[24435]: File "/usr/lib/python2.7/site-packages/recordMyDesktop/rmdSelectThumb.py", line 79, in __subsample__ Feb 07 16:06:02 localhost.localdomain gtk-recordmydesktop.desktop[24435]: im2.put_pixel(k/stride,i/stride,im1.get_pixel(k,i)) Feb 07 16:06:02 localhost.localdomain gtk-recordmydesktop.desktop[24435]: AttributeError: 'NoneType' object has no attribute 'get_pixel' ~~~ Also present under FC26 $ gtk-recordMyDesktop Traceback (most recent call last): File "/usr/bin/gtk-recordMyDesktop", line 43, in <module> main() File "/usr/bin/gtk-recordMyDesktop", line 40, in main tr=rmdSimple.simpleWidget() File "/usr/lib/python2.7/site-packages/recordMyDesktop/rmdSimple.py", line 477, in __init__ self.__subWidgets__() File "/usr/lib/python2.7/site-packages/recordMyDesktop/rmdSimple.py", line 86, in __subWidgets__ self.image=sT.GtkThumbSelector(self,self.values[5],self.hidden,2000) File "/usr/lib/python2.7/site-packages/recordMyDesktop/rmdSelectThumb.py", line 69, in __init__ self.__subsample__(sroot,self.wwidth,self.wheight,self.root,self.factor) File "/usr/lib/python2.7/site-packages/recordMyDesktop/rmdSelectThumb.py", line 79, in __subsample__ im2.put_pixel(k/stride,i/stride,im1.get_pixel(k,i)) AttributeError: 'NoneType' object has no attribute 'get_pixel' [jhaar@jhaar-nz-ll tmp]$ which !$ which gtk-recordMyDesktop /usr/bin/gtk-recordMyDesktop [jhaar@jhaar-nz-ll tmp]$ rpm -qf /usr/bin/gtk-recordMyDesktop gtk-recordmydesktop-0.3.8-18.fc26.noarch [jhaar@jhaar-nz-ll tmp]$ gtk-recordMyDesktop AttributeError: 'NoneType' object has no attribute 'get_pixel' Traceback (most recent call last): File "/usr/bin/gtk-recordMyDesktop", line 43, in <module> main() File "/usr/bin/gtk-recordMyDesktop", line 40, in main tr=rmdSimple.simpleWidget() File "/usr/lib/python2.7/site-packages/recordMyDesktop/rmdSimple.py", line 477, in __init__ self.__subWidgets__() File "/usr/lib/python2.7/site-packages/recordMyDesktop/rmdSimple.py", line 86, in __subWidgets__ self.image=sT.GtkThumbSelector(self,self.values[5],self.hidden,2000) File "/usr/lib/python2.7/site-packages/recordMyDesktop/rmdSelectThumb.py", line 69, in __init__ self.__subsample__(sroot,self.wwidth,self.wheight,self.root,self.factor) File "/usr/lib/python2.7/site-packages/recordMyDesktop/rmdSelectThumb.py", line 79, in __subsample__ im2.put_pixel(k/stride,i/stride,im1.get_pixel(k,i)) AttributeError: 'NoneType' object has no attribute 'get_pixel' *** Bug 1324139 has been marked as a duplicate of this bug. *** *** Bug 1497885 has been marked as a duplicate of this bug. *** This message is a reminder that Fedora 25 is nearing its end of life. Approximately 4 (four) weeks from now Fedora will stop maintaining and issuing updates for Fedora 25. It is Fedora's policy to close all bug reports from releases that are no longer maintained. At that time this bug will be closed as EOL if it remains open with a Fedora 'version' of '25'. Package Maintainer: If you wish for this bug to remain open because you plan to fix it in a currently maintained version, simply change the 'version' to a later Fedora version. Thank you for reporting this issue and we are sorry that we were not able to fix it before Fedora 25 is end of life. If you would still like to see this bug fixed and are able to reproduce it against a later version of Fedora, you are encouraged change the 'version' to a later Fedora version prior this bug is closed as described in the policy above. Although we aim to fix as many bugs as possible during every release's lifetime, sometimes those efforts are overtaken by events. Often a more recent Fedora release includes newer upstream software that fixes bugs or makes them obsolete. This package was retired in rawhide. Upstream project is abandoned and consequently there are no plans to make it work on modern Wayland-based linux. |