Device kernel image is invalid - 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: Device kernel image is invalid (/thread-10609.html) Pages:
1
2
|
Device kernel image is invalid - Culex - 01-30-2022 Hi all, I have a problem when running hashcat on Windows 10x64. Here are my setup and versions: Windows 10x64 AMD Ryzen 7 5800X 8-Core Processor Nvidia GeForce RTX 2080 Super Nvidia Game Ready Driver 511.23 Cuda Toolkit 11.6.0_511.23 Hashcat 6.2.5 Here is the message I have when I try to run a benchmark with example0.cmd : Code: E:\Tools\hashcat-6.2.5>hashcat -b -m 22000 It works with example400.cmd and example500.cmd but not example0.cmd. I also have the same issue with: Code: E:\Tools\hashcat-6.2.5\hashcat.exe -w 2 -b Before I installed Cuda 11.6, I had Cuda 11.4 and my whole PC just crashed (black screen no cursor, keyboard and mouse RGB went off...) when I tried to run a benchmark. Any tips ? Thank you RE: Device kernel image is invalid - Culex - 01-30-2022 I managed to fix the "device kernel image is invalid" by compiling hashcat using WSL. However, I am back to the stage where when I run a benchmark, I instantly get a blackscreen that shuts down everything (no more keyboard, mouse, screen...) No specific message in event viewer. RE: Device kernel image is invalid - Snoopy - 01-31-2022 well the problem with this error is, it could be anything to high powerconsumption, to low power from your psu, keyboard and mouse offline, could be a motherboard issue, did you have any related errors when playing games? try downloading a graphics benchmark and go to highest settings to stress your gpu to see if it is a gpu/poer consumption error and first of all, see this warning WARNING! Kernel exec timeout is not disabled. This may cause "CL_OUT_OF_RESOURCES" or related errors. To disable the timeout, see: https://hashcat.net/q/timeoutpatch plz download this patch and restart your pc and try again and you dont need -w option for benchmarking RE: Device kernel image is invalid - Culex - 01-31-2022 (01-31-2022, 12:04 PM)Snoopy Wrote: well the problem with this error is, it could be anything I ran 3DMark TimeSpy without any issue. I however had some random computer freezes (that needed a reboot) while playing Control, but no black screen). The black screen is instant, the first sec the benchmark starts with hashcat. I'll try the timeout patch and see how it goes, thanks ! Oh, and now I have "kernel device image invalid" with example400.cmd and example500.cmd and not example0.cmd. But example0.cmd crashes my PC lol. Before I recompiled example400 and example500 worked but not example0. RE: Device kernel image is invalid - Culex - 01-31-2022 After applying the patch, I still have the same issue. Instant blackscreen. I'll try to clean the computer and check for any wiring issues. I don't understand that it can support a 3DMark stress test and instantly crash with hashcat. RE: Device kernel image is invalid - slyexe - 02-01-2022 have you tried just using the precompiled binaries rather than building from source? RE: Device kernel image is invalid - Culex - 02-01-2022 (02-01-2022, 12:36 AM)slyexe Wrote: have you tried just using the precompiled binaries rather than building from source? Yes, with the precompiled binaries I have this error on example0.cmd but not on example400.cmd and example500.cmd With the one I compiled I have this error on example400.cmd and example500.cmd. Example0.cmd runs without error but instantly crashes my computer. I have a hard time making sense of this. RE: Device kernel image is invalid - Snoopy - 02-03-2022 well im really sorry, but i cannot help you any further with this maybe it is driver related or hardware , its hard to test from "far away" the only thing you maybe could test is the following, hashcat will use the cuda backend by default, but you could try to force hahscat to use the opencl instead, given your example from above you have to add options Code: -D2 -d2 to your command line, if this also results in instant blackscreen i dont have any clue other than, yeah well thats personal computers, dont know what they are goood for and what they are doing RE: Device kernel image is invalid - Culex - 02-06-2022 (02-03-2022, 04:07 PM)Snoopy Wrote: well im really sorry, but i cannot help you any further with this Thanks, seems like I didn't got any crash with OpenCL. However I still have some errors, I'll try to make a clean install of my drivers (again). This is the errors I got on some benchmarks: Code: ------------------------------------------------------------- RE: Device kernel image is invalid - Snoopy - 02-07-2022 Instead of compiling for yourself, you could also test the compiled githhub betas here https://hashcat.net/beta/ another test would be, after clean driver install and so on, deleting already compiled kernels for specific modes(folder kernels) to force hahscat to compile them again |