https://bugs.winehq.org/show_bug.cgi?id=32946 Anastasius Focht <focht(a)gmx.net> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |focht(a)gmx.net Summary|Flash player plug-in |Flash player 11 ActiveX |doesn't display anything |plug-in doesn't display |with built-in iexplore |anything with built-in | |iexplore 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 --- Comment #4 from Anastasius Focht <focht(a)gmx.net> --- Hello folks, since this bug is a follow-up of bug 32772 Partial copy/pasta from https://bugs.winehq.org/show_bug.cgi?id=32772#c16 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.2 | wine-6.0-rc1 $ export PATH=/home/focht/projects/wine/mainline-install-6.0-rc1-x86_64/bin:$PATH $ wine --version wine-6.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, animation is only shown when dragging in the area $ wine iexplore.exe http://helpx.adobe.com/flash-player.html --- snip --- The animation (tree with clouds) is only shown when one puts the mouse over the empty client area and starts dragging (left click and drag): --- snip --- 5. Verify whether Flash Player is installed If you see clouds moving in the animation below, you have successfully installed Flash Player. Congratulations! If you don't see the animation after completing all the steps, refresh this page using the icon below. <empty client area> Still having problems? --- snip --- That's likely a problem with builtin mshtml/ieframe. The general functionality seems to work. Most flash-only websites are nowadays gone so it's hard to test outside of the Adobe test pages. NOTE: It would have been better to have a 'Wine' product bug for this issue as well or only one that is with 'Wine' product. See https://bugs.winehq.org/show_bug.cgi?id=32772#c16 for rationale. $ 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.