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 [Solved] Server giving errors when a default world is enabled.

Discussion in 'Multiplayer' started by Melonking, Apr 14, 2014.

  1. Melonking

    Melonking Void-Bound Voyager

    I am trying to move my universe to a new server, however new players have been spawning at the wrong planet. So is set the config as this:

    "defaultWorldCoordinate" : "alpha:-84936662:-62554636:-13754701:6:12"
    "useDefaultWorldCoordinate": true

    However I get these errors on the log if I have the use setting set to true.

    Code:
    Info: Acquiring universe lock file
    Info: UniverseServer: Loading world db for world alpha:-84936662:-62554636:-13754701:6:12
    Info: Shutting down Star::Root
    Error: InvalidMaybeAccessException:
      Maybe<ByteArray>::value()
      WorldStorage::WorldStorage(shared_ptr<IODevice>, shared_ptr<WorldGeneratorFacade>)
      WorldServer::WorldServer(shared_ptr<IODevice>, shared_ptr<Clock>)
      UniverseServer::createWorld(CelestialCoordinate)
      UniverseServer::UniverseServer(String, bool, CelestialCoordinate)
      _main
      ___mingw_CRTStartup
      _mainCRTStartup
      RtlInitializeExceptionChain
      RtlInitializeExceptionChain
     
  2. Boshed

    Boshed Cosmic Narwhal

    You get that when the cords you input aren't valid. Double, triple check them, correct and try again

    Edit - Should the third hyphen be there "-13754701"
     
  3. Melonking

    Melonking Void-Bound Voyager

    Yup it was my mistake, I assumed that it automatically filled it with the universes first planet. Sorted now!
     
    Boshed likes this.

Share This Page