Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add a Kill and Restart function #79

Open
sebescudie opened this issue Jan 27, 2024 · 6 comments
Open

Add a Kill and Restart function #79

sebescudie opened this issue Jan 27, 2024 · 6 comments

Comments

@sebescudie
Copy link
Owner

In the Kill popup, there should be a (smaller) Kill and Restart button that does just that.

@tebjan
Copy link

tebjan commented Feb 7, 2025

Additionally, "Kill All", it often doesn't remember the particular process and doesn't kill it. So it needs the option to kill all running processes named "vvvv".

@sebescudie
Copy link
Owner Author

Hey @tebjan, what's the behavior you're observing? The kill button already does a taskkill /f /im vvvv.exe under the hood, so it should kill all vvvv.exe currently running!

@seltzdesign
Copy link

seltzdesign commented Feb 12, 2025

It doesn't. I have to manually kill vvvv.exe like 9/10 times, even after pressing Kill vvvv.

I think what Tebjan means is a button to kill all running vvvv.exe processes and then restart (do the same as pressing "Launch"). Often you need to kill vvvv and restart it, so it would be cool to be one button.

As for killing the process, it's definitely not killing vvvv always. Or maybe I should clarify: If I quit vvvv normally from within the software and the process is still running in task manager, then pressing kill vvvv in gammalauncher won't close it. Only doing it in taskmanager seems to do it.

From experience I know there are different ways to find running processes to kill them.

@seltzdesign
Copy link

Image

Here you can see the behavior.

@seltzdesign
Copy link

This has worked for me in a different project where we are monitoring several processes:

Image

@seltzdesign
Copy link

Did a little test with a .bat file and basically the patch above. If you have a vvvv process that is hanging, it will not kill that. Using the method in VL on the left, it works and successfully closes the hanging process:

Image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants