[Bug 46530] WinRAR cannot enter archives which are not owned by the user

wine-bugs at winehq.org wine-bugs at winehq.org
Sun Jan 27 16:18:26 CST 2019


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

--- Comment #13 from Fabian Maurer <dark.shadow4 at web.de> ---
> I've sent you the entire +all log and unless I'm misreading it, Wine does
> something wrong here as it tries to create this very file when you're
> entering it.

Wine tries to crate the file? Where'd you get that information from?

> 0009:Call KERNEL32.CreateFileW(0055fa56 L"Z:\\tmp\\test\\empty.rar",80000000,00000001,00000000,00000003,08000000,00000000) ret=0046bcf0
> 0009:Ret  KERNEL32.CreateFileW() retval=0000007c ret=0046bcf0
> 0009:Call KERNEL32.CreateFileW(0031bb00 L"Z:\\tmp\\test\\empty.rar",c0000000,00000001,00000000,00000003,08000000,00000000) ret=0046bcf0
> 0009:Ret  KERNEL32.CreateFileW() retval=ffffffff ret=0046bcf0

For some reason the application asks for (GENERIC_READ | GENERIC_WRITE) in the
second call, and this obviously fails.
Don't ask me why it does that though, as it doesn't happen for me.

Just to make sure, you did run inside a clean WINEPREFIX with a fresh install
of WinRAR?

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