http://bugs.winehq.org/show_bug.cgi?id=3051
------- Additional Comments From cesarb(a)cesarb.net 2007-31-05 18:24 -------
I just noticed the addition of the "Abandoned?" tag, and as the one who
suggested the native msvcrt workaround, I took a look at the git stories. The
distinctive FIXME ("not translating name %s to locate program") was removed on
2006-04-05 15:37:01, by a change titled "msvcrt: Append extension(.exe) for
_spawnve argument."
It's possible that the bug was fixed by that change; however, I do not have
anymore the application which originally showed the issue for me.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=8554
Summary: 'net' utility prints text to xterm, not to wineconsole
Product: Wine
Version: 0.9.37.
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-programs
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: lich(a)math.spbu.ru
If I type in xterm
$ wineconsole --backend=user cmd
and in console
c:\> net
the text will be printed in xterm, not in wineconsole.
The reason is hidden in AllocConsole - Windows keeps StdHandles values,
allowing to use smth like:
HANDLE h = GetStdHandle(STD_OUTPUT_HANDLE);
FreeConsole();
AllocConsole();
WriteConsole(h....) // This will use NEW console!
This allows msvcrt to work correct when new console is created. From this point
of view current implementation of msvcrt is correct, but does not work, because
wine does not keep handles.
Proposed solution: do not use msvcrt and use output routines like in cmd - they
contain some tricks with codepages output.
And it may be much better to unicodize net.exe utility. It will solve many
possible problems in the future.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=1930
Speeddymon(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |ABANDONED
------- Additional Comments From Speeddymon(a)gmail.com 2007-31-05 18:05 -------
No response from bug reporter in over 1 yr. Abandoned
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=1917
Speeddymon(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |NEW
Ever Confirmed| |1
Keywords| |Abandoned?
------- Additional Comments From Speeddymon(a)gmail.com 2007-31-05 18:04 -------
With a lot of window management changes having been committed since the last
comment was posted, is this still an issue on current wine?
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=1835
Speeddymon(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |NEW
Ever Confirmed| |1
------- Additional Comments From Speeddymon(a)gmail.com 2007-31-05 18:02 -------
I guess it should be confirmed either way, since he did verify it at one point
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=1835
------- Additional Comments From Speeddymon(a)gmail.com 2007-31-05 18:01 -------
Is this still an issue?
Since Jason was the last one working on this, and he has things on hold, should
this be resolved/LATER ??
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=1784
Speeddymon(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Keywords| |Abandoned?
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=1765
Speeddymon(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Keywords| |Abandoned?
------- Additional Comments From Speeddymon(a)gmail.com 2007-31-05 17:46 -------
Is this still an issue in current wine release?
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=1731
Speeddymon(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |ABANDONED
------- Additional Comments From Speeddymon(a)gmail.com 2007-31-05 17:45 -------
No response from bug reporter in over 1 yr, abandoned
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=1714
Speeddymon(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |ABANDONED
------- Additional Comments From Speeddymon(a)gmail.com 2007-31-05 17:44 -------
No response from bug reporter in over 1 yr, abandoned
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.