Skip to content
This repository has been archived by the owner on Sep 15, 2022. It is now read-only.

Not working with Windows 11, NVIDIA GeForce GTX 1650 with Max-Q Design #74

Open
DeepMarsoniya opened this issue Aug 1, 2022 · 4 comments

Comments

@DeepMarsoniya
Copy link

DeepMarsoniya commented Aug 1, 2022

I tried to run in windows 11, NVIDIA GeForce GTX 1650 with Max-Q Design, but it's not working

C:\Users\deepm\Downloads\profanity>profanity --leading f
Mode: leading
Target: Address
Devices:
  GPU0: NVIDIA GeForce GTX 1650 with Max-Q Design, 4294639616 bytes available, 14 compute units (precompiled = no)
  GPU1: Intel(R) UHD Graphics 630, 3370291200 bytes available, 24 compute units (precompiled = no)

Initializing OpenCL...
  Creating context...

image

@Ashwinning
Copy link

Ashwinning commented Aug 9, 2022

It detects 2 GPUs on your machine but fails on the integrated one, try adding --skip 1 to your arguments to skip the integrated GPU.
profanity --skip 1 --leading f

@kayu2kshow
Copy link

Same error with me on HP Spectre x360 Covertible 15-eb0xxx Intel(R) Core(TM) i7-10510U CPU @ 1.80GHz 2.30 GHz
Screenshot 2022-08-14 091140
Screenshot 2022-08-14 091030
Screenshot 2022-08-14 091011
Screenshot 2022-08-14 090949
Screenshot 2022-08-14 090924
Screenshot 2022-08-14 084603

@kayu2kshow
Copy link

Working now but only when 1 adapter is disabled. Any fix for this?
Screenshot 2022-08-14 115021
Screenshot 2022-08-14 114925

@Ashwinning
Copy link

Your onboard GPU is showing up as GPU2.
With all GPUs enabled, you can try adding multiple skips like so:
profanity --skip 1 --skip 2 --leading f

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants