What steps will reproduce the problem? 1. Start terminal 2. Enter "winetricks flash"
============================
What is the expected output? Flash 11 or higher should be downloaded and installed.
============================
What do you see instead? ~$ winetricks flash Executing w_do_call flash Executing load_flash Downloading http://fpdownload.macromedia.com/get/flashplayer/pdc/11.7.700.224/install_flash_player_ax.exe to /home/anton/.cache/winetricks/flash --2014-04-21 10:40:34-- http://fpdownload.macromedia.com/get/flashplayer/pdc/11.7.700.224/install_flash_player_ax.exe Resolving fpdownload.macromedia.com (fpdownload.macromedia.com)... 2.21.98.70 Connecting to fpdownload.macromedia.com (fpdownload.macromedia.com)|2.21.98.70|:80... connected. HTTP request sent, awaiting response... 404 Not Found 2014-04-21 10:40:36 ERROR 404: Not Found.
Downloading http://fpdownload.macromedia.com/get/flashplayer/pdc/11.7.700.224/install_flash_player_ax.exe failed
============================
What version of the product are you using? On what operating system? Wine version: wine-1.7.16 Winetricks version: 20130707 Operating system: Ubuntu 13.10 (with all updates) 3.11.0-18-generic #32-Ubuntu SMP Tue Feb 18 21:11:14 UTC 2014 x86_64 x86_64 x86_64 GNU/Linux
Comment #1
Posted on Apr 21, 2014 by Quick ElephantProblem solved:
Just updated winetricks to version 20140302
How-To: http://code.google.com/p/winetricks/wiki/Installing rm -f winetricks wget http://winetricks.org/winetricks sudo cp winetricks /usr/bin sudo chmod +x /usr/bin/winetricks
Now: winetricks flash
OUTPUT:
You are using a 64-bit WINEPREFIX. If you encounter problems, please retest in a clean 32-bit WINEPREFIX before reporting a bug.
Executing w_do_call flash Executing load_flash Downloading http://fpdownload.macromedia.com/get/flashplayer/pdc/12.0.0.38/install_flash_player_ax.exe to /home/anton/.cache/winetricks/flash --2014-04-21 10:50:52-- http://fpdownload.macromedia.com/get/flashplayer/pdc/12.0.0.38/install_flash_player_ax.exe Resolving fpdownload.macromedia.com (fpdownload.macromedia.com)... 2.21.98.70 Connecting to fpdownload.macromedia.com (fpdownload.macromedia.com)|2.21.98.70|:80... connected. HTTP request sent, awaiting response... 200 OK Length: 17297288 (16M) [application/octet-stream] Saving to: ‘install_flash_player_ax.exe’
100%[=============================================================================================================>] 17.297.288 35,5KB/s in 7m 53s
2014-04-21 10:58:47 (35,7 KB/s) - ‘install_flash_player_ax.exe’ saved [17297288/17297288]
Executing wine install_flash_player_ax.exe fixme:service:scmdatabase_autostart_services Auto-start service L"SecDrv" failed to start: 2 p11-kit: couldn't load module: /usr/lib/i386-linux-gnu/pkcs11/p11-kit-trust.so: /usr/lib/i386-linux-gnu/pkcs11/p11-kit-trust.so: cannot open shared object file: No such file or directory fixme:atl:AtlAxWinInit version 0300 semi-stub fixme:exec:SHELL_execute flags ignored: 0x00000100 fixme:heap:HeapSetInformation 0x240000 0 0x23fce0 4 fixme:heap:HeapSetInformation 0x480000 0 0x23f330 4 fixme:heap:HeapSetInformation 0x590000 0 0x23ee50 4 fixme:mstask:MSTASK_ITaskScheduler_Activate Partial stub always returning COR_E_FILENOTFOUND fixme:mstask:MSTASK_ITask_SetCreator (0x134e58, 0x430eec): stub fixme:mstask:MSTASK_ITask_SetFlags (0x134e58, 0x00000400): stub fixme:mstask:MSTASK_IPersistFile_Save (0x134e5c, (nil), 1): stub Downloading http://fpdownload.macromedia.com/get/flashplayer/pdc/12.0.0.43/install_flash_player.exe to /home/anton/.cache/winetricks/flash --2014-04-21 10:59:04-- http://fpdownload.macromedia.com/get/flashplayer/pdc/12.0.0.43/install_flash_player.exe Resolving fpdownload.macromedia.com (fpdownload.macromedia.com)... 2.21.98.70 Connecting to fpdownload.macromedia.com (fpdownload.macromedia.com)|2.21.98.70|:80... connected. HTTP request sent, awaiting response... 200 OK Length: 17888136 (17M) [application/octet-stream] Saving to: ‘install_flash_player.exe’
100%[=============================================================================================================>] 17.888.136 43,7KB/s in 8m 14s
2014-04-21 11:07:25 (35,4 KB/s) - ‘install_flash_player.exe’ saved [17888136/17888136]
Executing wine install_flash_player.exe fixme:service:scmdatabase_autostart_services Auto-start service L"SecDrv" failed to start: 2 p11-kit: couldn't load module: /usr/lib/i386-linux-gnu/pkcs11/p11-kit-trust.so: /usr/lib/i386-linux-gnu/pkcs11/p11-kit-trust.so: cannot open shared object file: No such file or directory fixme:atl:AtlAxWinInit version 0300 semi-stub fixme:exec:SHELL_execute flags ignored: 0x00000100 fixme:heap:HeapSetInformation 0x240000 0 0x23fce0 4 fixme:heap:HeapSetInformation 0x480000 0 0x23f330 4 fixme:mstask:MSTASK_ITaskScheduler_Activate Partial stub always returning COR_E_FILENOTFOUND fixme:mstask:MSTASK_ITask_SetCreator (0x134ef0, 0x430eec): stub fixme:mstask:MSTASK_ITask_SetFlags (0x134ef0, 0x00000400): stub fixme:mstask:MSTASK_IPersistFile_Save (0x134ef4, (nil), 1): stub Current wine does not have wine bug 25966, so not applying workaround
Status: New
Labels:
Type-Defect
Priority-Medium