ufgf

Results 4 comments of 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: ![Kotatogram_2022-09-10_16-22-22-948](https://user-images.githubusercontent.com/29230208/189485311-c3f52564-eba4-4fac-955b-64e58fc19651.png)