https://bugs.winehq.org/show_bug.cgi?id=50211
--- Comment #7 from Anastasius Focht focht@gmx.net --- Hello achapkis,
--- quote --- I have similar issue with Quicken Deluxe 2000 --- quote ---
Quicken 2000 Deluxe installs and runs fine here using:
http://www.oldversion.com/windows/download/quicken-2000-deluxe
From your backtrace:
--- snip --- 0000005c jqs.exe ["C:\Program Files (x86)\Java\jre6\bin\jqs.exe" -service -config "C:\Program Files (x86)\Java\jre6\lib\deploy\jqs\jqs.conf"] --- snip ---
That's certainly not part of software from year 1999. Java SE 6 was released first in December 2006.
Don't reuse the same WINEPREFIX with different software installations. It makes bug reports potentially invalid. It's unlikely related to the problem here tho.
Anyway, I've debugged Quicken Deluxe 2000 using breakpoints on certain app functions from your crash callstack. The breakpoint on app plugin function 'BGTBRWSR_GenericInternetWindow' never triggers - although the plugin gets loaded.
Is your crash really on startup, without any user interaction (not clicked any menu yet)?
$ sha1sum Windows\ 2000\ Deluxe_QuickenWin2000Deluxe.zip 73869993d1c55cbe5567a5bd00a622030625ae46 Windows 2000 Deluxe_QuickenWin2000Deluxe.zip
$ du -sh Windows\ 2000\ Deluxe_QuickenWin2000Deluxe.zip 17M Windows 2000 Deluxe_QuickenWin2000Deluxe.zip
$ wine --version wine-6.0-rc1
Regards