O Steam abre a caixa de atualização e fecha

0

Quando eu tento abrir o vapor com o terminal, ele diz isso

ubuntu@ubuntu-linux:~$ steam
Running Steam on ubuntu 12.04 32-bit
STEAM_RUNTIME is enabled automatically
Installing breakpad exception handler for appid(steam)/version(1379786203_client)
Installing breakpad exception handler for appid(steam)/version(1379786203_client)
unlinked 0 orphaned pipes
removing stale semaphore last operated on by process 8967 with name 0eBlobRegistryMutex_01ADCAAE08B43E5E8AE44675F4157195
removing stale semaphore last operated on by process 8967 with name 0eBlobRegistrySignal_01ADCAAE08B43E5E8AE44675F4157195
removing stale semaphore last operated on by process 9024 with name 0emSteamEngineInstance
removing stale semaphore last operated on by process 9024 with name 0eSteamEngineLock
Gtk-Message: Failed to load module "gail"
Gtk-Message: Failed to load module "atk-bridge"
Installing breakpad exception handler for appid(steam)/version(1379786203_client)
[1002/173410:WARNING:proxy_service.cc(958)] PAC support disabled because there is no system implementation
Installing breakpad exception handler for appid(steam)/version(1379786203_client)
Installing breakpad exception handler for appid(steam)/version(1379786203_client)
Installing breakpad exception handler for appid(steam)/version(1379786203_client)
Installing breakpad exception handler for appid(steam)/version(1379786203_client)
Steam: An X Error occurred
X Error of failed request:  BadValue (integer parameter out of range for operation)
Major opcode of failed request:  18 (X_ChangeProperty)
Value in failed request:  0x0
Serial number of failed request:  105
xerror_handler: X failed, continuing
Uploading dump (out-of-process) [proxy '']
/tmp/dumps/crash_20131002173407_1.dmp
/home/ubuntu/.local/share/Steam/steam.sh: line 704:  9373 Segmentation fault      (core dumped) $STEAM_DEBUGGER "$STEAMROOT/$PLATFORM/$STEAMEXE" "$@"
Finished uploading minidump (out-of-process): success = yes
response: CrashID=bp-861c8f22-4970-4dab-90b5-c79ad2131002

o que eu faço? Eu reinstalei duas vezes ele baixou cerca de 200 MB de atualização e ainda não iniciei ... toda vez que abro ele abre janela de atualização e fecha.

Especificações do meu laptop:

  • i5 3230 M
  • 4 gb de ram
  • gráficos Intel HD 4000
por ClonaDroman 02.10.2013 / 14:12

2 respostas

1

Major opcode of failed request: 18 (X_ChangeProperty)

geralmente é causado por um problema de localidade. Veja questão 1420

Você verifica rapidamente se esse é o problema executando:

LC_ALL=C steam

Se este for o seu problema, configure LANG = en_US.UTF-8 em / etc / default / locale

    
por Luke 28.01.2014 / 00:33
0

Primeiro, desde que você não mencionou a maneira como desinstalou o Steam, tente removê-lo totalmente do seu sistema

sudo apt-get purge steam*

Em seguida, tente instalá-lo novamente, baixando o pacote .deb do site link

Se isso não corrigir o problema, tente excluir a pasta appcache na

/home/.local/share/Steam/Appcache

Basta excluir a pasta inteira Appcache e tentar fazer login.

    
por Nikki Kononov 02.10.2013 / 14:19

Tags