Skip to content
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

Unknown issue is causing gamplay to skip, or desync with the song, resulting in gameplay stutter, lag, etc #3495

Closed
2 tasks
TudioS20 opened this issue Sep 30, 2024 · 48 comments
Labels
status: resolved The issue has been fixed or the suggestion has been implemented. type: major bug Involves a major bug, including crashes, softlocks, or issues blocking progression
Milestone

Comments

@TudioS20
Copy link

Issue Checklist

  • I have properly named the issue
  • I have checked the issues/discussions pages to see if the issue has been previously reported

What platform are you using?

Itch.io (Downloadable Build) - Windows

If you are playing on a browser, which one are you using?

None

Version

0.5.1

Context (Provide images, videos, etc.)

Upon loading any given song, sometimes the game's audio will stutter, or lag. When this occurs, the general gameplay + visuals will stutter as well.

I have a somewhat low-end computer, so bugs will happen to me that aren't actually bugs, but from what I've heard elsewhere, this bug has happened before to others.

Steps to reproduce (or crash logs, errors, etc.)

Just...play a song and see what happens. It's kinda random, so I don't know if it happens with EVERYONE.

@TudioS20 TudioS20 added status: pending triage Awaiting review. type: minor bug Involves a minor bug or issue. labels Sep 30, 2024
@biomseed
Copy link

This happens to me too. It's a bug that happened in the latest patch. I think it happens to everyone

@Hundrec
Copy link
Collaborator

Hundrec commented Sep 30, 2024

Can you provide a video of this happening?

@TudioS20
Copy link
Author

Sadly, no, I can't. However, I CAN tell you that it has been reported on Twitter. Multiple people have talked about lag spikes and things similar to it.

If you check Ninjamuffin's Twitter, he made a post where he talked about 0.5.1 being released. There's some replies that talk about it.

@Hundrec
Copy link
Collaborator

Hundrec commented Sep 30, 2024

Thanks for the info!
This tweet demonstrates the bug quite well: https://x.com/MajidyMajidy_/status/1840811401683636307

@TudioS20
Copy link
Author

What I saw wasn't as...harsh. It was somewhat more...subtle, but yes, that IS in fact, the bug.

@NotHyper-474
Copy link
Contributor

Apparently it's the input offset causing this. Another video demonstrating the issue:

8mb.video-dWi-yFMMw8Ns.mp4

@TudioS20
Copy link
Author

Yeah, that's the bug. But my offsets aren't changed. I don't even know HOW to change it.

What I had was VERY mild, only appearing like, a couple times. It wasn't...THIS bad.

@biomseed
Copy link

biomseed commented Oct 1, 2024

Apparently it's the input offset causing this. Another video demonstrating the issue:

8mb.video-dWi-yFMMw8Ns.mp4

It is NOT the input offset. I have not changed it once in my entire life

@NotHyper-474
Copy link
Contributor

It is NOT the input offset. I have not changed it once in my entire life

Well, I could only replicate it with a different offset. Also I wasn't 100% sure hence the "apparently"

@biomseed
Copy link

biomseed commented Oct 1, 2024

Well, I could only replicate it with a different offset. Also I wasn't 100% sure hence the "apparently"

Don't worry, I knew you weren't sure

@biomseed
Copy link

biomseed commented Oct 1, 2024

@NotHyper-474 limiting your fps may actually cause the bug. I changed it to my monitor's, 75 (I'm normal). Try a different fps limit or just 75
They added it to the options menu and it now defaults to 60 which might explain why they didn't notice it while bug testing

@NotHyper-474
Copy link
Contributor

NotHyper-474 commented Oct 1, 2024

Testing with 30 FPS I've noticed some stutters but nothing like the other video. Can be noticed at 0:03, 0:11 and 0:13

stutters.mp4

@TudioS20
Copy link
Author

TudioS20 commented Oct 1, 2024

That's the amount of stutter I have. It's VERY subtle, usually...

I wonder if I should cap the game at 30 FPS too...?

@SEBBY180
Copy link

SEBBY180 commented Oct 1, 2024

I tried increasing the FPS, and it helps a bit, but it doesn't get rid of the audio stutter.

@SEBBY180
Copy link

SEBBY180 commented Oct 1, 2024

The more notes are on screen, the more the audio stutters, it seems.

@TudioS20
Copy link
Author

TudioS20 commented Oct 1, 2024

Well, regardless, this actually seems to be an issue, and I PRAY TO GOD ALMIGHTY the Funkin' devs see this issue, and fix it ASAP, because...I REALLY don't wanna start work on my mod with...THAT interfering with it, among other issues.

@Squiddu
Copy link

Squiddu commented Oct 1, 2024

