Help! I can’t check gpu . I have Quadro K4200, driver newest
It would appear your
Isn’t a qualifying Card? Odd…
Which version of Mocha are you running there? Can you show us your log file?
mocha 5.6.0
It’s possible you’re on a build of Mocha that permanently disables the “Allow unsupported GPUs” check box. This was fixed in a later build.
Workaround for Windows standalone:
From a Command prompt type:
reg add “HKCU\Software\Imagineer Systems Ltd\mocha Pro 5” /v “AllowUnsupportedGPUDevices” /d “true” /f
Workaround for Windows plugin:
From a Command prompt type:
reg add “HKCU\Software\Imagineer Systems Ltd\mocha Pro Plugin 5” /v “AllowUnsupportedGPUDevices” /d “true” /f
i not understand. You can video. Please
Does this help?
- Go to Command Prompt in Windows
- Enter the text command above for your Mocha type (Standalone or Plugin)
- Press return
- Open Mocha
Done. But i still can’t check gpu.
Is there any other way ?
Can you post your Mocha log file please? From Help | View Log…