如果游戏无法启动,或者功能有问题,可以尝试更换Wine版本:
勾选你需要的Wine版本。Wine游戏助手了多种系列的Wine版本,比如lutris
、winehq
、proton
等,每种都有不同的特点:
lutris
专门为游戏优化,但对其他软件的兼容性也不错,所以是默认wine版本。winehq
是Wine官方发布的Wine版本,其中winehq-stable
和winehq-devel
没有针对游戏的优化,winehq-staging
有少量游戏优化,但没有lutris
系列全面。不过游戏优化少有时候反而是优点,对其他软件的兼容性可能更好。proton
系列是Linux版Steam运行Windows游戏时使用的兼容层,其中不带ge
字样的版本由Steam官方编译,带ge
字样的版本由社区开发者编译,对某些游戏的兼容性可能更好。proton
是专为游戏优化的wine版本,完全不考虑运行其他软件,并且不支持中文输入法。x86only
的版本只能创建32位Wine容器,不支持64位模式,这是给在ARM64平台上运行x86仿真的用户准备的。arm64
、exagear32
、exagear64
的版本也是给ARM64平台准备的,x86用户不能启动。右击你想修改Wine版本的游戏,在弹出的菜单中选“配置”。
在弹出的窗口中选择“运行环境选项”标签。
在“Wine 版本”下拉框中选择你想要的版本。
上图这样选择,更换的只是这一个游戏的wine版本,其他游戏不受影响。
可以尝试不同系列的Wine版本(相同系列的Wine具有相同的前缀,比如winehq
,proton
,lutris
等),看看有没有能启动游戏的。
不过要注意,不同的游戏有不同的最佳wine版本,一味求新不一定会得到最好的结果。某些游戏在旧版本中性能反而更好。
还有,选择proton
系列(比如proton-5.9-ge-6-st
)后无法输入中文,因为该系列没有编译输入法组件。如果要在游戏或者启动器内输入中文,只能选择其他系列。
如果尝试各种Wine版本后游戏依然无法启动,可以考虑加群请求远程协助,群号在这里:https://hu60.cn/q.php/bbs.topic.95988.html
For example, "wine-proton-8-26-x86_64" is fine to remain, but 'lutris-osu-1-x86_64' better to get deleted.
I found wine takes a lot of space in /usr and /opt and /usr/lib and /var and /usr/share.
I installed those wine version by using an app called 'WineGame helper', but it did not provide a way to uninstall those version of wine.
The space take is crazy, but my main linux boot partition is only 32GB, but the home folder is 2TB in another partition.
Here is a view of storage taking:
```
493M ./opt/deepin-wine6-stable
495M ./opt/QQ
551M ./opt/deepinwine
743M ./opt/deepin-shared-libs
843M ./home/python
914M ./var/log
1.3G ./opt/deepin-wine8-stable
1.4G ./opt/deepin-wine-staging
1.8G ./usr/bin
3.2G ./usr/share
3.6G ./var/lib
4.1G ./opt/apps
5.0G ./var
7.3G ./usr/lib
8.9G ./opt
13G ./usr
1.4T .
1.4T ./home
1.4T ./home/yingshaoxo
```