無法連接到steam

無法連接到steam

我剛剛在電腦上安裝了 Steam,創建了一個 Steam 帳戶並嘗試點擊 steam 圖示來加載它。它給了我以下錯誤,然後關閉:

在此輸入影像描述

如果我steam在終端機中輸入,它會給我所有這些:

oshirowanen@home-desktop:~$ steam
Running Steam on ubuntu 12.04 64-bit
STEAM_RUNTIME is enabled automatically
Installing breakpad exception handler for appid(steam)/version(1370553818_client)
Installing breakpad exception handler for appid(steam)/version(1370553818_client)
unlinked 0 orphaned pipes
Installing breakpad exception handler for appid(steam)/version(1370553818_client)
[1012/132155:WARNING:proxy_service.cc(646)] PAC support disabled because there is no system implementation
Installing breakpad exception handler for appid(steam)/version(1370553818_client)
Installing breakpad exception handler for appid(steam)/version(1370553818_client)
Installing breakpad exception handler for appid(steam)/version(1370553818_client)
Installing breakpad exception handler for appid(steam)/version(1370553818_client)
Installing breakpad exception handler for appid(steam)/version(1370553818_client)
Generating new string page texture 2: 48x256, total string texture memory is 49.15 KB
Generating new string page texture 3: 256x256, total string texture memory is 311.30 KB

(steam:3710): GLib-GIO-WARNING **: g_simple_async_result_complete() called from wrong context!

(steam:3710): GLib-GIO-WARNING **: g_simple_async_result_complete() called from wrong context!

(steam:3710): GLib-GIO-WARNING **: g_simple_async_result_complete() called from wrong context!
Installing breakpad exception handler for appid(steam)/version(1370553818_client)
`menu_proxy_module_load': /home/oshirowanen/.local/share/Steam/ubuntu12_32/steam: undefined symbol: menu_proxy_module_load

(steam:3710): Gtk-WARNING **: Failed to load type module: (null)

roaming config store loaded successfully - 0 bytes.
Adding license for package 0
Generating new string page texture 4: 128x256, total string texture memory is 442.37 KB
Generating new string page texture 5: 512x256, total string texture memory is 966.66 KB
Generating new string page texture 6: 24x256, total string texture memory is 991.23 KB
unlinked 2 orphaned pipes
CAsyncIOManager: 0 threads terminating.  0 reads, 0 writes, 0 deferrals.
CAsyncIOManager: 522 single object sleeps, 0 multi object sleeps
CAsyncIOManager: 0 single object alertable sleeps, 1 multi object alertable sleeps
[2013-10-12 13:21:54] Startup - updater built Jun  6 2013 13:48:29
[2013-10-12 13:21:54] Verifying installation...
[2013-10-12 13:21:54] Verification complete
Shutting down. . .
[2013-10-12 13:22:05] Shutdown

有人知道為什麼我無法加載steam嗎?我的網路連線顯然運作正常,因為如果我遇到網路連線問題,我將無法輸入所有這些內容。

我已經嘗試重新安裝多次,但仍然遇到相同的問題。

答案1

在終端機中:

steam --reset

這將為客戶端提供全新安裝,但不會影響所有遊戲。

請注意,雖然這會「解決」您的連接問題,但這類似於購買新車來修理漏氣的輪胎。可能有一個更簡單、更優雅的解決方案,但當我遇到這個問題時我找不到一個解決方案。

相關內容