https://bugs.winehq.org/show_bug.cgi?id=42754
Piotr Caban piotr.caban@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |piotr.caban@gmail.com
--- Comment #4 from Piotr Caban piotr.caban@gmail.com --- I can reproduce the problem. It's caused by tmpfile function that fails when root directory of a drive is not writeable. It will work if you move the application to c: drive (or make the root directory of j: drive writeable).
It turns out that implementation of the function has changed in native dll. msvcr120 is creating the files in temp directory while msvcr90 still creates them in root directory.
I'll send a patch that changes file location for newer dlls.