Troubled when install python27 x64 on wine3.0 on ubuntu 18.0

Questions about Wine on Linux
Locked
l1nk
Newbie
Newbie
Posts: 4
Joined: Sun Jun 10, 2018 10:41 am

Troubled when install python27 x64 on wine3.0 on ubuntu 18.0

Post by l1nk »

I install it using command below:

Code: Select all

wine msiexec -i python-2.7.amd64.msi
but the message below occurs when i press Next when choosing the folder

Code: Select all

err:msi:ACTION_CallDllFunction failed to load dll L"C:\\users\\l1nk\\Temp\\msi6668.tmp"
And I tried many other solutions like just copy the python installed in other windows. However, these did't work.

my wine version is
wine-3.0 (Ubuntu 3.0-1ubuntu1)

Is there anyone meets the same situation? I would appreciate any sugguestions!
User avatar
DarkShadow44
Level 8
Level 8
Posts: 1207
Joined: Tue Nov 22, 2016 5:39 pm

Re: Troubled when install python27 x64 on wine3.0 on ubuntu

Post by DarkShadow44 »

Upgrade to at least wine-3.8, that fixes this issue.
l1nk
Newbie
Newbie
Posts: 4
Joined: Sun Jun 10, 2018 10:41 am

Re: Troubled when install python27 x64 on wine3.0 on ubuntu

Post by l1nk »

DarkShadow44 wrote:Upgrade to at least wine-3.8, that fixes this issue.
I upgrade my wine to wine-3.9 but when I run the python-2.7_amd64.msi installer, Nothing happened, the program quit immediately.
User avatar
DarkShadow44
Level 8
Level 8
Posts: 1207
Joined: Tue Nov 22, 2016 5:39 pm

Re: Troubled when install python27 x64 on wine3.0 on ubuntu

Post by DarkShadow44 »

Did you try in a clean WINEPREFIX already?
If that doesn't work, please provide logs.
l1nk
Newbie
Newbie
Posts: 4
Joined: Sun Jun 10, 2018 10:41 am

Re: Troubled when install python27 x64 on wine3.0 on ubuntu

Post by l1nk »

DarkShadow44 wrote:Did you try in a clean WINEPREFIX already?
If that doesn't work, please provide logs.

Code: Select all

$ wine python-2.7.amd64.msi 
wine: created the configuration directory '/home/l1nk/.wine'
0014:err:ole:marshal_object couldn't get IPSFactory buffer for interface {00000131-0000-0000-c000-000000000046}
0014:err:ole:marshal_object couldn't get IPSFactory buffer for interface {6d5140c1-7436-11ce-8034-00aa006009fa}
0014:err:ole:StdMarshalImpl_MarshalInterface Failed to create ifstub, hres=0x80004002
0014:err:ole:CoMarshalInterface Failed to marshal the interface {6d5140c1-7436-11ce-8034-00aa006009fa}, 80004002
0014:err:ole:get_local_server_stream Failed: 80004002
0012:err:ole:marshal_object couldn't get IPSFactory buffer for interface {00000131-0000-0000-c000-000000000046}
0012:err:ole:marshal_object couldn't get IPSFactory buffer for interface {6d5140c1-7436-11ce-8034-00aa006009fa}
0012:err:ole:StdMarshalImpl_MarshalInterface Failed to create ifstub, hres=0x80004002
0012:err:ole:CoMarshalInterface Failed to marshal the interface {6d5140c1-7436-11ce-8034-00aa006009fa}, 80004002
0012:err:ole:get_local_server_stream Failed: 80004002
Could not load wine-gecko. HTML rendering will be disabled.
wine: configuration in '/home/l1nk/.wine' has been updated.
wine: Z:\home\l1nk\Downloads\python-2.7.amd64.msi 的 EXE 格式无效。 # means invalid file format
and when I use msiexec, It fails.

Code: Select all

$ wine msiexec /i python-2.7.amd64.msi     
000d:err:menubuilder:write_freedesktop_mime_type_entry error writing file /home/l1nk/.local/share/mime/packages/x-wine-extension-cpl.xml
0009:fixme:ntdll:NtLockFile I/O completion on lock not implemented yet
000d:err:menubuilder:write_freedesktop_mime_type_entry error writing file /home/l1nk/.local/share/mime/packages/x-wine-extension-dll.xml

$ 000d:err:menubuilder:write_freedesktop_mime_type_entry error writing file /home/l1nk/.local/share/mime/packages/x-wine-extension-inf.xml
000d:err:menubuilder:write_freedesktop_mime_type_entry error writing file /home/l1nk/.local/share/mime/packages/x-wine-extension-ini.xml
000d:err:menubuilder:write_freedesktop_mime_type_entry error writing file /home/l1nk/.local/share/mime/packages/x-wine-extension-its.xml
000d:err:menubuilder:write_freedesktop_mime_type_entry error writing file /home/l1nk/.local/share/mime/packages/x-wine-extension-jfif.xml
000d:err:menubuilder:write_freedesktop_mime_type_entry error writing file /home/l1nk/.local/share/mime/packages/x-wine-extension-msp.xml
000d:err:menubuilder:write_freedesktop_mime_type_entry error writing file /home/l1nk/.local/share/mime/packages/x-wine-extension-vbs.xml
I/O error : Permission denied
I/O error : Permission denied
Failed to write XML file; For permission problems, try rerunning as root # quit when I press Enter
User avatar
DarkShadow44
Level 8
Level 8
Posts: 1207
Joined: Tue Nov 22, 2016 5:39 pm

Re: Troubled when install python27 x64 on wine3.0 on ubuntu

Post by DarkShadow44 »

Does disabling winemenubuilder.exe in winecfg help? There seem to be some non-wine errors.
l1nk
Newbie
Newbie
Posts: 4
Joined: Sun Jun 10, 2018 10:41 am

Re: Troubled when install python27 x64 on wine3.0 on ubuntu

Post by l1nk »

DarkShadow44 wrote:Does disabling winemenubuilder.exe in winecfg help? There seem to be some non-wine errors.
It doesn't work. The log is the same.
It may be a very complex problem beacause I can't install it with crossoverflow.
Thanks for your help anyway!
Locked