Jogos de válvulas travando na inicialização devido a problemas com o OpenGL / SDL

2

Recentemente, meus jogos feitos por válvulas, e eu presumo que todos os jogos de código-fonte, falharam na inicialização. Isso não está afetando nenhum dos meus outros jogos, que são executados principalmente no Unity3D. Parece ser um problema com a forma como os meus drivers gráficos estão atualmente configurados. Esse problema persistiu mesmo com STEAM_RUNTIME = 0, portanto, não é um problema com libSDL, como sugerem muitas das soluções alternativas na Internet. Aqui está o erro que recebo quando tento executar um jogo de válvulas:

Game update: AppID 730 "Counter-Strike: Global Offensive", ProcID 3673, IP 0.0.0.0:0
ERROR: ld.so: object '/home/natecat/.local/share/Steam/ubuntu12_32/gameoverlayrenderer.so' from LD_PRELOAD cannot be preloaded (wrong ELF class: ELFCLASS32): ignored.
ERROR: ld.so: object '/home/natecat/.local/share/Steam/ubuntu12_32/gameoverlayrenderer.so' from LD_PRELOAD cannot be preloaded (wrong ELF class: ELFCLASS32): ignored.
pid 3675 != 3674, skipping destruction (fork without exec?)
ERROR: ld.so: object '/home/natecat/.local/share/Steam/ubuntu12_32/gameoverlayrenderer.so' from LD_PRELOAD cannot be preloaded (wrong ELF class: ELFCLASS32): ignored.
ERROR: ld.so: object '/home/natecat/.local/share/Steam/ubuntu12_64/gameoverlayrenderer.so' from LD_PRELOAD cannot be preloaded (wrong ELF class: ELFCLASS64): ignored.
PROBLEM: You appear to have OpenGL 0.0.0, but we need at least 2.0.0!
SDL video target is 'x11'
SDL failed to create GL compatibility profile (whichProfile=0!
Could not find required OpenGL entry point 'glGetError'! Either your video card is unsupported, or your OpenGL driver needs to be updated.
/home/natecat/.local/share/Steam/steamapps/common/Counter-Strike Global Offensive/csgo.sh: line 57:  3677 Segmentation fault      (core dumped) ${DEBUGGER} "${GAMEROOT}"/${GAMEEXE} "$@"
Game removed: AppID 730 "Counter-Strike: Global Offensive", ProcID 3673 
    
por Natecat 16.03.2016 / 01:03

1 resposta

2

O processo / solução alternativa aqui pode ajudar a solucionar seu problema.

    
por 29.03.2016 / 14:06