Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Error in clGetPlatformIDs()
05-03-2010, 12:28 PM
Post: #1
Error in clGetPlatformIDs()
This is the error I get when I try the example:

Quote:C:\cracker>oclHashcat.exe example.hash ?l?l?l?l ?l?l?l?l
Digests: 898 entries, 898 unique, 0Mb
Maskprocessor: ?l?l?l?l (456976)
Maskprocessor: ?l?l?l?l (456976)
Summary: 208827064576 combination
Error in clGetPlatformIDs()

Any help?
Find all posts by this user
05-03-2010, 12:30 PM
Post: #2
RE: Error in clGetPlatformIDs()
(05-03-2010 12:28 PM)letmein Wrote:  This is the error I get when I try the example:

Quote:C:\cracker>oclHashcat.exe example.hash ?l?l?l?l ?l?l?l?l
Digests: 898 entries, 898 unique, 0Mb
Maskprocessor: ?l?l?l?l (456976)
Maskprocessor: ?l?l?l?l (456976)
Summary: 208827064576 combination
Error in clGetPlatformIDs()

Any help?

this is how it looks like on NVidia if you have to old drivers. please update drivers and check again.
Visit this user's website Find all posts by this user
05-03-2010, 01:13 PM
Post: #3
RE: Error in clGetPlatformIDs()
(05-03-2010 12:30 PM)atom Wrote:  
(05-03-2010 12:28 PM)letmein Wrote:  This is the error I get when I try the example:

Quote:C:\cracker>oclHashcat.exe example.hash ?l?l?l?l ?l?l?l?l
Digests: 898 entries, 898 unique, 0Mb
Maskprocessor: ?l?l?l?l (456976)
Maskprocessor: ?l?l?l?l (456976)
Summary: 208827064576 combination
Error in clGetPlatformIDs()

Any help?

this is how it looks like on NVidia if you have to old drivers. please update drivers and check again.
Ok, thanks I thought i did, but I will do a fresh install.
Find all posts by this user
05-03-2010, 02:53 PM
Post: #4
RE: Error in clGetPlatformIDs()
Thank you, it seems to work now. What is the proper syntax for hashlists? Is username:hash:salt fine?
Find all posts by this user
05-03-2010, 03:19 PM
Post: #5
RE: Error in clGetPlatformIDs()
The format is:

hash

for unsalted hashes and

hash:salt

for salted hashes
Visit this user's website Find all posts by this user
05-03-2010, 03:26 PM
Post: #6
RE: Error in clGetPlatformIDs()
Thank you.
Find all posts by this user