[Bug 36954] DVDFab 9.x fails to convert video files

wine-bugs at winehq.org wine-bugs at winehq.org
Wed Jul 23 04:26:41 CDT 2014


http://bugs.winehq.org/show_bug.cgi?id=36954

--- Comment #4 from Piotr Caban <piotr.caban at gmail.com> ---
I've tested it incorrectly. It's not needed to delete the fake manifests. But
the dll override needs to be set to "msvcr90=n,b". This causes some processes
to load native msvcr90 from application directory while some other processes
uses builtin msvcr90.

The application starts some sub-programs:
FabUpdate.exe comes with manifest and uses builtin msvcr90.dll
DVDFab.exe comes without manifest and uses native msvcr90.dll from application
directory

The exact command I have used to start the application:
WINEDLLOVERRIDES="msvcr90=n,b" wine DVDFab.exe

-- 
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