wine-itunes-docker icon indicating copy to clipboard operation
wine-itunes-docker copied to clipboard

Dockerfile Step 9/11 silent failure

Open ErezBinyamin opened this issue 3 years ago • 0 comments

Line 34 in the Dockerfile is RUN wine msiexec /i c:/AppleApplicationSupport.msi /qn and that fails with the following error

Step 9/11 : RUN wine msiexec /i c:/AppleApplicationSupport.msi /qn
 ---> Running in 5f3eedf56406
Warning: could not find DOS drive for current working directory '/windows/drive_c', starting in the Windows directory.
No protocol specified
err:ole:marshal_object couldn't get IPSFactory buffer for interface {00000131-0000-0000-c000-000000000046}
err:ole:marshal_object couldn't get IPSFactory buffer for interface {6d5140c1-7436-11ce-8034-00aa006009fa}
err:ole:StdMarshalImpl_MarshalInterface Failed to create ifstub, hres=0x80004002
err:ole:CoMarshalInterface Failed to marshal the interface {6d5140c1-7436-11ce-8034-00aa006009fa}, 80004002
err:ole:get_local_server_stream Failed: 80004002
fixme:ntdll:NtLockFile I/O completion on lock not implemented yet
err:mscoree:LoadLibraryShim error reading registry key for installroot
err:mscoree:LoadLibraryShim error reading registry key for installroot
err:mscoree:LoadLibraryShim error reading registry key for installroot
err:mscoree:LoadLibraryShim error reading registry key for installroot

ErezBinyamin avatar May 12 '21 13:05 ErezBinyamin