Quicken 2013 RPM

Questions about Wine on Linux
Locked
finzleft
Newbie
Newbie
Posts: 3
Joined: Mon Mar 03, 2014 7:36 pm

Quicken 2013 RPM

Post by finzleft »

Hi all,

I'm kinda new to all this but i'm trying to get Quicken 2013 RPM to run on Ubuntu. The application installed and launches but the crashes.
Here what happens when it runs:

jon@PC-Jon:~/Downloads/wine-1.7.13$ wine ~/.wine/drive_c/"Program Files (x86)"/Quicken/qw.exe
p11-kit: couldn't load module: /usr/lib/i386-linux-gnu/pkcs11/gnome-keyring-pkcs11.so: /usr/lib/i386-linux-gnu/pkcs11/gnome-keyring-pkcs11.so: cannot open shared object file: No such file or directory
fixme:mscoree:_CorDllMain (0x783f0000, 1, (nil)): stub
fixme:mscoree:_CorDllMain (0x340000, 1, (nil)): stub
fixme:ole:TLB_ReadTypeLib Header type magic 0x00905a4d not supported.
err:ole:TLB_ReadTypeLib Loading of typelib L"C:\\Program Files (x86)\\Quicken\\QWUTIL.dll" failed with error 0
err:ole:TLB_ReadTypeLib Loading of typelib L"C:\\Program Files (x86)\\Quicken\\QWUTIL.tlb" failed with error 2
fixme:mscoree:_CorDllMain (0xc70000, 1, (nil)): stub
fixme:process:GetSystemDEPPolicy stub
fixme:process:SetProcessDEPPolicy (1): stub
fixme:mscoree:_CorDllMain (0x24c0000, 1, (nil)): stub
fixme:dbghelp:elf_search_auxv can't find symbol in module
err:seh:raise_exception Unhandled exception code c0000005 flags 0 addr 0x60000ca
jon@PC-Jon:~/Downloads/wine-1.7.13$

So i decided to install 1.7.13 but when irun the ./config i get :
checking whether gcc -m32 works... no
configure: error: Cannot build a 32-bit program, you need to install 32-bit development libraries.

Help on either or both ends would be appreciated.

Jon
User avatar
dimesio
Moderator
Moderator
Posts: 13367
Joined: Tue Mar 25, 2008 10:30 pm

Re: Quicken 2013 RPM

Post by dimesio »

finzleft wrote: jon@PC-Jon:~/Downloads/wine-1.7.13$ wine ~/.wine/drive_c/"Program Files (x86)"/Quicken/qw.exe
The AppDB entry for Quicken Rental & Property Manager has a howto for installing it. http://appdb.winehq.org/objectManager.p ... &iId=27006
you need to install 32-bit development libraries.
Do what it says.
finzleft
Newbie
Newbie
Posts: 3
Joined: Mon Mar 03, 2014 7:36 pm

Re: Quicken 2013 RPM

Post by finzleft »

After some playing i managed to get everything working yesterday. Download transactions, reconciled accounts, etc.

Today it started "crashing" when i try and do a Transaction Download, here what i'm seeing:

fixme:wincodecs:PngDecoder_Block_GetCount 0x11b5dd20,0x5c8658: stub
fixme:wininet:InternetSetOptionW INTERNET_OPTION_SEND/RECEIVE_TIMEOUT/DATA_SEND_TIMEOUT 90000
fixme:wininet:InternetSetOptionW Option 77 STUB
err:seh:raise_exception Unhandled exception code c0000005 flags 0 addr 0x7bc4b880

Any suggestions?
Last edited by finzleft on Wed Mar 05, 2014 3:40 pm, edited 1 time in total.
finzleft
Newbie
Newbie
Posts: 3
Joined: Mon Mar 03, 2014 7:36 pm

Re: Quicken 2013 RPM

Post by finzleft »

PS - I only got 1.5 to install, right now. Still having an issue with the 32-bit libraries needed for 1.7.xxx

I just ran: sudo apt-get build-dep wine1.7 = didnt help
and sudo apt-get install gcc-multilib g++-multilib = didnt help

( i'm hoping i'll have less issues with QW in 1.7 but if i'm off on a wrong track let me know)
Locked