I installed QCharts on my wine app on Mandriva. Qcharts has run fine in the past when using Ubuntu. Qcharts installed but when attempting to execute the program, the wine glass begins going around in circles for about 30 seconds, Qcharts does not open and the wine glass disappears. Is this a permission problem with Mandriva or something else. Thanks.
jcgg wrote:> I installed QCharts on my wine app on Mandriva. Qcharts has run fine in the past when using Ubuntu. Qcharts installed but when attempting to execute the program, the wine glass begins going around in circles for about 30 seconds, Qcharts does not open and the wine glass disappears. Is this a permission problem with Mandriva or something else. > Thanks.Terminal output? http://wiki.winehq.org/FAQ/#get_log
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 err:module:import_dll Library EManager.dll (which is needed by L"Z:\\home\\jcgg\\.wine\\drive_c\\Program Files\\QCharts\\eSigniumClient.dll") not found err:module:import_dll Library MFC80.DLL (which is needed by L"Z:\\home\\jcgg\\.wine\\drive_c\\Program Files\\QCharts\\eSigniumClient.dll") not found err:module:import_dll Library MSVCR80.dll (which is needed by L"Z:\\home\\jcgg\\.wine\\drive_c\\Program Files\\QCharts\\eSigniumClient.dll") not found err:module:import_dll Library MSVCP80.dll (which is needed by L"Z:\\home\\jcgg\\.wine\\drive_c\\Program Files\\QCharts\\eSigniumClient.dll") not found err:module:import_dll Library eSigniumClient.dll (which is needed by L"Z:\\home\\jcgg\\.wine\\drive_c\\Program Files\\QCharts\\QCharts.exe") not found 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 err:module:import_dll Library EManager.dll (which is needed by L"Z:\\home\\jcgg\\.wine\\drive_c\\Program Files\\QCharts\\QCharts.exe") not found err:module:import_dll Library MFC80.DLL (which is needed by L"Z:\\home\\jcgg\\.wine\\drive_c\\Program Files\\QCharts\\QCharts.exe") not found err:module:import_dll Library MSVCR80.dll (which is needed by L"Z:\\home\\jcgg\\.wine\\drive_c\\Program Files\\QCharts\\QCharts.exe") not found err:module:import_dll Library MSVCP80.dll (which is needed by L"Z:\\home\\jcgg\\.wine\\drive_c\\Program Files\\QCharts\\QCharts.exe") not found err:module:LdrInitializeThunk Main exe initialization for L"Z:\\home\\jcgg\\.wine\\drive_c\\Program Files\\QCharts\\QCharts.exe" failed, status c0000135 ~
jcgg wrote:> > 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 >You need vcrun2005. The easiest way to install it is with winetricks. http://wiki.winehq.org/winetricks
Well I installed winetricks which I hadinstalled on my Ubuntu setup. I still have the same problem running Qcharts on Mandriva. Here is the log.txt: 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"C:\\Program Files\\QCharts\\EManager.dll") not found err:module:import_dll Library MSVCR80.dll (which is needed by L"C:\\Program Files\\QCharts\\EManager.dll") not found err:module:import_dll Library EManager.dll (which is needed by L"C:\\Program Files\\QCharts\\eSigniumClient.dll") not found err:module:import_dll Library MFC80.DLL (which is needed by L"C:\\Program Files\\QCharts\\eSigniumClient.dll") not found err:module:import_dll Library MSVCR80.dll (which is needed by L"C:\\Program Files\\QCharts\\eSigniumClient.dll") not found err:module:import_dll Library MSVCP80.dll (which is needed by L"C:\\Program Files\\QCharts\\eSigniumClient.dll") not found err:module:import_dll Library eSigniumClient.dll (which is needed by L"C:\\Program Files\\QCharts\\QCharts.exe") not found 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"C:\\Program Files\\QCharts\\EManager.dll") not found err:module:import_dll Library MSVCR80.dll (which is needed by L"C:\\Program Files\\QCharts\\EManager.dll") not found err:module:import_dll Library EManager.dll (which is needed by L"C:\\Program Files\\QCharts\\QCharts.exe") not found err:module:import_dll Library MFC80.DLL (which is needed by L"C:\\Program Files\\QCharts\\QCharts.exe") not found err:module:import_dll Library MSVCR80.dll (which is needed by L"C:\\Program Files\\QCharts\\QCharts.exe") not found err:module:import_dll Library MSVCP80.dll (which is needed by L"C:\\Program Files\\QCharts\\QCharts.exe") not found err:module:LdrInitializeThunk Main exe initialization for L"C:\\Program Files\\QCharts\\QCharts.exe" failed, status c0000135 ~
On Fri, Jul 3, 2009 at 1:03 PM, jcgg<wineforum-user at winehq.org> wrote:> Well I installed winetricks which I hadinstalled on my Ubuntu setup. I still have the same problem running Qcharts on Mandriva. Here is the log.txt: > > 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"C:\\Program Files\\QCharts\\EManager.dll") not foundDid you install vcrun2005? -- -Austin
On 07/03/2009 11:03 AM, jcgg wrote:> Well I installed winetricks which I hadinstalled on my Ubuntu setup. I still have the same problem running Qcharts on Mandriva. Here is the log.txt: > > fixme:actctx:parse_depend_manifests Could not find dependent assembly L"Microsoft.VC80.CRT" (8.0.50608.0) > err:module:import_dll Library MFC80.DLL (which is needed by L"C:\\Program Files\\QCharts\\QCharts.exe") not foundWhat version of QCharts are you using? I just downloaded and installed version qcharts_6.0.3.1613.exe and had no trouble running it. It has MFC42 and MFC71 but not MFC80. Wine also installed gecko as a dependency, but nothing else. I started with an empty ~/.wine directory to avoid any interactions with other apps.
austin987 wrote:> Did you install vcrun2005?He'll need vcrun2005sp1 as well.
Yes I installed ivcrun in this manner: sh winetricks corefonts vcrun6
Walt, I installed the same verions of Qcharts as you and installed it in an empty wine directory as you did. I am going to remove QCharts and try again.