Bitcoin Forum

Other => Beginners & Help => Topic started by: Mechawolf on June 28, 2011, 09:35:04 AM



Title: Bitcoin Miner help! Please do help :(
Post by: Mechawolf on June 28, 2011, 09:35:04 AM
First time I downloaded it, it kinda worked, aside from the point that it kept saying "connecting" but wouldn't do so.
So I thought maybe I should close it and re-open it. As soon as I did close the application and re-run it, it came up with this error,
as well as this displayed in the error log. Any attempt to start the exe just increases the number of times this error appears in the log.
Someone help?  :'(

Code:
ERROR:root:Exception:
Traceback (most recent call last):
  File "guiminer.py", line 2184, in run
  File "guiminer.py", line 1678, in __init__
  File "guiminer.py", line 1887, in load_config
  File "guiminer.py", line 937, in start_mining
  File "subprocess.pyo", line 621, in __init__
  File "subprocess.pyo", line 830, in _execute_child
WindowsError: [Error 267] The directory name is invalid
Traceback (most recent call last):
  File "guiminer.py", line 2193, in <module>
  File "guiminer.py", line 2184, in run
  File "guiminer.py", line 1678, in __init__
  File "guiminer.py", line 1887, in load_config
  File "guiminer.py", line 937, in start_mining
  File "subprocess.pyo", line 621, in __init__
  File "subprocess.pyo", line 830, in _execute_child
WindowsError: [Error 267] The directory name is invalid


Title: Re: Bitcoin Miner help! Please do help :(
Post by: Mechawolf on June 28, 2011, 10:23:07 AM
I would gladly post this error log in the proper topic and board but as the rules go, I can't.
after using the "Search" engine for both this site as well as google, I've only encounter 1 other person who has this problem, oddly he didn't seem to get an answer to his problem on the forums. Perhaps through PMs which would help if I could have the solution too. ._.


Title: Re: Bitcoin Miner help! Please do help :(
Post by: Mechawolf on June 28, 2011, 11:12:10 AM
I seem to be the only one without help of any sorts.  :'(


Title: Re: Bitcoin Miner help! Please do help :(
Post by: Centurion on June 30, 2011, 02:14:54 AM
I also have this problem - no results when searching google, either.  :(  I did try out Phoenix 1.5 today, by copying the new version into the guiminer folder, so I thought that may have done it, but I set up a fresh copy of guiminer 6/14/11 version, and it still won't work >_< 
Need some help please.


Title: Re: Bitcoin Miner help! Please do help :(
Post by: Arxan on June 30, 2011, 02:35:22 AM
I'm using DiabloMiner under Windows.  It is command line, but really easy to set up.  The pools usually give you the command line examples to follow as well.


Title: Re: Bitcoin Miner help! Please do help :(
Post by: The_JMiner on June 30, 2011, 02:36:04 AM
Im using GUI Miner so I apologize have no idea about the program.


Title: Re: Bitcoin Miner help! Please do help :(
Post by: Lord_JABA on November 03, 2011, 02:39:06 AM
try deleting %APPDATA%\Roaming\poclbm directory to reset settings. Worked for me.


Title: Re: Bitcoin Miner help! Please do help :(
Post by: solin on November 03, 2011, 03:10:37 AM
I have been too lazy to do any mining of my own, but I would wager that everything is summed up in the following line:
Code:
WindowsError: [Error 267] The directory name is invalid
Are you certain that you have all of your directory paths set correctly?  If it is a command line utility, beware of spaces in directory names.  Use "s around any path that contains spaces and see if that helps.  good luck.

-cheers