Modding Help [Tiled] Object-related error ?

Discussion in 'Starbound Modding' started by Blevruz, Jul 27, 2016.

  1. Blevruz

    Blevruz Phantasmal Quasar

    I have been trying to create an instance through Tiled. However, while it runs correctly without objects, it doesn't seem to be able to run with any kind of objects in. Being new to Tiled, I wonder why that is.

    [Error] UniverseServer: error during world create: (WorldServerException) Exception countered initializing world
    [0] 7ff638f12423 Star::captureStack
    [1] 7ff638f1114e Star::StarException::StarException
    [2] 7ff638f11238 Star::StarException::StarException
    [3] 7ff63941cfb0 Star::WorldServerException::WorldServerException
    [4] 7ff63980b20d `Star::WorldServer::init'::`1'::catch$433
    [5] 7ffc2f83c220 _C_specific_handler
    [6] 7ffc2f8329b2 _FrameUnwindFilter
    [7] 7ffc3b5a2a63 RtlCaptureContext
    [8] 7ff6394347f5 Star::WorldServer::init
    [9] 7ff63941ce64 Star::WorldServer::WorldServer
    [10] 7ff63935a503 std::make_shared<Star::WorldServer,std::shared_ptr<Star::WorldTemplate> & __ptr64,std::shared_ptr<Star::File> >
    [11] 7ff639364014 <lambda_fc98c7704e60b96d91aa3ae72121bd5d>::eek:perator()
    [12] 7ff63935130f std::_Invoker_functor::_Call<<lambda_fc98c7704e60b96d91aa3ae72121bd5d> & __ptr64>
    [13] 7ff6393571d6 std::invoke<<lambda_fc98c7704e60b96d91aa3ae72121bd5d> & __ptr64>
    [14] 7ff639353749 std::_Invoke_ret<std::shared_ptr<Star::WorldServerThread>,<lambda_fc98c7704e60b96d91aa3ae72121bd5d> & __ptr64>
    [15] 7ff639365e96 std::_Func_impl<<lambda_fc98c7704e60b96d91aa3ae72121bd5d>,std::allocator<int>,std::shared_ptr<Star::WorldServerThread> >::_Do_call
    [16] 7ff63926f617 std::_Func_class<std::shared_ptr<Star::VersioningDatabase> >::eek:perator()
    [17] 7ff639362162 <lambda_770d99c769b4950d94783c330804382d>::eek:perator()
    [18] 7ff638f09fc2 Star::WorkerPool::WorkerThread::run
    [19] 7ff638f0eeee Star::ThreadImpl::runThread
    [20] 7ffc3ade13d2 BaseThreadInitThunk
    [21] 7ffc3b5254e4 RtlUserThreadStart
    Caused by: (DungeonException) Error loading dungeon '/dungeons/missions/arsenic-rphub/arsenic-rphub.dungeon': (JsonException) No such key in Json::get("properties")
    [0] 7ff638f12423 Star::captureStack
    [1] 7ff638f1114e Star::StarException::StarException
    [2] 7ff638ff012a Star::DungeonException::format<Star::String,Star::OutputProxy>
    [3] 7ff639798c5e `Star::DungeonDefinitions::readDefinition'::`1'::catch$73
    [4] 7ffc2f83c220 _C_specific_handler
    [5] 7ffc2f8329b2 _FrameUnwindFilter
    [6] 7ffc3b5a2a63 RtlCaptureContext
    [7] 7ff639009024 Star::DungeonDefinitions::readDefinition
    [8] 7ff638ff876a <lambda_475708549715a500cc90681f474fe533>::eek:perator()
    [9] 7ff638ff05b1 Star::LruCacheBase<Star::OrderedMapWrapper<std::unordered_map,Star::String,std::shared_ptr<Star::DungeonDefinition>,Star::BlockAllocator<std::pair<Star::String const ,std::shared_ptr<Star::DungeonDefinition> >,1024>,Star::hash<Star::String,void>,std::equal_to<Star::String> > >::get<<lambda_475708549715a500cc90681f474fe533> >
    [10] 7ff6390042d4 Star::DungeonDefinitions::get
    [11] 7ff638ff5ec9 Star::DungeonGenerator::DungeonGenerator
    [12] 7ff6394347f5 Star::WorldServer::init
    [13] 7ff63941ce64 Star::WorldServer::WorldServer
    [14] 7ff63935a503 std::make_shared<Star::WorldServer,std::shared_ptr<Star::WorldTemplate> & __ptr64,std::shared_ptr<Star::File> >
    [15] 7ff639364014 <lambda_fc98c7704e60b96d91aa3ae72121bd5d>::eek:perator()
    [16] 7ff63935130f std::_Invoker_functor::_Call<<lambda_fc98c7704e60b96d91aa3ae72121bd5d> & __ptr64>
    [17] 7ff6393571d6 std::invoke<<lambda_fc98c7704e60b96d91aa3ae72121bd5d> & __ptr64>
    [18] 7ff639353749 std::_Invoke_ret<std::shared_ptr<Star::WorldServerThread>,<lambda_fc98c7704e60b96d91aa3ae72121bd5d> & __ptr64>
    [19] 7ff639365e96 std::_Func_impl<<lambda_fc98c7704e60b96d91aa3ae72121bd5d>,std::allocator<int>,std::shared_ptr<Star::WorldServerThread> >::_Do_call
    [20] 7ff63926f617 std::_Func_class<std::shared_ptr<Star::VersioningDatabase> >::eek:perator()
    [21] 7ff639362162 <lambda_770d99c769b4950d94783c330804382d>::eek:perator()
    [22] 7ff638f09fc2 Star::WorkerPool::WorkerThread::run
    [23] 7ff638f0eeee Star::ThreadImpl::runThread
    [24] 7ffc3ade13d2 BaseThreadInitThunk
    [25] 7ffc3b5254e4 RtlUserThreadStart
    [22:04:57.218] [Info] UniverseServer: Warping player 1 to InstanceWorld:arsenic-rphub:-:-
    [22:04:57.218] [Info] UniverseServer: Warping player 1 failed, invalid world 'InstanceWorld:arsenic-rphub:-:-' or world failed to load
    [22:05:00.898] [Info] UniverseServer: Clearing broken world InstanceWorld:arsenic-rphub:-:-

    https://www.dropbox.com/s/f6x1mza5paaf836/arsenic-rphub.zip?dl=0
    (the mod itself)
     
  2. link481

    link481 Void-Bound Voyager

    Inf_Wolf14 likes this.
  3. Inf_Wolf14

    Inf_Wolf14 Parsec Taste Tester

    Yup, confirmed bug on Tiled's part. I recommend the tip I posted in the thread @link481 linked to.
     
  4. Blevruz

    Blevruz Phantasmal Quasar

    Oh, alright. I had tried doing that earlier, but I forgot the brackets in the "properties" field.
    Thanks for your help
     

Share This Page