You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When Loop is used too much, i.e. moving a screen left and right, over time, programs are slow to use, and at some point, nothing is usable. All problems end if Loop is quit, but this may be difficult if your system is running very slow. Major problem.
Steps To Reproduce
Create hundreds of loops (or have a Python script press fn + whatever)
Watch your system slow down
Quit loop
Everything is fine
Repeat
Reproducing using Python script (uses pyautogui):
importpyautoguiimporttimedefright():
pyautogui.keyDown('fn')
pyautogui.press('right')
pyautogui.keyUp('fn')
defleft():
pyautogui.keyDown('fn')
pyautogui.press('left')
pyautogui.keyUp('fn')
#I would recommend adding a way to quit easily, not requiredwhileTrue:
right()
left()
Expected Behavior
Loop is expected to not slow down your system a ton if used too much
Actual Behavior
Loop slows down your system a lot if used too much. Mostly noticed because no one is doing hundreds of loops
Screenshots
No response
macOS Version
Sequoia 15.3
Loop Version
1.2.0 (1410)
Additional Context
No response
Final Checks
My issue is written in English
My issue title is descriptive
This is a single bug (multiple bugs should be reported individually)
I can help with fixing or developing this issue (tick if you can help).
The text was updated successfully, but these errors were encountered:
This is a duplicate of #626 although you've added some py script, but, even after not closing loop for a week and using it over 700 times, I still have not felt the system be sluggish nor slow, i guess we'll have to look into it more.
Can't figure out what exactly reproduce the issue. I first re-used Loop today, since a long time ago.
Quitting Loop does fix instantly the issue.
When it happens, All mouse event will be then delayed.
I only use my Macbook w/ Trackpad and no external screen right now.
On top of my head, app that I use that could maybe interfere with the bug triggering would be Swish and / or BetterTouchTool.
Bug Description
When Loop is used too much, i.e. moving a screen left and right, over time, programs are slow to use, and at some point, nothing is usable. All problems end if Loop is quit, but this may be difficult if your system is running very slow. Major problem.
Steps To Reproduce
Reproducing using Python script (uses pyautogui):
Expected Behavior
Loop is expected to not slow down your system a ton if used too much
Actual Behavior
Loop slows down your system a lot if used too much. Mostly noticed because no one is doing hundreds of loops
Screenshots
No response
macOS Version
Sequoia 15.3
Loop Version
1.2.0 (1410)
Additional Context
No response
Final Checks
The text was updated successfully, but these errors were encountered: