24.07.2013, 00:05
I have a problem, when i push F5 i have this message:
Error trying to parse build system: invalid escape in c:\users\HP\AppData\Roaming\Sublime Text 2\Packages\User\pawn.sublime-build:3:10
I have the version 2.01
Content of pawn.sublime-build
The path contain pawncc.exe
EDIT: Problem solve by adding second \ to te path:
EDIT 2:
I can write anything, it always show those line.
Error trying to parse build system: invalid escape in c:\users\HP\AppData\Roaming\Sublime Text 2\Packages\User\pawn.sublime-build:3:10
I have the version 2.01
Content of pawn.sublime-build
Quote:
{ "cmd": ["pawncc.exe", "-i includes", "$file", "-;+"], "path": "C:\Users\HP\Desktop\pawno\pawno" } |
EDIT: Problem solve by adding second \ to te path:
Quote:
{ "cmd": ["pawncc.exe", "-i includes", "$file", "-;+"], "path": "C:\\Users\\HP\\Desktop\\pawno\\pawno" } |
Quote:
[Decode error - output not utf-8] [cmd: [u'pawncc.exe', u'-i includes', u'C:\\Users\\HP\\Desktop\\pawno\\gamemodes\\test.p wn', u'-;+']] [dir: C:\Users\HP\Desktop\pawno\gamemodes] [path: C:\Users\HP\Desktop\pawno\pawno] [Finished] |