-
-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
Beatmap desync / fluctuating offset after changes to filesystem (e.g. downloading/deleting beatmaps) #29974
Comments
This has been reported in various fashions multiple times. I don't think it can be related to "changes to filesystem". If anything, it would more likely be "after changing audio tracks many times". Can you reproduce by changing tracks many times without downloading or importing? ie. just playing the game normally. |
Retested: You're right. The issue happens regardless of changes to filesystem. It seems to take about 1-1.5h of gameplay or around 10-15 maps for it to become easily and clearly noticeable for me. EDIT:
So, seems the problem is not just the number of audio track changes, but rather something about runtime. |
We've had countless reports of this over the years, including in stable. I just got another via email:
We're either doing something very wrong (leaking bass handles? i dunno) or bass is borked. |
@xSilverriderx could you also try at the main menu and see if it's the same as being at song select? also do you think it's 100% relative to time the game was open? ie. does playing many maps result in roughly the same offset as sitting at song select for the equivalent time period? |
Also if you only found this happening on recent releases, it would be invaluable to have you test older releases to check whether it broke in a specific release. You can download older releases from https://github.com/ppy/osu/releases (grab |
Main menu definitely is the same as being at song select. Also, will check out old versions, although this might take me some days, due to a minimum of 30 minutes needed per version. Will report back with any new findings. |
Also you may be able to just leave the game running overnight for easy "automated" testing? |
Tried out several old versions today (last known good: 2024.718.1, first used altogether: 2023.1026.0, multiple other versions inbetween) only to find out that even the first lazer build I used personally still had the same issue, although taking some more time to ramp up (2h vs 1h). Are there any programs known to cause problems with lazer, that don't interfere with Osu!Std? I didn't have anything opened apart from some driver controls (Nvidia control center etc.) while testing, but since I can't currently rule out something else causing the issue, I guess it wouldn't hurt to check. The only other program I installed between my last known good and today would be LogMeIn Hamachi, if the soundcard swap doesn't fix the issue, I guess I'll uninstall that one for my next test. |
See ppy/osu-stable-issues#306 lol |
Can report this fixed for me (gameplay for 3h- no offset). Lots of thanks for helping me figure this out peppy! I'll mark this closed, but if you want me to test anything else, I'll gladly do that. Turns out my hunch in suspecting some "driver" update was right. I installed a PCIe soundcard today I still had, tested Osu - the issue persisted. So I had a look at what drivers were loaded while playing Osu using latencymon, and noticed that my system still had all mainboard soundchip drivers active, even while using the soundcard. Additionally, I noticed some strange drivers related to a software named "Sonic Studio III" or "Sonic Studio Mixer" loaded. I didn't recognize that, so it immediately stood out for me. After some google I found out it's some kind of bloatware Asus likes to install with their Realtek audio drivers, and that's also known to mess with games or cause problems with audio in general. It must have installed itself with some driver update, without me noticing, and I'm pretty sure that's what messed up Osu lazer. Also, it's an absolute hell to try and uninstall. I ended up having to boot in Windows savemode and manually delete all installed audio drivers with driver store explorer, then disable my mainboard soundchip in BIOS and only install the drivers for my PCIe soundcard to completely get rid of it. So if anyone comes upon this trying to fix it here's what helped for me:
I guess if someone were to find a way to prevent Asus from being able to force install Sonic Studio with every audio driver update, that would work too. I just didn't want to deal with it, as I found numerous people complaining about Sonic Studio messing up their system even after they uninstalled the software, and I had that soundcard anyway. So, here's hoping the problem doesn't come back every single driver update this way. |
Great to hear you resolved the issue. Would be interested to know precisely which part of your fix process actually fixed it (I doubt all those steps are required). |
Force deleting all drivers related to Sonic Studio (A-Volute, Nahimic, Sonic Studio) from my system is what actually fixed it. Sonic Studio installs a bunch of virtual audio devices to offer "sound improvements". Even if you disable all of these improvements and don't use the virtual audio devices, there seems to be an equalizer device bundled with the software that grabs all sound on your system before passing it on to the actual driver, that you can't uninstall via the Asus-provided uninstallers but only in device management, that auto-reinstalls after each system reboot if uninstalled this way, and that severely cripples your entire system audio if you instead deactivate it in device management. The only way to permanently get rid of that device is deleting the associated drivers. At that point the problem is fixed, until the Realtek driver control redownloads and reinstalls the entire thing, starting the process all over again. I'm fairly certain there's another way to go about stopping the cycle, basically one would have to find basic Realtek drivers for the soundchip that don't come from Asus and then possibly disable automatic driver download from Windows Update. If you read into Sonic Studio you find numerous people struggling with exactly that, this being the reason I decided to go the harsh way and disable that soundchip altogether. |
If you're still encountering this, please read #31843 and test the provided fix if you're able! |
Type
Performance
Bug description
After downloading or deleting multiple beatmaps, elements in osu mode start to spawn later and later. Starts almost unnoticable, but gets worse over time. Restarting the game or changing the used audio device fixes the behaviour, but problem reappears after again downloading/deleting beatmaps. All changes to filesystem are done the official way, in-client.
Steps to reproduce:
Steps to workaround found:
Video included is of the state the bug got me to after about 30min past deletion operations. I've included me restarting the client to show offset is not static and/or directly system related.
PC specs:
AMD Ryzen 9 7950X3D
Asus ROG STRIX B650E-F GAMING WIFI
64GB RAM (Kingston KF560C36-32)
NVIDIA GeForce RTX 3080
Samsung 990 PRO SSD (.m2 slot)
Windows 10 Home 22H2 - 19045.4894
Screenshots or videos
https://youtu.be/KnrtqnRYXZA
Version
2024.906.2-lazer
Logs
compressed-logs.zip
The text was updated successfully, but these errors were encountered: