http://bugs.winehq.org/show_bug.cgi?id=33262
Bug #: 33262 Summary: Torchlight 2 does not start with builtin msvcr90 Product: Wine Version: unspecified Platform: x86 OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: msvcrt AssignedTo: wine-bugs@winehq.org ReportedBy: blog@pozimski.eu Classification: Unclassified
Torchlight 2 shows the error message "An error has occured on startup. Settings where unable to save. It is recommended that you restart Torchlight. Attempted to save settings at C:\users$user\Meine Dokumente\My Games\Runic Games\Torchlight 2\ Windows Error: No such file or directory" on startup. I have checked that the directory exists and is accessible.
A git bisect reveals:
5d88f780dd4bbbde0ff27075b58321d7347f6d4b is the first bad commit commit 5d88f780dd4bbbde0ff27075b58321d7347f6d4b Author: Piotr Caban piotr@codeweavers.com Date: Mon Feb 18 10:26:01 2013 +0100
msvcr90: Prefer builtin version.
:040000 040000 09577625ae5788cd73d4a3cd6c5c6f82ea7d9807 aef32f8a1984759761461627f3e53a1e9d81204c M dlls
A debug trace for +msvcrt can be found here:
http://dl.dropbox.com/u/898079/msvcrt_trace.log
Setting msvcr90 to native in winecfg helps work around this problem.