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

ADL_Adapter_Active_Get failed, cutoff temperature disabled #54

Closed
colindean opened this issue Nov 28, 2012 · 3 comments
Closed

ADL_Adapter_Active_Get failed, cutoff temperature disabled #54

colindean opened this issue Nov 28, 2012 · 3 comments

Comments

@colindean
Copy link

While attempting to use poclbm with guiminer, using the version packaged with the latest release of guiminer:

C:\Users\colin\Desktop\guiminer>poclbm.exe user:pass@api2.bitcoin.cz:8332 --device=0 --platform=0 --verbose -r1 -v -w 128 -f 30
 27/11/2012 20:19:41, ADL_Adapter_Active_Get failed, cutoff temperature disabled
 for 0:0:Barts
Traceback (most recent call last):
  File "poclbm.py", line 78, in <module>
  File "OpenCLMiner.pyo", line 100, in initialize
  File "OpenCLMiner.pyo", line 129, in __init__
TypeError: 'NoneType' object has no attribute '__getitem__'

I think this is the offending line:

https://github.com/m0mchil/poclbm/blob/master/OpenCLMiner.py#L129

My shot in the dark would be that OpenCLMiner.get_adapter_info() is returning None when it hits a bad condition at L361 and L129 isn't checking for that possible condition or recovering from the thrown exception.

I'm running a Radeon HD 6850 on Windows 7 x64 with an AMD Athlon X2 6000+. I've also reported this in Kiv#54. I've executed poclbm both within guiminer and at the command line.

@colindean
Copy link
Author

Neglected to mention that I'm on Catalyst 12.10, which is the current drivers as of November 17, 2012.

@m0mchil
Copy link
Owner

m0mchil commented Nov 28, 2012

Fixed at 8e37a4c

@m0mchil m0mchil closed this as completed Nov 28, 2012
@colindean
Copy link
Author

Pleased to report that it is working as of the latest release of GUIminer. Thanks!

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

2 participants