http://bugs.winehq.org/show_bug.cgi?id=6418
Summary: regerssion, bug in "Move WGL extension code to winex11.drv" patch Product: Wine Version: 0.9.21. Platform: PC URL: http://republika.pl/kejk/wine.txt OS/Version: Linux Status: UNCONFIRMED Severity: major Priority: P2 Component: wine-x11driver AssignedTo: wine-bugs@winehq.org ReportedBy: kmaterka@wp.pl CC: thunderbird2k@gmx.net
Hello, I found a regression in wine-0.9.21. Exactly in patch: winex11.drv: Move WGL extension code to winex11.drv 12dbce5c938a060721a70411d579b4e6eec2c4a6 Background: In Poland we have program called "P³atnik". It is very important, because we use this to send taxes and other stupid things. Unfortunately it is only for windows, it uses some weird components like MDAC, MS JET, Internet Explorer (MSXML3, crypto32 etc). Almost everything works (in fact many things doesn't work, but it is still usable). And now what breaks this patch: when I want to print program shows small windows with progress. Printing is working fine, but after this finish his work, window with progress should disappear. But what I get:
http://republika.pl/kejk/wine.log
This "fixme" message is normal, it occurs always when print and is harmless. I've done some investigation (git bisec...) and found that your patch is responsible for this :) If you need some more information, I'll provide some.
Oh, i almost forgot, my system: Kubuntu/Ubuntu 6.06 with latest updates X.org - 7.0 without XGL, compiz etc. graphic: nvidia with binary drivers 1.0.8762 kernel 2.6.15-27-k7 gcc version 4.0.3 (Ubuntu 4.0.3-1ubuntu5)
I tried both binary DEB and git repository.