[Bug 49460] where.exe is missing in wine (affects Waves Central )

WineHQ Bugzilla wine-bugs at winehq.org
Wed Jul 1 06:52:10 CDT 2020


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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
          Component|-unknown                    |programs

--- Comment #2 from Louis Lenders <xerox.xerox2000x at gmail.com> ---
In fact turns out this bug in Waves Central can be bypassed by adding complete
stub where.exe. It than runs into


13:43:24 [warning]  WinNodeDisk::parseOutput not output to parse
13:43:24 [critical] MainInitialization::init validator
ElectronWindowsInitializerValidator returned fail
13:43:24 [critical] Main:init has failed to initialize Waves Central cannot
detect the free space on your OS drive. Therefore, it cannot install software
or manage licenses.

which is caused by app trying to run powershell.exe (Get-PSDrive C).Free;
Apparently this is not supported by (installed) powershell 2.0 (???)

Without stub where.exe it ends earlier with :
13:47:16 [warning]  ElectronWindowsInitializerValidator::validate failed to
find powershell location
13:47:16 [warning]  ElectronWindowsInitializerValidator::validate ps path exist
13:47:16 [critical] MainInitialization::init validator
ElectronWindowsInitializerValidator returned fail
13:47:16 [critical] Main:init has failed to initialize Waves Central cannot
access PowerShell.

Will send patch to wine-devel

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