[Bug 20411] New: X11DRV_AlphaBlend not a dibsection
http://bugs.winehq.org/show_bug.cgi?id=20411 Summary: X11DRV_AlphaBlend not a dibsection Product: Wine Version: 1.1.31 Platform: PC OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: gdi32 AssignedTo: wine-bugs(a)winehq.org ReportedBy: sportflieger2004-wbug(a)yahoo.de Starting a sector of AtcWindows with the option "Transparent Supplementary Dialogs" checked, prints the following message on the console: fixme:xrender:X11DRV_AlphaBlend not a dibsection The transparent message box (for the communication) is not displayed (as is should) thus leaving you with no initial calls and read backs from the aircrafts (making controlling the aircrafts impossible). -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=20411 Vitaliy Margolen <vitaliy(a)kievinfo.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Component|gdi32 |winex11.drv Summary|X11DRV_AlphaBlend not a |AtcWindows - Transparent |dibsection |Supplementary Dialogs are | |invisible Severity|normal |trivial -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=20411 Chris <sportflieger2004-wbug(a)yahoo.de> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |sportflieger2004-wbug(a)yahoo | |.de --- Comment #1 from Chris <sportflieger2004-wbug(a)yahoo.de> 2009-10-18 13:37:45 --- In combination with bug 20412, this error makes the application unusable. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=20411 Jaime Rave <jaimerave(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jaimerave(a)gmail.com --- Comment #2 from Jaime Rave <jaimerave(a)gmail.com> 2009-11-03 15:27:03 --- The example in this webpage: http://www.codeproject.com/KB/GDI/alphablend.aspx Is affected by this bug too. It shows fixme:xrender:X11DRV_AlphaBlend not a dibsection and the animation in the logo never show up. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=20411 --- Comment #3 from Jaime Rave <jaimerave(a)gmail.com> 2009-11-06 08:12:09 --- Well the problem in my case seems to be this line in xrender.c: 1891: if (!devSrc->bitmap || GetObjectW( devSrc->bitmap->hbitmap, sizeof(dib), &dib ) != sizeof(dib)) GetObjectW is returning less than sizeof(dib). I could workaround this changing the line to: 1891: if (!devSrc->bitmap || !GetObjectW( devSrc->bitmap->hbitmap, sizeof(dib), &dib )) But after that I'm getting a page fault in: 1955: argb = (argb & 0xffffff) | source_alpha; So I have to study a little more the code. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=20411 --- Comment #4 from Chris <sportflieger2004-wbug(a)yahoo.de> 2010-01-15 06:53:22 --- Still open in 1.1.36. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=20411 --- Comment #5 from Chris <sportflieger2004-wbug(a)yahoo.de> 2011-08-13 03:10:20 CDT --- It seems the problem is related to the Windowmanager you're using, e.g. I don't get the error using xfce. => I cannot reproduce the problem any longer -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=20411 --- Comment #6 from Austin English <austinenglish(a)gmail.com> 2013-11-13 16:50:41 CST --- This is your friendly reminder that there has been no bug activity for 2 years. Is this still an issue in current (1.7.6 or newer) wine? If so, please attach the terminal output in 1.7.6 (see http://wiki.winehq.org/FAQ#get_log). -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=20411 Austin English <austinenglish(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution|--- |ABANDONED --- Comment #7 from Austin English <austinenglish(a)gmail.com> --- Abandoned. -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=20411 Austin English <austinenglish(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED --- Comment #8 from Austin English <austinenglish(a)gmail.com> --- Closing. -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
participants (1)
-
wine-bugs@winehq.org