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

Long sessions cause glitches #22

Open
xsrvmy opened this issue Apr 16, 2018 · 6 comments
Open

Long sessions cause glitches #22

xsrvmy opened this issue Apr 16, 2018 · 6 comments

Comments

@xsrvmy
Copy link

xsrvmy commented Apr 16, 2018

I have a session of more than 700 solves on my timer right now, and it is causing some issues. The Median is clearly too low, and I cannot click on the statistics box because that causes the timer to freeze.

@DallasMcNeil
Copy link
Owner

Could you export your sessions so I can take a look at the issue? Keep in mind, medians don't include any DNF's. Thanks.

@xsrvmy
Copy link
Author

xsrvmy commented Apr 17, 2018

blockkeeper 4-16-2018.zip
Here's the sessions. The session causing problems is the 3x3 session called "main". The 200+ solve 6x6 session is not causing issues.

And don't mind the random non-WCA stuff

@DallasMcNeil
Copy link
Owner

That's interesting. The default array sort function on floats was sorting wrong.
For example, 11.234 < 6.854 as if it was reading one number at a time.
I have addressed this problem.

I also can access statistics fine. Is it a processing issue? This could be optimised further if it takes too long and appears to freeze.

@xsrvmy
Copy link
Author

xsrvmy commented Apr 17, 2018

I don't know what is going on with statistics. When I click on an ao5 it just freezes. I doubt my data is actually corrupt.

@xsrvmy
Copy link
Author

xsrvmy commented Apr 18, 2018

Update: It appears that the performance issue starts to happen at over 500 solves. It also appears that clicking the session edit button freezes app as well.

@DallasMcNeil
Copy link
Owner

I have no issues looking at statistics or editing the session with your main 3x3x3 session. It could be the latest build doesn't have an issue. I notice it has a second or two delay but it does load fine.
Could you try this version?
https://github.com/DallasMcNeil/Block-Keeper/releases/download/v2.0.0/Block-Keeper.Setup-2.0.0.exe

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