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

Process can only be terminated forcefully (with /f option) #14

Open
powle opened this issue Feb 5, 2017 · 5 comments
Open

Process can only be terminated forcefully (with /f option) #14

powle opened this issue Feb 5, 2017 · 5 comments

Comments

@powle
Copy link

powle commented Feb 5, 2017

I would like to have my Conan Server updated automatically but this only runs via the Taskmanager as task. So I get the following message: "This process can only be terminated forcefully (with /f option)"

What is the best thing I can do now?

@C0nw0nk
Copy link
Owner

C0nw0nk commented Feb 5, 2017

Did you run the steamcmd script as an administrator

Also in the script at around lines 183 and 210

It says taskkill /PID %texte%

Modify it to this

taskkill /PID %texte% /f

If that solves your problem I will update the Github repo with the task managers force kill command line option. Prevent anyone else having this same problem.

@pwfff
Copy link

pwfff commented Feb 7, 2017

I'm a bit worried about forcefully killing it. When you ^C the log window it does some cleanup and I'm worried about corrupting the server's database. Is there no way to send that signal without forcefully shutting it down? I'm not sure how that works in Windows.

Also, it seems to want to kill my process after the first 60 seconds even though there was no patch... am I doing something wrong?

Edit: So the appid is 443030 for installation, the Steam store page has 440900, but both of those have the empty 'game' json when looking at the API. Is there a different ID I need for Conan Exiles?

@colonel187
Copy link

I'm having some trouble with your script. It will update and launch the server but the server runs 2 programs, when it checks for a new version all it is doing is creating multiple instances of the server. I'm not sure how to fix this.

@colonel187
Copy link

colonel187 commented Jul 29, 2017

Steam.txt

capture

@xxxtrashcion
Copy link

xxxtrashcion commented Feb 11, 2024

Did you run the steamcmd script as an administrator

Also in the script at around lines 183 and 210

It says taskkill /PID %texte%

Modify it to this

taskkill /PID %texte% /f

If that solves your problem I will update the Github repo with the task managers force kill command line option. Prevent anyone else having this same problem.

This worked. I also added "+force_install_dir" before "login"

New problem though. Everytime it rechecks for a new update I get "Bind couldn't find an open port between 27015 and 27015"

I was under the impression I could run the server and this script 24/7 with minimal downtime.
It's like it's not terminating the process.

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

5 participants