web-dev-qa-db-ja.com

Steamは16.04を起動しません

Steamアプリケーションをクリックするたびに更新されますが、更新ボックスが消えて何も起こりません。どうすれば修正できますか? Ubuntu Mateを使用していますが、32ビットシステムを使用しています。

これは出力です:

hershey@hershey-VGN-FZ180E:~$ Steam
Running Steam on ubuntu 16.04 32-bit
Steam_RUNTIME is enabled automatically
[2016-08-15 01:19:50] Startup - updater built Jul  8 2016 21:43:51
SteamUpdateUI: An X Error occurred
X Error of failed request:  BadValue (integer parameter out of range for operation)

また、16.04を使用するのに役立つ情報はありません。

2
Hershey Gamer

ターミナルでこれを実行します:env LD_PRELOAD='/usr/$LIB/libstdc++.so.6' Steam

6
AJ Billson