安装后 steam 无法打开

安装后 steam 无法打开

我到处寻找解决方案,但似乎没有人得到和我一样的错误代码。当我尝试通过终端运行 Steam 时,我收到以下错误:

Running Steam on ubuntu 13.04 64-bit
STEAM_RUNTIME is enabled automatically
Installing breakpad exception handler for appid(steam)/version(1367621987_client)
Installing breakpad exception handler for appid(steam)/version(1367621987_client)
unlinked 0 orphaned pipes
Gtk-Message: Failed to load module "overlay-scrollbar"
Installing breakpad exception handler for appid(steam)/version(1367621987_client)
[1013/104817:WARNING:proxy_service.cc(646)] PAC support disabled because there is no system implementation
/home/buildbot/buildslave_steam/steam_rel_client_ubuntu12_linux/build/src/steamUI/../common/steam/client_api.cpp (281) : Assertion Failed: ClientAPI_InitGlobalInstance: InternalAPI_Init_Internal failed.

Assert( Assertion Failed: ClientAPI_InitGlobalInstance: InternalAPI_Init_Internal failed.
 ):/home/buildbot/buildslave_steam/steam_rel_client_ubuntu12_linux/build/src/steamUI/../common/steam/client_api.cpp:281

Installing breakpad exception handler for appid(steam)/version(1367621987_client)
Uploading dump (out-of-process) [proxy '']
/tmp/dumps/assert_20131013104817_1.dmp
/home/buildbot/buildslave_steam/steam_rel_client_ubuntu12_linux/build/src/steamUI/SteamStartup.cpp (627) : Assertion Failed: ! "There was a problem with your Steam installation.\n" "Please reinstall steam.\n"
unlinked 2 orphaned pipes
CAsyncIOManager: 0 threads terminating.  0 reads, 0 writes, 0 deferrals.
CAsyncIOManager: 75 single object sleeps, 0 multi object sleeps
CAsyncIOManager: 0 single object alertable sleeps, 1 multi object alertable sleeps
[2013-10-13 10:48:16] Startup - updater built May  3 2013 15:08:27
[2013-10-13 10:48:16] Verifying installation...
[2013-10-13 10:48:16] Verification complete
Shutting down. . .
[2013-10-13 10:48:17] Shutdown
Finished uploading minidump (out-of-process): success = yes
response: CrashID=bp-d172a742-b7dd-419c-b235-d60c32131013

我试过了sudo apt-get purge,终端却告诉我没有安装 Steam。我试过用软件中心重新安装,但也没用。

答案1

对于 Steam 错误,我在 Steam 社区找到了这个主题:http://steamcommunity.com/app/221410/discussions/0/828937546083456931/

无论如何,如果您想卸载 Steam,sudo apt-get purge您必须指明您想要删除的软件包名称,而 steam 软件包名称是steam-launcher,因此要卸载(在本例中为“清除”卸载)steam,您必须运行以下命令:

sudo apt-get purge steam-launcher

~/.local/share/Steam如果你还想删除 steam 用户数据目录,则必须删除这两个文件夹~/.steam/
请勿删除里面的 SteamApps 目录~/.local/share/Steam否则您下载的所有游戏都将被删除!

相关内容