Application Details:
Version: | 9 |
License: | Free to use and share |
URL: | http://www.adobe.com |
Votes: | 0 |
Latest Rating: | Bronze |
Latest Wine Version Tested: | 1.1.3 |
Maintainers: About Maintainership
No maintainers. Volunteer today!
What works
Since the installation of Adobe Flash Player 9.0.16.0.exe fileby using Wine 0.9.21 on my Asus Laptop L2000E running Ubuntu Dapper Drake 6.06 LTS, this is latest trial of wine 0.9.46, Firefox 2.0.0.7 and Adobe Flash Player 9.0.47.0
Basic procedures as in http://www.howtoforge.com/ubuntu_flash_player9 as well as the previous installation guide is followed.
The Firefox that i installed is Firefox Setup 2.0.0.7.exe as I downloaded it from http://www.getfirefox.com
The Wine is installed by using the guide in http://www.winehq.org/site/download-deb
The Adobe Flash Player 9.0.47.0 exe is downloaded from http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash&promoid=BIOW
All right.
By using console:
wget -q http://wine.budgetdedicated.com/apt/387EE263.gpg -O- | sudo apt-key add -
Then, type
sudo wget http://wine.budgetdedicated.com/apt/sources.list.d/feisty.list -O /etc/apt/sources.list.d/winehq.list
sudo aptitude update
sudo aptitude install wine
Download Firefox 2.0.0.7 ans saved as "Firefox Setup 2.0.0.7.exe" into a folder and install by typing the following in the console inside that particular download folder.
The install and uninstall processes are repeatedly done four times.
(First time installation using Standard Installation, second time installation using Custom Installation with Full selection of DOM and Quality Feedback, third time installation using DOM Installation with full selection of DOM and Quality Feedback. Second time installation, Adobe Flash Player 9.0.47.0 was installed twice to get it running. Fourth installation is using Standard installation)
Then, the fourth time installation is done.
the following are based on the fourth installation with Standard Installation.
sudo wine Firefox\ Setup\ 2.0.0.7.exe
The installation is fine with all feedback as below:-
cheongkwonghooi@UbuntuAsusLaptop:~/Compile$ sudo wine Firefox\ Setup\ 2.0.0.7.exe
fixme:shell:DllCanUnloadNow stub
fixme:shell:DllCanUnloadNow stub
fixme:shell:DllCanUnloadNow stub
cheongkwonghooi@UbuntuAsusLaptop:~/Compile$
Then, I run Firefox with the following command in the console:-
sudo wine .wine/drive_c/Program\ Files/Mozilla\ Firefox/firefox.exe
It starts ok with just a couples of error message. But, these did not affect the successful running of Firefox 2.0.0.7.
All the feedback is listed below:-
cheongkwonghooi@UbuntuAsusLaptop:~$ sudo wine .wine/drive_c/Program\ Files/Mozilla\ Firefox/firefox.exe
fixme:iphlpapi:NotifyAddrChange (Handle 0x7de2c9e8, overlapped 0x7de2c9cc): stub
err:ole:CoGetClassObject class {4955dd33-b159-11d0-8fcf-00aa006bcc59} not registered
err:ole:CoGetClassObject no class object {4955dd33-b159-11d0-8fcf-00aa006bcc59} could be created for context 0x1
cheongkwonghooi@UbuntuAsusLaptop:~$ fixme:iphlpapi:NotifyAddrChange (Handle 0x7de3a9e8, overlapped 0x7de3a9cc): stub
err:ole:CoGetClassObject class {4955dd33-b159-11d0-8fcf-00aa006bcc59} not registered
err:ole:CoGetClassObject no class object {4955dd33-b159-11d0-8fcf-00aa006bcc59} could be created for context 0x1
fixme:imm:ImmReleaseContext (0x10056, 0x123390): stub
fixme:imm:ImmSetCandidateWindow (0x123390, 0x34f794): stub
fixme:imm:ImmGetCompositionStringW Unhandled index 0x8
fixme:imm:ImmGetCompositionStringW Unhandled index 0x8
fixme:imm:ImmGetDefaultIMEWnd (0x80036 - (nil) 0x123390 ): semi-stub
When I close Firefox 2.0.0.7, the terminal shows
err:clipboard:CLIPBOARD_CloseClipboard Failed to set clipboard.
After Firefox 2.0.0.7 is closed, there is no command prompt. After pressing Enter, then the command prompt appears.
Then, I visited the Adobe website to get the latest Flash Player.
Download it and install by using console:
sudo wine install_flash_player.exe
It starts ok with just a one line of error message. But, these did not affect the successful installation of Adobe Flash Player 9.0.47.0
fixme:process:IsWow64Process (0xffffffff 0x1467e8) stub!
I started Firefox 2.0.0.7, it runs smoothly only with fonts which are too thin.
The demo found at http://www.adobe.com/products/flashplayer/productinfo/features/ can be ran successfully.
Then I try game in http://www.addictinggames.com for Flash game Bloon Players Pack 2
The flash game can be played successfully.
What does not
n/a
Workarounds
What was not tested
further test on other programs are needed.
Hardware tested
Graphics:
Additional Comments
Since the installation of Adobe Flash Player 9.0.16.0.exe fileby using Wine 0.9.21 on my Asus Laptop L2000E running Ubuntu Dapper Drake 6.06 LTS, this is latest trial of wine 0.9.46, Firefox 2.0.0.7 and Adobe Flash Player 9.0.47.0 Basic procedures as in http://www.howtoforge.com/ubuntu_flash_player9 as well as the previous installation guide is followed. The Firefox that i installed is Firefox Setup 2.0.0.7.exe as I downloaded it from http://www.getfirefox.com The Wine is installed by using the guide in http://www.winehq.org/site/download-deb The Adobe Flash Player 9.0.47.0 exe is downloaded from http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash&promoid=BIOW All right. By using console: wget -q http://wine.budgetdedicated.com/apt/387EE263.gpg -O- | sudo apt-key add - Then, type sudo wget http://wine.budgetdedicated.com/apt/sources.list.d/feisty.list -O /etc/apt/sources.list.d/winehq.list sudo aptitude update sudo aptitude install wine Download Firefox 2.0.0.7 ans saved as "Firefox Setup 2.0.0.7.exe" into a folder and install by typing the following in the console inside that particular download folder. The install and uninstall processes are repeatedly done four times. (First time installation using Standard Installation, second time installation using Custom Installation with Full selection of DOM and Quality Feedback, third time installation using DOM Installation with full selection of DOM and Quality Feedback. Second time installation, Adobe Flash Player 9.0.47.0 was installed twice to get it running. Fourth installation is using Standard installation) Then, the fourth time installation is done. the following are based on the fourth installation with Standard Installation. sudo wine Firefox\ Setup\ 2.0.0.7.exe The installation is fine with all feedback as below:- cheongkwonghooi@UbuntuAsusLaptop:~/Compile$ sudo wine Firefox\ Setup\ 2.0.0.7.exe fixme:shell:DllCanUnloadNow stub fixme:shell:DllCanUnloadNow stub fixme:shell:DllCanUnloadNow stub cheongkwonghooi@UbuntuAsusLaptop:~/Compile$ Then, I run Firefox with the following command in the console:- sudo wine .wine/drive_c/Program\ Files/Mozilla\ Firefox/firefox.exe It starts ok with just a couples of error message. But, these did not affect the successful running of Firefox 2.0.0.7. All the feedback is listed below:- cheongkwonghooi@UbuntuAsusLaptop:~$ sudo wine .wine/drive_c/Program\ Files/Mozilla\ Firefox/firefox.exe fixme:iphlpapi:NotifyAddrChange (Handle 0x7de2c9e8, overlapped 0x7de2c9cc): stub err:ole:CoGetClassObject class {4955dd33-b159-11d0-8fcf-00aa006bcc59} not registered err:ole:CoGetClassObject no class object {4955dd33-b159-11d0-8fcf-00aa006bcc59} could be created for context 0x1 cheongkwonghooi@UbuntuAsusLaptop:~$ fixme:iphlpapi:NotifyAddrChange (Handle 0x7de3a9e8, overlapped 0x7de3a9cc): stub err:ole:CoGetClassObject class {4955dd33-b159-11d0-8fcf-00aa006bcc59} not registered err:ole:CoGetClassObject no class object {4955dd33-b159-11d0-8fcf-00aa006bcc59} could be created for context 0x1 fixme:imm:ImmReleaseContext (0x10056, 0x123390): stub fixme:imm:ImmSetCandidateWindow (0x123390, 0x34f794): stub fixme:imm:ImmGetCompositionStringW Unhandled index 0x8 fixme:imm:ImmGetCompositionStringW Unhandled index 0x8 fixme:imm:ImmGetDefaultIMEWnd (0x80036 - (nil) 0x123390 ): semi-stub When I close Firefox 2.0.0.7, the terminal shows err:clipboard:CLIPBOARD_CloseClipboard Failed to set clipboard. After Firefox 2.0.0.7 is closed, there is no command prompt. After pressing Enter, then the command prompt appears. Then, I visited the Adobe website to get the latest Flash Player. Download it and install by using console: sudo wine install_flash_player.exe It starts ok with just a one line of error message. But, these did not affect the successful installation of Adobe Flash Player 9.0.47.0 fixme:process:IsWow64Process (0xffffffff 0x1467e8) stub! I started Firefox 2.0.0.7, it runs smoothly only with fonts which are too thin. The demo found at http://www.adobe.com/products/flashplayer/productinfo/features/ can be ran successfully. Then I try game in http://www.addictinggames.com for Flash game Bloon Players Pack 2 The flash game can be played successfully.
Operating system | Test date | Wine version | Installs? | Runs? | Used Workaround? | Rating | Submitter | ||
Show | Ubuntu 8.04 "Hardy" i386 (+ variants like Kubuntu) | Sep 02 2008 | 1.1.3 | Yes | Yes | No | Bronze | an anonymous user | |
Show | FreeBSD 7.0 | Jun 01 2008 | 1.0-rc2 | Yes | Yes | No | Platinum | Romain "Artefact2" D. | |
Show | Ubuntu 8.04 "Hardy" amd64 (+ variants like Kubuntu) | May 30 2008 | 1.0-rc2 | Yes | Yes | No | Platinum | Ryszard Szamburski | |
Show | Ubuntu 8.04 "Hardy" i386 (+ variants like Kubuntu) | May 09 2008 | 0.9.61. | Yes | Yes | No | Platinum | Jorge Azevedo | |
Show | Debian GNU/Linux Unstable "Sid" x86_64 | Mar 02 2008 | 0.9.55. | Yes | Yes | No | Gold | an anonymous user |
Comments for this application have been disabled because there are no maintainers.