@CTCaer , Could you show the "nyx_ver + expected_nyx_ver" value for the error message?
I always get that error and I don't know which part should I update.
I don't know I need to update my payload.bin or update the "bootloader" folder?
If you can show the version, It would be more clear.

(For the normal usage, I can update both to solve this problem, I just want to know the version differences in the error message.

)
if (nyx_ver < expected_nyx_ver)
{
h_cfg.errors |= ERR_SYSOLD_NYX;
gfx_con_setpos(0, 0);
WPRINTF("Old Nyx GUI found! There will be dragons!\n");
WPRINTF("\nUpdate the bootloader folder!\n\n");
WPRINTF("Press any key...");
msleep(1000);
btn_wait();
}