iTunes on Ubuntu 16.04 - FDIIsCabinet() failed:

Questions about Wine on Linux
Locked
steverob
Newbie
Newbie
Posts: 1
Joined: Wed Jul 31, 2013 1:11 am

iTunes on Ubuntu 16.04 - FDIIsCabinet() failed:

Post by steverob »

Hi, I'm trying to install iTunes 12 on Ubuntu 16.04 by following the instructions at https://appdb.winehq.org/objectManager. ... &iId=31322

This is the error I'm getting. Would love some pointers / help :)

Code: Select all

 $ WINEARCH=win32 WINEPREFIX=/home/$USER/.wine32 winetricks win7 && WINEARCH=win32 WINEPREFIX=/home/$USER/.wine32 WINEDEBUG=+cabinet wine Software/iTunesSetup.exe 
Executing w_do_call win7
Executing load_win7
ADD - HKLM\System\CurrentControlSet\Control\ProductOptions ProductType 0 (null) WinNT 1
The operation completed successfully
Setting Windows version to win7
Executing winetricks_early_wine regedit C:\windows\Temp\_win7\set-winver.reg
fixme:advapi:EventRegister {5eec90ab-c022-44b2-a5dd-fd716a222a15}, 0x401123, 0x41e030, 0x41e048
=== Logging started: 10/4/2017 23:24:06 ===
Command Line: 
SetDefaultDllDirectories is not available.

Using single-platform PRODUCTCODE.

Product to install: {2BD589D0-26C7-4312-A757-86C7727FF817}

trace:cabinet:FDICreate (pfnalloc == ^0x402730, pfnfree == ^0x402740, pfnopen == ^0x402320, pfnread == ^0x402560, pfnwrite == ^0x402690, pfnclose == ^0x4022c0, pfnseek == ^0x4025d0, cpuType == 1, perf == ^0x33ef00)
trace:cabinet:FDIIsCabinet (hfdi == ^0x1463b8, hf == ^0, pfdici == ^0x33ef0c)
FDIIsCabinet() failed: 'Z:\home\user\Software\iTunesSetup.exe' is not a cabinet
trace:cabinet:FDIDestroy (hfdi == ^0x1463b8)

Returning: 0
Locked