https://bugs.winehq.org/show_bug.cgi?id=51291
Sagawa sagawa.aki+winebugs@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Component|-unknown |ntdll Keywords| |download
--- Comment #1 from Sagawa sagawa.aki+winebugs@gmail.com --- Actually, this is not a graphics but a path name issue. In detail, reading the traces, the game tries to open a file named "save\nul". On native, it fails if the directory doesn't exist. On Wine, it always succeeds regardless the directory existence.
The game seems to create the directory only if it fails to open "save\nul".
I'm working on this. My patch will include additional tests and improvement against RtlDosPathNameToNtPathName_U_WithStatus in ntdll.dll.