[Bug 51291] Youkoso! Sukebe Elf no Mori e (demo) doesn't show thumbnail image in monitor settings.

WineHQ Bugzilla wine-bugs at winehq.org
Sat Jun 19 03:42:36 CDT 2021


https://bugs.winehq.org/show_bug.cgi?id=51291

Sagawa <sagawa.aki+winebugs at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
          Component|-unknown                    |ntdll
           Keywords|                            |download

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

-- 
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