1. When making a thread, please tag your thread accordingly using the menu to the left of the textfield where you name your thread where applicable. Server Advertisements and Mod Releases should be contained to their respective subforums.

Server Help Server crashing, no error.

Discussion in 'Multiplayer' started by SnowyWolfie, Apr 29, 2019.

  1. SnowyWolfie

    SnowyWolfie Void-Bound Voyager

    Hello!

    I recently started up a dedicated server and was having an issue after getting it online. The server is running on a linux machine supplied by Digital Oceans, if that matters at all. Server and test character have no mods enabled. Any time I try to start a new character and keep the intro mission, the server will crash and shutdown like so:
    Code:
    [Info] UniverseServer: listening for incoming TCP connections on xxx
    [Info] UniverseServer: Connection received from: yyy
    [Info] UniverseServer: Logged in account '<anonymous>' as player 'Kesi' from address yyy
    [Info] UniverseServer: Spawning player in intro instance protectorate
    [Info] UniverseServer: Client 'Kesi' <1> (yyy) connected
    [Info] UniverseServer: Loading client ship world ClientShipWorld:16fc1948e47ae4092d3f379257b6273d
    [Info] Protected dungeonIds for world set to (65524)
    [Info] UniverseServer: Creating temporary instance world 'InstanceWorld:protectorate:16fc1948e47ae4092d3f379257b6273d:-' with expiry time 0
    [Info] Protected dungeonIds for world set to (65524)
    [Info] Placing dungeon protectorate
    [Info] Forcing generation of dungeon protectorate
    [Info] Placing dungeon at (0, 1000)
    [Info] Flying ship for player 1 to new starter world
    [Info] UniverseServer: Stopping idle world ClientShipWorld:16fc1948e47ae4092d3f379257b6273d
    [Info] Searching for new randomized starter world
    [Info] UniverseServer: Found randomized starter world at 953867114:-676705356:-170427702:2
    [Info] UniverseServer: Creating new system world at location (953867114, -676705356, -170427702)
    [Info] UniverseServer: Creating celestial world 953867114:-676705356:-170427702:2
    Killed
    


    Similarly, if I enter the server with a new character with the mission skip box enabled or an existing character, it works fine until I try to teleport to the outpost. Again, the server will crash with no error like so:

    Code:
    [Info] UniverseServer: Warping player 2 to CelestialWorld:23766015:-546817770:20080843:9
    [Info] UniverseServer: Stopping idle world ClientShipWorld:981136b85c0971500c13df6da3d8eaad
    [Info] UniverseServer: Creating temporary instance world 'InstanceWorld:outpost:-:-' with expiry time 0
    [Info] Protected dungeonIds for world set to (65524)
    [Info] Placing dungeon outpost
    [Info] Forcing generation of dungeon outpost
    [Info] Placing dungeon at (0, 750)
    [Info] Protected dungeonIds for world set to (0, 65524)
    Killed
    


    Any ideas on why this might be happening? Any help would be very much appreciated.
     
  2. lollanlols

    lollanlols Space Hobo

    I am seeing the same thing on my end after setting up a brand new Linux server on Vultr. I followed this guide: https://starbounder.org/Guide:LinuxServerSetup
     

Share This Page