Just built it from source
..counterpartyd_build>git pull origin master
From https://github.com/xnova/counterpartyd_build
* branch master -> FETCH_HEAD
Already up-to-date.
...counterpartyd_build\dist\counterpartyd>git pull origin master
From https://github.com/PhantomPhreak/counterpartyd
* branch master -> FETCH_HEAD
Already up-to-date.
Then I run C:\Python33\python.exe run.py and got following:
Traceback (most recent call last):
File "C:\Python33\Lib\logging\__init__.py", line 939, in emit
stream.write(msg)
File "c:\cp\counterpartyd_build\env\lib\encodings\cp1251.py", line 19, in enco
de
return codecs.charmap_encode(input,self.errors,encoding_table)[0]
UnicodeEncodeError: 'charmap' codec can't encode characters in position 20-29: c
haracter maps to
Logged from file blocks.py, line 419
Block: 278599
Traceback (most recent call last):
File "C:\Python33\Lib\logging\__init__.py", line 939, in emit
stream.write(msg)
File "c:\cp\counterpartyd_build\env\lib\encodings\cp1251.py", line 19, in enco
de
return codecs.charmap_encode(input,self.errors,encoding_table)[0]
UnicodeEncodeError: 'charmap' codec can't encode characters in position 20-29: c
haracter maps to
Logged from file burn.py, line 89
Burn: 1N4jWUiugoE6qXLLP7etgtEMwEA6g4i3b5 burned 0.0001 BTC for 0.14737273 XCP (3
c2c4ba0...95a04c91)
Traceback (most recent call last):
File "C:\Python33\Lib\logging\__init__.py", line 939, in emit
stream.write(msg)
File "c:\cp\counterpartyd_build\env\lib\encodings\cp1251.py", line 19, in enco
de
return codecs.charmap_encode(input,self.errors,encoding_table)[0]
UnicodeEncodeError: 'charmap' codec can't encode characters in position 20-29: c
haracter maps to
Logged from file burn.py, line 89
Burn: 17yhuQ8PQNYMLdz5netvrwfYNXkJaHHUpX burned 0.0001 BTC for 0.14737273 XCP (9
0f7e497...8cf0d36c)
Traceback (most recent call last):
File "C:\Python33\Lib\logging\__init__.py", line 939, in emit
stream.write(msg)
File "c:\cp\counterpartyd_build\env\lib\encodings\cp1251.py", line 19, in enco
de
return codecs.charmap_encode(input,self.errors,encoding_table)[0]
UnicodeEncodeError: 'charmap' codec can't encode characters in position 20-29: c
haracter maps to
Logged from file blocks.py, line 419
Block: 278600
Again it stops at 278something and againI cant even open my wallet passphrase or do something with counerpartyd.
Now It looks like my russian cyrylic simbols coming from Russian Windows 8 cant be recognized. Just my thoughts.
Yes, can you post this in the main XCP thread? That way, any one of the devs can help out (sometimes I get behind in answering PMs).
Also, try running the DOS command "chcp 65001" before running the counterparty command and let us know if that fixes this issue.