我正在尝试创建一个wineprefix,这样我就可以在我的Ubuntu操作系统上安装IL-21946。我正在使用这个资源:http://blogs.bu.edu/mhirsch/2012/07/making-wineprefixes-and-using-wineprefixes-wine-1-5/
我尝试在其中创建前缀的目录是~/games/Il-2_1946,但是当我输入:
env WINEPREFIX=~/games/IL-2_1946/.wine_il-2 winecfg我得到以下错误:
wine: '/home/promitheas/games/IL-2_1946' is not owned by you, refusing to create a configuration directory there我已经到处寻找了几个小时,但我找到的与我的问题最接近的帖子是这个:http://ubuntuforums.org/archive/index.php/t-634075.html
我也已经有了“星球大战:旧共和国”的wineprefix,当我用wine2运行IL-2 setup.exe时,我得到了这个错误:
wine: chdir to /home/promitheas/games/swtor/drive_c/Program Files/Electronic Arts/BioWare/Star Wars - The Old Republic/wineprefix:没有这样的文件或目录
此外,游戏来自挂载的.iso文件。
任何帮助都将不胜感激。提前谢谢。
发布于 2015-06-13 05:27:21
当我尝试在gentoo x64中创建WINEPREFIX时,我得到了同样的错误。我做了什么:
$ rm ~username/.wine
$ WINEARCH=win32 WINEPREFIX=/path/to/wineprefix winecfg 注意:在运行该命令之前,不要手动创建目录;Wine必须创建它。如果您在运行之前手动创建目录,您将收到以下消息:
$ wine: WINEARCH set to win32, but '/path/to/wineprefix' is a 64-bit installation.发布于 2018-07-15 02:51:38
进入超级用户模式,然后输入winecfg。例如,
$ sudo su
# winecfg https://stackoverflow.com/questions/29855942
复制相似问题