Package: libfltk1.1 Version: 1.1.8~rc1-1 Severity: important goplay with this version of fltk displays corrupted graphics in the popcon column, and dumps a lot of BadMatch error logs to stderr. This doesn't happen with 1.1.7.
I tried to figure what's going on, butI'm not familiar with fltk, so this explanation could be wrong. goplay tries to draw a Fl_Image with an alpha channel to a double-buffered window (Fl_Double_Window). To do this, fltk needs to grab what's currently on screen, and it uses the fl_read_image function to do that. fl_read_image uses XTranslateCoordinates, which expects to receive a X window id, but because goplay is working with a double-buffered window, it's actually given a pixmap id. XTranslateCoordinates fails, and fl_read_image returns garbage. This code was introduced upstream as a fix for STR #1716. I guess reverting that patch could be a temporary solution. -- System Information: Debian Release: lenny/sid APT prefers unstable APT policy: (500, 'unstable'), (1, 'experimental') Architecture: amd64 (x86_64) Kernel: Linux 2.6.24-1-amd64 (SMP w/1 CPU core) Locale: LANG=nl_BE.UTF-8, LC_CTYPE=nl_BE.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash Versions of packages libfltk1.1 depends on: ii libc6 2.7-9 GNU C Library: Shared libraries ii libfontconfig1 2.5.0-2 generic font configuration library ii libgcc1 1:4.3-20080227-1 GCC support library ii libgl1-mesa-glx [libgl1 7.0.3~rc2-1 A free implementation of the OpenG ii libjpeg62 6b-14 The Independent JPEG Group's JPEG ii libpng12-0 1.2.15~beta5-3 PNG library - runtime ii libstdc++6 4.3-20080227-1 The GNU Standard C++ Library v3 ii libx11-6 2:1.0.3-7 X11 client-side library ii libxft2 2.1.12-2 FreeType-based font drawing librar ii libxinerama1 1:1.0.2-1 X11 Xinerama extension library libfltk1.1 recommends no packages. -- no debconf information -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]