http://bugs.winehq.org/show_bug.cgi?id=30444
Bug #: 30444 Summary: Microsoft SQL Server Management Studio Express (SSMSE): opening new query window fails due to atl80 insufficiency Product: Wine Version: 1.5.2 Platform: x86 URL: http://go.microsoft.com/fwlink/?linkid=65212 OS/Version: Linux Status: UNCONFIRMED Severity: minor Priority: P2 Component: atl AssignedTo: wine-bugs@winehq.org ReportedBy: djelinski1@gmail.com Classification: Unclassified
Created attachment 39803 --> http://bugs.winehq.org/attachment.cgi?id=39803 log of ssmsee.exe - steps as described.
To reproduce: - run application - connection window appears. Cancel this window. - click New query button in the top toolbar. Another connection window appeaers. Connect to a running instance of MS SQL Server. A message box informing about an unhandled exception appears. It is possible to click Continue, however the window that appears is unusable.
It used to work fine in wine-1.5.1. The commit that broke was "atl80: new dll". There exists an easy workaround - start winecfg and in libraries tab set atl80 to native - the native dll is installed by application installer, so no further steps are required.
winetricks dotnet20 and a recent version of windows in winecfg is needed to start the application. Running instance of SQL Server is needed to reproduce this bug.