Sublime Forum

"[Decode error - output not utf-8]" (Win7)

#1

Hello. I’m setting up a build system in Sublime Text 2 stable on Windows 7. I have really simple build system in JSON:

{ "cmd": "coffee", "build"] }

Problem is that I receive following message every time I build the project. Everything works nice using Windows’ cmd or linux shell and typing “coffee build”.

[Decode error - output not utf-8][cmd:  [u'coffee', u'build']]
[dir:  D:\virtualbox\project]
[path: d:\virtualbox\project]
[Finished]

I’ve found out other people had this problem too (Decode error - output not utf-8, stackoverflow.com/questions/8789 … thon-crash). I tried setting the encoding to cp65001 but I got the following message:

[Decode error - output not cp65001][Decode error - output not cp65001][Decode error - output not cp65001][Decode error - output not cp65001][Decode error - output not cp65001]

Can you please give me an advice? Thank you

[size=85]Link to the documentation of Sublime’s build systems: docs.sublimetext.info/en/latest/ … stems.html[/size]

0 Likes