http://bugs.winehq.org/show_bug.cgi?id=59405 Bug ID: 59405 Summary: : Quicken 6 fails to start in Wine 11 stable because QWUTIL.tlb cannot be found Product: Wine Version: 11.0 Hardware: x86-64 OS: Linux Status: UNCONFIRMED Severity: blocker Priority: P2 Component: -unknown Assignee: wine-bugs@list.winehq.org Reporter: switcher@bellsouth.net Distribution: --- Created attachment 80374 --> http://bugs.winehq.org/attachment.cgi?id=80374 log with error when opening quicken6 Wine –wine-11.0 (Staging) Linux fed-lf 6.18.8-200.fc43.x86_64 #1 SMP PREEMPT_DYNAMIC Fri Jan 30 20:23:28 UTC 2026 x86_64 GNU/Linux Quicken 6 (32-bit) fails to start in Wine 11.x on Fedora when installed in a WoW64 prefix. The application displays the Quicken splash screen briefly, then freezes. Wine reports a failure loading a typelib: err:ole:TLB_ReadTypeLib Loading of typelib L"C:\Program Files (x86)\Quicken\QWUTIL.tlb" failed with error 2 The file QWUTIL.tlb is not present in the original Quicken 6 installation media or directory. Only qwutil.dll exists. Older Wine versions (≈10.x) were able to run Quicken 6 without this TLB file. Manual registration attempts fail: regsvr32: 'DllRegisterServer' not implemented in dll 'qwutil.dll' This suggests Wine 11 now requires a typelib for COM/OLE registration that Quicken never shipped, causing a regression for this application. Steps to Reproduce: Install Wine 11.x (staging or stable) on Fedora Linux. Create a default WoW64 Wine prefix: WINEPREFIX=~/wine/quicken6-wow64 wineboot Install Quicken 6 (32-bit) into the prefix using the original installer. Verify that qw.exe is installed at: C:\Program Files (x86)\Quicken\qw.exe Launch Quicken: WINEPREFIX=~/wine/quicken6-wow64 DXVK_DISABLE=1 \ wine "C:\Program Files (x86)\Quicken\qw.exe" Expected Result: Quicken 6 launches normally and opens its main application window. Actual Result: Quicken displays its splash screen briefly, then exits. Wine reports: err:ole:TLB_ReadTypeLib Loading of typelib L"C:\Program Files (x86)\Quicken\QWUTIL.tlb" failed with error 2 -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.