Personal finance application with tools for manging investments.
Application Details:
Version: | 2017 Premier |
License: | Retail |
URL: | http://www.intuit.com |
Votes: | 0 |
Latest Rating: | Garbage |
Latest Wine Version Tested: | 2.16 |
Maintainers: About Maintainership
No maintainers. Volunteer today!
What works
Installer
What does not
Everything else. Fails to run due to bug 42701
Workarounds
To install, you need dotnet461 installed with winetricks in a clean 32bit wine prefix. If it fails, manually re-run the .net installer with the /q (quiet) switch.
The Quicken installer stops with an error when trying to install its PDF driver. My workaround to kill that:
1. cd "/home/username/.wineprefixname/drive_c/Program Files"
2. Execute this bash script to stop the installer as soon as it extracts the printer driver installer:
#!/bin/bash while : do if [ -e Quicken/PDFDrv/InstallPDFConverter.exe ] then killall -STOP wineserver echo killed fi done
3. Replace InstallPDFConverter.exe with an executable that won't exit with a failure code (eg. notepad.exe)
4. Let wineserver continue so that the installation finishes: killall -CONT wineserver
What was not tested
Anything beyond installing. Dies with:
wine: Call from 0x7b43c73c to unimplemented function api-ms-win-core-winrt-roparameterizediid-l1-1-0.dll.RoGetParameterizedTypeInstanceIID, aborting
fixme:kernelbase:QuirkIsEnabled3 (0x73b2a0, 0xffffffff) stub!
fixme:advapi:RegisterEventSourceW ((null),L".NET Runtime"): stub
fixme:advapi:ReportEventW (0xcafe4242,0x0001,0x0000,0x00000401,(nil),0x0001,0x00000000,0x73b56c,(nil)): stub
err:eventlog:ReportEventW L"Application: qw.exe\nFramework Version: v4.0.30319\nDescription: The application requested process termination through System.Environment.FailFast(string message).\nMessage: Unrecoverable system error.\nStack:\n at System.Environment.FailFast(System.String)\n at MS.Internal.Invariant.FailFast(Sys"...
Hardware tested
Graphics:
Additional Comments
Operating system | Test date | Wine version | Installs? | Runs? | Used Workaround? | Rating | Submitter | ||
Current | Ubuntu 17.04 "Zesty" amd64 (+ variants like Kubuntu) | Sep 03 2017 | 2.16 | No, but has workaround | No | Yes | Garbage | Matthew Middleton |
Bug # | Description | Status | Resolution | Other apps affected |
Comments for this application have been disabled because there are no maintainers.