Confused on Steam Play and Proton? Be sure to check out our guide.
We do often include affiliate links to earn us some pennies. See more here.

Valve just put out a new Steam Client Beta with some adjustments needed for Steam Play along with Vulkan pipeline dumping and more.

First, they've taken another stab at fixing those pesky zero-byte updates that happen in the Linux Steam Client with Steam Play titles. Something that seemed fixed but wasn't quite there with it sneaking in again in some situations. This is where Steam wants to download a zero-byte update for all your Windows games installed with Steam Play, a pretty big nuisance.

In addition, another Steam Play fix went in to help with missing Proton or data files for Steam Play titles. This should hopefully stop the issue we had recently, where Steam Play didn't want to update with a new Proton version.

For those who use it, Big Picture Mode also now has Steam Play configuration with this update. Perhaps this is a step towards another SteamOS update? Would make sense to have that in.

A Vulkan specific feature went into this beta too, Valve say they have "Enabled Vulkan pipeline dumping and collection if Shader Pre-Caching is enabled".

Steam Input also saw a new feature with "visualization support to the controller HUD and the ability to bind beeps when applying/removing action set layers" along with some bug fixes.

You can find the full changelog here.

Article taken from GamingOnLinux.com.
28 Likes
About the author -
author picture
I am the owner of GamingOnLinux. After discovering Linux back in the days of Mandrake in 2003, I constantly came back to check on the progress of Linux until Ubuntu appeared on the scene and it helped me to really love it. You can reach me easily by emailing GamingOnLinux directly. Find me on Mastodon.
See more from me
The comments on this article are closed.
16 comments
Page: 1/2»
  Go to:

Kylinux Mar 6, 2019
That "zero-byte update" (if referring to updates taking years) problem has been driving me crazy for weeks. Strangely enough, it wasn't affecting only my Proton games, but my Linux native games as well. DoTA would not update unless I continuously changed download regions and even then, I still would achieve download speeds in KB/s (125 Kb/s max). Hope this resolves that issue.

Also hoping the nVidia 418 driver gets added to the PPA soon so I can test whether or not Monster Hunter is really fixed on it. An Arch user has had luck with it and recommended I check it out. We'll see.
GreydMiyu Mar 7, 2019
Quoting: KylinuxThat "zero-byte update" (if referring to updates taking years)

Nope, it is when an update is queued up for Steam Play titles that were of size 0 bytes.
Purple Library Guy Mar 7, 2019
I know there are knowledgeable people here. What the heck is "Vulkan pipeline dumping"? It sounds like either a good thing or something oil companies do when something has gone very wrong.
shawnsterp Mar 7, 2019
OMG, you don't know what Vulkan pipeline dumping is??!?!?? You must be so embarrassed.


Last edited by shawnsterp on 7 March 2019 at 3:18 am UTC
Egonaut Mar 7, 2019
Quoting: Purple Library GuyI know there are knowledgeable people here. What the heck is "Vulkan pipeline dumping"? It sounds like either a good thing or something oil companies do when something has gone very wrong.

Vulkan pipeline dumping is like the DXVK state cache, but it works for any Vulkan application. So native and DXVK through Proton. Like the OpenGL cache in Steam it's also shared*, which means over time we won't have any stutter in any Vulkan (especially Proton+DXVK) game, due to shader compiling, anymore.

* When participating in the Steam Shader Pre-Caching, you will download existing shader caches from the SteamSwarm shader server. After you exit the game, it will upload new generated shaders to the server.
Gazoche Mar 7, 2019
View PC info
  • Supporter
Quoting: Egonaut
Quoting: Purple Library GuyI know there are knowledgeable people here. What the heck is "Vulkan pipeline dumping"? It sounds like either a good thing or something oil companies do when something has gone very wrong.

Vulkan pipeline dumping is like the DXVK state cache, but it works for any Vulkan application. So native and DXVK through Proton. Like the OpenGL cache in Steam it's also shared*, which means over time we won't have any stutter in any Vulkan (especially Proton+DXVK) game, due to shader compiling, anymore.

So for Proton games, does it work on top of the DXVK state cache ? Does that mean we now have three levels of caching (pipeline, state, shader) ?
Egonaut Mar 7, 2019
Quoting: GrabbySo for Proton games, does it work on top of the DXVK state cache ? Does that mean we now have three levels of caching (pipeline, state, shader) ?
I've checked that with one game (Sniper Ghost Warrior 2), renamed the DXVK_state_cache folder and started the game with Proton. The folder was not recreated, so it seems that DXVK state cache is disabled when Vulkan Pipeline Cache is in use. Which makes totally sense, as it is obsolete in Steam Beta now.
Eike Mar 7, 2019
View PC info
  • Supporter Plus
I wonder how hard it can possibly be to fix this 0 byte update bug.

I imagine something along the lines...

int updateSize = steamServer.calcUpdateSize();
if (updateSize <= 0) return false;


(Obviously, if it would be that easy, Valve would have solved it in the first attempt.)
Eike Mar 7, 2019
View PC info
  • Supporter Plus
Quoting: Guest
Quoting: shawnsterpOMG, you don't know what Vulkan pipeline dumping is??!?!?? You must be so embarrassed.
Bit harsh don't you think?
Should all Linux gamers know what dumping is?
Aren't the casual "pick up and play" gamers allowed to use Linux and Vulkan without having to learn all this stuff? That's what's so attractive about Windows isn't it? Ease of use an all that, nothing to learn, install and go, right?
I sure as hell didn't buy a PS4 to learn the anatomy of it. Why can't it be the same for Linux?
Patronizing is what turns people away.

Joke...?
Hubro Mar 7, 2019
I'm just crossing all my fingers and toes that Sekiro is playable through Steam Play at- or shortly after release
While you're here, please consider supporting GamingOnLinux on:

Reward Tiers: Patreon. Plain Donations: PayPal.

This ensures all of our main content remains totally free for everyone! Patreon supporters can also remove all adverts and sponsors! Supporting us helps bring good, fresh content. Without your continued support, we simply could not continue!

You can find even more ways to support us on this dedicated page any time. If you already are, thank you!
The comments on this article are closed.