[Bug 30069] Microsoft SQL Server 2000 Desktop Engine (MSDE 2000) Release A needs LPC for shared memory communications (NtCreatePort and friends)

WineHQ Bugzilla wine-bugs at winehq.org
Mon Nov 8 03:08:36 CST 2021


https://bugs.winehq.org/show_bug.cgi?id=30069

Anastasius Focht <focht at gmx.net> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                URL|http://www.microsoft.com/do |https://web.archive.org/web
                   |wnload/en/details.aspx?id=2 |/20101225105840/http://down
                   |2661                        |load.microsoft.com/download
                   |                            |/d/5/4/d5402c33-65de-4464-9
                   |                            |d82-d1de2971d9db/MSDE2000A.
                   |                            |exe

--- Comment #10 from Anastasius Focht <focht at gmx.net> ---
Hello folks,

adding stable download link via Internet Archive:

https://web.archive.org/web/20101225105840/http://download.microsoft.com/download/d/5/4/d5402c33-65de-4464-9d82-d1de2971d9db/MSDE2000A.exe

$ sha1sum MSDE2000A.exe 
84967a13671758c9e7cd2b19cdb60cce634cd869  MSDE2000A.exe

$ du -sh MSDE2000A.exe 
43M    MSDE2000A.exe

Obviously still present. Not that it matters much: it fails a bit earlier now
due to
https://source.winehq.org/git/wine.git/commitdiff/52202224d9ab8316896370db2af6399a5fb7b916
("ntdll: Comment out stubs for Nt and Zw functions.
")

https://source.winehq.org/git/wine.git/blob/20f1a677b664b3d0d3dc038ffb9ab4f4e4aa6274:/dlls/ntdll/ntdll.spec#l348

--- snip ---
$ pwd
/home/focht/.wine/drive_c/MSSQL/Binn

$ WINEDEBUG=+seh,+relay wine sqlservr.exe -sMSSQLSERVER >>log.txt 2>&1

00dc:Call KERNEL32.LoadLibraryA(42cd4000 "ntdll.dll") ret=42cd115b
...
00dc:Call ntdll.LdrLoadDll(0026d308
L"C:\\MSSQL\\Binn;C:\\windows\\system32;C:\\windows\\system;C:\\windows;.;C:\\windows\\system32;C:\\windows;C:\\windows\\system32\\wbem;C:\\windows\\system32\\WindowsPowershell\\v1.0;C:\\Program
Files\\Microsoft SQL Server\\80\\Tools\\Binn\\",00000000,03cdbf80,03cdbf68)
ret=7b01c14d
00dc:Ret  ntdll.LdrLoadDll() retval=00000000 ret=7b01c14d
00dc:Call ntdll.RtlReleasePath(0026d308) ret=7b01c1af
00dc:Ret  ntdll.RtlReleasePath() retval=00000001 ret=7b01c1af
00dc:Ret  KERNEL32.LoadLibraryA() retval=7bc00000 ret=42cd115b
00dc:Call KERNEL32.GetProcAddress(7bc00000,42cd400c "NtCreatePort")
ret=42cd1178
00dc:Ret  KERNEL32.GetProcAddress() retval=7bc02c0c ret=42cd1178
00dc:Call KERNEL32.GetProcAddress(7bc00000,42cd401c "NtConnectPort")
ret=42cd119a
00dc:Ret  KERNEL32.GetProcAddress() retval=7bc02a0c ret=42cd119a
00dc:Call KERNEL32.GetProcAddress(7bc00000,42cd402c "NtListenPort")
ret=42cd11bc
00dc:Ret  KERNEL32.GetProcAddress() retval=7bc030ec ret=42cd11bc
00dc:Call KERNEL32.GetProcAddress(7bc00000,42cd403c "NtAcceptConnectPort")
ret=42cd11de
00dc:Ret  KERNEL32.GetProcAddress() retval=7bc0276c ret=42cd11de
00dc:Call KERNEL32.GetProcAddress(7bc00000,42cd4050 "NtCompleteConnectPort")
ret=42cd1200
00dc:Ret  KERNEL32.GetProcAddress() retval=7bc029ec ret=42cd1200
00dc:Call KERNEL32.GetProcAddress(7bc00000,42cd4068 "NtReplyWaitReceivePort")
ret=42cd1222
00dc:Ret  KERNEL32.GetProcAddress() retval=7bc03bcc ret=42cd1222
00dc:Call KERNEL32.GetProcAddress(7bc00000,42cd4080 "NtReplyPort") ret=42cd1244
00dc:Ret  KERNEL32.GetProcAddress() retval=00000000 ret=42cd1244
00dc:Call KERNEL32.FreeLibrary(7bc00000) ret=42cd12fe
00dc:Call ntdll.LdrUnloadDll(7bc00000) ret=7b01b97f
00dc:Ret  ntdll.LdrUnloadDll() retval=00000000 ret=7b01b97f
00dc:Ret  KERNEL32.FreeLibrary() retval=00000001 ret=42cd12fe
00dc:Call KERNEL32.GetLastError() ret=42cd1996
00dc:Ret  KERNEL32.GetLastError() retval=0000007f ret=42cd1996
...
00dc:Call
advapi32.ReportEventA(cafe4242,00000001,00000008,c0004a43,00000000,00000001,00000000,03cdc53c,00000000)
ret=42cf5b96
00dc:fixme:advapi:ReportEventA
(CAFE4242,0x0001,0x0008,0xc0004a43,00000000,0x0001,0x00000000,03CDC53C,00000000):
stub
00dc:fixme:advapi:ReportEventW
(CAFE4242,0x0001,0x0008,0xc0004a43,00000000,0x0001,0x00000000,0026CEB0,00000000):
stub
00dc:err:eventlog:ReportEventW L"ConnectionListen(Shared-Memory (LPC)) : Error
127"
00dc:Ret  advapi32.ReportEventA() retval=00000001 ret=42cf5b96 
...
--- snip ---

$ wine --version
wine-6.21

Regards

-- 
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.


More information about the wine-bugs mailing list