[Bug 20607] New: Machines Demo: loading screen has is too dark
http://bugs.winehq.org/show_bug.cgi?id=20607 Summary: Machines Demo: loading screen has is too dark Product: Wine Version: 1.1.32 Platform: PC OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown AssignedTo: wine-bugs(a)winehq.org ReportedBy: gyorokpeter(a)freemail.hu When starting Machines Demo, the loading screen image is almost invisible except for the progress bar and a dark blue silhouette of the image. The demo can be downloaded here: http://sloik.ezwebtogo.com/downloads/Machines/machinesdemo.exe -- 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=20607 Vitaliy Margolen <vitaliy(a)kievinfo.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |download URL| |http://sloik.ezwebtogo.com/ | |downloads/Machines/machines | |demo.exe -- 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=20607 --- Comment #1 from Wylda <wylda(a)volny.cz> 2009-11-10 20:40:32 --- Created an attachment (id=24663) --> (http://bugs.winehq.org/attachment.cgi?id=24663) Image showing difference between 1.1.31 and 1.1.32 1. Confirming, please consider UNCONFIRMED->NEW and KEYWORDS: +REGRESSION 2. Did a regression test between 1.1.31 and 1.1.32: 2854884a428e222cbb9078d875068a72f25365c4 is first bad commit commit 2854884a428e222cbb9078d875068a72f25365c4 Author: Nikolay Sivov <bunglehead(a)gmail.com> Date: Thu Oct 22 13:15:30 2009 +0400 gdi32: Always create a context for DIB_RGB_COLORS. :040000 040000 7c58b1ef8bd519a7156105b62a2b31c48bfd61df 8cc661ec9142cdada7a04afffc8c53670ee2c0a2 M dlls 3. There is another bug report suffering from this commit, see bug 20598. -- 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=20607 Wylda <wylda(a)volny.cz> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |bunglehead(a)gmail.com, | |wylda(a)volny.cz -- 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=20607 Vitaliy Margolen <vitaliy(a)kievinfo.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |regression Status|UNCONFIRMED |NEW Component|-unknown |gdi32 Summary|Machines Demo: loading |Machines Demo: loading |screen has is too dark |screen is too dark Ever Confirmed|0 |1 --- Comment #2 from Vitaliy Margolen <vitaliy(a)kievinfo.com> 2009-11-10 21:02:10 --- Confirming per comment 1. -- 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=20607 --- Comment #3 from Wylda <wylda(a)volny.cz> 2009-11-28 10:00:34 --- Created an attachment (id=24993) --> (http://bugs.winehq.org/attachment.cgi?id=24993) Missing princess in nfsu2 demo Hi Nikolay, this is just let you know, that this bug affect also a lot of EA games. In attached example is Need for speed underground 2 demo and your commit here erase that nice princess :) when you click next in the installer. Well not completely erased if you look closely. Revert of this patch on top of wine-1.1.32 makes that problem goes away. --private keyword: bisected -- 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=20607 --- Comment #4 from Nikolay Sivov <bunglehead(a)gmail.com> 2009-11-28 10:15:17 --- (In reply to comment #3)
Created an attachment (id=24993) --> (http://bugs.winehq.org/attachment.cgi?id=24993) [details] Missing princess in nfsu2 demo
In attached example is Need for speed underground 2 demo and your commit here erase that nice princess :)
Oh God. That's unacceptable. Actually it's better to revert it in git or ask somebody familiar with such bitmap operations, cause I'm really not that guy. Let's wait for a next release or two, and then revert it in worse case... -- 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=20607 --- Comment #5 from Wylda <wylda(a)volny.cz> 2010-02-27 17:52:44 --- Still not fixed in wine-1.1.39-163-g583f0f0. -- 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=20607 --- Comment #6 from GyB <gyebro69(a)gmail.com> 2010-03-08 12:23:16 --- Created an attachment (id=26695) --> (http://bugs.winehq.org/attachment.cgi?id=26695) Invisible menu elements in Imperium Galactica II This regression also affects Imperium Galactica II - Alliances. Tested with Wine-1.1.40 on Fedora 12 x86, an Nvidia card was used. Symptom: all menu elements are invisible, only background can be seen. The regression test I made came up with the same commit: gdi32: Always create a context for DIB_RGB_COLORS. Reverting the patch fixed the issue in IG2. -- 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=20607 --- Comment #7 from Wylda <wylda(a)volny.cz> 2010-03-19 15:29:38 --- This bisected regression is still not fixed in wine-1.1.41. -- 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=20607 --- Comment #8 from Wylda <wylda(a)volny.cz> 2010-03-30 17:17:38 --- This bisected regression is still not fixed in wine-1.1.41-339-gc38d565. -- 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=20607 --- Comment #9 from Wylda <wylda(a)volny.cz> 2010-04-09 05:26:29 --- This bisected regression is still not fixed in wine-1.1.42-146-g1c02a90. -- 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=20607 --- Comment #10 from Nikolay Sivov <bunglehead(a)gmail.com> 2010-04-12 10:17:59 --- Test with today git please (commit 352e2ff6eb5116d2ac91db9258ae288733e3a271 is related). -- 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=20607 GyB <gyebro69(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |gyebro69(a)gmail.com --- Comment #11 from GyB <gyebro69(a)gmail.com> 2010-04-12 11:06:13 --- In Imperium Galactica II (see comment #6, also affected by this regression) the menu items are visible again, using wine-1.1.42-224-g72d9aaa, so it's fixed. -- 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=20607 Austin English <austinenglish(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED --- Comment #12 from Austin English <austinenglish(a)gmail.com> 2010-04-12 12:01:29 --- Reported fixed. -- 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=20607 --- Comment #13 from Wylda <wylda(a)volny.cz> 2010-04-13 19:43:56 --- Confirming (for machines and nfsu2 demo), FIXED in wine-1.1.42-260-ge35f54e. Particular commit (wine-1.1.42-201-g352e2ff): http://source.winehq.org/git/wine.git/?a=commit;h=352e2ff6eb5116d2ac91db9258... -- 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=20607 Alexandre Julliard <julliard(a)winehq.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED --- Comment #14 from Alexandre Julliard <julliard(a)winehq.org> 2010-04-16 13:02:52 --- Closing bugs fixed in 1.1.43. -- 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=20607 Wylda <wylda(a)volny.cz> changed: What |Removed |Added ---------------------------------------------------------------------------- Fixed by SHA1| |352e2ff6eb5116d2ac91db9258a | |e288733e3a271 Regression SHA1| |2854884a428e222cbb9078d8750 | |68a72f25365c4 -- 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