MetaHook (https://github.com/nagist/metahook) porting for SvEngine (GoldSrc engine modified by Sven-Coop)
149
stars
38
forks
source link
[Renderer] Adrenalin 23.7.1 (WHQL Recommended) glGetTextureHandleARB returns zero handle #300
Closed
hzqst closed 1 year ago
The issue was found present in Adrenalin 23.6.x and is still present in Adrenalin 23.7.1 (WHQL Recommended) (Release Date 7/6/2023)
Step to repro:
Install Steam
Install a free game called "Sven Co-op" from Steam store
Download latest release from Releases · hzqst/MetaHookSv (github.com)
Unarchive the "MetaHookSv-windows-x86.zip"
Run "install-to-SvenCoop.bat", then close the notepad poped up
Launch game from the generated shortcut link "MetaHook for SvenCoop"
"Start New Game" -> Map -> 6doors (Whatever map you like, I am running 6doors.bsp)-> Start
You got this textureless scene (That's because all bindless texture handles are zero for unknown reason)
Then launch game with Renderer.dll compiled in Debug mode
Then you will likely to see all handles are returned as zero, this is probably why everything looks textureless and blue.
The exact same code works fine on Adrenalin 23.2.1 so it's probably something wrong with recent driver update.