-
Notifications
You must be signed in to change notification settings - Fork 424
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Input thread blocking causes mouse handling stutters on windows #6181
Comments
Hi, I made the ppy/osu#27208 issue. I have since found out that this is related to my laptop keyboard, and isn't dependent on the touchpad. I've had typing lag-related issues in other programs, so it's possible that issue might not be entirely osu!lazer's fault. Though it's still worth noting that it doesn't seem to happen on stable. Also, it affected me for a while before I got around to reporting it. Basically what I'm saying is: given the circumstances, my issue might be unrelated from the rest of those listed here. Hopefully this is helpful, sorry for any confusion or problems I may have caused. If there are any questions I can answer, then don't hesitate to let me know. |
This comment has been minimized.
This comment has been minimized.
Probably keep this open until a fix has been confirmed. |
Creator of ppy/osu#27448 here, the new April 12 Update seem to lessened the frequency of the stutter (included other rulesets, ie. sentakki) . Unfortunately it's still unresolved with several time it can be very noticeable and caused a FC choke. Not sure about other people though ( need more confirmation ). But hey, at least I got 50/50 chances this time for me. |
The update has not changed anything yet. This will likely be fixed or significantly improved in the next release. |
The issue is still here, I did not notice mouse input(Logitech G102 Prodigy 1000hz polling) dropping on my old core 2 quad 9300 and r7 360 compared to my new better rig. |
To reiterate, this will only happen when something else on your system is handling input badly. For the time being, you can resolve this locally by trial-and-error shutting down apps (especially things in your system tray) until you find the culprit. When you do, please report back as to which app it is so we can share knowlege with other users. |
I pin point it down to a few thing, 1. The input dropping happened when my Comodo firewall periodically using my NVMe drive; I started having this issues not only on osu!lazer but Aimlabs around after I'm cloned my SATA SSD to NVMe boot drive and forgot to disconnect the old SSD before booting to the new drive causing bug and conflict to Comodo Firewall making it constantly accessing drive. Disconnecting my SATA SSD and uninstalling Comodo Firewall seems to solved the input dropping for both games. But I'm unsure if the issue either caused by CF, drive usage or my drive cloning, I suggest people task manager and check if the input dropping is synced with drive active time.
|
In fact, any program, or driver, or process, could cause the issue, given that the issue is that the input thread of the game is easily affected by the system's threads. However, I always have dozens or hundreds of processes running on my computer, so this is quite an unresolvable issue on my end before the solution is launched. |
Many reports of this recently, to the point I believe something may have regressed.
ppy/osu#27208
ppy/osu#26998
ppy/osu#26953
ppy/osu#27211
ppy/osu#26875 (maybe)
The text was updated successfully, but these errors were encountered: