I can confirm similar problem on MacOS 11.4 & Sublime 4113.
I've got KickAss in the location as by the guide (/Applications/KickAssembler/KickAss.jar).
Just Build a file gives:
bash: -c: line 0: unexpected EOF while looking for matching '' bash: -c: line 1: syntax error: unexpected end of file [Finished in 43ms with exit code 2] [shell_cmd: echo 'ascii' codec can't decode byte 0xe2 in position 959: ordinal not in range(128)] [dir: /Users/<redacted>/Documents/development/6502/rehelloworld] [path: /usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/X11/bin:/Library/Frameworks/Mono.framework/Versions/Current/Commands]
I've tried adding "kickass_jar_path": "/Applications/KickAssembler/KickAss.jar" to the Preferences.sublime-settings.
But same issue..
However, if I start it manually from Terminal with:
CLASSPATH=/Applications/KickAssembler/KickAss.jar /Applications/Sublime\ Text.app/Contents/MacOS/sublime_text
Then everything works as a charm.
Originally posted by @Swoffa in #67 (comment)
I can confirm similar problem on MacOS 11.4 & Sublime 4113.
I've got KickAss in the location as by the guide (/Applications/KickAssembler/KickAss.jar).
Just Build a file gives:
I've tried adding "kickass_jar_path": "/Applications/KickAssembler/KickAss.jar" to the Preferences.sublime-settings.
But same issue..
However, if I start it manually from Terminal with:
Then everything works as a charm.
Originally posted by @Swoffa in #67 (comment)