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

poclbm_py2exe_20120920.7z - Issue with GUIminer and Windows Vista 64 bit #53

Open
hvoid opened this issue Nov 7, 2012 · 11 comments
Open

Comments

@hvoid
Copy link

hvoid commented Nov 7, 2012

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?

@m0mchil
Copy link
Owner

m0mchil commented Nov 9, 2012

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.

@hvoid
Copy link
Author

hvoid commented Nov 9, 2012

Hi m0mchil!
Probably i am missing something.
I have an nvidia card, can't i use it or i just need the dll's (atiadlxx.dll and/or atiadlxy.dll)?
Same as above, no AMD-chip based board, do I just need the driver to have it work? Or I can't, having not an ATI card?

Thanks a lot for the help!

@m0mchil
Copy link
Owner

m0mchil commented Nov 10, 2012

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.

@hvoid
Copy link
Author

hvoid commented Nov 12, 2012

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!

@Ultrasurf-zz
Copy link

Hello m0mchil,
Is now available a new windows executable with the fix? If so, where i can find it?
I downloaded the latest version some days ago and I'm experimenting yet the error described here.
Thanks for your work!

@rafaeldotjs
Copy link

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:
http://www.mediafire.com/?ve947wk3kv4s43u

@Ultrasurf-zz
Copy link

Hello rjquery, and thanks for your help.
I tried it, but it says that poclbm.exe is not a valid win32 executable.
And, I will be more confident with an "official" version from m0mchil. Nothing personal, of course.

@rafaeldotjs
Copy link

It's because this is a x64 build. Let me know if you want the x32 build I have here.

@Ultrasurf-zz
Copy link

Yes, please.
Thanks a lot!

@rafaeldotjs
Copy link

@ultrasurf , the x32 build:
http://www.mediafire.com/?hy6obnt139l8x63

@Ultrasurf-zz
Copy link

Now all is ok, thanks for your kindness.

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

5 participants
@m0mchil @rafaeldotjs @hvoid @Ultrasurf-zz and others