https://bugs.winehq.org/show_bug.cgi?id=42028
Bug ID: 42028 Summary: Xilinx Vivado 2014.4 installer fails: findstr is a stub Product: Wine Version: 2.0-rc1 Hardware: x86 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: programs Assignee: wine-bugs@winehq.org Reporter: jack.lovell@ukaea.uk Distribution: ---
Created attachment 56491 --> https://bugs.winehq.org/attachment.cgi?id=56491 Log output until the installer crashes.
When trying to run the Xilinx Vivado 2014.4 web installer, the program crashes shortly after startup. A look at the log output suggests the installer is calling systeminfo and piping the output to findstr to get the OS version. However, findstr is a stub, and so outputs nothing to stdout.
I have filed the systeminfo stub as a separate bug report (42027)