SystemBalance bugged out after crash

Report bugs found in Poker Mavens
Post Reply
mantux5
Posts: 70
Joined: Fri Apr 03, 2015 1:33 pm

SystemBalance bugged out after crash

Post by mantux5 »

Each time the poker server crashes (Poker Mavens 5 Software itself, not the entire server) the Ring property of SystemBalance API Method will permanently have some bugged values. When there are no players on the tables it has the value it had just before the crash. And after players join the tables the amount increases like it should, but it never resets to 0. And the problem persists througout multiple crashes.

For example:
There is a total of 15 000 chips on the tables (Ring property of SystemBalance API Method). The server crashes. After the crash all players get back their coins, but the Ring property has this value when noone is sitting at the tables.
Later on, there is another 20 000 chips on the table, so SystemBalance shows 35 000. And if it crashes, after the restart it now shows 35 000 instead of 0.

This is pretty annoying in terms of accounting.
Kent Briggs
Site Admin
Posts: 5878
Joined: Wed Mar 19, 2008 8:47 pm

Re: SystemBalance bugged out after crash

Post by Kent Briggs »

Any idea of what is triggering the server crash? Because that's the bigger problem.

When the Ring chip total is incorrect via the API call, is it also incorrect when you click the House button on the Accounts tab in the server GUI?
Post Reply