Community Packages

Please read this before reporting a bug:
https://wiki.archlinux.org/title/Bug_reporting_guidelines

Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.

REPEAT: Do NOT report bugs for outdated packages!
Tasklist

FS#47030 - [impressive] 0.11.0b now crashes

Attached to Project: Community Packages
Opened by Ivan Gubkin (iegubkin) - Tuesday, 10 November 2015, 22:40 GMT
Last edited by Jaroslav Lichtblau (Dragonlord) - Wednesday, 18 November 2015, 18:20 GMT
Task Type Bug Report
Category Upstream Bugs
Status Closed
Assigned To Jaroslav Lichtblau (Dragonlord)
Architecture All
Severity High
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

$ impressive -c none -a 7 -wxX --nologo -t FadeOutFadeIn -T 750 ~/images/wallpaper

Welcome to Impressive version 0.11.0b
Detected screen size: 1920x1080 pixels
OpenGL renderer: Mesa DRI Intel(R) Bay Trail

===============================================================================
OOPS! Impressive crashed!
This shouldn't happen. Please report this incident to the author, including the
full output of the program, particularly the following lines. If possible,
please also send the input files you used.

Impressive version: 0.11.0b
Python version: 2.7.10 (default, Sep 7 2015, 13:51:49)
[GCC 5.2.0]
PyGame version: 1.9.1release
PIL version: 1.1.7
PDF renderer: None
OpenGL vendor: Intel Open Source Technology Center
OpenGL renderer: Mesa DRI Intel(R) Bay Trail
OpenGL version: 3.0 Mesa 11.0.4
Operating system: Linux 4.1.12-1-ck (x86_64)
Linux distribution: "Arch Linux"
Command line: /usr/bin/impressive -c none -a 7 -wxX --nologo -t FadeOutFadeIn -T 750 /home/iegubkin/images/wallpaper
Traceback (most recent call last):
File "/usr/bin/impressive", line 5905, in run_main
main()
File "/usr/bin/impressive", line 5672, in main
LogoTexture = gl.make_texture(gl.TEXTURE_2D, filter=gl.NEAREST, img=LogoImage)
File "/usr/bin/impressive", line 1229, in make_texture
self.load_texture(target, img)
File "/usr/bin/impressive", line 1242, in load_texture
gl.TexImage2D(target, 0, format, img.size[0], img.size[1], 0, format, self.UNSIGNED_BYTE, img.tostring())
File "/usr/lib/python2.7/site-packages/PIL/Image.py", line 686, in tostring
"Please call tobytes() instead.")
Exception: tostring() has been removed. Please call tobytes() instead.

Perhaps the gentoo developers have already worked around this error?
https://github.com/gentoo/gentoo/blob/master/app-office/impressive/impressive-0.11.0b-r1.ebuild
This task depends upon

Closed by  Jaroslav Lichtblau (Dragonlord)
Wednesday, 18 November 2015, 18:20 GMT
Reason for closing:  Fixed
Additional comments about closing:  Fixed in impressive-0.11.1-1
Comment by Doug Newgard (Scimmia) - Wednesday, 11 November 2015, 04:33 GMT
Incompatibility with pillow 3.0, might want to complain to upstream.

Loading...