https://bugs.winehq.org/show_bug.cgi?id=47987
Zebediah Figura z.figura12@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |z.figura12@gmail.com
--- Comment #1 from Zebediah Figura z.figura12@gmail.com --- Well... yes. That's what the WARN channel is for, messages that might signal an error but don't necessarily. That's why it's off by default. But debugging naturally means sifting through things that *might* be responsible for failure in order to find something that actually *is*. It could be that failure to create a different file is exactly what's tripping up this program later. We can't magically filter out the relevant failures from the irrelevant failures.
If it's too much of a problem, you might try WINEDEBUG=warn+all,warn-ntdll, or otherwise just preprocessing logs to filter out anything containing "warn:ntdll:FILE_CreateFile".