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

please help errors and i can't build. update the code and the .exe #423

Open
khaled555 opened this issue Oct 23, 2024 · 3 comments
Open

Comments

@khaled555
Copy link

when i run it i get this errors:

"

[2024-10-23.10:11:00] [Info] Compiling OpenCL kernels...
2 errors generated.
[2024-10-23.10:11:00] [Info] Error: <kernel>:1935:34: error: passing '__generic unsigned int *' to parameter of type 'unsigned int *' changes address space of pointer
                                 ripemd160sha256NoFinal(hash, digestOut);
                                                              ^~~~~~~~~
                             <kernel>:291:67: note: passing argument to parameter 'digest' here
                             void ripemd160sha256NoFinal(const unsigned int x[8], unsigned int digest[5])
                                                                                               ^
                             <kernel>:1949:34: error: passing '__generic unsigned int *' to parameter of type 'unsigned int *' changes address space of pointer
                                 ripemd160sha256NoFinal(hash, digestOut);
                                                              ^~~~~~~~~
                             <kernel>:291:67: note: passing argument to parameter 'digest' here
                             void ripemd160sha256NoFinal(const unsigned int x[8], unsigned int digest[5])"
@snakeqiuwei
Copy link

用cuBitCrack.exe

@Reaper1-4
Copy link

Make sure you have installed all required dependencies for the program.

@techdrag0n
Copy link

what GPU are you using? I found in my case I get the same errors if i try to run the cl version on my RTX 3050, I don't get them on the intel CPU. CUDA version seems to work fine on 3050.

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