Open Side Menu Go to the Top
Register
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013

06-20-2016 , 03:23 AM
HI

it would be nice if someone helped!
I just downloaded the mac version of fpdb and when i try to open the application from the download folder, the fpdb app just bounces for 5 seconds then closes, anyone know why?
thanks
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
06-20-2016 , 02:45 PM
npolychr, could you paste here the whole code for PokerStars, if you use it?
Cuz I tried pasting it and it doesn't work.
I tried changing things in config, following fpdb wiki, but I noticed that I must change things, that don't exist in my code! Maybe tutorials are outdated or sth..
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
06-21-2016 , 01:58 AM
Quote:
Originally Posted by efe90
hi someone can help me? i couldnt make hud setting

vpip/pfr/af/squueze
cbet/fold cbet/turn cbet/fold turn cbet
3bet/fold3bet/4bet/checkraise
bb to steal/sb to stral/number of hands

how can i do this? if anyone help me, i appreciate it. thank you
http://fpdb.wikidot.com/howto:hud

http://fpdb.wikidot.com/general:hud

Editing of HUD_config.xml is the most convenient way, IMHO.

Last edited by burzum1; 06-21-2016 at 02:07 AM.
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
06-23-2016 , 10:20 AM
Quote:
Originally Posted by efe90
hi someone can help me? i couldnt make hud setting

vpip/pfr/af/squueze
cbet/fold cbet/turn cbet/fold turn cbet
3bet/fold3bet/4bet/checkraise
bb to steal/sb to stral/number of hands

how can i do this? if anyone help me, i appreciate it. thank you
Code:
        <ss cols="4" name="holdem_default" rows="4" xpad="1" ypad="0">
            <stat _rowcol="(1,1)" _stat_name="vpip" click="" popup="default" stat_hicolor="#F05000" stat_locolor="#408000" tip=""/>
            <stat _rowcol="(1,2)" _stat_name="pfr" click="" popup="default" stat_hicolor="#F05000" stat_locolor="#408000" tip=""/>
            <stat _rowcol="(1,3)" _stat_name="a_freq_123_0" click="" popup="default" stat_hicolor="#F05000" stat_locolor="#408000" tip=""/>

            <stat _rowcol="(2,1)" _stat_name="cb_1" click="" popup="default" stat_hicolor="#F05000" stat_locolor="#408000" tip=""/>
            <stat _rowcol="(2,2)" _stat_name="ffreq_1" click="" popup="default" stat_hicolor="#F05000" stat_locolor="#408000" tip=""/>
            <stat _rowcol="(2,3)" _stat_name="cb_2" click="" popup="default" stat_hicolor="#F05000" stat_locolor="#408000" tip=""/>
            <stat _rowcol="(2,4)" _stat_name="ffreq_2" click="" popup="default" stat_hicolor="#F05000" stat_locolor="#408000" tip=""/>

            <stat _rowcol="(3,1)" _stat_name="three_B_0" click="" popup="default" stat_hicolor="#F05000" stat_locolor="#408000" tip=""/>

            <stat _rowcol="(4,1)" _stat_name="f_BB_steal" click="" popup="default" stat_hicolor="#F05000" stat_locolor="#408000" tip=""/>
            <stat _rowcol="(4,2)" _stat_name="f_SB_steal" click="" popup="default" stat_hicolor="#F05000" stat_locolor="#408000" tip=""/>
            <stat _rowcol="(4,3)" _stat_name="n" click="" popup="default" stat_hicolor="#F05000" stat_locolor="#408000" tip=""/>
        </ss>

There is no fold flop/turn to cbet, so I added flop/turn fold frequency.
There is no fold to 3bet, 3bet or checkraise.
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
06-26-2016 , 04:12 AM
Quote:
Originally Posted by bigdongbrad
does this work for american sites? bovada/acr/bcp?
Off the top of my head, you can load bovada HH's, not ACR, and I don't know what network BCP is?
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
06-26-2016 , 04:13 AM
Quote:
Originally Posted by i_am_a_j0ker
HI

it would be nice if someone helped!
I just downloaded the mac version of fpdb and when i try to open the application from the download folder, the fpdb app just bounces for 5 seconds then closes, anyone know why?
thanks
Hmm, what version of OSX are you running? I built it on 10.9 and it's known to not work on 10.8 or less.
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
06-26-2016 , 04:42 AM
Quote:
Originally Posted by CoreySteel
There is no fold to 3bet
f_3bet - % fold to 3 bet preflop/3rd street

four_B - % 4 bet preflop/3rd street
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
06-26-2016 , 07:45 AM
I cant install Pyton ver2.5 and so on.

I did download from Pyton site.
but ver 2.5 is not installed in my computer. and I got the ver2.7 and can install this.

but ,
Download the current version of numpy for python2.5
Download the current version of matplotlib for python 2.5.

this file didnt install ver2.7

i want to install ver2.5
how can i do?

i cant see my graph from FPDB.

thanks
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
06-26-2016 , 08:04 AM
Quote:
Originally Posted by burzum1
f_3bet - % fold to 3 bet preflop/3rd street

four_B - % 4 bet preflop/3rd street
Ok, these are new to me and I'm sure there are more?
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
06-26-2016 , 08:37 AM
Quote:
Originally Posted by CoreySteel
Ok, these are new to me and I'm sure there are more?
Pop-up from this screenshot:



Forgot to mention that fold to cbet (f_cb_1, f_cb_2) and check-raise (cr_1) are available too.
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
06-26-2016 , 08:47 AM
Awesome, thanks!
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
06-26-2016 , 02:24 PM
Quote:
Originally Posted by phil_r
Off the top of my head, you can load bovada HH's, not ACR, and I don't know what network BCP is?
I'll be adding support for ACR in July.
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
06-26-2016 , 02:53 PM
Quote:
Originally Posted by phil_r
Hmm, what version of OSX are you running? I built it on 10.9 and it's known to not work on 10.8 or less.
Version 10.11.5 El Capitan :/

