Page 1 of 1

Poker Mavens 7.01 Released

Posted: Sat Apr 09, 2022 5:50 pm
by Kent Briggs
Upgrade page:

http://www.briggsoft.com/patches.htm

*** Remember to shut down the server completely and close the service manager before running the patch ***

Changes:

Fixed spurious WSServerExecute errors caused by reconnect attempts

Error Log now shows stack trace for WSServerExecute errors (this will greatly help me track down errors as it now spits out line numbers in my source code)

Fixed Admin Console lockup when Error/Event logs passed 10000 items

Fixed Proxy WSS lockout bug when connecting to raw IP or localhost

Fixed double slash // bug in SSL Redirect option

Fixed SSL bug in Lite version

Fixed Payout Structure edit bug in Internet Explorer

Fixed line break bug in Site News and Site FAQ settings

Fixed Tournament status not updating when manually going online

Fixed Info tab text truncation on iPad.

Admin Console now complies correctly with LogMaxItems setting

Changed local admin console path from 127.0.0.1/admin to localhost/admin - this was due to Chrome auto forwarding 127.0.0.1 to https. It will likely cause the "remember password" feature to fail (because the localstorage settings are URL based) when logging back in. I had already forgotten mine so I just entered a new one in the Service Manager.

Added 0:0:0:0:0:0:0:1 (IPv6 localhost) to admin whitelist

Added "Debug" button to Connections tab to retrieve player's debugger content. This will help in debugging specific player's issues while connected. You no longer have to ask them to long-click their help menu to invoke their debugger. You can now just grab it from the admin console.

Added "Error Log" button in Service Manager. This will display today's error log if there is one.

Added "Run twice icon" setting to Client Settings group - you now have the option to not display the "2x" icon over each player's avatar.

OpenSSL files now included in program installation. Something I should have done a long time ago.

Re: Poker Mavens 7.01 Released

Posted: Sat Apr 09, 2022 5:59 pm
by Kent Briggs
I'm still hearing about issues in the mixed choice ring games where some players are getting a blank list to choose from in the popup dialog. So for v7.01 I'm recording the raw packet for that command in the player's debug log. When a player has that issue, please go to the Connections tab in the Admin Console, select that player's record and click the new Debug button. Please send me the contents it returns. You can click the Save button to put the text in a popup window. Then Ctrl-A to select all and Ctrl-C to copy that to clipboard where it can be pasted in an email back to me.

During beta testing, the same issue popped up with the ICM Chop agreement dialog. So I'm also capturing that packet in the debugger where you can fetch it if a player complains about a blank list in the chop dialog.

Apparently clearing your browser cache fixes the issue for most people but please grab that debugger content before instructing players to try that.

Re: Poker Mavens 7.01 Released

Posted: Mon Apr 11, 2022 5:14 pm
by noah
We played again with 7.01 on Saturday. Did NOT see any issues this time with blank windows for player's choice games.

We did ask everyone to clear their caches… so unclear whether it was the upgrade or the cache clearing (or both) that fixed it.

Re: Poker Mavens 7.01 Released

Posted: Thu Apr 14, 2022 11:10 pm
by noah
The player's choice has been mostly problem free on 7.01, but we did have one person run into the problem tonight:


01:58:33.451 MSG Version 7.01 : Win32 : P7-24925
01:58:33.453 MSG Connecting to XXXXXXXXXX ...
01:58:34.263 MSG Connected
01:58:34.469 MSG Using Web Audio
03:29:44.898 ERR Command: Table Error: TypeError: Cannot read properties of undefined (reading '0')
03:29:44.898 ERR Command: undefined Error: TypeError: U.proc[bg] is not a function
03:30:54.861 Mixed Choice Packet: {"Command":"MixedChoice","Table":".25/.50-1/2 Players Choice","Type":"R","Games":["NL Hold'em","PL Omaha Hi-Lo","Limit Stud Hi-Lo","PL Omaha-5 Hi-Lo","Limit Razz","PL Omaha","PL Courchevel","PL Courchevel Hi-Lo"],"Select":0}
03:31:24.890 Mixed Choice Packet: {"Command":"MixedChoice","Table":".25/.50-1/2 Players Choice","Type":"R","Games":[],"Select":0}


They were using Chrome on Windows. This isn't a consistent problem for them, it has worked in the past.

Re: Poker Mavens 7.01 Released

Posted: Fri Apr 15, 2022 12:36 am
by Kent Briggs
noah wrote: Thu Apr 14, 2022 11:10 pm 03:29:44.898 ERR Command: Table Error: TypeError: Cannot read properties of undefined (reading '0')
03:29:44.898 ERR Command: undefined Error: TypeError: U.proc[bg] is not a function
Did this person get the Player's Choice dialog with an empty list? Not sure what would cause the errors that appeared before that, they point to a spot where incoming commands are placed in a queue. It looks like something wasn't initialized yet.

Re: Poker Mavens 7.01 Released

Posted: Fri Apr 15, 2022 2:55 pm
by noah
Yeah, dialog with an empty list.