cuCtxCreate(): unknown error - Printable Version +- hashcat Forum (https://hashcat.net/forum) +-- Forum: Support (https://hashcat.net/forum/forum-3.html) +--- Forum: hashcat (https://hashcat.net/forum/forum-45.html) +--- Thread: cuCtxCreate(): unknown error (/thread-9522.html) |
cuCtxCreate(): unknown error - mrbojangles - 09-21-2020 I'm currently trying to get hashcat to run on Windows 10, with 2 Titan X GPU's. I installed the latest CUDA and NVIDIA drivers, but when I installed the CUDA drivers hashcat stopped working completely and errors with: cuCtxCreate(): unknown error I tried using an older version of the CUDA drivers, and it still errors. Any ideas? RE: cuCtxCreate(): unknown error - mrbojangles - 09-23-2020 bump bump RE: cuCtxCreate(): unknown error - philsmd - 09-23-2020 try this: https://hashcat.net/faq/wrongdriver which version of hashcat do you use ? does it work with --backend-ignore-cuda or without CUDA installed ? RE: cuCtxCreate(): unknown error - mrbojangles - 09-24-2020 (09-23-2020, 05:56 PM)philsmd Wrote: try this: https://hashcat.net/faq/wrongdriver It works when I run with that flag, or uninstall CUDA. Is CUDA required for better performance? Any ideas why it won't run with CUDA? |