http://bugs.winehq.org/show_bug.cgi?id=28190
Summary: winepath: No output in wineconsole Product: Wine Version: 1.3.26 Platform: x86 OS/Version: All Status: NEW Severity: normal Priority: P2 Component: programs AssignedTo: wine-bugs@winehq.org ReportedBy: fgouget@codeweavers.com
To reproduce this start the console with 'wine wineconsole cmd' and then type 'winepath c:' in the wine console.
The usage will be displayed in the terminal in which you started the wineconsole instead of in wineconsole itself. This is because winepath uses regular Unix stdio functions like printf() instead of WriteConsole().
See the XCOPY_wprintf() function in programs/xcopy/xcopy.c or the output_*() functions in programs/net/net.c for a model on how to fix this.
After fixing this, verify that running 'winepath c:' still works fine in a regular xterm or equivalent.
(split off from bug 13861)
http://bugs.winehq.org/show_bug.cgi?id=28190
François Gouget fgouget@codeweavers.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |source Priority|P2 |P3 Severity|normal |enhancement
http://bugs.winehq.org/show_bug.cgi?id=28190
Dmitry Timoshkov dmitry@baikal.ru changed:
What |Removed |Added ---------------------------------------------------------------------------- OS/Version|All |other
http://bugs.winehq.org/show_bug.cgi?id=28190
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |download
http://bugs.winehq.org/show_bug.cgi?id=28190
Eric Pouech eric.pouech@orange.fr changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED CC| |eric.pouech@orange.fr Resolution| |WONTFIX
--- Comment #1 from Eric Pouech eric.pouech@orange.fr 2012-02-03 14:13:22 CST --- as of http://www.winehq.org/pipermail/wine-devel/2011-November/093145.html, this bug's status is set to WONTFIX
http://bugs.winehq.org/show_bug.cgi?id=28190
Jerome Leclanche adys.wh@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED CC| |adys.wh@gmail.com
--- Comment #2 from Jerome Leclanche adys.wh@gmail.com 2012-02-05 03:41:24 CST --- Closing