WineHQ
iTunes 8.1



Category: Main > Multimedia > Audio > Audio Players > iTunes > 8.1


NameiTunes
Version8.1
License Free to use
URLhttp://iTunes.com
Votes Marked as obsolete
RatingBronze
Wine Version1.1.19
Maintainers of this version:
Description
Version 8.1 of Apples multimedia software
Old test results
The test results for this version are very old, and as such they may not represent the current state of Wine. Please consider submitting a new test report.
Selected Test Results (selected in 'Test Results' table below)

What works
The install package comes with quicktime and itunes in one install for a long time now. Unable to get separate installation file only for itunes. The problem is that it seems the installation completed succesfully, however the installer only add the quicktime player to the system. itunes left out completelly, no related files added to the program files at all. This was the 32bit version. The 64bit version setup didn't even start up. I'm on the 64bit version of mint v6, I thought wine could run 64bit version as well. If yes, then the installation failed completelly. I hope I can hear from you shortly and we could fix THE music player to work under wine nicely. ;)


What does not
I was not able to use the app. since installation failed.


What was not tested
The application. :]


Additional Comments

I've only installed wine and manually installed directx on wine so far. didn't do any additional modification (if needed at all, not sure yet).
Test Results
DistributionTest dateWine versionInstalls?Runs?RatingSubmitter
CurrentLinux Mint 6 "Felicia"Apr 27 20091.1.20 No Not installable Garbage an anonymous user 
ShowUbuntu 8.10 "Intrepid" x86_64 (+ variants like Kubuntu)Apr 18 20091.1.19 Yes Yes Bronze Michael Borko 
ShowUbuntu 8.10 "Intrepid" x86_64 (+ variants like Kubuntu)Apr 11 20091.1.18 No Not installable Garbage an anonymous user 
ShowUbuntu 9.04 "Jaunty" x86_64 (+ variants like Kubuntu)May 22 20091.1.17 No Not installable Garbage an anonymous user 
ShowopenSUSE 11.1 x86_64Mar 22 20091.1.17 Yes Yes Bronze D4nt3 


Known bugs
Bug # Description Status Resolution Other apps affected

 
hack for installer for 1.1.19

here is a rebased patch for wine 1.1.19 for the installer to work.


---
 dlls/msi/action.c |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/dlls/msi/action.c b/dlls/msi/action.c
index 948cf4a..03e3ef9 100644
--- a/dlls/msi/action.c
+++ b/dlls/msi/action.c
@@ -973,6 +973,9 @@ static UINT ITERATE_Actions(MSIRECORD *row, LPVOID param)
     if (rc != ERROR_SUCCESS)
         ERR("Execution halted, action %s returned %i\n", debugstr_w(action), rc);

+    if( rc == 1603 )
+        rc = ERROR_SUCCESS;
+
     return rc;
 }

--
1.5.6.3


 

The following comments are owned by whoever posted them. WineHQ is not responsible for what they say.

Install Problem
by Ryan on Sunday May 3rd 2009, 7:42
Yes this also happens to me on windows it installs quick time first then I need to re-run the installer to install itunes.

[post new] [reply to this]

1.1.20
by B Williams on Monday April 27th 2009, 1:32
Breaks patch again because dll isn't there or something...what's the plan? I managed to accidentally do a "sudo rm -r .wine" when I meant to do a "sudo rm -r .sugar". Silly me. I also deleted the last compiled code so I don't know if I'll be able to successfully uninstall! Also, is it possible to make a .deb out of a patched git compile?

[post new] [reply to this]

  • RE: 1.1.20 by Charles Allen on Wednesday June 3rd 2009, 21:22
clueless
by Joao Pinto on Monday April 20th 2009, 23:59
so i'm new to linux, anyone willing to direct me to a site with instructions on how to implement this into my current wine build?

[post new] [reply to this]

Request for Investigation
by B Williams on Sunday April 19th 2009, 22:18
I also wanted to note that iTunes now installs correctly for me thanks to the patch, but the missing GUI control buttons are certainly annoying. If someone reads this, would he or she mind posting the request in a more salient location?

[post new] [reply to this]

patch worked, but troubles with icons
by Michael Borko on Saturday April 18th 2009, 4:00
i have applied the above patch on the current (1.1.19) version from the git repository. after installing the necessary packages (thnx to winezeug.googlecode.com/svn/trunk/install-wine-deps.sh) on my ubuntu 8.10 the compilation of wine works fine and also the installation of itunes (8.1.1.10) was successful.

BUT there was a problem after starting itunes: i don't see any icons on the itunesGUI!!! no play-icon/button, no small icons at the left sidebar, no buttons, nothing. so i tried to change the configuration of direct3D, but nothing happened - again no icons appeared!

i tried some other versions of itunes from www.oldapps.com/itunes.php and only minor versions including the 7.7.1 showed up with icons. what's wrong? anyone some suggestions?

[post new] [reply to this]

Methodology, Please
by B Williams on Wednesday March 25th 2009, 15:01
I have not been able to get this to work under Wine 1.1.17 on Ubuntu Jaunty Jackalope 9.04 Alpha 6. iTunes does not install. The only time I have had success installing iTunes was using the MSI patch detailed in previous entries with a GIT repository version of Wine, while 1.1.14 was out. The patch no longer seems to properly apply. Perhaps someone could update it, or explain how to get iTunes 8.1 to work with the Ubuntu WineHQ Repository version of Wine, 1.1.17.

Thanks!

[post new] [reply to this]




   << Back

Page loaded in 0.2305 seconds.