Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

mediaportal theme icons corrupted. #19

Open
annunaki2k2 opened this issue Jun 8, 2013 · 0 comments
Open

mediaportal theme icons corrupted. #19

annunaki2k2 opened this issue Jun 8, 2013 · 0 comments
Assignees

Comments

@annunaki2k2
Copy link

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.

@ghost ghost assigned charrea6 Jun 24, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants