ufgf
ufgf
arm processors kill people...
Try something like this (you can remove `await`'s if you want code to run more synced): ```js bot.setQuickBarSlot(0); bot.activateItem(); await bot.waitForTicks(20); while (bot.currentWindow == null) { bot.setQuickBarSlot(0); bot.activateItem(); await bot.waitForTicks(10);...
> Have you tried removing `checkTimeoutInterval` and `bot.setMaxListeners(0)`? Does not affect the reproducibility of the problem (see video) https://user-images.githubusercontent.com/29230208/185623435-4a2f474b-1803-40be-a5ce-e8d3fd6f7a4b.mp4
Problem still reproducible in TDesktop v4.1.1 x64. Example of problem screenshot: 