http://bugs.winehq.org/show_bug.cgi?id=21511
Summary: wsmanhttpconfig.exe tool from Windows Management Framework Core (PowerShell 2.0) needs msvcrt.dll._scwprintf Product: Wine Version: 1.1.37 Platform: x86 URL: http://www.microsoft.com/downloads/details.aspx?Family Id=60cb5b6c-6532-45e0-ab0f-a94ae9ababf5&displaylang=en OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: msvcrt AssignedTo: wine-bugs@winehq.org ReportedBy: focht@gmx.net
Hello,
the Windows Management Framework Core (PowerShell 2.0) installer runs wsmanhttpconfig.exe (Web Services for Management) tool to register services which fails.
.NET 2.0 SP1 is needed prerequisite
--- snip --- ... 0022:trace:process:CreateProcessW app (null) cmdline L"C:\windows\system32\wsmanhttpconfig.exe install" ... 0022:trace:process:CreateProcessW started process pid 0047 tid 000d ... 000d:fixme:httpapi:HttpInitialize ({1,0}, 0x2, (nil)): stub! 000d:trace:seh:raise_exception code=80000100 flags=1 addr=0x7bc4ac0a ip=7bc4ac0a tid=000d 000d:trace:seh:raise_exception info[0]=010305d6 000d:trace:seh:raise_exception info[1]=01030db8 wine: Call from 0x7bc4ac0a to unimplemented function msvcrt.dll._scwprintf, aborting --- snip ---
Implementing _scwprintf (using MSVCRT_vsnwprintf) lets the tool successfully finish.
Regards