by Ypsi » Wed Jan 20, 2010 11:18 pm
fix it please, but great work very usefull tool
Exception while processing hand 1557374. Exception:
System.IndexOutOfRangeException: Der Index war außerhalb des Arraybereichs.
bei PotCalculator.PokerStarsRakeCalculator..ctor(Decimal bigBlind, Int32 numPlayers) in Q:\PotCalculator\PokerStarsRakeCalculator.cs:Zeile 12.
bei HoldemLuck.PotFinderForm.GetRakeCalculator(String site, Decimal bigBlind, Int32 numPlayers) in Q:\HoldemLuck\PotFinderForm.cs:Zeile 503.
bei HoldemLuck.PotFinderForm.FindNewPotsHoldem(Int32 heroId) in Q:\HoldemLuck\PotFinderForm.cs:Zeile 161.
Hand History:
PokerStars Game #37123684816: Hold'em No Limit ($0.10/$0.25 USD) - 2009/12/24 13:35:24 CET [2009/12/24 7:35:24 ET]
Table 'Leona' 6-max Seat #6 is the button
Seat 1: BoxcarCEO ($12.95 in chips)
Seat 2: Felix148 ($25 in chips)
Seat 3: Estiris ($11.40 in chips)
Seat 4: ypsik ($28.40 in chips)
Seat 5: tayat13 ($26.60 in chips)
Seat 6: mysto20 ($28.05 in chips)
BoxcarCEO: posts small blind $0.10
Felix148: posts big blind $0.25
*** HOLE CARDS ***
Dealt to ypsik [5d 4d]
Estiris: raises $0.50 to $0.75
ypsik: calls $0.75
tayat13: folds
mysto20: calls $0.75
BoxcarCEO: folds
tayat13 leaves the table
Felix148: calls $0.50
*** FLOP *** [6d 3h Jd]
Felix148: checks
Estiris: bets $3
ypsik: calls $3
thorhard joins the table at seat #5
mysto20: calls $3
Felix148: folds
*** TURN *** [6d 3h Jd] [7h]
Estiris: bets $6.50
ypsik: raises $18.15 to $24.65 and is all-in
mysto20: folds
Estiris: calls $1.15 and is all-in
Uncalled bet ($17) returned to ypsik
*** RIVER *** [6d 3h Jd 7h] [9h]
*** SHOW DOWN ***
Estiris: shows [7s As] (a pair of Sevens)
ypsik: shows [5d 4d] (a straight, Three to Seven)
ypsik collected $26.10 from pot
Estiris leaves the table
*** SUMMARY ***
Total pot $27.40 | Rake $1.30
Board [6d 3h Jd 7h 9h]
Seat 1: BoxcarCEO (small blind) folded before Flop
Seat 2: Felix148 (big blind) folded on the Flop
Seat 3: Estiris showed [7s As] and lost with a pair of Sevens
Seat 4: ypsik showed [5d 4d] and won ($26.10) with a straight, Three to Seven
Seat 5: tayat13 folded before Flop (didn't bet)
Seat 6: mysto20 (button) folded on the Turn
Data Row:
id_hand = '1557431'
id_player = '500420'
holecard_1 = '0'
holecard_2 = '0'
amt_before = '9,65'
amt_bet_ttl = '0,00'
amt_blind = '0,00'
amt_ante = '0,00'
amt_bet_p = '0,00'
amt_bet_f = '0,00'
amt_bet_t = '0,00'
enum_folded = 'P'
amt_won = '0,00'
date_played = '24.12.2009 16:01:40'
card_1 = '4'
card_2 = '47'
card_3 = '11'
card_4 = '7'
card_5 = '16'
site_name = 'PartyGaming'
amt_bb = '0,25'
limit_name = '$0.25 NL (6 max)'
Exception: System.NullReferenceException: Der Objektverweis wurde nicht auf eine Objektinstanz festgelegt.
bei HoldemLuck.MainForm.PlotHands() in Q:\HoldemLuck\MainForm.cs:Zeile 135.
Exception: System.InvalidOperationException: Invoke oder BeginInvoke kann für ein Steuerelement erst aufgerufen werden, wenn das Fensterhandle erstellt wurde.
bei System.Windows.Forms.Control.MarshaledInvoke(Control caller, Delegate method, Object[] args, Boolean synchronous)
bei System.Windows.Forms.Control.Invoke(Delegate method, Object[] args)
bei System.Windows.Forms.Control.Invoke(Delegate method)
bei HoldemLuck.PotFinderForm.FindNewPotsOmaha(Int32 heroId) in Q:\HoldemLuck\PotFinderForm.cs:Zeile 257.
bei HoldemLuck.PotFinderForm.FindNewPots() in Q:\HoldemLuck\PotFinderForm.cs:Zeile 41.