Server does not start - Printable Version +- Xonotic Forums (https://forums.xonotic.org) +-- Forum: Support (https://forums.xonotic.org/forumdisplay.php?fid=3) +--- Forum: Xonotic - Server Administration (https://forums.xonotic.org/forumdisplay.php?fid=16) +--- Thread: Server does not start (/showthread.php?tid=8462) |
Server does not start - saddesad - 11-23-2020 So... I followed the step written in readme file. The problem is, when start the server script, the cmd is black Here the bat config RE: Server does not start - BuddyFriendGuy - 11-24-2020 Could you verify that you can directly run it from the command line first (run line 27 directly)? RE: Server does not start - saddesad - 11-25-2020 (11-24-2020, 08:24 AM)BuddyFriendGuy Wrote: Could you verify that you can directly run it from the command line first (run line 27 directly)? I solved, just changed line 4 in Code: set executable=xonotic-dedicated.exe and 27 in Code: .\%executable% -dedicated -sessionid server +serverconfig server.cfg %* |