https://bugs.winehq.org/show_bug.cgi?id=32772 Anastasius Focht <focht(a)gmx.net> changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|Built-in iexplore crashes |Built-in iexplore crashes |on exit with Flash player |on exit with Flash player |plug-in installed |11 ActiveX plug-in | |installed URL|http://download.macromedia. |https://web.archive.org/web |com/pub/flashplayer/install |/20190403182418if_/http://f |ers/archive/fp_11.5.502.146 |pdownload.macromedia.com/pu |_archive.zip |b/flashplayer/installers/ar | |chive/fp_11.5.502.146_archi | |ve.zip Status|NEW |RESOLVED Resolution|--- |FIXED CC| |focht(a)gmx.net --- Comment #16 from Anastasius Focht <focht(a)gmx.net> --- Hello folks, confirming. The crash was fixed a while ago. List of Wine-Gecko versions vs. Wine releases: https://gist.github.com/rmi1974/61ba2bbb629fd23ebb8201e2b882e2b6 --- snip --- $ git log --oneline | \ sed -nre 's/(\w+).*wine gecko.* ([0-9]+([.][0-9]+)+).*/\1 \2/ipg' | \ xargs -l bash -c 'echo -n "Wine-Gecko $1 | " ; \ git -c "versionsort.suffix=-" tag --sort=version:refname --contains $0 | \ head -n1' Wine-Gecko 2.47.2 | wine-6.0-rc1 Wine-Gecko 2.47.1 | wine-5.0-rc1 Wine-Gecko 2.47 | wine-1.9.13 Wine-Gecko 2.44 | wine-1.9.3 Wine-Gecko 2.40 | wine-1.7.50 Wine-Gecko 2.36 | wine-1.7.38 Wine-Gecko 2.34 | wine-1.7.31 Wine-Gecko 2.24 | wine-1.7.3 Wine-Gecko 2.21 | wine-1.5.31 Wine-Gecko 1.9 | wine-1.5.22 Wine-Gecko 1.8 | wine-1.5.15 Wine-Gecko 1.7 | wine-1.5.10 Wine-Gecko 1.6 | wine-1.5.7 Wine-Gecko 1.5 | wine-1.5.0 Wine-Gecko 1.4 | wine-1.3.33 Wine-Gecko 1.3 | wine-1.3.27 Wine-Gecko 1.2.0 | wine-1.3.16 Wine-Gecko 1.1.0 | wine-1.3.2 Wine-Gecko 1.0.0 | wine-1.1.27 Wine-Gecko 0.9.1 | wine-1.1.15 Wine-Gecko 0.9.0 | wine-1.1.12 Wine-Gecko 0.0.1 | wine-0.9.58 Wine-Gecko 0.1.0 | wine-0.9.39 --- snip --- Just checking the last ones: --- snip --- # testing Wine-Gecko 2.47.1 | wine-5.0-rc1 $ export PATH=/home/focht/projects/wine/mainline-install-5.0-rc1-x86_64/bin:$PATH $ wine --version wine-5.0-rc1 $ rm -rf ~/.wine $ wine fp_11.5.502.146_archive/11_5_r502_146/flashplayer11_5r502_146_winax.exe /install # shows page properly, doesn't show animation (bug 32946), alt+f4 ok $ wine iexplore.exe http://helpx.adobe.com/flash-player.html # shows page properly $ wine iexplore http://www.adobe.com/software/flash/about # shows page properly $ wine iexplore http://helpx.adobe.com/flash-player/kb/archived-flash-player-versions.html --- snip --- --- snip --- # testing Wine-Gecko 2.47 | wine-1.9.13 $ export PATH=/home/focht/projects/wine/mainline-install-1.9.13-x86_64/bin:$PATH $ wine --version wine-1.9.13 $ rm -rf ~/.wine $ wine fp_11.5.502.146_archive/11_5_r502_146/flashplayer11_5r502_146_winax.exe /install # shows empty page, when being resized crashes $ wine iexplore.exe http://helpx.adobe.com/flash-player.html # shows empty page $ wine iexplore http://www.adobe.com/software/flash/about # shows empty page $ wine iexplore http://helpx.adobe.com/flash-player/kb/archived-flash-player-versions.html --- snip --- --- snip --- # testing Wine-Gecko 2.40 | wine-1.7.50 $ export PATH=/home/focht/projects/wine/mainline-install-1.7.50-x86_64/bin:$PATH $ wine --version wine-1.7.50 $ rm -rf ~/.wine $ wine fp_11.5.502.146_archive/11_5_r502_146/flashplayer11_5r502_146_winax.exe /install # shows empty page $ wine iexplore.exe http://helpx.adobe.com/flash-player.html # shows empty page, alt+f4 crashed once on exit (different problem, unrelated fp11) $ wine iexplore http://www.adobe.com/software/flash/about # shows empty page $ wine iexplore http://helpx.adobe.com/flash-player/kb/archived-flash-player-versions.html --- snip --- So it was fixed with Wine-Gecko 2.47.1 release, part of Wine 5.0-rc1 release. There is no Wine-Gecko product version by design (reserved for Wine releases) hence one needs to do some work to keep track of Wine-Gecko -> Wine release integration mappings. In this case it was most likely Wine 1.5-ish release (guessed from the report date). --- snip --- 2013-02-01 09:10:43 +0100 (tag: wine-1.5.23) Release 1.5.23. 2013-01-18 21:44:53 +0100 (tag: wine-1.5.22) Release 1.5.22. 2013-01-04 21:45:01 +0100 (tag: wine-1.5.21) Release 1.5.21. --- snip --- ==== Not specifically targeting this bug but a more general observation for 'Wine-Gecko' product bug reports... https://bugs.winehq.org/buglist.cgi?bug_status=UNCONFIRMED&bug_status=NEW&bu... I'm ok with bugs related to packaging issues and support for other platforms etc. but various other bugs are simply misplaced and buried. I never look at these because they are automatically filtered out by product (I have certain default filters). If bugs are reported with 'Wine-Gecko' product I propose to always create a pair of bugs: one against the component 'Wine-Gecko' (= internal tracking) and another one for the component integration (upgrade) in Wine release -> product 'Wine'. The one against Wine product is the important one. It appears in official release notes = visible to end users. $ sha1sum fp_11.5.502.146_archive.zip db5fd38c4f4335e24e53b76e41526bd69f42ec3fb fp_11.5.502.146_archive.zip $ du -sh fp_11.5.502.146_archive.zip 147M fp_11.5.502.146_archive.zip $ wine --version wine-5.0-rc1 Regards -- 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.