http://bugs.winehq.org/show_bug.cgi?id=21539
--- Comment #2 from Python1320 laurikoivunen@hotmail.com 2010-02-04 04:57:09 --- (In reply to comment #1)
err:curses:WCCURSES_InitBackend (n)curses was not found.
That's your problem. Your Wine is compiled without (n)curses support, or (n)curses library is not installed.
No,
I am trying to run the console application in "bare streams" mode like described in the wiki and like I said above. This mode doesn't require (n)curses for output. I don't know about input though so I am asking, do I really need curses to be able to send a basic input to the console application and if so, why? Also, I've got no idea how I could make curses send out just "bare text" without any fancy color codes and such and this is very much needed for what I am trying to achieve.
I've dug dlls/kernel32/console.c's code and there is code to attach input/output to the tty, but unfortunately I can't make it work. This feature would be very VERY needed for redirecting input/output of the server and making it run like a good daemon.