http://bugs.winehq.org/show_bug.cgi?id=29681
Bug #: 29681 Summary: tracefmt from Windows Platform SDK 7.1 crashes due to unimplemented function ADVAPI32.dll.CloseTrace Product: Wine Version: 1.3.37 Platform: x86 OS/Version: Linux Status: NEW Severity: normal Priority: P2 Component: advapi32 AssignedTo: wine-bugs@winehq.org ReportedBy: focht@gmx.net Classification: Unclassified
Hello,
--- snip --- $ pwd /home/focht/.wine/drive_c/Program Files/Microsoft SDKs/Windows/v7.1/Bin ... $ wine ./tracefmt.exe fixme:heap:HeapSetInformation (nil) 1 (nil) 0 Examining C:\Program Files\Microsoft SDKs\Windows\v7.1\Bin\default.tmf for message formats, none found, file not found Searching for TMF files on path: (null) fixme:advapi:OpenTraceW 0x1337d8: stub Logfile C:\Logfile.Etl: OS version 0.0.0 (Currently running on 5.0.2195) Start Time 1601-01-01-01:00:00.000 End Time Not set (Logger may not have been stopped). Timezone is (Bias is 0mins) BufferSize 0 B Maximum File Size 0 MB Buffers Written Not set (Logger may not have been stopped). Logger Mode Settings (0) Logfile Mode is not set ProcessorCount 0 fixme:advapi:ProcessTrace 0x32dd6c 1 (nil) (nil): stub Error processing trace entry with status=0x78 (GetLastError=0xb7) wine: Call from 0x7bc4bd9a to unimplemented function ADVAPI32.dll.CloseTrace, aborting wine: Unimplemented function ADVAPI32.dll.CloseTrace called at address 0x7bc4bd9a (thread 0024), starting debugger... --- snip ---
Regards
http://bugs.winehq.org/show_bug.cgi?id=29681
Anastasius Focht focht@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |download URL| |http://www.microsoft.com/do | |wnload/en/details.aspx?id=8 | |279
--- Comment #1 from Anastasius Focht focht@gmx.net 2012-01-22 13:51:19 CST --- Hello,
filling fields. SDK 7.1 installer needs .NET 4.0 Framework prerequisite installed
$ sha1sum winsdk_web.exe a8717ebb20a69c7efa85232bcb9899b8b07f98cf winsdk_web.exe
$ wine --version wine-1.3.37-254-g14b790a
Regards
http://bugs.winehq.org/show_bug.cgi?id=29681
--- Comment #2 from Austin English austinenglish@gmail.com 2012-01-23 20:10:11 CST --- http://source.winehq.org/patches/data/83121
http://bugs.winehq.org/show_bug.cgi?id=29681
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Fixed by SHA1| |ce233a46e066c2433c6e9cf7b34 | |5b6982b7b3dcd Status|NEW |RESOLVED Resolution| |FIXED
--- Comment #3 from Austin English austinenglish@gmail.com 2012-01-27 12:26:21 CST --- (In reply to comment #2)
http://source.winehq.org/git/wine.git/commitdiff/ce233a46e066c2433c6e9cf7b34...
http://bugs.winehq.org/show_bug.cgi?id=29681
Alexandre Julliard julliard@winehq.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #4 from Alexandre Julliard julliard@winehq.org 2012-01-27 14:17:26 CST --- Closing bugs fixed in 1.4-rc1.
https://bugs.winehq.org/show_bug.cgi?id=29681
Anastasius Focht focht@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- URL|http://www.microsoft.com/do |https://web.archive.org/web |wnload/en/details.aspx?id=8 |/20110805064614/http://down |279 |load.microsoft.com/download | |/A/6/A/A6AC035D-DA3F-4F0C-A | |DA4-37C8E5D34E3D/winsdk_web | |.exe
--- Comment #5 from Anastasius Focht focht@gmx.net --- Hello folks,
adding stable download link via Internet Archive.
https://web.archive.org/web/20110805064614/http://download.microsoft.com/dow...
https://www.virustotal.com/gui/file/9ea8d82a66a33946e8673df92d784971b35b8f65...
$ sha1sum winsdk_web.exe a8717ebb20a69c7efa85232bcb9899b8b07f98cf winsdk_web.exe
$ du -sh winsdk_web.exe 500K winsdk_web.exe
The web-installer is only a bootstrapper and snapshotting it alone via archive.org is not future-safe. Many (web)installers and payloads have vanished from MDC (Microsoft download center) in 2020.
Full offline installer / ISO (32-bit):
https://web.archive.org/web/20120107114630/http://www.microsoft.com/download...
->
https://web.archive.org/web/20140809051201/http://www.microsoft.com/en-us/do...
->
https://web.archive.org/web/20140728031703/http://download.microsoft.com/dow...
$ sha1sum GRMSDK_EN_DVD.iso cde254e83677c34c8fd509d6b733c32002fe3572 GRMSDK_EN_DVD.iso
$ du -sh GRMSDK_EN_DVD.iso 568M GRMSDK_EN_DVD.iso
Having the full offline installer makes it easier to further minimize the required package dependencies without running anything:
--- snip --- $ grep -Hrni tracefmt Binary file Setup/WinSDKWin32Tools/cab1.cab matches Binary file Setup/WinSDKWin32Tools/WinSDKWin32Tools_x86.msi matches --- snip ---
Using the installer info from https://bugs.winehq.org/show_bug.cgi?id=29721#c7 one can construct the URLs for the necessary payloads:
* https://web.archive.org/web/20211121111905/https://download.microsoft.com/do...
https://www.virustotal.com/gui/file/e2f436b126440f6da6a4f612f2296c1eba24ffc4...
$ sha1sum cab1.cab 70208a2d86ff899c27085e4c2b208aa86c364dbb cab1.cab
$ du -sh cab1.cab 7.9M cab1.cab
* https://web.archive.org/web/20211121112005/https://download.microsoft.com/do...
https://www.virustotal.com/gui/file/c32b16edb2d37f309115b7473d9bfe822af94c73...
$ sha1sum WinSDKWin32Tools_x86.msi 9d214c53242dfd13b8b009a70f6ed8efd10963c7 WinSDKWin32Tools_x86.msi
$ du -sh WinSDKWin32Tools_x86.msi 728K WinSDKWin32Tools_x86.msi
Minimal offline install with above packages downloaded prior:
--- snip --- $ wine msiexec -i WinSDKWin32Tools_x86.msi --- snip ---
Regards