-
Notifications
You must be signed in to change notification settings - Fork 6
Description
Recently, I started getting errors from Boxtron upon launching Steam.
Based on errors logged to the terminal, it looks like this is because Steam is trying to run some d3ddriverquery64.exe
with every compatibility tool when it starts; see ValveSoftware/steam-for-linux#11435.
Roberta also logs errors to the terminal but does not create any dialog windows.
Meanwhile, Luxtorpeda just logs the following:
lux - Exiting because no steam app id
lux - Exiting because no steam app id
That output was added in luxtorpeda-dev/luxtorpeda#420 which I assume was intended to handle exactly this problem, so I wonder if something similar could be done in Boxtron as well. (Ideally, Steam would just skip non-Wine-based compatibility tools in whatever it's doing with d3ddriverquery64.exe
, but I probably shouldn't count on Valve changing Steam to suit compatibility tools that aren't Proton.)