Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ERROR: cuMemsetD8() 1 #1

Closed
Xanadrel opened this issue Dec 4, 2015 · 6 comments
Closed

ERROR: cuMemsetD8() 1 #1

Xanadrel opened this issue Dec 4, 2015 · 6 comments

Comments

@Xanadrel
Copy link
Member

Xanadrel commented Dec 4, 2015

Multiple users reported getting this error (both on windows/linux), with driver versions higher than the required one.

OS: Windows 7 64b
GPU : GTX Titan X
CPU : i5 2500k
Driver : 353.62
oclHashcat : 2.00

Command :
./cudaHashcat64.exe -m 100 ../hashcat-0.50/examples/A0.M100.hash example.dict

Output :

cudaHashcat v2.00 starting...

Device #1: GeForce GTX TITAN X, 12288MB, 1076Mhz, 24MCU

Hashes: 100 hashes; 100 unique digests, 1 unique salts
Bitmaps: 16 bits, 65536 entries, 0x0000ffff mask, 262144 bytes, 5/13 rotates
Rules: 1
Applicable Optimizers:
* Zero-Byte
* Precompute-Init
* Precompute-Merkle-Demgard
* Early-Skip
* Not-Salted
* Not-Iterated
* Single-Salt
* Scalar-Mode
* Raw-Hash
Watchdog: Temperature abort trigger set to 90c
Watchdog: Temperature retain trigger set to 80c
Device #1: Kernel z:\Hashcat\cudaHashcat-2.00/kernels/4318/m00100_a0.sm_52.64.cubin

Generated dictionary stats for example.dict: 1210228 bytes, 129988 words, 129988 keyspace
[...]
[s]tatus [p]ause [r]esume [b]ypass [q]uit =>

ERROR: cuMemsetD8() 1
@Xanadrel
Copy link
Member Author

Xanadrel commented Dec 4, 2015

The error seems to happen only with wordlist based attacks, so all but -a 3.

@Wohn
Copy link

Wohn commented Dec 5, 2015

I got the same error :(

@philsmd
Copy link
Member

philsmd commented Dec 5, 2015

The pull request above fixes the problem.
The problem doesn't seem to be specific to any particular nvidia driver. However, it seems to be a very recently introduced code and this problem somehow did remain undetected.

@Wohn
Copy link

Wohn commented Dec 5, 2015

ok, with -a 3 i got GPU speed 0 H/s but its running 10 digits

jsteube added a commit that referenced this issue Dec 5, 2015
for issue #1: cuMemsetD8() 1 error
@jsteube
Copy link
Member

jsteube commented Dec 5, 2015

Problem solved with PR #2

@jsteube jsteube closed this as completed Dec 5, 2015
jsteube added a commit that referenced this issue Dec 5, 2015
@Wohn
Copy link

Wohn commented Dec 5, 2015

oclhashcat 2.0.1 released!!! :)

@Zyntax3rror Zyntax3rror mentioned this issue Jun 8, 2016
PenguinKeeper7 referenced this issue in PenguinKeeper7/hashcat Jan 7, 2023
Current behaviour $HEXes both `Candidate` plains in the `[s]tatus` prompt, even when one plain doesn't require it, this change will only $HEX the plains that require it

Previous:
Candidates.#1....: $HEX[313537393434] -> $HEX[042a0337c2a1]

Current:
Candidates.#1....: 157944 -> $HEX[042a0337c2a1]
jsteube pushed a commit that referenced this issue Sep 23, 2023
Optimized T0XlCv2.rule with ruleprocessorY
PenguinKeeper7 referenced this issue in PenguinKeeper7/hashcat Feb 29, 2024
The other usual device information does not show when using --quiet, only the skipped warning does, making it a little out of place. Old:
```
> ./hashcat -m 99999 abcdef -a 3 abcdef --quiet
The device hashcat#2 specifically listed was skipped because it is an alias of device #1

abcdef:abcdef
>
```
New:
```
> ./hashcat -m 99999 abcdef -a 3 abcdef --quiet
abcdef:abcdef
```
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants