http://bugs.winehq.org/show_bug.cgi?id=30728
Bug #: 30728 Summary: Microsoft SQL Server Management Studio Express 2005: Connection window is stretched vertically Product: Wine Version: 1.5.4 Platform: x86 URL: http://www.microsoft.com/download/en/details.aspx?id=8 961 OS/Version: Linux Status: UNCONFIRMED Severity: trivial Priority: P2 Component: -unknown AssignedTo: wine-bugs@winehq.org ReportedBy: djelinski1@gmail.com Classification: Unclassified
Created attachment 40232 --> http://bugs.winehq.org/attachment.cgi?id=40232 To the left screenshot from wine 1.5.4, to the right wine 1.5.2
After fixing bug 30559 there appeared another one: the connection window that is displayed on startup of Microsoft SQL Server Management Studio 2005 Express is taller than it should be. See attached screenshots: one is taken from wine 1.5.4 and is stretched, the other one is taken from wine 1.5.2 and has correct height. You may also google "sql management studio" for lots of screenshots taken under different versions of Windows. Note that under Windows there is no gray area between app logo and Title bar and between app logo and the red strip.
I tested the application in wine 1.5.2 with native gdiplus installed and it looked the same way as it looks now with wine 1.5.4, so the patches are not the source of the problem, they merely exposed a problem located elsewhere.
To reproduce the problem: MS SQL Server Management Studio Express 2005: http://www.microsoft.com/download/en/details.aspx?id=8961
Prerequisites: winetricks dotnet20 recent version of Windows (Vista or newer) selected in winecfg
http://bugs.winehq.org/show_bug.cgi?id=30728
Daniel Jelinski djelinski1@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |dotnet, download
http://bugs.winehq.org/show_bug.cgi?id=30728
--- Comment #1 from Nikolay Sivov bunglehead@gmail.com 2012-05-19 13:37:09 CDT --- Please perform a regression test (http://wiki.winehq.org/RegressionTesting). Shouldn't take too long cause versions are close enough.
http://bugs.winehq.org/show_bug.cgi?id=30728
--- Comment #2 from Daniel Jelinski djelinski1@gmail.com 2012-05-19 14:47:03 CDT --- The patches that fixed bug 30559 caused the regression. Other than that, this app was not runnable between wine 1.5.2 and wine 1.5.4 because of that bug.
http://bugs.winehq.org/show_bug.cgi?id=30728
--- Comment #3 from Nikolay Sivov bunglehead@gmail.com 2012-05-19 15:16:46 CDT --- (In reply to comment #2)
The patches that fixed bug 30559 caused the regression. Other than that, this app was not runnable between wine 1.5.2 and wine 1.5.4 because of that bug.
Okay, so native gdiplus fixes this dialog for you?
http://bugs.winehq.org/show_bug.cgi?id=30728
--- Comment #4 from Daniel Jelinski djelinski1@gmail.com 2012-05-19 15:35:06 CDT --- no, it's the opposite way. Wine 1.5.4 looks wrong, wine 1.5.2 with native gdiplus looks the same as wine 1.5.4. So you might say that native gdiplus breaks things. My guess is that this is a bug in gdi32, which coupled with a bug in gdiplus caused the window to look just right in wine 1.5.2. Now that Dmitry fixed gdiplus, this bug appeared.
http://bugs.winehq.org/show_bug.cgi?id=30728
Daniel Jelinski djelinski1@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |dmitry@baikal.ru
--- Comment #5 from Daniel Jelinski djelinski1@gmail.com 2012-05-20 14:17:18 CDT --- Please disregard comment 2, I was too hasty. The real story was that before commit 9b5b04c1c1a7b32dd3e1e453b6d739082c4ccede the window had the right size with builtin gdiplus. After that commit the window occupied the entire screen and no text was visible - that was part of bug 30559. Then that bug was fixed (the list of patches is here: http://bugs.winehq.org/show_bug.cgi?id=30559#c12) and since then the window has the new, incorrect size.
Adding the author of the patches to CC.
http://bugs.winehq.org/show_bug.cgi?id=30728
--- Comment #6 from Dmitry Timoshkov dmitry@baikal.ru 2012-05-20 22:28:51 CDT --- Please attach a screenshot how it's supposed to look like.
http://bugs.winehq.org/show_bug.cgi?id=30728
--- Comment #7 from Daniel Jelinski djelinski1@gmail.com 2012-05-21 01:01:17 CDT --- Created attachment 40243 --> http://bugs.winehq.org/attachment.cgi?id=40243 screenshot 1
http://bugs.winehq.org/show_bug.cgi?id=30728
--- Comment #8 from Daniel Jelinski djelinski1@gmail.com 2012-05-21 01:02:56 CDT --- Created attachment 40244 --> http://bugs.winehq.org/attachment.cgi?id=40244 screenshot 2
Attached 2 examples probably from different Windows versions, found via google.
http://bugs.winehq.org/show_bug.cgi?id=30728
--- Comment #9 from Dmitry Timoshkov dmitry@baikal.ru 2012-05-21 02:38:38 CDT --- (In reply to comment #8)
Attached 2 examples probably from different Windows versions, found via google.
If native gdiplus doesn't fix it where is the regression?
http://bugs.winehq.org/show_bug.cgi?id=30728
--- Comment #10 from Daniel Jelinski djelinski1@gmail.com 2012-05-21 02:41:48 CDT --- The window had correct size with the previous, broken gdiplus.
http://bugs.winehq.org/show_bug.cgi?id=30728
Dmitry Timoshkov dmitry@baikal.ru changed:
What |Removed |Added ---------------------------------------------------------------------------- CC|dmitry@baikal.ru |
--- Comment #11 from Dmitry Timoshkov dmitry@baikal.ru 2012-05-21 02:46:06 CDT --- (In reply to comment #10)
The window had correct size with the previous, broken gdiplus.
Then the bug is somewhere else, gdiplus behaves as intended.
http://bugs.winehq.org/show_bug.cgi?id=30728
--- Comment #12 from Daniel Jelinski djelinski1@gmail.com 2013-06-19 16:18:37 CDT --- Still present in 1.6-rc2