You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The 'tvguide_arrow_left.png' and 'tvguide_arrow_right.png' icons for the mediaportal theme are corrupted and cause a crash like the following (which prevents you accessing the TV Guide!):
2013-06-08 19:55:56,135 INFO osd.py (815): SDL image load problem: Error reading the PNG file. - trying imlib2
2013-06-08 19:55:56,136 WARNING osd.py (829): Problem while loading image '/usr/share/freevo/icons/themes/mediaportal/tvguide_arrow_left.png': AttributeError('tostring',)
Traceback (most recent call last):
File "/usr/lib64/python2.7/site-packages/freevo/osd.py", line 818, in _load_image_filename
image = pygame.image.fromstring(i.tostring(), i.size, i.mode)
File "/usr/lib64/python2.7/site-packages/kaa/imlib2/image.py", line 109, in getattr
raise AttributeError, attr
AttributeError: tostring
2013-06-08 19:55:56,150 INFO osd.py (815): SDL image load problem: Error reading the PNG file. - trying imlib2
2013-06-08 19:55:56,150 WARNING osd.py (829): Problem while loading image '/usr/share/freevo/icons/themes/mediaportal/tvguide_arrow_right.png': AttributeError('tostring',)
Traceback (most recent call last):
File "/usr/lib64/python2.7/site-packages/freevo/osd.py", line 818, in _load_image_filename
image = pygame.image.fromstring(i.tostring(), i.size, i.mode)
File "/usr/lib64/python2.7/site-packages/kaa/imlib2/image.py", line 109, in getattr
raise AttributeError, attr
AttributeError: tostring
Looks like they've been this way for a long long time. I have an archived copy of the file from Feb 2008 and it is also corrupted.
The text was updated successfully, but these errors were encountered:
The 'tvguide_arrow_left.png' and 'tvguide_arrow_right.png' icons for the mediaportal theme are corrupted and cause a crash like the following (which prevents you accessing the TV Guide!):
2013-06-08 19:55:56,135 INFO osd.py (815): SDL image load problem: Error reading the PNG file. - trying imlib2
2013-06-08 19:55:56,136 WARNING osd.py (829): Problem while loading image '/usr/share/freevo/icons/themes/mediaportal/tvguide_arrow_left.png': AttributeError('tostring',)
Traceback (most recent call last):
File "/usr/lib64/python2.7/site-packages/freevo/osd.py", line 818, in _load_image_filename
image = pygame.image.fromstring(i.tostring(), i.size, i.mode)
File "/usr/lib64/python2.7/site-packages/kaa/imlib2/image.py", line 109, in getattr
raise AttributeError, attr
AttributeError: tostring
2013-06-08 19:55:56,150 INFO osd.py (815): SDL image load problem: Error reading the PNG file. - trying imlib2
2013-06-08 19:55:56,150 WARNING osd.py (829): Problem while loading image '/usr/share/freevo/icons/themes/mediaportal/tvguide_arrow_right.png': AttributeError('tostring',)
Traceback (most recent call last):
File "/usr/lib64/python2.7/site-packages/freevo/osd.py", line 818, in _load_image_filename
image = pygame.image.fromstring(i.tostring(), i.size, i.mode)
File "/usr/lib64/python2.7/site-packages/kaa/imlib2/image.py", line 109, in getattr
raise AttributeError, attr
AttributeError: tostring
Looks like they've been this way for a long long time. I have an archived copy of the file from Feb 2008 and it is also corrupted.
The text was updated successfully, but these errors were encountered: