-
Notifications
You must be signed in to change notification settings - Fork 385
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
poclbm_py2exe_20120920.7z - Issue with GUIminer and Windows Vista 64 bit #53
Comments
Please provide your AMD driver version. I suppose ADL wrapper is not working (ADL is not present for some reason). Also, please check if atiadlxx.dll and/or atiadlxy.dll are present on your machine. |
Hi m0mchil! Thanks a lot for the help! |
Sorry, it's entirely my fault actually. Temperature control works only for AMD, but there wasn't proper check to not use it on other platforms. It's fixed now in master, will make it for windows soon. |
no sorries man! You are doing the big job :-) Can't wait to test the windows version :-) keep me up to date ;-) have a good day! |
Hello m0mchil, |
Hello, @ultrasurf . I'm using this one, which I built from the github repo. It is working with nvidia cards and ati cards, and has the latest commits from around 1 month ago in it: |
Hello rjquery, and thanks for your help. |
It's because this is a x64 build. Let me know if you want the x32 build I have here. |
Yes, please. |
@ultrasurf , the x32 build: |
Now all is ok, thanks for your kindness. |
with the latest update for poclbm at github.com/downloads/m0mchil/poclbm/poclbm_py2exe_20120920.7z, I get the following error message when running poclbm.exe.
Code:
Traceback (most recent call last):
File "poclbm.py", line 3, in
File "zipextimporter.pyo", line 82, in load_module
File "BitcoinMiner.pyo", line 16, in
File "zipextimporter.pyo", line 82, in load_module
File "adl3__init__.pyo", line 1, in
File "zipextimporter.pyo", line 82, in load_module
File "adl3\adl_api.pyo", line 53, in
File "ctypes__init__.pyo", line 353, in init
WindowsError: [Error 126] The specified module could not be found
Working fine with previous version.
Any suggestion?
The text was updated successfully, but these errors were encountered: