[Bug 53022] Hitomi downloader fails to start with "Failed to create temporary directory"

WineHQ Bugzilla wine-bugs at winehq.org
Sat May 21 07:37:27 CDT 2022


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

--- Comment #10 from Louis Lenders <xerox.xerox2000x at gmail.com> ---
In case you wanna try, here`s the fix:

diff --git a/dlls/kernel32/kernel32.spec b/dlls/kernel32/kernel32.spec
index cbba3abdba0..c50fcca2b4a 100644
--- a/dlls/kernel32/kernel32.spec
+++ b/dlls/kernel32/kernel32.spec
@@ -1197,7 +1197,7 @@
 @ stdcall -import QueueUserAPC(ptr long long)
 @ stdcall -import QueueUserWorkItem(ptr ptr long)
 @ stdcall -import RaiseException(long long long ptr)
-# @ stub RaiseFailFastException
+@ stub RaiseFailFastException
 @ stdcall -import ReadConsoleA(long ptr long ptr ptr)
 @ stdcall -import ReadConsoleInputA(long ptr long ptr)
 @ stub ReadConsoleInputExA

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