https://bugs.winehq.org/show_bug.cgi?id=53755
Bug ID: 53755 Summary: Missing setx.exe Product: Wine Version: 7.17 Hardware: x86-64 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: programs Assignee: wine-bugs@winehq.org Reporter: wine@thecybershadow.net Distribution: ---
The Wwise installer tries to invoke setx.exe to configure a persistent environment variable. The installer fails with the error message:
Installation failed. Error installing prerequisites: "Error: Can't set enviromnent variables: Command failed: %windir%/system32/setx "WWISEROOT" "C:\Program Files (x86)\Audiokinetic\Wwise 2021.1.0.7575" Can't recognize 'C:\windows/system32/setx "WWISEROOT" "C:\Program Files (x86)\Audiokinetic\Wwise 2021.1.0.7575"' as an internal or external command, or batch script. "
setx.exe seems to be a standard utility for configuring environment variables to be set by default.
An online reference: https://ss64.com/nt/setx.html
https://bugs.winehq.org/show_bug.cgi?id=53755
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- URL| |https://www.audiokinetic.co | |m/download/ Keywords| |download Summary|Missing setx.exe |Audiokinetic WWise needs | |setx.exe
https://bugs.winehq.org/show_bug.cgi?id=53755
mowinebugs@mail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |mowinebugs@mail.com
--- Comment #1 from mowinebugs@mail.com --- Created attachment 73424 --> https://bugs.winehq.org/attachment.cgi?id=73424 terminal output
https://bugs.winehq.org/show_bug.cgi?id=53755
--- Comment #2 from mowinebugs@mail.com --- Confirming.
The program in the download link installs fine but it appears to be a front-end for the actual program. If you go into Samples -> Samples it will say "First, install Wwise on your system.". Clicking the install button and following the steps causes the bug to occur.
In the future, please add steps to reproduce the problem.
The program installs successfully with a stubbed setx program.
https://bugs.winehq.org/show_bug.cgi?id=53755
--- Comment #3 from mowinebugs@mail.com --- Created attachment 73425 --> https://bugs.winehq.org/attachment.cgi?id=73425 Screenshot of the bug occurring
https://bugs.winehq.org/show_bug.cgi?id=53755
--- Comment #4 from mowinebugs@mail.com --- Hi, setx was added with commit 82e8d6036fd26485db32f2f88ebb7d7b4f6b2f9a
https://source.winehq.org/git/wine.git/commit/82e8d6036fd26485db32f2f88ebb7d...
Can you see if this fixed your bug?