Pages:
Author

Topic: [Help]poclbm.exe stopped working? (Read 6709 times)

newbie
Activity: 22
Merit: 0
June 05, 2011, 10:18:58 PM
#25
Bumping again for help.
newbie
Activity: 22
Merit: 0
May 28, 2011, 09:58:19 PM
#24
Tried the platform thing, no luck.

Is it nVidia?
member
Activity: 84
Merit: 10
May 28, 2011, 05:13:36 PM
#23
Try removing your old ATI drivers and the current AMD drivers.  Reinstall the current drivers and try again.
full member
Activity: 336
Merit: 100
May 28, 2011, 01:01:35 PM
#22
..okay this is so weird.
Now it's not freezing again, but it's showing something like

Traceback (most recent call last):
File "poclbm.py", line 3, in
File "pyopencl\_init_.pyo.", line 3, in
---
---
Import Error: DLL load failed: the specified modeul could not be found.
full member
Activity: 336
Merit: 100
May 28, 2011, 12:58:05 PM
#21
Got something to work!!!
Now when i run poclbm.exe, cmd shows up really quick and exits. It says something like "Wrong platform or more than one OpenCL platforms, choose one of the following,
1. AMD Accelerated Stream Processing.
2. ATI Stream.
But it closes to fast for me to do anything.


Add in "-platform 1" without quotes to the command line.

For example: C:\Bitcoin\poclbm_py2exe_20119428\poclbm.exe -d 0 -platform 1  -o deepbit.net -p 8332  --user=your_user_name_here --pass=your_password_here

It was working for a few minutes, using platform -0. platform -1 only gave me 300mh/s on a 5850.
However, when I restarted my computer, it's not working again. I can't even run poclbm by itself without it going "it has stopped working".
This is really frustrating me...

Should I try Ubuntu? I heard it's harder to configure everything on there tho...
full member
Activity: 196
Merit: 100
May 28, 2011, 12:53:10 PM
#20
Got something to work!!!
Now when i run poclbm.exe, cmd shows up really quick and exits. It says something like "Wrong platform or more than one OpenCL platforms, choose one of the following,
1. AMD Accelerated Stream Processing.
2. ATI Stream.
But it closes to fast for me to do anything.


Add in "-platform 1" without quotes to the command line.

For example: C:\Bitcoin\poclbm_py2exe_20119428\poclbm.exe -d 0 -platform 1  -o deepbit.net -p 8332  --user=your_user_name_here --pass=your_password_here
full member
Activity: 336
Merit: 100
May 28, 2011, 12:26:50 PM
#19
NOOO it's not working again...
Any run of poclbm.exe makes it freeze.
full member
Activity: 336
Merit: 100
May 28, 2011, 12:06:44 PM
#18
Got something to work!!!
Now when i run poclbm.exe, cmd shows up really quick and exits. It says something like "Wrong platform or more than one OpenCL platforms, choose one of the following,
1. AMD Accelerated Stream Processing.
2. ATI Stream.
But it closes to fast for me to do anything.
full member
Activity: 336
Merit: 100
May 28, 2011, 11:26:25 AM
#17
I did that and it just starts up and freezes like before.
member
Activity: 84
Merit: 10
May 28, 2011, 08:55:43 AM
#16
Try this:

1. Open up command prompt (Start - Run - cmd.exe)
2. cd \bitcoin (is this where poclbm.exe is? if not, go to the correct folder)
3. run poclbm.exe and it will output what devices it detects
4. post results here

full member
Activity: 336
Merit: 100
May 28, 2011, 06:13:20 AM
#15
I have the same problem but it's AMD...
newbie
Activity: 22
Merit: 0
May 23, 2011, 04:56:48 PM
#14
Could it be that I have an nVidia card?
sr. member
Activity: 392
Merit: 250
May 23, 2011, 04:51:51 PM
#13
It displays the content of the batch file, opens a new window (poclbm.exe), where it shows the new window for about 5 seconds and crashes.

I don't mine on windows so if you're not getting error messages I don't know what to tell you.

Ask in the official poclbm thread here: http://forum.bitcoin.org/index.php?topic=1334.0
newbie
Activity: 22
Merit: 0
May 23, 2011, 04:40:47 PM
#12
It displays the content of the batch file, opens a new window (poclbm.exe), where it shows the new window for about 5 seconds and crashes.
sr. member
Activity: 392
Merit: 250
May 23, 2011, 04:27:39 PM
#11
There isn't a directory called poclbm_py2exe_20110428 in that folder, doesn't work Sad



then change it to:

start /DC:\Bitcoin\poclbm_py2exe_20119428 poclbm.exe -d 0  -o deepbit.net -p 8332  --user=user --pass=pass
pause

and what does it say?
newbie
Activity: 22
Merit: 0
May 23, 2011, 04:24:59 PM
#10
There isn't a directory called poclbm_py2exe_20110428 in that folder, doesn't work Sad

sr. member
Activity: 392
Merit: 250
May 23, 2011, 04:11:08 PM
#9
try

start /DC:\Bitcoin\poclbm_py2exe_20110428 poclbm.exe -d 0  -o deepbit.net -p 8332  --user=user --pass=pass
pause

in your bat file and see what it says
newbie
Activity: 22
Merit: 0
May 23, 2011, 03:53:52 PM
#8

I beleive it's   -d 0 -o deepbit.net -p 8332

Changed it, same error.


Does the directory C:\Bitcoin\poclbm_py2exe_20119428 exist and is poclbm.exe in it?

Did you create your own account at deepbit and put your own username and password in it, or are you literally using --user=user --pass=pass because that's not going to work.

Are sure sure your video card is actually device 0?

I think you need poclbm_py2exe_20110428 not poclbm_py2exe_20119428
1. Yes
2.Yes
3. I only have 1 video card, but how do I check?
member
Activity: 112
Merit: 10
May 23, 2011, 03:47:28 PM
#7
I added a pool (and looked at proper syntax) and now I have this:

Code:
start /DC:\Bitcoin\poclbm_py2exe_20119428 poclbm.exe -d0  -odeepbit.net -p8332  --user=user --pass=pass

Now it starts up, has a blank screen for about 10 seconds, and then crashes.

I beleive it's   -d 0 -o deepbit.net -p 8332
sr. member
Activity: 392
Merit: 250
May 23, 2011, 03:40:59 PM
#6
I added a pool (and looked at proper syntax) and now I have this:

Code:
start /DC:\Bitcoin\poclbm_py2exe_20119428 poclbm.exe -d0  -odeepbit.net -p8332  --user=user --pass=pass

Now it starts up, has a blank screen for about 10 seconds, and then crashes.

Does the directory C:\Bitcoin\poclbm_py2exe_20119428 exist and is poclbm.exe in it?

Did you create your own account at deepbit and put your own username and password in it, or are you literally using --user=user --pass=pass because that's not going to work.

Are sure sure your video card is actually device 0?

I think you need poclbm_py2exe_20110428 not poclbm_py2exe_20119428
Pages:
Jump to: