Modding Help /warp to instance not working (Solved)

Discussion in 'Starbound Modding' started by projectmayhem, Apr 20, 2017.

  1. projectmayhem

    projectmayhem Spaceman Spiff

    Ok, I made an instanced dungeon called jeditemple. I can warp to it just fine. Made a quest to go there, has a turn in and a follow up quest to a second instanced dungeon called younglingtemple.

    everytime I try to warp to younglingtemple, nothing happens. I get the following in my log...

    Code:
    [17:15:12.890] [Error] UniverseServer: error during world create: (JsonException) No such key in Json::get("younglingtemple")
    [0] 13fad3d13 Star::captureStack
    [1] 13fad2a9e Star::StarException::StarException
    [2] 13fa75549 Star::Json::get
    [3] 13ff45aec <lambda_c60839bc3646c9c88fe260cbd0cf69b0>::operator()
    [4] 13ff3335f std::_Invoker_functor::_Call<<lambda_c60839bc3646c9c88fe260cbd0cf69b0> & __ptr64>
    [5] 13ff39496 std::invoke<<lambda_c60839bc3646c9c88fe260cbd0cf69b0> & __ptr64>
    [6] 13ff35919 std::_Invoke_ret<std::shared_ptr<Star::WorldServerThread>,<lambda_c60839bc3646c9c88fe260cbd0cf69b0> & __ptr64>
    [7] 13ff48c96 std::_Func_impl<<lambda_c60839bc3646c9c88fe260cbd0cf69b0>,std::allocator<int>,std::shared_ptr<Star::WorldServerThread> >::_Do_call
    [8] 13fe52797 std::_Func_class<std::shared_ptr<Star::SpeciesDatabase> >::operator()
    [9] 13ff451e2 <lambda_770d99c769b4950d94783c330804382d>::operator()
    [10] 13facb532 Star::WorkerPool::WorkerThread::run
    [11] 13fad07fe Star::ThreadImpl::runThread
    [12] 771e59cd BaseThreadInitThunk
    [13] 7731a561 RtlUserThreadStart
    [17:15:12.890] [Info] UniverseServer: Warping player 1 to InstanceWorld:younglingtemple:-:-
    [17:15:12.890] [Info] UniverseServer: Warping player 1 failed, invalid world 'InstanceWorld:younglingtemple:-:-' or world failed to load
    [17:15:15.796] [Info] UniverseServer: Clearing broken world InstanceWorld:younglingtemple:-:-



    I dont understand why though. I clearly have a younglingtemple.json

    [​IMG]
     
  2. projectmayhem

    projectmayhem Spaceman Spiff

    Nevermind, as soon as I posted this I realized I didnt patch the instance_worlds.config

    I think I need a nap lol been at this too long today
     
  3. lazarus78

    lazarus78 The Waste of Time

    I had that same mistake.
     
  4. bk3k

    bk3k Oxygen Tank

    From your screenshot, I highly recommend to change the option in "folder options" to "hide known extensions" off. The very existence let alone default state of that setting is IMO the largest mistake Microsoft has ever made.

    Also I just got up from an impromptu nap. I love days off.
     
    projectmayhem and Cyel like this.
  5. projectmayhem

    projectmayhem Spaceman Spiff


    ty, now I can take my default off details view and back to Large Icon like I enjoy it.
     
  6. bk3k

    bk3k Oxygen Tank

    Yeah I really hate that setting. It is THE reason file trading is such an avenue for viruses. For that matter any file download might not be what it appears.
    Code:
    Favorite Band - Favorite Song.mp3.exe
    becomes
    Code:
    Favorite Band - Favorite Song.mp3
    Then I'd get calls to fix someone's computer and half the time "I must have done something" because the computer is down again... people don't readily accept themselves as the root cause of their issues. So I don't even offer my help anymore.
     
    lazarus78 likes this.
  7. lazarus78

    lazarus78 The Waste of Time

    Good god this is so true.

    "It worked yesterday.".... soo... what did you do? "I didn't do anything."... clearly you did...
     

Share This Page