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

General lag/unresponsiveness (19.2 Forge) #87

Open
ranenvious opened this issue May 27, 2023 · 1 comment
Open

General lag/unresponsiveness (19.2 Forge) #87

ranenvious opened this issue May 27, 2023 · 1 comment

Comments

@ranenvious
Copy link

ranenvious commented May 27, 2023

I'm playing with a large pack on 19.2 forge and, while I don't believe any individual mod is to blame (I may be wrong on that and will do further testing) dodging seems to be delayed/laggy.

There is no rubberbanding or anything, but reliably when I hit my dodge key there are a few fractions of a second where nothing happens, and in extreme cases well OVER a second can pass before I actually dodge. In even the best of cases though it's extremely noticable and even the couple-tick delay makes it feel noticably slugish and uncomfortable to use.

I can't speak for why this is, if I had to guess it might be waiting for the server to perform a check before it lets me dodge as opposed to doing the checks client side, but that's just my best guess, so far I haven't been able to pin anything concrete down. It would explain why there is a short delay, and why that delay is quite varied, but it's still pretty unsubstantiated. To be clear, these were tested in singleplayer but from my - admittedly limited - understanding of minecraft's internals there is still a distinct client-server relationship even in singleplayer; so the server can be hitched generating new chunks whereas the client continues to be able to move about and interact freely, albiet with restrictions such as no block-updates occuring until the server can catch up. My modpack generates new chunks rather slowly, so I believe the most likely culprit is that it's waiting for the server to perform some check before letting the player dodge, instead of just doing it first and letting the server catch up when it's ready.

I'll be doing more tests in the next few days as I round out my personal modpack and I'll dedicate a few hours to seeing if I can more extensively test this, but I've already done several binary tests debugging other mods already and, while I wasn't going out of my way to test dodging, it did feel like a fairly linear correlation between amount of mods and delay.
(if I don't edit this or reply with a comment in the next 1-2 days, it means that, as I currently suspect, there is no specific mod to blame and it appears to just be general lag)

@ranenvious ranenvious changed the title General lag/unresponsiveness General lag/unresponsiveness (19.2 Forge) May 27, 2023
@Flapjack24
Copy link

Nope I am having this exact same problem too

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants