Alright, I found a fix. It’s fallout from the new initialization order of modules. If you change your Able.uplugin to swap “AbleEditor” from Editor to DeveloperTool, it’ll fix the standalone crash. I’ll submit a fix tonight though, so you can also just wait for that.
{
"Name": "AbleEditor",
"Type": "DeveloperTool",
"LoadingPhase": "PreDefault",
"WhitelistPlatforms": "Win64", "Win32", "Mac", "Linux" ]
}