[Bug 22821] New: Tropico 3 - cursor is black rectangle everywhere in game
http://bugs.winehq.org/show_bug.cgi?id=22821 Summary: Tropico 3 - cursor is black rectangle everywhere in game Product: Wine Version: 1.2-rc1 Platform: x86 URL: http://www.gamershell.com/download_50826.shtml OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: winex11.drv AssignedTo: wine-bugs(a)winehq.org ReportedBy: zilforever(a)gmail.com works in wine-1.1.44-380-g0d84ccb but not wine-1.1.44-382-g6264bc2 Bisecting: 0 revisions left to test after this (roughly 0 steps) [45b7eb6858f8da0721101a19a9fcd46d53c08e94] winex11: Move X11 locking inside the cursor creation functions. its okay with git checkout -f 45b7eb6858f8da0721101a19a9fcd46d53c08e94 Here -> http://source.winehq.org/git/wine.git/?a=commit;h=45b7eb6858f8da0721101a19a9... its winex11 but in bugzilla winex11.drv I thought i was lucky because need to test only one day of commits (i compiled the day before) but there where 6 commits about cursor. So need to do it with bisect anyway. The first was bad so too bad i didnt use 'checkout' in first place anyway. ps: text from bugzilla: There are ten types of people, those who know binary and those who don't. that make no sense, should be: There are 10 types of people, those who know binary and those who don't. -- 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=22821 zil <zilforever(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |download, regression -- 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=22821 NSLW <lukasz.wojnilowicz(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |lukasz.wojnilowicz(a)gmail.co | |m --- Comment #1 from NSLW <lukasz.wojnilowicz(a)gmail.com> 2010-05-23 10:35:21 --- I can confirm that. Cursor looks like normal system cursor on screenshots so it's impossible to show that problem. -- 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=22821 --- Comment #2 from Vincent Povirk <madewokherd(a)gmail.com> 2010-05-26 10:36:43 --- "0 revisions left" means you need to test one more revision before the bisect is done. Does it work if you checkout 6264bc20bc8d5d812be9a46dee3b765efe8b02a9 ? -- 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=22821 --- Comment #3 from zil <zilforever(a)gmail.com> 2010-05-26 13:14:11 ---
"0 revisions left" means you need to test one more revision before the bisect is done.
This 0 is confusing git checkout -f 45b7eb6858f8da0721101a19a9fcd46d53c08e94 <- solve problem git checkout -f 6264bc20bc8d5d812be9a46dee3b765efe8b02a9 <- black box still there -- 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=22821 --- Comment #4 from Vincent Povirk <madewokherd(a)gmail.com> 2010-05-26 13:24:02 --- So the commit that broke it is: commit 6264bc20bc8d5d812be9a46dee3b765efe8b02a9 Author: Alexandre Julliard <julliard(a)winehq.org> Date: Thu May 20 14:54:41 2010 +0200 winex11: Retrieve the cursor info with GetIconInfo to create a color cursor. -- 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=22821 GyB <gyebro69(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |gyebro69(a)gmail.com --- Comment #5 from GyB <gyebro69(a)gmail.com> 2010-05-26 13:54:29 --- Space Rangers 2 is also affected by the same commit: mouse pointer changed into a black square...but only during planetary battles. Everywhere else in the game the cursor is shown correctly. Result of regression testing was the same: 6264bc20bc8d5d812be9a46dee3b765efe8b02a9 is the first bad commit commit 6264bc20bc8d5d812be9a46dee3b765efe8b02a9 Author: Alexandre Julliard <julliard(a)winehq.org> Date: Thu May 20 14:54:41 2010 +0200 winex11: Retrieve the cursor info with GetIconInfo to create a color cursor. :040000 040000 715e726184daf8d465ae90b12d55e881e1c62fec c20dabc1a7e0fb4caef90335de3d862888c3c805 M dlls git checkout 45b7eb6858f8da0721101a19a9fcd46d53c08e94 solved the problem. Workaround (at least in Space Rangers 2): turn off hardware cursor and switch to software cursor in the options menu. In this way the pointer is displayed correctly. -- 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=22821 --- Comment #6 from Alexandre Julliard <julliard(a)winehq.org> 2010-05-26 13:58:31 --- Please retest with latest git. -- 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=22821 --- Comment #7 from zil <zilforever(a)gmail.com> 2010-05-26 13:59:43 --- 6264bc20bc8d5d812be9a46dee3b765efe8b02a9 is the first bad commit commit 6264bc20bc8d5d812be9a46dee3b765efe8b02a9 Author: Alexandre Julliard <julliard(a)winehq.org> Date: Thu May 20 14:54:41 2010 +0200 winex11: Retrieve the cursor info with GetIconInfo to create a color cursor. :040000 040000 715e726184daf8d465ae90b12d55e881e1c62fec c20dabc1a7e0fb4caef90335de3d862888c3c805 M dlls yes i run bisect this time to end. Sorry first regression test, this time checked http://wiki.winehq.org/RegressionTesting -- 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=22821 --- Comment #8 from GyB <gyebro69(a)gmail.com> 2010-05-26 14:13:38 --- wine-1.2-rc1-108-g5d4a743: it is fixed now (Space Rangers 2) -- 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=22821 --- Comment #9 from zil <zilforever(a)gmail.com> 2010-05-26 14:39:00 --- wine-1.2-rc1-108-g5d4a743 yes fixed, I confirm -- 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=22821 Juan Lang <juan_lang(a)yahoo.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution| |FIXED --- Comment #10 from Juan Lang <juan_lang(a)yahoo.com> 2010-05-26 14:53:22 --- 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=22821 Alexandre Julliard <julliard(a)winehq.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED --- Comment #11 from Alexandre Julliard <julliard(a)winehq.org> 2010-05-28 12:52:06 --- Closing bugs fixed in 1.2-rc2. -- 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=22821 Anastasius Focht <focht(a)gmx.net> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |focht(a)gmx.net Regression SHA1| |6264bc20bc8d5d812be9a46dee3 | |b765efe8b02a9 URL|http://www.gamershell.com/d |https://web.archive.org/web |ownload_50826.shtml |/20210227141220/http://dl.4 | |players.de/f1/pc2/tropico3/ | |Tropico3Demo.exe -- 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 (2)
-
wine-bugs@winehq.org -
WineHQ Bugzilla