You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm using Linux, Manjaro 6.3.5-2 and VSCodium (with marketplace and unblocked features)
I've been using nwnsc with VSCode for a while now and I've always noticed that as time goes on, my computer fans starts ramping up and the entire system starts to slow down to a point where I'm forced to reboot to fix this issue.
Then one day I decided to look into what was causing it, I ran "htop" command in the terminal to check for running processes and noticed that there was a lot of nwnsc instances running.
Since I'm too lazy I just created a script that runs "sudo killall nwnsc" periodically instead of posting the issue here.
So basically everytime nwnsc runs it never terminates it after its done.
Here's a screen snip of my htop
PS: I've already posted an issue in https://github.com/PhilippeChab/nwscript-ee-language-server which is the plugin that I'm using to run it, and the dev said that the issue is not with his plugin but with nwnsc itself (exclusively on linux systems), so that's why I'm posting it here.
Thanks again
The text was updated successfully, but these errors were encountered:
Hi @StefanoND, thank you for the bug report! I can confirm that this happens, and it seems to trigger when something fails to compile.
To reproduce you just need any syntax error. Example:
voidmain() {
return
}
I tested a couple different versions and found that v1.1.3 works, while v1.1.4 doesn't.
I also looked over the diff v1.1.3...v1.1.4 but nothing stands out to my untrained eye as breaking.
The next step would be to try to bisect the error, but this project doesn't compile on my system so I'm not going to be of immediate help here. Perhaps @niv or @PhilippeChab can lend a hand as the contributors on v1.1.4 🙏
Hello, first of all thanks for nwnsc.
I'm using Linux, Manjaro 6.3.5-2 and VSCodium (with marketplace and unblocked features)
I've been using nwnsc with VSCode for a while now and I've always noticed that as time goes on, my computer fans starts ramping up and the entire system starts to slow down to a point where I'm forced to reboot to fix this issue.
Then one day I decided to look into what was causing it, I ran "htop" command in the terminal to check for running processes and noticed that there was a lot of nwnsc instances running.
Since I'm too lazy I just created a script that runs "sudo killall nwnsc" periodically instead of posting the issue here.
So basically everytime nwnsc runs it never terminates it after its done.
Here's a screen snip of my htop
PS: I've already posted an issue in https://github.com/PhilippeChab/nwscript-ee-language-server which is the plugin that I'm using to run it, and the dev said that the issue is not with his plugin but with nwnsc itself (exclusively on linux systems), so that's why I'm posting it here.
Thanks again
The text was updated successfully, but these errors were encountered: