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