01-11-2025 09:40 PM
I'm trying to download the 2025 FRC Game Tools. But the checksums on the page https://www.ni.com/en/support/downloads/drivers/download.frc-game-tools.html#553883 do not match the file provided. What should I do?
Checksums on NI Website;
(MD5)
a72c764feae1f3a38ca0172d15ad392d
(SHA256)
8cf082262e5d54fecb5f9a7046cd308850aceab1c9f7b99cee03cab9fbbb4efb
Win 10 command certutil -hashfile ni-frc-2025-game-tools_25.0_online.exe sha256
Results
SHA256 hash of ni-frc-2025-game-tools_25.0_online.exe:
bb3d675431bb2f6bcc72ae7d28f3313ab5a1e8a312a848426b0e21ade35aad9b
CertUtil: -hashfile command completed successfully.
Win 10 command certutil -hashfile ni-frc-2025-game-tools_25.0_online.exe md5
Results
MD5 hash of ni-frc-2025-game-tools_25.0_online.exe:
681c75aca2085b7e58eee171dea175de
CertUtil: -hashfile command completed successfully.
Solved! Go to Solution.
01-12-2025 12:09 AM
@ksanger wrote:
I'm trying to download the 2025 FRC Game Tools. But the checksums on the page https://www.ni.com/en/support/downloads/drivers/download.frc-game-tools.html#553883 do not match the file provided. What should I do?
It seems to be they are wrong on the web page. If its so critical for you, then use offline installers instead. Here the checkusms stated on the webpage matched to the files:
01-12-2025 08:03 AM
Thank you. Didn't think to go back and figure out there were two methods to install the program and that the other method would have valid checksums listed.
I always feel better when I can verify that the downloaded file has not been corrupted.