On Fri, Jul 3, 2009 at 10:26 AM, jcgg<wineforum-user@xxxxxxxxxx> wrote: > Here is the log.txt. I am guessing I need to install some .dll files in order to make things work. If that is the case does wine have a location for installation? Thanks for the post if was very informative. > > fixme:actctx:parse_depend_manifests Could not find dependent assembly L"Microsoft.VC80.CRT" (8.0.50608.0) > fixme:actctx:parse_depend_manifests Could not find dependent assembly L"Microsoft.VC80.CRT" (8.0.50608.0) > fixme:actctx:parse_depend_manifests Could not find dependent assembly L"Microsoft.VC80.CRT" (8.0.50608.0) > err:module:import_dll Library MSVCP80.dll (which is needed by L"Z:\\home\\jcgg\\.wine\\drive_c\\Program Files\\QCharts\\EManager.dll") not found > err:module:import_dll Library MSVCR80.dll (which is needed by L"Z:\\home\\jcgg\\.wine\\drive_c\\Program Files\\QCharts\\EManager.dll") not found The app should've bundled those DLLs but didn't. Use 'winetricks vcrun2005' to fix it. -- -Austin