A few users are getting this error when using my latest update: Code: --------------------------- Error --------------------------- StarException: An error occurred during loading: VariantException: No such key in Variant::get("name") Variant::get(String) String Variant::tget<String>(String) Variant::getString(String) BiomeDatabase::load()::{lambda(String, Map<String, BiomeDatabase::Config, unordered_map<String, BiomeDatabase::Config, hash<String, void>, equal_to<String>, allocator<pair<String, BiomeDatabase::Config> > > >)#1}::eek:perator()(String, Map<String, BiomeDatabase::Config, unordered_map<String, BiomeDatabase::Config, hash<String, void>, equal_to<String>, allocator<pair<String, BiomeDatabase::Config> > > >) BiomeDatabase::load() Root::reload() _Function_handler<void (), _Bind<ClientApplication::preSplashInitialization()::{lambda()#1} ()> >::(_Any_data) ThreadImpl::runThread(void*) GetModuleFileNameA ClientApplication::postSplashInitialization() ClientApplication::update() StarApplicationBase::run() _SDL_main _console_main --------------------------- ОК --------------------------- I have no idea what this error is telling me is the problem. I seem to run fine, as do most. A select few get this error though. JSON lint validates on all my biome files. So I remain puzzled. Is this a conflict problem perhaps? It's looking for the biome name and finding a duplicate seems the most likely based on the get("name")
solved. Not sure WHAT the issue was, but re-pasting the exact same file in , for some reason, has fixed the issue. *shakes head*