[Bug 42027] New: Xilinx Vivado 2014.4 installer fails: systeminfo is a stub
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(a)winehq.org Reporter: jack.lovell(a)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. -- 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.
https://bugs.winehq.org/show_bug.cgi?id=42027 Austin English <austinenglish(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |austinenglish(a)gmail.com --- Comment #1 from Austin English <austinenglish(a)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? -- 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.
https://bugs.winehq.org/show_bug.cgi?id=42027 --- Comment #2 from jack.lovell(a)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. -- 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.
https://bugs.winehq.org/show_bug.cgi?id=42027 --- Comment #3 from jack.lovell(a)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). -- 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.
https://bugs.winehq.org/show_bug.cgi?id=42027 --- Comment #4 from Austin English <austinenglish(a)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. -- 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.
https://bugs.winehq.org/show_bug.cgi?id=42027 Louis Lenders <xerox.xerox2000x(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |xerox.xerox2000x(a)gmail.com --- Comment #5 from Louis Lenders <xerox.xerox2000x(a)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. -- 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.
https://bugs.winehq.org/show_bug.cgi?id=42027 Louis Lenders <xerox.xerox2000x(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #67853|0 |1 is obsolete| | --- Comment #6 from Louis Lenders <xerox.xerox2000x(a)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" -- 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.
https://bugs.winehq.org/show_bug.cgi?id=42027 Alistair Leslie-Hughes <leslie_alistair(a)hotmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Ever confirmed|0 |1 Status|UNCONFIRMED |STAGED CC| |leslie_alistair(a)hotmail.com Staged patchset| |https://github.com/wine-sta | |ging/wine-staging/tree/mast | |er/patches/programs-systemi | |nfo Keywords| |patch -- 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.
participants (2)
-
wine-bugs@winehq.org -
WineHQ Bugzilla