From b2c26f03d5de9cf881bc0bb186d3d9c8608e5e0e Mon Sep 17 00:00:00 2001 From: ramhaidar <49301219+ramhaidar@users.noreply.github.com> Date: Thu, 31 Jul 2025 20:44:30 +0700 Subject: [PATCH] win: add support for DCH driver 580.88 --- drivers.json | 9 +++++++++ win/README.md | 3 ++- win/win10_x64/580.88/nvencodeapi.1337 | 6 ++++++ win/win10_x64/580.88/nvencodeapi64.1337 | 5 +++++ 4 files changed, 22 insertions(+), 1 deletion(-) create mode 100644 win/win10_x64/580.88/nvencodeapi.1337 create mode 100644 win/win10_x64/580.88/nvencodeapi64.1337 diff --git a/drivers.json b/drivers.json index c894675..46821e2 100644 --- a/drivers.json +++ b/drivers.json @@ -4820,6 +4820,15 @@ "patch64_url": "win10_x64/577.00/nvencodeapi64.1337", "patch32_url": "win10_x64/577.00/nvencodeapi.1337", "driver_url": "https://international.download.nvidia.com/Windows/577.00/577.00-desktop-win10-win11-64bit-international-dch-whql.exe" + }, + { + "os": "win10", + "product": "GeForce", + "version": "580.88", + "variant": "DCH", + "patch64_url": "win10_x64/580.88/nvencodeapi64.1337", + "patch32_url": "win10_x64/580.88/nvencodeapi.1337", + "driver_url": "https://international.download.nvidia.com/Windows/580.88/580.88-desktop-win10-win11-64bit-international-dch-whql.exe" } ] } diff --git a/win/README.md b/win/README.md index 3f94221..76d4861 100644 --- a/win/README.md +++ b/win/README.md @@ -42,7 +42,7 @@ If you like this project, best way to contribute is by sending PRs and fixing do 5. Apply x86 library patch to corresponding file in `%WINDIR%\SysWOW64\` in the same way as previous one. - *If patching fails, close all applications using nvencodeapi.dll, such as OBS Studio, Plex or Discord.* -**Example:** for 64bit Windows 10 running driver version 577.00, use `win10_x64/577.00/nvencodeapi64.1337` against `C:\WINDOWS\system32\nvencodeapi64.dll` **and** `win10_x64/577.00/nvencodeapi.1337` against `C:\WINDOWS\SysWOW64\nvencodeapi.dll`. +**Example:** for 64bit Windows 10 running driver version 580.88, use `win10_x64/580.88/nvencodeapi64.1337` against `C:\WINDOWS\system32\nvencodeapi64.dll` **and** `win10_x64/580.88/nvencodeapi.1337` against `C:\WINDOWS\SysWOW64\nvencodeapi.dll`. If you still get "problem occured when patching" error, refer to the [instructions to change the ownership of the DLLs](https://github.com/keylase/nvidia-patch/issues/795#issuecomment-2225573296) by @VorlonCD @@ -276,6 +276,7 @@ Credits to [TroubleChute channel](https://www.youtube.com/channel/UCkih2oVTbXPEp | GeForce | 576.80 DCH | [x64 library patch](https://raw.githubusercontent.com/keylase/nvidia-patch/master/win/win10_x64/576.80/nvencodeapi64.1337) | [x86 library patch](https://raw.githubusercontent.com/keylase/nvidia-patch/master/win/win10_x64/576.80/nvencodeapi.1337) | [Driver link](https://international.download.nvidia.com/Windows/576.80/576.80-desktop-win10-win11-64bit-international-dch-whql.exe) | | GeForce | 576.88 DCH | [x64 library patch](https://raw.githubusercontent.com/keylase/nvidia-patch/master/win/win10_x64/576.88/nvencodeapi64.1337) | [x86 library patch](https://raw.githubusercontent.com/keylase/nvidia-patch/master/win/win10_x64/576.88/nvencodeapi.1337) | [Driver link](https://international.download.nvidia.com/Windows/576.88/576.88-desktop-win10-win11-64bit-international-dch-whql.exe) | | GeForce | 577.00 DCH | [x64 library patch](https://raw.githubusercontent.com/keylase/nvidia-patch/master/win/win10_x64/577.00/nvencodeapi64.1337) | [x86 library patch](https://raw.githubusercontent.com/keylase/nvidia-patch/master/win/win10_x64/577.00/nvencodeapi.1337) | [Driver link](https://international.download.nvidia.com/Windows/577.00/577.00-desktop-win10-win11-64bit-international-dch-whql.exe) | +| GeForce | 580.88 DCH | [x64 library patch](https://raw.githubusercontent.com/keylase/nvidia-patch/master/win/win10_x64/580.88/nvencodeapi64.1337) | [x86 library patch](https://raw.githubusercontent.com/keylase/nvidia-patch/master/win/win10_x64/580.88/nvencodeapi.1337) | [Driver link](https://international.download.nvidia.com/Windows/580.88/580.88-desktop-win10-win11-64bit-international-dch-whql.exe) | | Product series | Version | x64 library patch | x86 library patch | Driver link | diff --git a/win/win10_x64/580.88/nvencodeapi.1337 b/win/win10_x64/580.88/nvencodeapi.1337 new file mode 100644 index 0000000..0432ccb --- /dev/null +++ b/win/win10_x64/580.88/nvencodeapi.1337 @@ -0,0 +1,6 @@ +>nvencodeapi.dll +0000000000044B87:89->33 +0000000000044B88:45->C0 +0000000000044B89:08->89 +0000000000044B8A:85->45 +0000000000044B8B:C0->08 \ No newline at end of file diff --git a/win/win10_x64/580.88/nvencodeapi64.1337 b/win/win10_x64/580.88/nvencodeapi64.1337 new file mode 100644 index 0000000..9f8e8fb --- /dev/null +++ b/win/win10_x64/580.88/nvencodeapi64.1337 @@ -0,0 +1,5 @@ +>nvencodeapi64.dll +000000000004B881:8B->33 +000000000004B882:F0->C0 +000000000004B883:85->8B +000000000004B884:C0->F0 \ No newline at end of file