**Compatibility Report** Name of the game with compatibility issues: Crysis 3 Remastered Steam AppID of the game: 2096610 **System Information** GPU: RTX 4060 Ti Video driver version: 595.71.05 Kernel version: Linux 7.0....
Note that the mod also does some probably not quite correct handling of NV parameters: I am not sure params->Set(NVSDK_NGX_Parameter_Width, 1024.0f); (mind float width) will do the right thing with the mod. Although this...
@bluestang2006 I think most likely one (mod) bug here is that it throws an exception from NVSDK_NGX_D3D11_CreateFeature on texture creation error instead of just returning an error code (as well as maybe many other error...
> Replying to https://github.com/ValveSoftware/Proton/issues/7082#issuecomment-1712422777 Thanks for taking the time to dig into this issue...and yes after your explanation I agree that this is not proton bug at all. So ...
Unrelated, but the values are actually from uninitialized heap allocated memory (with warn+heap those width and height are 0xbaadf00d which is used memory canary). The game actually calls NGX function multiple times, and...
So I looked into this and this is neither a regression nor a Proton bug in general. The attribution to commit is random. I could reproduce the described problem immediately, but also with the commit reverted and with Pro...