[Bug 16525] New: Angels Online: Black screen in windowed mode.
http://bugs.winehq.org/show_bug.cgi?id=16525 Summary: Angels Online: Black screen in windowed mode. Product: Wine Version: 1.1.10 Platform: All URL: http://ao.igg.com/ OS/Version: All Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown AssignedTo: wine-bugs(a)winehq.org ReportedBy: cmaiku(a)gmail.com Created an attachment (id=17980) --> (http://bugs.winehq.org/attachment.cgi?id=17980) Log when run windowed. When Angels Online is run windowed, the default mode, the window is completely black. When it's run fullscreen it displays fine. -- 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=16525 --- Comment #1 from Mike Ruprecht <cmaiku(a)gmail.com> 2008-12-15 21:51:43 --- Created an attachment (id=17981) --> (http://bugs.winehq.org/attachment.cgi?id=17981) Patch to implement r5g6b5 to x8r8g8b8 function. -- 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=16525 Austin English <austinenglish(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |patch -- 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=16525 Dmitry Timoshkov <dmitry(a)codeweavers.com> changed: What |Removed |Added ---------------------------------------------------------------------------- OS/Version|All |other Platform|All |Other -- 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=16525 --- Comment #2 from Lei Zhang <thestig(a)google.com> 2008-12-16 19:02:25 --- Mike sent the patch: http://www.winehq.org/pipermail/wine-patches/2008-December/065758.html -- 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=16525 --- Comment #3 from H. Verbeet <hverbeet(a)gmail.com> 2008-12-17 03:13:31 --- The problem with that patch is that it essentially multiplies the channels by 4 or 8. That means that for the 5 bit components it maps the range 0..31 to 0..248, and for the 6 bit component it maps the range 0..63 to 0..252, rather than mapping both to 0..255. -- 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=16525 Mike Ruprecht <cmaiku(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #17981|0 |1 is obsolete| | --- Comment #4 from Mike Ruprecht <cmaiku(a)gmail.com> 2008-12-17 05:40:13 --- Created an attachment (id=18011) --> (http://bugs.winehq.org/attachment.cgi?id=18011) Patch to implement r5g6b5 to x8r8g8b8 function. I updated the patch so it shouldn't have the range issue now. -- 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=16525 --- Comment #5 from H. Verbeet <hverbeet(a)gmail.com> 2009-01-12 03:24:50 --- Created an attachment (id=18656) --> (http://bugs.winehq.org/attachment.cgi?id=18656) patch Does this patch work? -- 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=16525 --- Comment #6 from Mike Ruprecht <cmaiku(a)gmail.com> 2009-01-14 04:06:35 --- (In reply to comment #5)
Created an attachment (id=18656) --> (http://bugs.winehq.org/attachment.cgi?id=18656) [details] patch
Does this patch work?
Yes. Quite well. :) -- 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=16525 --- Comment #7 from Austin English <austinenglish(a)gmail.com> 2009-07-21 14:04:18 --- Is this still an issue in current (1.1.26 or newer) wine? -- 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=16525 Mike Ruprecht <cmaiku(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution| |FIXED --- Comment #8 from Mike Ruprecht <cmaiku(a)gmail.com> 2009-09-26 14:54:41 --- No. This has been working since http://source.winehq.org/git/wine.git/?a=commitdiff;h=17b94f6034f106ebd08c5e... (1.1.13). -- 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=16525 Alexandre Julliard <julliard(a)winehq.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED --- Comment #9 from Alexandre Julliard <julliard(a)winehq.org> 2009-10-09 11:13:50 --- Closing bugs fixed in 1.1.31. -- 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.
participants (1)
-
wine-bugs@winehq.org