[Bug 47820] Magic: The Gathering Arena installer needs powershell.exe implementation

WineHQ Bugzilla wine-bugs at winehq.org
Tue Dec 10 12:55:16 CST 2019


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

Louis Lenders <xerox.xerox2000x at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |xerox.xerox2000x at gmail.com

--- Comment #13 from Louis Lenders <xerox.xerox2000x at gmail.com> ---
Created attachment 65931
  --> https://bugs.winehq.org/attachment.cgi?id=65931
patch to let the installer finish

The innstaller finishes for me if wine`s stub powershell.exe is moved to the
(right) directory (see patch)

0049:Call KERNEL32.FindFirstFileW(00eb60e0
L"C:\\windows\\SysWOW64\\WindowsPowerShell\\v1.0\\powershell.exe",014ef084)
ret=01505ba5
0049:Ret  KERNEL32.FindFirstFileW() retval=ffffffff ret=01505ba5

Apparently it`s enough to move (stub) powershell.exe to that directory. Now it
also shows what the installer wants from powershell: 

006d:fixme:advapi:ParseStringSidToSid String constant not supported: L"CY"
006d:fixme:advapi:ParseStringSidToSid String constant not supported: L"IS"
007c:fixme:powershell:wmain stub: L"" L"-NoProfile" L"-Noninteractive"
L"-ExecutionPolicy" L"Bypass" L"-File" L"C:\\users\\louis\\Temp\\pss95fc.ps1"
0080:fixme:powershell:wmain stub: L"" L"-NoProfile" L"-Noninteractive"
L"-ExecutionPolicy" L"Bypass" L"-File" L"C:\\users\\louis\\Temp\\pss968b.ps1"
0088:fixme:powershell:wmain stub: L"" L"-NoProfile" L"-Noninteractive"
L"-ExecutionPolicy" L"Bypass" L"-File" L"C:\\users\\louis\\Temp\\pss96e1.ps1"
005b:fixme:uxtheme:IsCompositionActive : stub

Despite of stub powershell the installer finishes and the MTGALauncher.exe is
installed. Did not test further

Without the patch:
006b:fixme:advapi:ParseStringSidToSid String constant not supported: L"CY"
006b:fixme:advapi:ParseStringSidToSid String constant not supported: L"IS"
005e:err:msi:custom_get_thread_return Invalid Return Code 1627

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