http://bugs.winehq.org/show_bug.cgi?id=29996
Bug #: 29996 Summary: Radio buttons in .net 2.0 SP1 setup don't work when Wine is compiled with Clang Product: Wine Version: 1.4-rc5 Platform: x86-64 OS/Version: Mac OS X Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown AssignedTo: wine-bugs@winehq.org ReportedBy: camillo.lugaresi+wine@gmail.com Classification: Unclassified
Created attachment 39055 --> http://bugs.winehq.org/attachment.cgi?id=39055 screenshot of the installer after clicking "accept"
If you click "I accept", the button becomes gray instead of getting a black dot, and the "Install" button remains disabled. There is no way to proceed with the installation. This does not occur when compiling with GCC.
http://bugs.winehq.org/show_bug.cgi?id=29996
Jerome Leclanche adys.wh@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |adys.wh@gmail.com
--- Comment #1 from Jerome Leclanche adys.wh@gmail.com 2012-02-25 05:50:02 CST --- Are you using the same optimizations on both compilers? Try -O0 on both.
http://bugs.winehq.org/show_bug.cgi?id=29996
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |austinenglish@gmail.com
--- Comment #2 from Austin English austinenglish@gmail.com 2012-02-25 10:58:21 CST --- You could try narrowing it down to a particular file, likely in user32. See http://wiki.winehq.org/Clang for known issues.
http://bugs.winehq.org/show_bug.cgi?id=29996
--- Comment #3 from camillo.lugaresi+wine@gmail.com 2012-03-03 00:10:12 CST --- I tried compiling with Clang 3.1 using -O0 and the problem persists.
http://bugs.winehq.org/show_bug.cgi?id=29996
--- Comment #4 from camillo.lugaresi+wine@gmail.com 2012-03-27 11:16:22 CDT --- Bug still exists in 1.5.0.
http://bugs.winehq.org/show_bug.cgi?id=29996
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution| |DUPLICATE
--- Comment #5 from Austin English austinenglish@gmail.com 2012-03-27 15:46:40 CDT --- (In reply to comment #2)
You could try narrowing it down to a particular file, likely in user32. See http://wiki.winehq.org/Clang for known issues.
Looked at this, it's user32/dialog.c that miscompiles. See http://llvm.org/bugs/show_bug.cgi?id=9707. There's a wine bug for user32/tests/dialog.c failing, so probably a dupe of that.
*** This bug has been marked as a duplicate of bug 25831 ***
http://bugs.winehq.org/show_bug.cgi?id=29996
Frédéric Delanoy frederic.delanoy@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #6 from Frédéric Delanoy frederic.delanoy@gmail.com 2012-03-29 06:45:30 CDT --- Closing.