fyr77

Results 23 comments of fyr77

@flibitijibibo Hey, could you reupload the native libraries? It appears the link is offline... > You can find all the native libraries here: > > http://www.flibitijibibo.com/fnalibs.tar.bz2

Implemented in ef13c679687f814745633a494cc44d0ef9d8186c

> I've encountered the same issue while writing a Powershell installation script for nvidia drivers. How were you able to find which API call was responsible for GRD vs SD?...

The main issue I am having is that I can't differentiate between the two when they are installed on the computer. I also do not have a recent enough Nvidia...

Yes, but both SD and GRD run as DCH drivers. I am already using this registry key as well as a file to check for DCH vs Standard drivers.

@pruneaue I attempted to document as much of the API as I could on the wiki of this repository. https://github.com/fyr77/EnvyUpdate/wiki/Nvidia-API Maybe that can help you.

I was unable to find a reliable way of differentiating. Since this is a very minor issue and switching between the drivers is supported, I will close this as not...

I am having the same issue. I suspect Steam may have changed something about the VDF file format. At launch, GameHub logs `[AppInfoVDF] Error reading '/home/jakob/.steam/steam/appcache/appinfo.vdf': Unknown node type: 0x85...

A solution would perhaps be to not look for the proton versions in AppInfo, but instead use the regular path. We can detect the steam location without issue, normally they...

Update: I managed to implement using custom Proton versions in `compatiblitytools.d` https://github.com/fyr77/GameHub/commit/22e297b9b6bd857022009c8852c648859ca75b09 This works fine for running games, but the problem with Steam's Proton versions still stands. Edit: This is...