What's weird is that it was working 3 months ago, now the app just keeps on bouncing and closes. This happened after i uninstalled the app because i wanted to give PT4 trial a try, then when i redownloaded fpdb it won't open anymore.
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
06-27-2016 , 02:49 PM
Hi! I need the source code of the fpdb version 0.40.5.

I download the code from http : // sourceforge . net / projects / fpdb / files / fpdb / 0.40 / fpdb-0.40.5.tar.gz / download ,, but
it give me error. This error say me that the file is damaged, broken.

The folder spend 13,7 MB, It is complete?

Thanks for your atention.
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
06-28-2016 , 11:27 AM
hi thanks helping for hud design. but when i changed hud_config.xml (in appdata file)

shows this error message;

Traceback (most recent call last):
File "HUD_main.pyw", line 465, in idle_create
File "Aux_Base.pyc", line 204, in create
File "Aux_Hud.pyc", line 98, in create_contents
File "Aux_Hud.pyc", line 167, in create_contents
KeyError: (0, 3)
2016-06-28 18:24:34,223 - hud DEBUG Received hand no 120
2016-06-28 18:24:34,230 - db INFO HudCache query get_stats_from_hand_aggregated took 0.002 seconds
2016-06-28 18:24:34,234 - hud ERROR Error updating HUD for hand 120.
Traceback (most recent call last):
File "HUD_main.pyw", line 480, in idle_update
File "Aux_Base.pyc", line 233, in update_gui
File "Aux_Hud.pyc", line 102, in update_contents
File "Aux_Classic_Hud.pyc", line 83, in update_contents
File "Aux_Hud.pyc", line 180, in update_contents
AttributeError: 'NoneType' object has no attribute 'update'
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
06-29-2016 , 07:45 AM
Quote:
Originally Posted by Pegieton
npolychr, could you paste here the whole code for PokerStars, if you use it?
Hi, what do you mean by "whole code"? I could just give you the whole HUD_config but it would confuse you because you would have to change some stuff to suit your needs.

What do you need exactly?
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
06-30-2016 , 05:53 AM
Hello, I have a database of about 300,000 hands with a sqlite backend occupying about 2GB disk space. I think that if I had a postgresql backend, it would give me better performance.

Is there a procedure to convert my database from sqlite to postgresql? would something like this work?
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
07-06-2016 , 05:25 PM
Quote:
Originally Posted by phil_r
juankyruta, Eliade:

Looks like netbet changed their hand history format just very slightly and it's making FPDB lose the plot.

It's not a super easy fix, will update when I get it working.

If I had infinite time I would rewrite this iPoker import code to do this properly and the issue would have been avoided...

Hello phil,

you've managed to solve the problem importing ipoker hands?

Thanks a lot!

PD: Sorry for my English, I speak spanish. Thanks
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
07-07-2016 , 03:53 PM
Quote:
Originally Posted by flyweight
Hello, I have a database of about 300,000 hands with a sqlite backend occupying about 2GB disk space. I think that if I had a postgresql backend, it would give me better performance.

Is there a procedure to convert my database from sqlite to postgresql? would something like this work?
Similar question! I just started playing on a brand new site (but with a familiar interface) that saves its HH files directly to an SQL .db file. What would be the best way to figure out if FPDB could read the database? I'm able to browse the data in a SQLite browser. So it's in there!

(And funny bit, if you use the string "sql" in a search box here, 2+2 freaks out!)
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
07-11-2016 , 05:20 PM
Does anybody experience freezing? FPDB keeps freezing itself AND the pokerstars client. Checked the logs but nothing seems to be going wrong.
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
07-11-2016 , 09:23 PM
npolychr it works now, it turned out that I was changing HUD_config.example in installation folder, instead ofHud_config in %appdata% folder.


I have 1 more question.
I would like to see opponents' VPIP and PFR stats from exact seat, but other stats such as 3bet call from all seats. I'd also like to see some stats from "custom" seat range, for example MP1, MP2, MP3 positions only. Is it possible, or I must choose only 1 option for all stats?
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
07-12-2016 , 03:38 AM
Quote:
Originally Posted by Pegieton
I would like to see opponents' VPIP and PFR stats from exact seat, but other stats such as 3bet call from all seats. I'd also like to see some stats from "custom" seat range, for example MP1, MP2, MP3 positions only. Is it possible, or I must choose only 1 option for all stats?
I don't think this is possible. Maybe Phil knows a workaround? But to me it seemslike we can only have the same settings for all seats.
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
07-12-2016 , 07:26 AM
Hi could someone help me please?
Im trying to use the hud for pokerstars, but it only works for Cash game, it doesn't work for Zoom, SnG or tournaments
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
07-13-2016 , 11:05 PM
How can I find that P* theme from burzum1 post? It's so nice and simple!
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
07-15-2016 , 04:26 AM
Quote:
Originally Posted by i_am_a_j0ker
Version 10.11.5 El Capitan :/

What's weird is that it was working 3 months ago, now the app just keeps on bouncing and closes. This happened after i uninstalled the app because i wanted to give PT4 trial a try, then when i redownloaded fpdb it won't open anymore.
Hmm. Two suggestions:

1) Maybe you have a different FPDB version now and I broke something? You could try the older releases.

2) Maybe something got messed up in your FPDB config/database. You could try removing (or renaming) the .fpdb folder in your home directory to reset the config and database.
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote

      
m