I've been recording all the issues I've had with offset since 0.4.x, and my god it just keeps getting worse.. obviously whether or not this specifically has anything to do with offset is still undecided, but it's still a possibility, given the weird minor visual/audio stutters I noticed ever since 0.4.x (where offset seemed to generally at least.. not crash anywhere).

@Johnsen290
Copy link

Johnsen290 commented Oct 1, 2024

same thing for me, I changed the visual offsets to default 0, did not fix it, working better before the patch
it slowed down the music

Funkin.2024-10-01.18-05-14-726.online-video-cutter.com.1.mp4

before

Funkin.2024-10-01.18-10-56-678.online-video-cutter.com.1.mp4

@EliteMasterEric EliteMasterEric changed the title Bug Report: Strange audio stutter, accompanied by gameplay stutter Setting Input Offsets causes the song to repeatedly skip Oct 1, 2024
@EliteMasterEric EliteMasterEric added type: major bug Involves a major bug, including crashes, softlocks, or issues blocking progression status: bug reproduced Involves a bug which can be reliably reproduced by reviewers. and removed type: minor bug Involves a minor bug or issue. labels Oct 1, 2024
@EliteMasterEric EliteMasterEric self-assigned this Oct 1, 2024
@EliteMasterEric EliteMasterEric removed the status: pending triage Awaiting review. label Oct 1, 2024
@EliteMasterEric EliteMasterEric added this to the 0.5.2 milestone Oct 1, 2024
@biomseed
Copy link

biomseed commented Oct 1, 2024

Why did you change the title to that Eric? That's not the issue

@AbnormalPoof
Copy link
Collaborator

AbnormalPoof commented Oct 1, 2024

I’m pretty sure it’s because the input offsets are the source of the issue.

Had the same problem when porting over a few charts of mine, but setting the input offset to 0 fixed it.

It’s probably a resync issue (The tolerance is REALLY low now. Kade set the tolerance to 5 ms in another PR compared to the previous 100 ms)

@AbnormalPoof
Copy link
Collaborator

Fixed in v0.5.2.

@SEBBY180
Copy link

This issue is still in 0.5.2 unless you set the framerate to at least 125.

@KoloInDaCrib
Copy link
Contributor

It's on me for not testing my hypothetical solution (that was accepted n merged n stuff) for a higher range of framerates, I apologize,,,,,

@EliteMasterEric
Copy link
Member

It's definitely fixed now.

@biomseed
Copy link

biomseed commented Oct 12, 2024

It's definitely fixed now.

It's definitely not as some people are still having the issue
It also still happens for me though it's far less significant

@oddMLan
Copy link

oddMLan commented Oct 12, 2024

It's definitely fixed now.

Famous last words

@amyspark-ng
Copy link
Contributor

the issue DEFINETELY still exists

@Hundrec
Copy link
Collaborator

Hundrec commented Oct 13, 2024

It's okay Eric
We're always here to hunt down bugs for you and make sure they're totally fixed!

@NotHyper-474
Copy link
Contributor

NotHyper-474 commented Oct 13, 2024

Uhh...

8mb.video-TbJ-8nODcJRZ.mp4

Doesn't happen on Windows (although the subtle stutters are still there) and neither on higher FPS, might be because I'm on WSL (kinda like running Linux through a virtual machine) so in here the subtle stutters become way less subtle...

@Hundrec
Copy link
Collaborator

Hundrec commented Oct 13, 2024

Another great remix bug, almost as good as Swing Mode

@Johnsen290
Copy link

holy crap, that's really terrible

@Hundrec Hundrec added status: resolved The issue has been fixed or the suggestion has been implemented. and removed status: bug reproduced Involves a bug which can be reliably reproduced by reviewers. labels Jan 22, 2025
@Hundrec Hundrec marked this as a duplicate of #3613 Jan 22, 2025
@AbnormalPoof AbnormalPoof marked this as a duplicate of #3667 Jan 22, 2025
@Hundrec Hundrec marked this as a duplicate of #3870 Jan 23, 2025
@Hundrec Hundrec marked this as a duplicate of #3559 Jan 24, 2025
@Hundrec Hundrec marked this as a duplicate of #3635 Jan 25, 2025
@Hundrec Hundrec marked this as a duplicate of #3789 Jan 25, 2025
@Hundrec Hundrec marked this as a duplicate of #3638 Jan 25, 2025
@AbnormalPoof AbnormalPoof marked this as a duplicate of #3579 Jan 25, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
status: resolved The issue has been fixed or the suggestion has been implemented. type: major bug Involves a major bug, including crashes, softlocks, or issues blocking progression
Projects
None yet
Development

No branches or pull requests