Kiv / poclbm

PyOpenCL bitcoin miner with a GUI frontend
GNU General Public License v3.0
450 stars 153 forks source link

Can't save config #75

Open maitredede opened 11 years ago

maitredede commented 11 years ago

Hi,

I'm using GUIMiner v2012-12-03

When I click "Save parameters", nothing happen. When I try to quit, "Do you want to save ?" => "Yes", nothing happen.

Where should I start digging ? Thanks

Grawl commented 11 years ago

Accept. It does not work for me too. Nothing happen there.

techman05 commented 11 years ago

Seems to work for me but I'm using the one from guiMiner.com I'm on windows 7sp1 and vista sp >1 . I just to have to every time I change something major have to delete the file and remake it. It misses some of the parenthasises when its saved over an original.

pvodicka commented 10 years ago

Not 100% sure but it seems to be related to problem with unicode characters in Windows user name (so in config saving path)... Traceback (most recent call last): File "guiminer.py", line 2028, in on_close File "guiminer.py", line 2056, in save_config File "jsoninit.pyo", line 231, in dumps File "json\encoder.pyo", line 201, in encode File "json\encoder.pyo", line 264, in iterencode UnicodeDecodeError: 'utf8' codec can't decode byte 0xe8 in position 19: invalid continuation byte