[Bug 29883] Game created with RPG Tkool VX Ace (Japanese version of RPG Maker VX Ace): can not write save data (Save*.rvdata2)

wine-bugs at winehq.org wine-bugs at winehq.org
Wed Feb 15 06:45:50 CST 2012


http://bugs.winehq.org/show_bug.cgi?id=29883

--- Comment #1 from Sagawa <sagawa.aki+winebugs at 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.

-- 
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
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.



More information about the wine-bugs mailing list