<div dir="rtl"><div dir="ltr">Hello,</div><div dir="ltr">my name is Ofir Shemesh, caver from Israel.</div><div dir="ltr">making my first steps in Therion.</div><div dir="ltr"><br></div><div dir="ltr">I'm trying to use <a href="https://www.sublimetext.com/">Sublime Text</a> to edit and <b>build </b>therion.</div><div dir="ltr">wrote a simple custom builder according <a href="https://www.sublimetext.com/docs/build_systems.html">those instructions</a></div><div dir="ltr">looks like this:</div><div dir="ltr">{<br>   "file_patterns": ["*thconfig*"],<br>  "cmd": ["C:/Users/admin/AppData/Local/Programs/Therion/therion.exe", "$file_name"],<br>     "working_dir": "$file_path"<br>}<br></div><div dir="ltr"><br></div><div dir="ltr">It works!</div><div dir="ltr">when i open thconfig and build it (tools - build) therion is running and works as expected, and i see therion output in sublime output window</div><div dir="ltr">but... when i have an error, for some reason i don't see this error in sublime</div><div dir="ltr">when i run from cmd I do see the error, but from inside sublime the error is not there</div><div dir="ltr">see below an example, notice the missing error. </div><div dir="ltr"><br></div><div dir="ltr">any ideas why? and how to solve this problem?</div><div dir="ltr"><br></div><div dir="ltr">Thanks,</div><div dir="ltr">Ofir Shemesh</div><div dir="ltr"><br></div><div dir="ltr">cmd:</div><div dir="ltr">configuration file: thconfig.1<br>reading ...<br>C:/Users/admin/AppData/Local/Programs/Therion/therion.exe: error -- thconfig.1 [7] -- unknown configuration command -- expojhvfgrt<br>Press ENTER to exit!<br></div><div dir="ltr"><br></div><div dir="ltr">sublime output:</div><div dir="ltr">configuration file: thconfig.1<br>reading ...Press ENTER to exit!<br></div><div dir="ltr"><br></div></div>