Device local mem size is too small - 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 local mem size is too small (/thread-5630.html) |
Device local mem size is too small - hans - 07-11-2016 Hi, can someone help me with this? it appears everytime with any commande :-( --> see Attachment I want to use CPU only, is that possbible? Thx RE: Device local mem size is too small - rico - 07-11-2016 Yes, read the release notes for v3.00: https://hashcat.net/forum/thread-5559-post-29903.html Particularly, the section titled "Support to utilize OpenCL device types other than GPU". Then the settings below in the command, e.g. hashcat64.exe -b --opencl-device-types 1,2 Code: --opencl-platforms | Str | OpenCL platforms to use, separate with comma | --opencl-platforms=2 RE: Device local mem size is too small - atom - 07-11-2016 You also need to install the Intel OpenCL SDK RE: Device local mem size is too small - hans - 07-11-2016 Tanks alot for the fast help I finally got it to work maybe someone could give me a little hint on my next Warning I dont have any clue sorry guys --> Attachment linking two models of different target triples ? Greetz RE: Device local mem size is too small - rico - 07-11-2016 Just a guess but are you sure you installed the 64-bit version of OpenCL? This looks like hashcat64 is trying to load 32-bit components, i.e. from Program Files (x86) folder. RE: Device local mem size is too small - atom - 07-11-2016 Long time ago that I've seen this error message. You clearly need to update your driver(s) and OpenCL runtime(s). Not a hashcat problem. See wiki for detailed information RE: Device local mem size is too small - hans - 07-11-2016 Oh god, I think this will never end. I've installed Intel MPSS 3.7.1 and the latest OpenCL Runtime 16.1 64bit for Intel Core but now I'm getting this --> Attachment ERROR: clCreateProgramWithBinary() : -42 CL_INVALID_BINARY Sorry guys Thanks alot so far RE: Device local mem size is too small - rico - 07-11-2016 Still an OpenCL error... RE: Device local mem size is too small - atom - 07-12-2016 Remove the kernels folder and try again RE: Device local mem size is too small - hans - 07-12-2016 awesome thanks atom it worked |