Currently, when the General section needs maintenance this causes an infinite loop.
This is because the basic automation only checks for the "To maintain" color searchColor := 0xF59C00 and then clicks it and goes down two...and since the General section doesn't have details it should only go down one it is unable to complete the maintenance and instead loops indefinitely.
I'm looking into ways to fix this...open to suggestions.
In the meantime, if this happens to you, you can actually click yourself and it should continue; sometimes that gets messy though...so you can also simply pause/quit the AutoHotkey from the taskbar and manually maintain that particular plane and rerun the msfs2024-career-maintenance script.
I hope to have a solution eventually. Luckily General maintenance isn't needed too frequently.
Currently, when the General section needs maintenance this causes an infinite loop.
This is because the basic automation only checks for the "To maintain" color
searchColor := 0xF59C00and then clicks it and goes down two...and since the General section doesn't have details it should only go down one it is unable to complete the maintenance and instead loops indefinitely.I'm looking into ways to fix this...open to suggestions.
In the meantime, if this happens to you, you can actually click yourself and it should continue; sometimes that gets messy though...so you can also simply pause/quit the AutoHotkey from the taskbar and manually maintain that particular plane and rerun the msfs2024-career-maintenance script.
I hope to have a solution eventually. Luckily General maintenance isn't needed too frequently.