protonscr

Skin Issues

steamclosed reviewedSteam client
ValveSoftware/steam-for-linux#800 · opened 2013-01-24 by MrSchism · updated 2013-01-25 · 2 comments · github
MMrSchism 2013-01-24 github

System Information: https://gist.github.com/45ed161ede54ebc30909

With the most recent update, skins were fixed to a degree. While the client no longer looks for the skins relative to the steam directory (now correctly relative to steam/skins), I've noticed a few issues, possibly relating to the skin.

Error:

Errors in resource/styles/steam.styles:
Unknown key 'visible' set in style 'html-findbar' in file 'resource/styles/steam.styles'
surface_opengl.cpp (917) : Assertion Failed: !"COpenGLSurface::DrawTexturedRectTiled impl"
Assert( Assertion Failed: !"COpenGLSurface::DrawTexturedRectTiled impl" ):/home/buildbot/buildslave_steam/steam_rel_client_ubuntu12_linux/build/src/vgui2/src/surface_opengl.cpp:917

This occurs almost immediately.

Ggdrewb-valve maintainer 2013-01-24 github

The skin appears to be using a tiled bitmap, and that's triggering the call to unimplemented code.

Ggdrewb-valve maintainer 2013-01-24 github

The next client will have an implementation of the function.

Nothing extracted yet.