-
-
Notifications
You must be signed in to change notification settings - Fork 3
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] High score for Defender not sent (wrong score sent) #714
Comments
Something is off there for sure, starting with the score parser. Thanks for the detailled report. I'll look into it. |
I couldn't reproduce it. Is the error still there for you - even when you refresh the highscore? |
Oh sorry, I thought I attached the nvram -- I had grabbed it :-) Yes, this persistent even when I refresh the high score. |
Here are two more that render the wrong way:
but these both posted scores (new scores from tonight), so this may be two separate issues:
|
These single score issue is worrying me the most. I'm out of town a few days and will look into that next week. |
I managed to get a new high score and it rescanned:
if I am reading that correctly it declined to post because VPin Mania already has a higher score -- which is true, but it was denied. Maybe the logic isn't taking that into account? Here is the server side:
|
Good news! Thanks to @leprinco we finally managed to reproduce the issue. |
@gorgatron1 can you please look at the settings and tell us what is the value for you of the Highscore Leader Titles ? If it contains "HIGHEST SCORES", please remove it Just have in mind this is for the formatting only, when it comes to denied score, another fix is needed |
Yes, per #718 I did have "HIGHEST SCORES". With that removed it does seem to format correctly: Thanks! |
Fixed with 3.12.4 |
Describe the bug
Wrong score sent for Defender -- default score but I have a real score.
To Reproduce
Now this may be operator error. I presume at one point I recorded the default score for Defender (2.5 million). Later I reset the nvram and scored a real score: 322,230.
I noticed I didn't have a score in VPin Mania for Defender but I knew I had a score for it:
The formatted list looks a little strange, but it has my initials for the #2 score so that should be good.
Here is the event log:
Sure enough I have a denied (correct) score in VPin Mania but it doesn't upload my actual score, I presume because it is lower than the submitted default score.
Ideally the default score would no longer be considered and it would upload the actual score. Of course you don't want people to keep re-uploading the default score, so it can't just be ignored completely :-)
The text was updated successfully, but these errors were encountered: