Page 2 of 2

Re: max buy in

Posted: Sat Aug 20, 2011 10:54 pm
by Kent Briggs
Ozzy1969 wrote: Problem is still there when i reach 21.000.000.000 chips then the amount goes to -101001992 or something like that and the program freezes.
i have to leave table then and come back and add chips to table again.
tested it several times
my poker is 2.91
The max buy-in for a ring table is 1 million chips. The only way to exceed that is to manipulate the XML file directly. Did you do that? The internal ring table code is limited to 32-bit signed integers, which maxes out at around 2.1 billion.

Re: max buy in

Posted: Sun Aug 21, 2011 2:30 am
by Ozzy1969
kent briggs wrote: The max buy-in for a ring table is 1 million chips. The only way to exceed that is to manipulate the XML file directly. Did you do that? The internal ring table code is limited to 32-bit signed integers, which maxes out at around 2.1 billion.
yes i did manipulate the file

Re: max buy in

Posted: Sun Aug 21, 2011 9:35 am
by Kent Briggs
Ozzy1969 wrote: yes i did manipulate the file
The limits are there for a reason. If you try to bypass them then your system may become unstable.

Re: max buy in

Posted: Sun Aug 21, 2011 10:03 am
by Ozzy1969
ok