[Bug 49035] New: iTunes 12-3-0-44 does not run under 5.6 or 5.7. It does under 5.5
https://bugs.winehq.org/show_bug.cgi?id=49035 Bug ID: 49035 Summary: iTunes 12-3-0-44 does not run under 5.6 or 5.7. It does under 5.5 Product: Wine-staging Version: 5.7 Hardware: x86 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown Assignee: wine-bugs(a)winehq.org Reporter: dagunny(a)gmail.com CC: leslie_alistair(a)hotmail.com, z.figura12(a)gmail.com Distribution: --- Previously filed under Redhat as 1828084. I loaded Fedora32 beta with Wine 5.5-1. I installed iTunes 12-3-0-44 x64 and it was working OK. I ran an update when the "real" version was released and it broke it. I downgraded to 5.5-1 and it worked again. Was told at RedHat that the 5.7 was released and to test it. I again ran a dnf -y update. Rebooted and tried iTunes. Nothing opens up. Ran the downgrade back to 5.5-1 and it works. I can replicate this. -- 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.
https://bugs.winehq.org/show_bug.cgi?id=49035 dagunny(a)gmail.com changed: What |Removed |Added ---------------------------------------------------------------------------- Hardware|x86 |x86-64 --- Comment #1 from dagunny(a)gmail.com --- This is running on a laptop x86_64 version with nVidia GT330m drivers. -- 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.
https://bugs.winehq.org/show_bug.cgi?id=49035 Austin English <austinenglish(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |regression --- Comment #2 from Austin English <austinenglish(a)gmail.com> --- Please run a regression test: https://wiki.winehq.org/RegressionTesting -- 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.
https://bugs.winehq.org/show_bug.cgi?id=49035 --- Comment #3 from dagunny(a)gmail.com --- I tried following the instructions but when creating ccache and compiling I get cannot create executables with the -m32 parm. Otherwise it wants 32 bit libraries. I am running the x64 version of iTunes. Set folder wine-git to 777. Downloaded gcc-c++ and toolkit but cannot get to work. Be willing to do the testing but need info on how to go past this stumbling block. I can recreate the test box easily as I have the raw install of F32 as an Acronis image so can always go back to square one. I also updated to latest 5.7 but still iTunes doesn't load. Downgrade to 5.5-1 still makes it work. -- 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.
https://bugs.winehq.org/show_bug.cgi?id=49035 --- Comment #4 from dagunny(a)gmail.com --- Also took a running Fedora31 computer and did the upgrade to FC32. I tried to run the iTunes and it didn't open. Downgraded to 5.5-1, rebooted, and it worked. -- 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.
https://bugs.winehq.org/show_bug.cgi?id=49035 Anastasius Focht <focht(a)gmx.net> changed: What |Removed |Added ---------------------------------------------------------------------------- See Also| |https://bugzilla.redhat.com | |/show_bug.cgi?id=1828084 Distribution|--- |Fedora Keywords| |download CC| |focht(a)gmx.net URL| |https://secure-appldnld.app | |le.com/itunes12/031-24471-2 | |0150916-D6436502-5C68-11E5- | |B713-CA5C6DA99CB1/iTunes646 | |4Setup.exe Summary|iTunes 12-3-0-44 does not |iTunes 12.3.0.44 does not |run under 5.6 or 5.7. It |work with Fedora 32 |does under 5.5 |provided Wine-Staging 5.6 | |nor 5.7 (works with 5.5) --- Comment #5 from Anastasius Focht <focht(a)gmx.net> --- Hello folks, iTunes 12.3.0.44 starts fine here and shows main user interface. I don't use prebuilt Wine though (building every day from source). Tested with: * mainline Wine 5.6 * mainline Wine 5.7 * mainline Wine HEAD (wine-5.7-118-gcf8a6eb276) * Wine-Staging 5.7 (wine-5.7-843-g77698416d83d) Maybe Fedora 32 / GCC10 produces broken builds. WineHQ doesn't have packages for Fedora 32 yet. https://dl.winehq.org/wine-builds/fedora/ Please attach the console output when starting the app. --- snip --- $ pwd /home/focht/.wine/drive_c/Program Files/iTunes $ wine ./iTunes.exe ... --- snip --- $ sha1sum iTunes6464Setup.exe 50b0412e29bcc876b48df87be687e5557e11a692 iTunes6464Setup.exe $ du -sh iTunes6464Setup.exe 160M iTunes6464Setup.exe $ wine --version wine-5.7-118-gcf8a6eb276 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.
https://bugs.winehq.org/show_bug.cgi?id=49035 --- Comment #6 from dagunny(a)gmail.com --- (In reply to dagunny from comment #3)
I tried following the instructions but when creating ccache and compiling I get cannot create executables with the -m32 parm. Otherwise it wants 32 bit libraries. I am running the x64 version of iTunes. Set folder wine-git to 777. Downloaded gcc-c++ and toolkit but cannot get to work. Be willing to do the testing but need info on how to go past this stumbling block. I can recreate the test box easily as I have the raw install of F32 as an Acronis image so can always go back to square one. I also updated to latest 5.7 but still iTunes doesn't load. Downgrade to 5.5-1 still makes it work.
I finally got it to compile after searching for a day over the net. I had to add these dnf install glibc-devel.i686 libgcc.i686 libstdc++-devel.i686 ncurses-devel.i686 dnf install freetype-devel.i686 dnf install libX11-devel.i686 dnf install libx*-devel.i686 dnf install libXcursor-devel.i686 dnf install libxc-devel.i686 dnf install libX*.i686 dnf install libx*.i686 Still some didn't get loaded but it did compile. Ran the bisect but only gets through 498 and aborts at dlls/ntdll/signal_powerpc.c ??? -- 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.
https://bugs.winehq.org/show_bug.cgi?id=49035 --- Comment #7 from Austin English <austinenglish(a)gmail.com> --- *** Bug 49101 has been marked as a duplicate of this bug. *** -- 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.
https://bugs.winehq.org/show_bug.cgi?id=49035 --- Comment #8 from dagunny(a)gmail.com --- Still not working. This is a Cinnamon Spin. I have tried this on 3 separate computers, each with different video cards - Intel integrated, nVidia GT 330m, and ATI Radeon. Even from a raw install of FC32, I load Wine and try the iTunes. It appears to load but never opens. I reboot and same thing. If I do a downgrade to 5.5-1 and reboot, it works. I would be more than happy to assist in finding this but the regression compile never works and aborts after 498 findings. If there is any way I can assist please let me know. -- 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.
https://bugs.winehq.org/show_bug.cgi?id=49035 --- Comment #9 from dagunny(a)gmail.com --- Still not working. Updated to 5.6.10-300 of FC32. Also 5.7-2 of Wine. One note that the -10 version of FC32 blew away my nVidia kmod drivers and had to reinstall kmod.nvidia and rebuild the initramfs. Downgraded back to 5.5-1 of wine and everything works again. -- 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.
https://bugs.winehq.org/show_bug.cgi?id=49035 --- Comment #10 from dagunny(a)gmail.com --- Updated kernel to 5.6.12-300. Also updated wine to 5.7-2. Problem is still there. iTunes doesn't open. Downgraded wine back to 5.5-1, reboot, and it works again. -- 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.
participants (1)
-
WineHQ Bugzilla