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 bob@192.168.1.7 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?