http://bugs.winehq.org/show_bug.cgi?id=27475
Summary: Windows Sysinternals "Process Explorer" needs winsta.dll.WinStationGetProcessSid stub Product: Wine Version: 1.3.22 Platform: x86 OS/Version: Linux Status: NEW Severity: normal Priority: P2 Component: -unknown AssignedTo: wine-bugs@winehq.org ReportedBy: focht@gmx.net
Hello,
"Process Explorer" from sysinternals breaks on missing winsta.dll.WinStationGetProcessSid() stub.
--- snip --- $ wine ./procexp.exe fixme:system:SetProcessDPIAware stub! fixme:module:NtLoadDriver (0x32f4fc), stub! fixme:ntdll:NtQuerySystemInformation (0x00000040,(nil),0x00000000,(nil)) stub fixme:ntdll:NtCreateJobObject stub: 0x32f5c4 1f001f <null> fixme:ntdll:NtQuerySystemInformation info_class SYSTEM_HANDLE_INFORMATION fixme:msg:ChangeWindowMessageFilter 7f2 00000001 fixme:wtsapi:WTSEnumerateSessionsA Stub (nil) 0x00000000 0x00000001 0x32eef0 0x32eeec fixme:process:GetLogicalProcessorInformation ((nil),0x32eee4): stub fixme:ntdll:NtPowerInformation semi-stub: SystemPowerCapabilities fixme:ntdll:NtPowerInformation semi-stub: SystemPowerCapabilities fixme:msg:pack_message msg 14 (WM_ERASEBKGND) not supported yet fixme:advapi:ControlTraceA (0, (null), 0x49f810, 3) stub fixme:ntdll:NtQuerySystemInformation info_class SYSTEM_INTERRUPT_INFORMATION fixme:service:EnumServicesStatusExW resume handle not supported fixme:service:EnumServicesStatusExW resume handle not supported wine: Call from 0x7b839f53 to unimplemented function winsta.dll.WinStationGetProcessSid, aborting wine: Unimplemented function winsta.dll.WinStationGetProcessSid called at address 0x7b839f53 (thread 0009), starting debugger... Unhandled exception: unimplemented function winsta.dll.WinStationGetProcessSid called in 32-bit code (0x7b839f53). --- snip ---
$ wine --version wine-1.3.22-31-g98394f2
Regards