I am attempting to use wine to run a windows application called VideoReDo. I'm getting an error when I try to install the program, however, and I don't know how to proceed. The error is: fixme:actctx:parse_depend_manifests Could not find dependent assembly L"Microsoft.VC80.CRT" If I ignore the error, I get a further error: err:seh:setup_exception_record stack overflow 896 bytes in thread 001c eip 7bc3b321 esp 00240fb0 stack 0x240000-0x241000-0x340000 The files all get copied, but the configurator does not run. Subsequent attempts to run the configurator fail, as do attempts to run the main program. On a Windows machine, I find a directory called c:\Program Files\bin32\Microsoft.VC80.CRT containing four files. There is a manifest file and three .dll files. Here are the contents of the manifest file: <?xml version="1.0" encoding="UTF-8" standalone="yes"?> <!-- Copyright ?? 1981-2001 Microsoft Corporation --> <assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0"> <noInheritable/> <assemblyIdentity type="win32" name="Microsoft.VC80.CRT" version="8.0.50608.0" processorArchitecture="amd64" publicKeyToken="1fc8b3b9a1e18e3b" /> <file name="msvcr80.dll"/> <file name="msvcp80.dll"/> <file name="msvcm80.dll"/> </assembly> More or less the same files are found in the VideoReDo folder (but not in a separate , Microsoft.VC80.CRT folder), but the manifest file's contents are as follows: <?xml version="1.0" encoding="UTF-8" standalone="yes"?> <assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0"> <noInheritable></noInheritable> <assemblyIdentity type="win32" name="Microsoft.VC80.CRT" version="8.0.50727.762" processorArchitecture="x86" publicKeyToken="1fc8b3b9a1e18e3b"></assemblyIdentity> <file name="msvcr80.dll" hash="10f4cb2831f1e9288a73387a8734a8b604e5beaa" hashalg="SHA1"><asmv2:hash xmlns:asmv2="urn:schemas-microsoft-com:asm.v2" xmlns:dsig="http://www.w3.org/2000/09/xmldsig#"><dsig:Transforms><dsig:Trans form Algorithm="urn:schemas-microsoft-com:HashTransforms.Identity"></dsig:Transfo rm></dsig:Transforms><dsig:DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha1"></dsig:DigestMethod><dsig :DigestValue>n9On8FItNsK/DmT8UQxu6jYDtWQ=</dsig:DigestValue></asmv2:hash></f ile> <file name="msvcp80.dll" hash="b2082dfd3009365c5b287448dcb3b4e2158a6d26" hashalg="SHA1"><asmv2:hash xmlns:asmv2="urn:schemas-microsoft-com:asm.v2" xmlns:dsig="http://www.w3.org/2000/09/xmldsig#"><dsig:Transforms><dsig:Trans form Algorithm="urn:schemas-microsoft-com:HashTransforms.Identity"></dsig:Transfo rm></dsig:Transforms><dsig:DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha1"></dsig:DigestMethod><dsig :DigestValue>0KJ/VTwP4OUHx98HlIW2AdW1kuY=</dsig:DigestValue></asmv2:hash></f ile> <file name="msvcm80.dll" hash="542490d0fcf8615c46d0ca487033ccaeb3941f0b" hashalg="SHA1"><asmv2:hash xmlns:asmv2="urn:schemas-microsoft-com:asm.v2" xmlns:dsig="http://www.w3.org/2000/09/xmldsig#"><dsig:Transforms><dsig:Trans form Algorithm="urn:schemas-microsoft-com:HashTransforms.Identity"></dsig:Transfo rm></dsig:Transforms><dsig:DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha1"></dsig:DigestMethod><dsig :DigestValue>YJuB+9Os2oxW4mY+2oC/r8lICZE=</dsig:DigestValue></asmv2:hash></f ile> </assembly>
> -----Original Message----- > From: wine-users-bounces at winehq.org [mailto:wine-users-bounces at winehq.org] > On Behalf Of Leslie Rhorer > Sent: Friday, December 03, 2010 9:11 PM > To: wine-users at winehq.org > Subject: [Wine] Application Installation Error > > I am attempting to use wine to run a windows application called > VideoReDo. I'm getting an error when I try to install the program, > however, and I don't know how to proceed.OK, not getting any feedback, and after nosing around a bit, I was able to employ winetricks to get past the initial problems, and now the software seems to be installed, but it still won't come up. When the software knows it has been installed but not yet configured, it asks if the user wants to configure the software. When trying to rund the configurator, I get: fixme:mountmgr:harddisk_ioctl unsupported ioctl 560000 fixme:mountmgr:harddisk_ioctl unsupported ioctl 560000 fixme:mountmgr:harddisk_ioctl unsupported ioctl 560000 fixme:reg:RegSetKeySecurity :(0x58,4,0x3b55c8): stub <Configurator Window pops up here> <After clicking "Yes" to configure> fixme:mountmgr:harddisk_ioctl unsupported ioctl 560000 fixme:mountmgr:harddisk_ioctl unsupported ioctl 560000 fixme:mountmgr:harddisk_ioctl unsupported ioctl 560000 fixme:reg:RegSetKeySecurity :(0x8c,4,0xd155c8): stub X Error of failed request: GLXBadContext Major opcode of failed request: 143 (GLX) Minor opcode of failed request: 5 (X_GLXMakeCurrent) Serial number of failed request: 515 Current serial number in output stream: 515 <Configurator Window pops up again> If I clicking "No", which should launch main app, the program silently terminates. Does anyone have any ideas?