http://bugs.winehq.org/show_bug.cgi?id=29921
Bug #: 29921 Summary: Microsoft Visual Studio 2008 Express installer shows highlighted items incorrectly Product: Wine Version: 1.4-rc4 Platform: x86 OS/Version: Linux Status: UNCONFIRMED Severity: trivial Priority: P2 Component: -unknown AssignedTo: wine-bugs@winehq.org ReportedBy: ehoover@mines.edu Classification: Unclassified
Created attachment 38933 --> http://bugs.winehq.org/attachment.cgi?id=38933 Screenshot depicting the problem
Any checkbox or button selected in the installer window will "disappear". The installer still functions, but the issue is very visually disturbing.
http://bugs.winehq.org/show_bug.cgi?id=29921
Qian Hong fracting@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |fracting@gmail.com
--- Comment #1 from Qian Hong fracting@gmail.com 2012-04-07 10:57:28 CDT --- Confirming in wine-1.5.1-197-g73e7346, also affects Visual Studion 2005 Express
http://bugs.winehq.org/show_bug.cgi?id=29921
Sylvain Petreolle spetreolle@yahoo.fr changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |spetreolle@yahoo.fr
http://bugs.winehq.org/show_bug.cgi?id=29921
esmeralda esmerbert@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |esmerbert@gmail.com
http://bugs.winehq.org/show_bug.cgi?id=29921
Anastasius Focht focht@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |download, Installer Status|UNCONFIRMED |NEW URL| |https://www.microsoft.com/v | |isualstudio/eng/downloads#d | |-2010-express CC| |focht@gmx.net Summary|Microsoft Visual Studio |Microsoft Visual Studio |2008 Express installer |2005, 2008, 2010 Express |shows highlighted items |installer shows highlighted |incorrectly |items incorrectly Ever Confirmed|0 |1
--- Comment #2 from Anastasius Focht focht@gmx.net 2012-12-26 10:03:14 CST --- Hello folks,
still present, confirming with Visual Studio 2010 (10.0) Express Edition. Refining summary.
$ du -sh vc_web.exe 3.2M vc_web.exe
$ sha1sum vc_web.exe c2d61a5424aa474a169e59199aa2158a858833f6 vc_web.exe
$ wine --version wine-1.5.20
Regards
http://bugs.winehq.org/show_bug.cgi?id=29921
--- Comment #3 from Anastasius Focht focht@gmx.net 2012-12-27 07:25:51 CST --- Hello folks,
adding more direct download links to online/web installers, MS has older versions silently disappearing from the "public" (the old direct links still work).
Visual C++ 2005 Express Edition online installer:
http://download.microsoft.com/download/8/3/a/83aad8f9-38ba-4503-b3cd-ba28c36...
Visual C++ 2008 Express Edition online installer:
http://download.microsoft.com/download/d/c/3/dc3439e7-5533-4f4c-9ba0-8577685...
Regards
http://bugs.winehq.org/show_bug.cgi?id=29921
Dan Kegel dank@kegel.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |dank@kegel.com
--- Comment #4 from Dan Kegel dank@kegel.com 2013-09-02 18:51:14 CDT --- For completeness, here are the sha1sums: http://download.microsoft.com/download/8/3/a/83aad8f9-38ba-4503-b3cd-ba28c36... 0292ae1d576edd8ee5350a27113c94c9f9958d5c vcsetup.exe
http://download.microsoft.com/download/d/c/3/dc3439e7-5533-4f4c-9ba0-8577685... 0cb8c050c28cb8b8d6764e662933b0d2becb33dd vcsetup.exe
http://bugs.winehq.org/show_bug.cgi?id=29921
lizhenbo litimetal@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |litimetal@gmail.com
--- Comment #5 from lizhenbo litimetal@gmail.com 2013-10-11 10:31:39 CDT --- Does winetricks riched20 workarounds it?
http://bugs.winehq.org/show_bug.cgi?id=29921
--- Comment #6 from Dan Kegel dank@kegel.com 2013-10-11 10:40:27 CDT --- Testing with wine-1.7.3 and vc2005 express online installer, I see that the problem also affects the very first dialog; if you check "Yes, send information about my setup experiences to Microsoft", that text vanishes and is replaced by an outline box. winetricks riched20 has no effect.
https://bugs.winehq.org/show_bug.cgi?id=29921
--- Comment #7 from Anastasius Focht focht@gmx.net --- Hello folks,
revisiting, still present.
$ wine --version wine-1.7.31-99-g5ecea72
Regards
https://bugs.winehq.org/show_bug.cgi?id=29921
super_man@post.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |super_man@post.com
--- Comment #8 from super_man@post.com --- still valid 1.8.rc2 I find it quite funny actually :D
https://bugs.winehq.org/show_bug.cgi?id=29921
--- Comment #9 from Dmitry Timoshkov dmitry@baikal.ru --- Created attachment 54515 --> https://bugs.winehq.org/attachment.cgi?id=54515 source and binaries for testing
Setup depends on a difference in painting of the "Button" control between user32 and comctl32.
Attached test demonstrates the problem. Basically when an executable includes a comctl32 manifest all the buttons should be painted by comctl32, and the way comctl32 handles WM_SETFOCUS, BM_SETSTATE and BM_SETCHECK messages for a button differs from user32: comctl32 always invalidates the button after handling these messages causing a repaint, while user32 doesn't do that, and that leads to the painting bugs.
The test contains 2 binaries: button_test_v1.exe - without manifest, and button_test_v2.exe - with manifest. It's worth to note that even with disabled theme Windows still loads comctl32.dll for a binary with manifest, while Wine never does that, so it's currently impossible to modify comctl32 code for the "Button" class to fix this bug.
https://bugs.winehq.org/show_bug.cgi?id=29921
Dmitry Timoshkov dmitry@baikal.ru changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |source, testcase
https://bugs.winehq.org/show_bug.cgi?id=29921
winetest@luukku.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |winetest@luukku.com
--- Comment #10 from winetest@luukku.com --- Still valid wine 2.0rc6 tried the testapplication attached.
https://bugs.winehq.org/show_bug.cgi?id=29921
IanS MyBugzilla@mailinator.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |MyBugzilla@mailinator.com
--- Comment #11 from IanS MyBugzilla@mailinator.com --- Sorry to pop this back to the top.
Could you post OnLine installer for VS2010
I have the original disk but when installing from disk it gets to the selection of languages, (ie select c#, deselect f#, vb etc) then next stage just hangs. No error. Just hangs forever.
Does it install at all from the OnLine/web installer?
Would be cool if I could get VS 2010 working.
https://bugs.winehq.org/show_bug.cgi?id=29921
Anastasius Focht focht@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- Component|-unknown |comctl32
--- Comment #12 from Anastasius Focht focht@gmx.net --- Hello folks,
revisiting, adding Internet Archive links for online/web installers:
Visual C++ 2005 Express Edition online installer:
https://web.archive.org/web/20170610183713/http://download.microsoft.com/dow...
Visual C++ 2008 Express Edition online installer:
https://web.archive.org/web/20180113160702/https://download.microsoft.com/do...
Visual C++ 2010 Express Edition online installer seems to be nowhere to find. The offline installer is here (which was already mirrored elsewhere):
https://web.archive.org/web/20190330190303if_/https://debian.fmi.uni-sofia.b...
$ wine --version wine-4.6-111-g0664b062c6
Regards
https://bugs.winehq.org/show_bug.cgi?id=29921
Nikolay Sivov bunglehead@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Assignee|wine-bugs@winehq.org |bunglehead@gmail.com
https://bugs.winehq.org/show_bug.cgi?id=29921
Nikolay Sivov bunglehead@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Assignee|bunglehead@gmail.com |wine-bugs@winehq.org
--- Comment #13 from Nikolay Sivov bunglehead@gmail.com --- Looks like it's working now, with a058c72b0a5a5c6ca08f11a68ef663772597ff63. Please retest.
https://bugs.winehq.org/show_bug.cgi?id=29921
Anastasius Focht focht@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Fixed by SHA1| |a058c72b0a5a5c6ca08f11a68ef | |663772597ff63 Resolution|--- |FIXED
--- Comment #14 from Anastasius Focht focht@gmx.net --- Hello folks,
this is fixed by commit https://source.winehq.org/git/wine.git/commitdiff/a058c72b0a5a5c6ca08f11a68e... ("comctl32/button: Improve repainting on WM_SETFOCUS.")
Thanks Nikolay, Dmitry
$ wine --version wine-4.6-208-g75aa4ab16b
Regards
https://bugs.winehq.org/show_bug.cgi?id=29921
Alexandre Julliard julliard@winehq.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #15 from Alexandre Julliard julliard@winehq.org --- Closing bugs fixed in 4.7.
https://bugs.winehq.org/show_bug.cgi?id=29921
Anastasius Focht focht@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- URL|https://www.microsoft.com/v |https://web.archive.org/web |isualstudio/eng/downloads#d |/20170610183713/http://down |-2010-express |load.microsoft.com/download | |/8/3/a/83aad8f9-38ba-4503-b | |3cd-ba28c360c27b/ENU/vcsetu | |p.exe