https://bugs.winehq.org/show_bug.cgi?id=48177
Bug ID: 48177 Summary: Microsoft SQL Server Management Studio 18.4 installer silently exits Product: Wine Version: 4.20 Hardware: x86 OS: Linux Status: NEW Severity: normal Priority: P2 Component: ntdll Assignee: wine-bugs@winehq.org Reporter: damjan.jov@gmail.com Distribution: ---
$ wine SSMS-Setup-ENU.exe 0009:fixme:heap:RtlSetHeapInformation (nil) 1 (nil) 0 stub 0009:fixme:ntdll:NtQueryInformationToken QueryInformationToken( ..., TokenElevation, ...) semi-stub
(exits immediately, no UI)
$ md5sum SSMS-Setup-ENU.exe 65d034096b63c6ec9051951bcf10088c SSMS-Setup-ENU.exe
https://bugs.winehq.org/show_bug.cgi?id=48177
--- Comment #1 from Damjan Jovanovic damjan.jov@gmail.com --- A +relay shows the reason it exits: it calls ExitProcess():
002b:Call KERNEL32.Wow64RevertWow64FsRedirection(00000000) ret=00435a29 002b:Call ntdll.RtlWow64EnableFsRedirection(00000001) ret=71255cac 002b:Ret ntdll.RtlWow64EnableFsRedirection() retval=c0000002 ret=71255cac 002b:Call ntdll.RtlNtStatusToDosError(c0000002) ret=71255cd1 002b:Ret ntdll.RtlNtStatusToDosError() retval=00000001 ret=71255cd1 002b:Ret KERNEL32.Wow64RevertWow64FsRedirection() retval=00000000 ret=00435a29 002b:Call KERNEL32.ExitProcess(00000001) ret=00435a35
https://bugs.winehq.org/show_bug.cgi?id=48177
--- Comment #2 from Damjan Jovanovic damjan.jov@gmail.com --- Created attachment 65811 --> https://bugs.winehq.org/attachment.cgi?id=65811 Hack RtlWow64EnableFsRedirection() to always succeed
This hack, which makes RtlWow64EnableFsRedirection() always return STATUS_SUCCESS, gets it further. (It then dies in Mono, a separate issue.) Hence why I made "ntdll" the "Component".
https://bugs.winehq.org/show_bug.cgi?id=48177
Damjan Jovanovic damjan.jov@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- URL| |https://docs.microsoft.com/ | |en-us/sql/ssms/download-sql | |-server-management-studio-s | |sms?view=sql-server-ver15 Keywords| |download
--- Comment #3 from Damjan Jovanovic damjan.jov@gmail.com --- Add link to download page.