I am trying to run Quicken 2006 on Wine through an SSH tunnel. Everything is working fine through logging in and starting, until I click on one of my accounts in Quicken. At that point, Quicken freezes completely.
I am running this on a CentOS 6 x86_64 PC.
This is the information I get through a terminal window:
bash-4.1$ ssh -Y <<user>>@<<server>> env WINEPREFIX="/home/<<user>>/.wine" wine "C:\\\\Program\\ Files\\\\Quicken\\\\qw.exe"
fixme:ole:TLB_ReadTypeLib Header type magic 0x00905a4d not supported.
err:ole:TLB_ReadTypeLib Loading of typelib L"C:\\Program Files\\Quicken\\QWUTIL.dll" failed with error 0
err:ole:TLB_ReadTypeLib Loading of typelib L"C:\\Program Files\\Quicken\\QWUTIL.tlb" failed with error 2
fixme:ole:TLB_ReadTypeLib Header type magic 0x00905a4d not supported.
err:ole:TLB_ReadTypeLib Loading of typelib L"C:\\Program Files\\Quicken\\QWUTIL.dll" failed with error 0
fixme:ole:TLB_ReadTypeLib Header type magic 0x00905a4d not supported.
err:ole:TLB_ReadTypeLib Loading of typelib L"C:\\Program Files\\Quicken\\QWUTIL.dll" failed with error 0
fixme:shdocvw:PersistStreamInit_InitNew (0x15a240)
fixme:shdocvw:OleObject_Advise (0x15a240)->(0x4e4c94, 0x4e4ce9)
fixme:shdocvw:ViewObject_SetAdvise (0x15a240)->(1 00000000 0x4e4c94)
fixme:shdocvw:ViewObject_Draw (0x15a240)->(1 -1 (nil) (nil) (nil) 0x220 0x4e4d01 0x4e4d01 (nil) 00000000)
fixme:urlmon:URLMoniker_BindToObject use running object table
err:mshtml:check_version Could not open VERSION file
err:mshtml:check_version Could not open VERSION file
Could not load wine-gecko. HTML rendering will be disabled.
err:mshtml:HTMLDocument_Create Failed to init Gecko, returning CLASS_E_CLASSNOTAVAILABLE
fixme:ole:CoCreateInstance no instance created for interface {00000000-0000-0000-c000-000000000046} of class {25336920-03f9-11cf-8fd0-00aa00686f13}, hres is 0x80040111
fixme:shdocvw:bind_to_object BindToObject failed: 800c0010
fixme:shdocvw:navigate_url Unsupported args (Flags 0x32d598:3; TargetFrameName 0x32d588:0)
fixme:urlmon:URLMoniker_BindToObject use running object table
fixme:shdocvw:BindStatusCallback_OnProgress status code 11
fixme:shdocvw:BindStatusCallback_OnProgress status code 14
err:mshtml:HTMLDocument_Create Failed to init Gecko, returning CLASS_E_CLASSNOTAVAILABLE
fixme:ole:CoCreateInstance no instance created for interface {00000000-0000-0000-c000-000000000046} of class {25336920-03f9-11cf-8fd0-00aa00686f13}, hres is 0x80040111
fixme:shdocvw:bind_to_object BindToObject failed: 800c0010
^CKilled by signal 2.
bash-4.1$ ssh -X [email protected] env WINEPREFIX="/home/bob/.wine" wine "C:\\\\Program\\ Files\\\\Quicken\\\\qw.exe"
fixme:ole:TLB_ReadTypeLib Header type magic 0x00905a4d not supported.
err:ole:TLB_ReadTypeLib Loading of typelib L"C:\\Program Files\\Quicken\\QWUTIL.dll" failed with error 0
err:ole:TLB_ReadTypeLib Loading of typelib L"C:\\Program Files\\Quicken\\QWUTIL.tlb" failed with error 2
fixme:ole:TLB_ReadTypeLib Header type magic 0x00905a4d not supported.
err:ole:TLB_ReadTypeLib Loading of typelib L"C:\\Program Files\\Quicken\\QWUTIL.dll" failed with error 0
fixme:ole:TLB_ReadTypeLib Header type magic 0x00905a4d not supported.
err:ole:TLB_ReadTypeLib Loading of typelib L"C:\\Program Files\\Quicken\\QWUTIL.dll" failed with error 0
fixme:shdocvw:PersistStreamInit_InitNew (0x234a870)
fixme:shdocvw:OleObject_Advise (0x234a870)->(0x4b7594, 0x4b75e9)
fixme:shdocvw:ViewObject_SetAdvise (0x234a870)->(1 00000000 0x4b7594)
fixme:shdocvw:ViewObject_Draw (0x234a870)->(1 -1 (nil) (nil) (nil) 0x220 0x4b7601 0x4b7601 (nil) 00000000)
fixme:urlmon:URLMoniker_BindToObject use running object table
err:mshtml:check_version Could not open VERSION file
err:mshtml:check_version Could not open VERSION file
Could not load wine-gecko. HTML rendering will be disabled.
err:mshtml:HTMLDocument_Create Failed to init Gecko, returning CLASS_E_CLASSNOTAVAILABLE
fixme:ole:CoCreateInstance no instance created for interface {00000000-0000-0000-c000-000000000046} of class {25336920-03f9-11cf-8fd0-00aa00686f13}, hres is 0x80040111
fixme:shdocvw:bind_to_object BindToObject failed: 800c0010
fixme:shdocvw:navigate_url Unsupported args (Flags 0x32d2d8:3; TargetFrameName 0x32d2c8:0)
fixme:urlmon:URLMoniker_BindToObject use running object table
fixme:shdocvw:BindStatusCallback_OnProgress status code 11
fixme:shdocvw:BindStatusCallback_OnProgress status code 14
err:mshtml:HTMLDocument_Create Failed to init Gecko, returning CLASS_E_CLASSNOTAVAILABLE
fixme:ole:CoCreateInstance no instance created for interface {00000000-0000-0000-c000-000000000046} of class {25336920-03f9-11cf-8fd0-00aa00686f13}, hres is 0x80040111
fixme:shdocvw:bind_to_object BindToObject failed: 800c0010
^CKilled by signal 2.
bash-4.1$
Any thoughts?
Wine through SSH for Quicken 2006
-
- Newbie
- Posts: 4
- Joined: Wed Oct 19, 2011 7:14 pm
Re: Wine through SSH for Quicken 2006
Install wine-gecko.bwilkinson wrote: Could not load wine-gecko. HTML rendering will be disabled.
err:mshtml:HTMLDocument_Create Failed to init Gecko, returning CLASS_E_CLASSNOTAVAILABLE
-
- Newbie
- Posts: 4
- Joined: Wed Oct 19, 2011 7:14 pm
I have tried to install x86_64 rpmforge, and install wine-gecko. No luck, said it wasn't there.
Should I be installing the 32bit version of Wine on x86_64? How do I undo the install that I did?
Please forgive my basic questions, I'm still a bit of a novice on some of these.
Thank you for noticing my obvious mistake.
Should I be installing the 32bit version of Wine on x86_64? How do I undo the install that I did?
Please forgive my basic questions, I'm still a bit of a novice on some of these.
Thank you for noticing my obvious mistake.
If your distro doesn't provide a wine-gecko package, you can get it from Sourceforge. http://wiki.winehq.org/Gecko
In general, you uninstall by the same method you used to install: via your package manager, or by doing "make uninstall" if you compiled Wine yourself.
In general, you uninstall by the same method you used to install: via your package manager, or by doing "make uninstall" if you compiled Wine yourself.
-
- Newbie
- Posts: 4
- Joined: Wed Oct 19, 2011 7:14 pm
[solved]
I found it - I found a "big bird" spoonfed instruction set to help me install it from Sourceforge. It is working perfectly!!
Thank you again for helping me find what was missing.
Thank you again for helping me find what was missing.