http://bugs.winehq.org/show_bug.cgi?id=29883
--- Comment #1 from Sagawa sagawa.aki+winebugs@gmail.com 2012-02-15 06:45:50 CST --- Created attachment 38886 --> http://bugs.winehq.org/attachment.cgi?id=38886 a patch for more console tests
I confirmed the problem. I found out that RPG Tkool VX Ace uses WriteConsole before saving a file and it expects to be failed. Although this is strange, the program works fine on Windows.
I made the attached patch to do more tests for console. It shows that WriteConsole currently succeeds even if the handle is normal file handle (not bare handle). Before the commit f67b0377abd491bfe4cc2713ee644119a3e00218, it was an error in that case.