PhoenicisOrg / scripts

Phoenicis scripts
GNU Lesser General Public License v3.0
64 stars 49 forks source link

Steam no longer support windows xp after the library update #1138

Closed Zemogiter closed 4 years ago

Zemogiter commented 4 years ago

When Steam is done downloading updates and SteamScript tries to start Steram.exe for the first time you get the message that says Steam no longer supports your os. This is a problem because now we can no longer use the worarrounds to make steam browser work. I've tried it on Lutris since it applies none of the workarrounds we are using and the Library tab now works like steam browser (store, community etc.). Which is to say it dosen't work at all. This situation makes every steam script broken until we figure out a solution. Applies to both new SteamScript installations and existing prefixes.

plata commented 4 years ago

I have no idea how we could solve this. What I do not understand: Steam apps are installed/started via Steam api. This should work even without the library.

Zemogiter commented 4 years ago

We just need to make the library tab work because now it's either black or blinking. A temporary solution would be to remove the winxp overrides for steam.exe and steamwebhelper.exe

plata commented 4 years ago

What will happen if we do not set it to winxp? If Steam does not run with winxp anymore anyways, I think we can safely remove the overrides.

Zemogiter commented 4 years ago

What will happen if we do not set it to winxp?

The steam will launch thus allowing user to login and close to let the script continue. The issue is the steam library tab either not working at all (black page) or partially working (page displayed with black rectangles or the page turns to black when scrolling).

plata commented 4 years ago

Ok, but like I said this should not be required to install/play games. So let's do it.

Zemogiter commented 4 years ago

Closed via #1140