-
Notifications
You must be signed in to change notification settings - Fork 7
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
[Bug] Stutters on SPL v.0.0.4.1 #35
Comments
Yikes. Could you ask people to try 0.0.4.1 but have |
Hmmm ok might be some sort of memory leak then. I did quite heavily revamp that system with 0.0.4.1. Will check when I get home. |
Actually it's probably the GC. I pin a lot of stuff which most likely results in fragmentation so the GC has longer and longer. I'll probably change these arrays to be native memory instead of managed Lists. I will have to make a 0.0.4.2 release anyway so this works. (Or should I just bump it to 0.0.5? Doesn't really matter I guess) |
There also was 1 another person who said that alt-tabbing was increasing RAM each time. I couldn't replicate it + the person was quite rude, so it might have been just a troll. |
I pushed a potential fix for this in f921f36. If possible, could you test this? If this fixes it I will make a new release either today or tomorrow. |
I would if I could. But I personally have 0 issues. Probably, my PC just tanks it. I will ask others to try it out. |
Hmmm. I think I'll just make a 0.0.5 release. Didn't change much in that so it shouldn't require an update on your end. |
Can I close this? Or do the stutters persist? |
I haven't received any reports about the stutters still being present. Closing it then. |
Describe The Problem
I have received a number of reports about stuttering/fps pacing. The longer they played the worse were the stutters. Downgrading to SPL v0.0.4 seems to fix the issue.
Screenshot 1
Screenshot 2
Screenshot 3
Screenshot 4
Screenshot 5
To Reproduce
...
Expected Behavior
No stutters.
Priority
Suggested P2 Priority. The game is unplayable for some players.
The text was updated successfully, but these errors were encountered: