https://bugs.winehq.org/show_bug.cgi?id=46530
--- Comment #13 from Fabian Maurer dark.shadow4@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?