1
0
mirror of https://github.com/hashcat/hashcat.git synced 2024-11-22 16:18:09 +00:00

Merge pull request #3636 from roycewilliams/master

link to driver FAQ on CUDA failure
This commit is contained in:
Jens Steube 2023-03-08 22:24:29 +01:00 committed by GitHub
commit 89fc3e49f8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -7271,6 +7271,7 @@ int backend_ctx_devices_init (hashcat_ctx_t *hashcat_ctx, const int comptime)
event_log_warning (hashcat_ctx, "* Device #%u: CUDA SDK Toolkit not installed or incorrectly installed.", device_id + 1);
event_log_warning (hashcat_ctx, " CUDA SDK Toolkit required for proper device support and utilization.");
event_log_warning (hashcat_ctx, " For more information, see: https://hashcat.net/faq/wrongdriver");
event_log_warning (hashcat_ctx, " Falling back to OpenCL runtime.");
event_log_warning (hashcat_ctx, NULL);