https://bugs.winehq.org/show_bug.cgi?id=42754 Piotr Caban <piotr.caban(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |piotr.caban(a)gmail.com --- Comment #4 from Piotr Caban <piotr.caban(a)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. -- 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.