http://bugs.winehq.org/show_bug.cgi?id=24387 Wolfgang Hartl <wolfo.dev@wolke7.net> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |wolfo.dev@wolke7.net --- Comment #44 from Wolfgang Hartl <wolfo.dev@wolke7.net> --- I reproduced this issue and have the following steps and comments: # setup money2000 in fresh wine env $ env WINEPREFIX="/home/wolfgang/.wine-mny" wine SETUP.EXE 2>&1 | tee -a mny2000.setup.log # start money 2000 (1) $ env WINEPREFIX="/home/wolfgang/.wine-mny" wine C:\\Program\ Files\ \(x86\)\\Microsoft\ Money\\System\\MSMONEY.EXE 2>&1 | tee -a mny2000.start1.log # program crashes with click on "update internet information" # log shows also this: 0190:err:typelib:sltg_get_typelib_ref Unable to find reference 0190:fixme:ole:ITypeLib2_Constructor_SLTG Not processing typekind 7 # installing oleaut32 with winetricks $ env WINEPREFIX="/home/wolfgang/.wine-mny" winetricks oleaut32 $ env WINEPREFIX="/home/wolfgang/.wine-mny" winetricks list-installed Using winetricks 20240105 - sha256sum: 17da748ce874adb2ee9fed79d2550c0c58e57d5969cc779a8779301350625c55 with wine-11.0 and WINEARCH=win64 oleaut32 # start money 2000 (2) env WINEPREFIX="/home/wolfgang/.wine-mny" wine C:\\Program\ Files\ \(x86\)\\Microsoft\ Money\\System\\MSMONEY.EXE 2>&1 | tee -a mny2000.start2.log # click on "update internet information" does not crash anymore # ms-money has an INV7.OCX which as a TYPELIB of type TKIND_UNION $ winedump dump INV7.OCX -j resource >mny2000.dump $ grep "typekind 7" mny2000.dump.txt | misc: unknown1 02, flags 0000, unknown2 02, typekind 7 (TKIND_UNION) # checked in the code of wine 11.2 in oleaut32/typelib.c, lines 7474+ # There is the implementation of TKIND_UNION missing This might be the issue for the crash? What is needed to be able to add this typekind and to test it? Anything I can provide out of this INV7.OCX? -- 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.