我想在Ubuntu上玩windows游戏。我发现我们可以使用Lutris和wine来管理游戏。我按照官方网页:Lutris下载页提供的方式安装了应用程序
但是安装之后,程序就不会打开了。我能做些什么来打开?任何其他关于Ubuntu游戏的建议也是受欢迎的。
通过终端运行可获得以下结果:
madhurachanna@madhurachanna-Inspiron-5559:~$ lutris
Traceback (most recent call last):
File "/usr/bin/lutris", line 29, in <module>
locale.setlocale(locale.LC_ALL, locale_name)
File "/usr/lib/python3.6/locale.py", line 598, in setlocale
return _setlocale(category, locale)
locale.Error: unsupported locale setting
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/bin/lutris", line 31, in <module>
sys.stderr.write("Unsupported locale %s. Try running with LC_ALL=C.\n" % locale_name)
TypeError: not all arguments converted during string formatting发布于 2019-04-18 22:11:04
这是因为litrus无法找到您的系统区域。
https://askubuntu.com/questions/1097713
复制相似问题