patrix87 / PowerShellGSM

A Comprehensive PowerShell Tool for Simple Automated Game Server Management.
https://github.com/patrix87/PowerShellGSM/
MIT License
111 stars 19 forks source link

Ark survival ascended server: Start Error #36

Closed BlackWolf12019 closed 11 months ago

BlackWolf12019 commented 11 months ago

When running run.cmd

Setting Script Directory as Working Directory... Working Directory : E:\PowerShellGSM Finding server IPs... xxxxxxx Verifying Dependencies... Importing Server Configuration... Process is locked, exiting.

PS>TerminatingError(): "System Error."

+If launch several maps, the already running one closes

TOXid commented 11 months ago

I think your problem is that you are trying to run several servers with one config. For this reason, your process got locked after the script execution was interrupted. Delete the lock file.

BlackWolf12019 commented 11 months ago

I think your problem is that you are trying to run several servers with one config. For this reason, your process got locked after the script execution was interrupted. Delete the lock file.

The files in the configs folder have different names. They match the names in the launchers folder. When launching several servers for one game, should the configuration and launch files be different in some way except the name and paths for saving the files?

BlackWolf12019 commented 11 months ago

The reason was a modified variable that did not need to be changed =)