Killing VST processes after LMMS Crashes
Posted: Wed Apr 01, 2015 10:51 pm
Ive had issues with LMMS crashing when it comes to using VST plugins. This crashing doesn't close the VST processes and leaves them all behind after crashing. If you don't manually close these processes then they build up and after a few crashes I can sometimes have 30+ processes just sitting there taking up memory.
So I created a .bat file to automatically kill them all. Here is the code I used:
This will kill ALL of the running VST plugin processses, so don't run this after you have recovered your crashed project, cause it will also kill the processes that are running in your current LMMS instance.
So I created a .bat file to automatically kill them all. Here is the code I used:
Code: Select all
taskkill /f /im "RemoteVstPlugin32.exe"