[Bug 47023] Warframe in-game screenshot fails if screenshot directory already exists

wine-bugs at winehq.org wine-bugs at winehq.org
Sat Apr 20 20:11:10 CDT 2019


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

--- Comment #5 from ubuntor2000 at gmail.com ---
On Windows XP (VM):

SHCreateDirectory/SHCreateDirectoryExW with a directory that already exists
both return 183 with and without a non-NULL hwnd.

With a path that's too long, SHCreateDirectory/SHCreateDirectoryExW both return
206 (ERROR_FILENAME_EXCED_RANGE) with and without a non-NULL hwnd.

On Wine:

With a path that's too long, SHCreateDirectory/SHCreateDirectoryExW both return
183 with hwnd==NULL and 1223 with hwnd!=NULL.

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