-
Notifications
You must be signed in to change notification settings - Fork 23
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
Icecon freezes when used from cmd #15
Comments
I'll take a look at this to see whether I can replicate it. Which OS version are you using this on? |
Thanks for replying 👍 test-script:
old script that would get called by file-watcher (can be called manually):
this script would always get stuck, I think it's waiting on some reply. The behaviour was inconsistent. I was running the script from commandline, in a batfile, and through a vbs-file, with no luck |
I unfortunately don't have a working FiveM server setup myself at the moment (not really into FiveM myself), but I suspect this is some race condition with how quickly the server responds to the requests vs. the requests being sent. In the worst case, this is even a synchronization issue between client and server. There's many factors that will make this difficult to debug for me, as such I'll leave this issue open for now. |
Same problem 🌵 |
Found the solution, you can run 4 cmd rcon instance at the same time. |
On some occassions, but rather regularly, invoking icecon from commandline will freeze the process.
I'm using IceCon for my FiveM Dev Server, with the purpose to automatically restart the resources on file change. However, doing so will leave me with no method to exit the icecon process sometimes.
The text was updated successfully, but these errors were encountered: