Failed to acquire input focus: Failed before entering volatile process

#'s 8cab38824b and 1140f2d738 are both giving me “Failed to acquire input focus: Failed before entering volatile process.” The bot then just does…nothing. Won’t warp, deploy drones, etc.

About half the time the bot works, the other half this error occurs.

{enqueueTime0001-01-01T000000+0000,.txt (108.9 KB)

Hey, thank you for sharing!
I looked into this today. This error could happen when the current bot has not requested input focus in the last 30 seconds. I found that the next time the bot requested input focus, this could take too long, causing an unacceptably long delay in the bot operation.
To fix this, I changed the behavior of the BotLab client for these scenarios.
You can download the new version from https://botlabs.blob.core.windows.net/blob-library/by-name/2023-12-30-botlab-client.zip
With version 2023-12-30, you should not see this problem anymore.
Cheers!