[Bug 42754] Seed of Andromeda Pre-Alpha 0.2 crashes

wine-bugs at winehq.org wine-bugs at winehq.org
Thu Jun 1 11:23:02 CDT 2017


https://bugs.winehq.org/show_bug.cgi?id=42754

Piotr Caban <piotr.caban at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |piotr.caban at gmail.com

--- Comment #4 from Piotr Caban <piotr.caban at 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.



More information about the wine-bugs mailing list