wine msi 安装问题 - err:msidb,fixme:storage

wine msi 安装问题 - err:msidb,fixme:storage

我正在尝试使用 vpython 做一些事情。

vpython.org 建议我进行 wine 安装,然后尝试按照上述说明安装 vpython这里

但是问题出在尝试安装 python 本身时。(请注意,我无法为此使用我的 linux python)。我正在分享该操作的输出:

$ wine msiexec /i python-2.7.9.amd64.msi /qn TARGETDIR=C:\Python27 ALLUSERS=1
err:msidb:get_tablecolumns column 1 out of range
err:msidb:get_tablecolumns column 2 out of range
fixme:storage:create_storagefile Storage share mode not implemented.
err:msidb:get_tablecolumns column 1 out of range
err:msidb:get_tablecolumns column 2 out of range
err:msidb:get_tablecolumns column 1 out of range
err:msidb:get_tablecolumns column 2 out of range
err:msidb:get_tablecolumns column 1 out of range
err:msidb:get_tablecolumns column 2 out of range
err:msidb:get_tablecolumns column 3 out of range
err:msidb:get_tablecolumns column 1 out of range
err:msidb:get_tablecolumns column 2 out of range
err:msidb:get_tablecolumns column 3 out of range

问题出在哪里?顺便说一下,我使用的是 Ubuntu 14.04 64 位操作系统

答案1

我猜测这是 wine 1.6 中的一个错误:https://bugs.launchpad.net/ubuntu/+source/wine1.6/+bug/1383214

近期已发布修复程序。

相关内容