Closed gorgatron1 closed 2 months ago
Disable this notification:
There should be a check that notifications are not shown when VPX is running. I'll take a look.
The video shows double notifications showing up on top of Pinup Popper (though the report is about VPX).
The first notification is about an actual new highscore. The second notification shows that the highscore processing is finished. That one is always shown so that the users knows that they can power down the cabinet without loosing the highscore updates.
The error is that none of them should appear when VPX is running.
Ah, I see. So perhaps the issue is that it takes a very long time to process the scores -- the first notification shows when I am still in popper and once it starts perhaps it has to finish. The "second" notification occurs ~10 seconds after the first, though I have seen longer sometimes.
I think it used to do all of this very quickly once the score scan started.
This maybe because the VPin Mania score submission works synchronously now. We use a "database" that only allows 1x connection, so any parallel processes can lead to fatal errors. But the notifications are meant to be queued, so that they are shown on VPX exit. I need to revisit this check.
Fixed with 3.5.0
Describe the bug
I noticed that the high score scan card shows twice -- the first time it shows with a score (if I got a new high score), then many seconds later it shows again. The second time it shows, if I am in the middle of playing a game, it pauses the game while it is up.
I presume the first (expected showing) doesn't pause the game, but I am not sure since it happens pretty quickly after leaving the game.
Picture, video, logs attached.
To Reproduce
Expected behavior
Expected: it would only show the high score scan once AND the card showing would not pause the game -- just be an overlay.
The pausing might be ok if it didn't show the second time (since the first card showing is pretty quick after exit).
Screenshots
A picture of my table -- notice the ball in the upper right and the card in the upper left. The ball isn't moving and the table is unresponsive while the card is up. I had enough time to grab my phone and take the picture.
A video (at double speed to get the file size down) showing:
https://github.com/user-attachments/assets/8259c40a-5299-4d23-bb8d-5e5ba580e033
Event log:
and logs (up to right after the video was shot):
vpin-studio-logs.zip
Desktop (please complete the following information):