prom3theu5 / ConanExilesServerUpdater

Dedicated Server Updater For Conan Exiles
Apache License 2.0
11 stars 2 forks source link

Auto server restart not happening #2

Closed YourHuckleberry closed 7 years ago

YourHuckleberry commented 7 years ago

If I start CESU without the server executable running, it will notice in short order and start it up - But if I CTRL-C the server application, it doesn't start it back up. Been offline for about 7 minutes now. It did an update check, but never noticed the server wasn't there.

prom3theu5 commented 7 years ago

Can you check task manager after closing the server with Control + C Is there still an executable named ConanSandBoxServer.exe running after the server has closed? I think i'm going to have to use the other executable for the server, not the wrapper.

Thanks

YourHuckleberry commented 7 years ago

Nothing there, hrm. image

YourHuckleberry commented 7 years ago

I have VS on this server, I can try to run it through the debugger to see what is happening a bit later.

prom3theu5 commented 7 years ago

Cool - I can check more when I am back from work tonight

prom3theu5 commented 7 years ago

Issue was return inside a while loop, Should have been continue :/ Not enough Coffee :P

All sorted in the new version, which also offers auto downloads of steamcmd and conan server if not detected in specified folders.

New Release