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>: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:ersioningDatabase> >:perator() [17] 7ff639362162 <lambda_770d99c769b4950d94783c330804382d>: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:ungeonException::format<Star::String,Star::OutputProxy> [3] 7ff639798c5e `Star:ungeonDefinitions::readDefinition'::`1'::catch$73 [4] 7ffc2f83c220 _C_specific_handler [5] 7ffc2f8329b2 _FrameUnwindFilter [6] 7ffc3b5a2a63 RtlCaptureContext [7] 7ff639009024 Star:ungeonDefinitions::readDefinition [8] 7ff638ff876a <lambda_475708549715a500cc90681f474fe533>:perator() [9] 7ff638ff05b1 Star::LruCacheBase<Star::OrderedMapWrapper<std::unordered_map,Star::String,std::shared_ptr<Star:ungeonDefinition>,Star::BlockAllocator<std:air<Star::String const ,std::shared_ptr<Star:ungeonDefinition> >,1024>,Star::hash<Star::String,void>,std::equal_to<Star::String> > >::get<<lambda_475708549715a500cc90681f474fe533> > [10] 7ff6390042d4 Star:ungeonDefinitions::get [11] 7ff638ff5ec9 Star:ungeonGenerator:ungeonGenerator [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>: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:ersioningDatabase> >:perator() [21] 7ff639362162 <lambda_770d99c769b4950d94783c330804382d>: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)
so I had the same problem if you look in the json file and compare it to other worlds with objects in them you will notice that they have an attribute that is called "properties", for whatever reason tiled doesn't put this part in and but if you add it manually you can fix it and it will run here is my post about the issue http://community.playstarbound.com/threads/unable-to-place-objects-in-tiled.117806/#post-2959782
Oh, alright. I had tried doing that earlier, but I forgot the brackets in the "properties" field. Thanks for your help