[Bug 50026] Powershell Core errors (in win10 mode) with: Attempting to perform the Start operation on the 'FileSystem' provider failed. Unable to find an entry point named 'RtlQueryProcessPlaceholderCompatibilityMode' in DLL 'ntd ll.dll'.

WineHQ Bugzilla wine-bugs at winehq.org
Sun Oct 18 13:53:11 CDT 2020


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

--- Comment #1 from Louis Lenders <xerox.xerox2000x at gmail.com> ---
patch sent:
https://www.winehq.org/pipermail/wine-devel/2020-October/175786.html

Additional info: The following command fails in win10 mode due to missing stub:

wine pwsh -c "(Get-PSDrive C).Free"                                             

Attempting to perform the Start operation on the 'FileSystem' provider failed.
Unable to find an entry point named
'RtlQueryProcessPlaceholderCompatibilityMode' in DLL 'ntdll.dll'.
Get-PSDrive: Cannot find drive. A drive with the name 'C' does not exist.


With the patch (stub) it reports correctly:

wine pwsh -c "(Get-PSDrive C).Free"                                             
7910072320

-- 
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