https://bugs.winehq.org/show_bug.cgi?id=42027
Bug ID: 42027 Summary: Xilinx Vivado 2014.4 installer fails: systeminfo is a stub Product: Wine Version: 2.0-rc1 Hardware: x86 OS: Mac OS X Status: UNCONFIRMED Severity: normal Priority: P2 Component: programs Assignee: wine-bugs@winehq.org Reporter: jack.lovell@ukaea.uk
Created attachment 56490 --> https://bugs.winehq.org/attachment.cgi?id=56490 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, systeminfo is a stub, and so outputs nothing to stdout.
I plan to file the findstr stub as a separate bug report.
https://bugs.winehq.org/show_bug.cgi?id=42027
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |austinenglish@gmail.com
--- Comment #1 from Austin English austinenglish@gmail.com --- fixme:systeminfo:wmain stub: L"systeminfo" fixme:findstr:wmain stub: L"findstr" L"/B" L"/C:OS Name" L"/C:OS Version"
it's also using a device driver. What is this program for?
https://bugs.winehq.org/show_bug.cgi?id=42027
--- Comment #2 from jack.lovell@ukaea.uk --- Do you mean the following line? err:winedevice:async_create_driver failed to create driver L"XilinxPC4Driver": c0000002
The software is a toolchain for FPGA development. The "PC4" seems to refer to Xilinx's Parallel Cable IV (https://www.xilinx.com/support/documentation/user_guides/xtp029.pdf), the driver for which is supposed to be installed when the software is installed. But this certainly isn't required for using the toolchain.
https://bugs.winehq.org/show_bug.cgi?id=42027
--- Comment #3 from jack.lovell@ukaea.uk --- FWIW, the XilinxPC4Driver error message also appears when running the Xilinx ISE installer, but that program works fine without the driver (as in appDB).
https://bugs.winehq.org/show_bug.cgi?id=42027
--- Comment #4 from Austin English austinenglish@gmail.com --- (In reply to jack.lovell from comment #3)
FWIW, the XilinxPC4Driver error message also appears when running the Xilinx ISE installer, but that program works fine without the driver (as in appDB).
I don't think it's the immediate problem, may be in the future, but I was mostly just curious.
https://bugs.winehq.org/show_bug.cgi?id=42027
Louis Lenders xerox.xerox2000x@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |xerox.xerox2000x@gmail.com
--- Comment #5 from Louis Lenders xerox.xerox2000x@gmail.com --- Created attachment 67853 --> https://bugs.winehq.org/attachment.cgi?id=67853 patch
Attached patch that gives systeminfo providing some basic info.
About 70% of the code is stolen (copy/paste) from wine/programs/wmic, for now it supports writing output in csv format and "normal" format.
For now from system configuration only windowsversion, biosversion an ramsize is written, but most leftovers can be added easily by filling in the corresponding wmi queries.
https://bugs.winehq.org/show_bug.cgi?id=42027
Louis Lenders xerox.xerox2000x@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Attachment #67853|0 |1 is obsolete| |
--- Comment #6 from Louis Lenders xerox.xerox2000x@gmail.com --- Created attachment 67893 --> https://bugs.winehq.org/attachment.cgi?id=67893 updated patch
Updated patch, previous had bug
This works ok now for : wine cmd /c systeminfo | findstr "/B" "/C:OS Name" "/C:OS Version"
https://bugs.winehq.org/show_bug.cgi?id=42027
Alistair Leslie-Hughes leslie_alistair@hotmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Ever confirmed|0 |1 Status|UNCONFIRMED |STAGED CC| |leslie_alistair@hotmail.com Staged patchset| |https://github.com/wine-sta | |ging/wine-staging/tree/mast | |er/patches/programs-systemi | |nfo Keywords| |patch