https://bugs.winehq.org/show_bug.cgi?id=54952
--- Comment #27 from minrosa9 tw0ali@tutanota.com --- (In reply to Olivier F. R. Dierick from comment #26)
Hello,
I must say that it looks like a wrong TEMP directory path construction.
The failing path is a mix of a windows-style ('\' separated) root directory path concatenated to what looks like a linux-style ('/' separated) XDG CACHE directory. Both paths are absolute.
I could create a valid 2-level directory hierarchy manually with 'mkdir -p this/that'.
I wonder if '\/' is an allowed path separator for the function used?
Does a WINEDEBUG=+relay log show how that path is constructed?
Regards.
Hello Olivier, thanks for your reply. As I'm not really familiar to where I should look I've uploaded the complete log file with WINEDEBUG=+relay (https://0x0.st/HLmT.log) since it's too big to attach here.