Error code is showing up repetitively

Report bugs found in Poker Mavens
Post Reply
needsupport22
Posts: 38
Joined: Sat Oct 28, 2017 12:37 pm

Error code is showing up repetitively

Post by needsupport22 »

hey there,

The same error has appeared two days in a row now:
https://gyazo.com/2303127a99fa7a8305c8d0e80aff44ff
https://gyazo.com/7ac18f27dccfb0942ec97b4f34d6e81a
perhaps someone could clarify what they indicate and also it would be nice to have all error codes displayed somewhere on this site along with explanation of their meaning and how to combat them/prevent them/fix them, thanks for your time.
Kent Briggs
Site Admin
Posts: 5878
Joined: Wed Mar 19, 2008 8:47 pm

Re: Error code is showing up repetitively

Post by Kent Briggs »

Access violations are fatal errors where the program tried to access memory outside of it's allocated range. Sometimes I can use the compiler's .map file to backtrace these to the source code if I know the version you are running. But you only posted thumbnail images of your screen captures and I can't make out the numbers.
needsupport22
Posts: 38
Joined: Sat Oct 28, 2017 12:37 pm

Re: Error code is showing up repetitively

Post by needsupport22 »

hey, so we're running 5.16 gold and the number/code consists of a bunch of 0's followed by 40E8D5, hopefully you can put that to use
Kent Briggs
Site Admin
Posts: 5878
Joined: Wed Mar 19, 2008 8:47 pm

Re: Error code is showing up repetitively

Post by Kent Briggs »

needsupport22 wrote:hey, so we're running 5.16 gold and the number/code consists of a bunch of 0's followed by 40E8D5, hopefully you can put that to use
That points to a string handling function deep into the compiler's system unit so I can't tell the cause from that. Was anything recorded in the error log on that day? Finding the root cause will typically mean finding the pattern of when they show up. In the mean time, you should patch up to version 5.20.

http://www.briggsoft.com/patches.htm
needsupport22
Posts: 38
Joined: Sat Oct 28, 2017 12:37 pm

Re: Error code is showing up repetitively

Post by needsupport22 »

Thank you we will look into the error logs and let you know if there's something to be found, meanwhile we shall indeed patch to hopefully solve the error.
Post Reply