protonscr

Counter-Strike: Source Crashing constantly

steamclosed reviewedMOVED: Counter-Strike: Source
ValveSoftware/steam-for-linux#1836 · opened 2013-02-16 by greyjanthesane · updated 2013-02-17 · 2 comments · github
Ggreyjanthesane 2013-02-16 github

I'm having extreme issues with Counter-Strike: Source - upon loading it immediately crashes.

Running ~/.local/share/Steam/SteamApps/greyjanthesane/Counter-Strike\ Source/hl2.sh returns this error:

SDL video target is 'x11'
SDL video target is 'x11'
This system supports the OpenGL extension GL_EXT_framebuffer_object.
This system supports the OpenGL extension GL_EXT_framebuffer_blit.
This system supports the OpenGL extension GL_EXT_framebuffer_multisample.
This system DOES NOT support the OpenGL extension GL_APPLE_fence.
This system DOES NOT support the OpenGL extension GL_NV_fence.
This system supports the OpenGL extension GL_ARB_sync.
This system supports the OpenGL extension GL_EXT_draw_buffers2.
This system supports the OpenGL extension GL_EXT_bindable_uniform.
This system DOES NOT support the OpenGL extension GL_APPLE_flush_buffer_range.
This system supports the OpenGL extension GL_ARB_map_buffer_range.
This system supports the OpenGL extension GL_ARB_vertex_buffer_object.
This system supports the OpenGL extension GL_ARB_occlusion_query.
This system DOES NOT support the OpenGL extension GL_APPLE_texture_range.
This system DOES NOT support the OpenGL extension GL_APPLE_client_storage.
This system DOES NOT support the OpenGL extension GL_ARB_uniform_buffer.
This system supports the OpenGL extension GL_ARB_vertex_array_bgra.
This system supports the OpenGL extension GL_EXT_vertex_array_bgra.
This system supports the OpenGL extension GL_ARB_framebuffer_object.
This system DOES NOT support the OpenGL extension GL_GREMEDY_string_marker.
This system DOES NOT support the OpenGL extension GL_ARB_debug_output.
This system supports the OpenGL extension GL_EXT_direct_state_access.
This system DOES NOT support the OpenGL extension GL_NV_bindless_texture.
This system supports the OpenGL extension GL_AMD_pinned_memory.
This system DOES NOT support the OpenGL extension GL_EXT_framebuffer_multisample_blit_scaled.
This system supports the OpenGL extension GL_EXT_texture_sRGB_decode.
This system DOES NOT support the OpenGL extension GL_NVX_gpu_memory_info.
This system supports the OpenGL extension GL_ATI_meminfo.
This system supports the OpenGL extension GL_EXT_texture_compression_s3tc.
This system DOES NOT support the OpenGL extension GLX_EXT_swap_control_tear.
GL_NV_bindless_texture: DISABLED
GL_AMD_pinned_memory: DISABLED
GL_EXT_texture_sRGB_decode: AVAILABLE
Setup file 'gameinfo.txt' doesn't exist in subdirectory 'hl2'.
Check your -game parameter or VCONFIG setting.

I've tried editing hl2.sh and setting __GL_THREADED_OPTIMIZATIONS to 0, to no effect.

My graphics card is an SAPPHIRE Radeon HD 7770 GHz Edition (1GB GDDR5), running Ubuntu 12.10 (up-to-date)

IInmanInman 2013-02-16 github

please post your system information from the steam client. it's under help -> system information

Jjohndrinkwater 2013-02-17 github

This is not a bug, you’re running the shell script without the needed commands; Steam is already loaded, you can simply press the PLAY button, or use steam steam://run/240 in a launcher.

If you insist, ./hl2.sh -game cstrike -steam will run the game, but you need to use LD_PRELOAD="~/.steam/bin/gameoverlayrenderer.so" to get the overlay loaded etc, its more hassle.

Launch options