http://bugs.winehq.org/show_bug.cgi?id=28358 --- Comment #4 from Igor Tarasov <tarasov.igor(a)gmail.com> 2011-09-22 10:13:29 CDT --- Ok, I've found something. First up, Watchtower Library carries MS VC runtime in it's installer, so that there is no need to use wine's builtin version. Once I've got a clue that wine can't find these functions in Wine's builtin version of msvcr90.dll, I've tried using winecfg to override that dll, and make wine use it. And here, I suppose, I've met another error: dll overriding seems to be not working anylonger. Since once I set it to override msvcr90.dll and use windows' one only, I start getting this kind of errors: err:module:import_dll Library MSVCR90.dll (which is needed by L"C:\\Program Files\\Watchtower\\MEPS Platform 2.3\\wtutil23u.dll") not found Which is utterly wrong, since it IS there, in winsxs directory. Next, I've tried removing c:/windows/system32/msvcr90.dll, with no success. Next, I've read changelog, and found that there were manifests added for built-in libraries. And it started working. So, the problem is in manifests for built-in libraries. As it came out, whole issue gets fixed by removing of c:/windows/winsxs/manifests/x86_microsoft.vc90.crt_1fc8b3b9a1e18e3b_9.0.30729.4148_none_deadbeef.manifest So, it seems that bug is somewhere there. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email 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.