CORE_INIT
if (core->state != CORE_INIT)
if (!force && core->state != CORE_INIT)
if (core->state >= CORE_INIT)
core->state = CORE_INIT;