我最近破坏了Windows和ubuntu的双引导安装作业,并且刚安装了完整的Ubuntu。
我正在尝试让我的蒸汽游戏通过酒来运行。我下载了最新版本的Wine,然后下载了最新版本的Windows Steam安装程序并运行
sudo wine SteamSetup.exe
它成功安装了Steam,我可以进去了,但是似乎所有网络功能都不可用。我可以看到我的朋友在线,但是我无法访问商店。下载游戏时出现错误
An error occurred while installing [Game Name] (content servers are unreachable)
我所遵循的教程都没有提到有关此问题的任何内容,无论我是通过终端,使用winetricks还是使用PlayOnLinux安装Steam,都会发生这种情况。
这里发生了什么?
编辑:
这是Steam开发者控制台:
Failed to init SteamVR because it isn't installed
Couldn't create IPolicyConfigVista: 0x80040154
ExecCommandLine: ""C:\Program Files (x86)\Steam\Steam.exe" -no-cef-sandbox -lognetapi -console"
IPC server is in my process - could/should be using an in process pipe
System startup time: 14.31 seconds
Crypto API failed certificate check, error flags 0x00000008 for '/C=US/ST=Massachusetts/L=Cambridge/O=Akamai Technologies, Inc./CN=a248.e.akamai.net'
Crypto API failed certificate check, error flags 0x00000008 for '/C=US/ST=Massachusetts/L=Cambridge/O=Akamai Technologies, Inc./CN=a248.e.akamai.net'
Crypto API failed certificate check, error flags 0x00000008 for '/C=US/ST=Massachusetts/L=Cambridge/O=Akamai Technologies, Inc./CN=a248.e.akamai.net'
Crypto API failed certificate check, error flags 0x00000008 for '/C=US/ST=Massachusetts/L=Cambridge/O=Akamai Technologies, Inc./CN=a248.e.akamai.net'
Crypto API failed certificate check, error flags 0x00000008 for '/C=US/ST=Massachusetts/L=Cambridge/O=Akamai Technologies,
Inc./CN=a248.e.akamai.net'
CAPIJobRequestUserStats - Server response failed 2
"
Crypto API failed certificate check, error flags 0x00000008 for
'/C=US/ST=Massachusetts/L=Cambridge/O=Akamai Technologies,
Inc./CN=a248.e.akamai.net'
GameAction [AppID 8170, ActionID 1] : LaunchApp failed with AppError_18 with ""
GameAction [AppID 8170, ActionID 1] : LaunchApp changed task to Failed with ""
GameAction [AppID 8170, ActionID 2] : InstallApps waiting for user
response to ShowEula "http://store.steampowered.com/eula/8170_eula_1"
GameAction [AppID 8170, ActionID 2] : InstallApps continues with user
response "ShowEula"
GameAction [AppID 8170, ActionID 2] : InstallApps changed task to
CreateNextApp with ""
saving roaming config store to 'sharedconfig.vdf'
roaming config store 2 saved successfully
GameAction [AppID 8170, ActionID 2] : InstallApps failed with
AppError_21 with ""
以前从未听说过此问题(这是我的免责声明)。但是,我的理解是wine使用winbind进行网络操作。sudo apt-get install samba-common winbind我敢打赌这将解决您的问题或确定可以解决的软件包冲突。
—
a11_my_fult
我需要自己配置任何东西,还是只安装这些程序?仅仅安装这些程序并不能解决我的问题。
—
Tim Finnegan
有什么理由不想双启动?作为试图在Linux上运行Steam的人,在Linux上进行游戏设置和配置时遇到了太多麻烦,而兼容性则对Linux造成了太多限制。
—
汤姆(Tom)
对于我预期的安装,已经足够了。问题可能出在我的能力范围之外。试试:
—
a11_my_fult
systemctl status winbind
如果说服务正在运行,那么您的问题与我最初的想法不符。
不!它正在运行
—
Tim Finnegan