randy3k / Terminus

Bring a real terminal to Sublime Text
https://packagecontrol.io/packages/Terminus
MIT License
1.39k stars 82 forks source link

Terminus not opening #433

Open windows7om opened 3 months ago

windows7om commented 3 months ago

Version : Build 4180 I'm on my old laptop which I still use most of the time (running Windows 7 tho). And when I first installed sublime text 4 with terminus like 2 weeks ago, it was running well without any issues, but since yesterday terminus won't even open (using terminus for c++, sublime-build). Without terminus I won't even get to complete my college work. Please fix this issue ASAP. Thanks :)

randy3k commented 3 months ago

What error message do you receive?

windows7om commented 3 months ago

thanks for replying bro, like the terminus wont open up , no errors whatsoever, it just wont open up in my windows 7 laptop that's it, Whereas, I just checked on my other windows 10 pc and its working fine there. Also I've also used terminus like 2-3 weeks before on my same Win7 laptop and then it was working fine. Also here's the sublime-build I'm using for terminus in both the PCs : { "target": "terminus_exec", "cancel": "terminus_cancel_build", "shell_cmd": "g++ \"${file}\" -o \"${file_path}/${file_base_name}\"", "file_regex": "^(..[^:]):([0-9]+):?([0-9]+)?:? (.)$", "working_dir": "${file_path}", "selector": "source.c++",

"variants": [ { "name": "Run", "shell_cmd": "g++ \"${file}\" -o \"${file_path}/${file_base_name}\" && \"${file_path}/${file_base_name}\"" } ] }

On Tue, Aug 27, 2024 at 9:02 PM Randy Lai @.***> wrote:

What error message do you receive?

— Reply to this email directly, view it on GitHub https://github.com/randy3k/Terminus/issues/433#issuecomment-2312888872, or unsubscribe https://github.com/notifications/unsubscribe-auth/BK2BO7VNYXEKAXQ5K6KDORLZTSLYVAVCNFSM6AAAAABNFTJ32CVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDGMJSHA4DQOBXGI . You are receiving this because you authored the thread.Message ID: @.***>

randy3k commented 3 months ago

Do you select the right build system? If there is no error message in the console, it seems like that you haven't triggered the Terminus commands.