Sublime Forum

Decode error in sublime text 3 while everything is OK in ST2

#1

I was using sublime text 2 for my latex editing. I use a self-defined build system with some commands as:

"cmd": "xelatex  --interaction=errorstopmode --synctex=1 --aux-directory=temp $file_base_name"]

And they have been working perfectly well for me.

But when I tried to transplant the same build system into ST3 , I got the error says:

[Decode error - output not utf-8] [Finished in 0.0s with exit code 1] [cmd: ['xelatex --interaction=errorstopmode --synctex=1 --aux-directory=temp Thesis']]

Have anyone got the same problem and solved it?

By the way, I also tried the latextool plugin on st3, and it works all right.

0 Likes