fazbear201 / winezeug

Automatically exported from code.google.com/p/winezeug
1 stars 0 forks source link

flash downloader sha1sum mismatch #130

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. winetricks flash
2. see sha1sum mismatch
3.

What is the expected output? What do you see instead?
- installs flashplayer

sha1sum mismatch!  Rename 
/home/marcus/.winetrickscache/./install_flash_player_ax.exe and try again.

What version of the product are you using? On what operating system?
Winetricks version 20100526.  (C) 2007-2009 Dan Kegel et al.  LGPL.

Please provide any additional information below.
Likely caused by the recent Flash Player security update.

Original issue reported on code.google.com by marcusme...@googlemail.com on 12 Jun 2010 at 9:44

GoogleCodeExporter commented 8 years ago
Hey,
Open the winetricks script and find at line 1609 the part where it says

"download . 
http://fpdownload.macromedia.com/get/flashplayer/current/install_flash_player_ax
.exe"

Replace the checksum there with
6de519569137ec2ba3a4eed59f4052c4d944869c

If you run into this problem again, download the file with wget and run:
"sha1sum install_flash_player_ax.exe" Replace the checksum in the script with 
the new checksum.

Have a nice day

Hannes Walter

Original comment by B.Findte...@googlemail.com on 12 Jun 2010 at 2:30

GoogleCodeExporter commented 8 years ago
[deleted comment]
GoogleCodeExporter commented 8 years ago
I haven't yet committed it because the newer flash is broken in wine:
http://bugs.winehq.org/show_bug.cgi?id=23112

Original comment by austinenglish@gmail.com on 15 Jun 2010 at 7:43

GoogleCodeExporter commented 8 years ago
Fixed in r1377

Original comment by austinenglish@gmail.com on 24 Jun 2010 at 9:15