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

04-04-2015 , 02:58 PM
Quote:
Originally Posted by Rocky221
If i play with FPDB at 9-10 tables, HUD doesn't work usally after a while. I have i3 comuter with SDD (imported 2GB handhistory). My computer is slow or the FPDB cant work at 9-10 tables?
What version of FPDB? Which poker site?

This may be a bug. Is there anything in the log files when the HUD stops working?
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
04-04-2015 , 10:55 PM
Is there a raise first in stat?
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
04-04-2015 , 10:57 PM
Quote:
Originally Posted by XXIV
Is there a raise first in stat?
I don't think so. What is that?
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
04-04-2015 , 11:16 PM
The percentage of the time a player raises first to act, that is, no limpers behind. If there are limpers the stats become part of PFR.

I ask because it is referenced in the config file. But I'm not sure if it means much. Where are these stats used and how they differ from the hud?

Code:
<gui_cash_stats>
        <col col_name="game" col_title="Game" disp_all="True" disp_posn="True" field_format="%s" field_type="str" xalignment="0.0"/>
        <col col_name="hand" col_title="Hand" disp_all="False" disp_posn="False" field_format="%s" field_type="str" xalignment="0.0"/>
        <col col_name="plposition" col_title="Posn" disp_all="False" disp_posn="False" field_format="%s" field_type="str" xalignment="1.0"/>
        <col col_name="pname" col_title="Name" disp_all="False" disp_posn="False" field_format="%s" field_type="str" xalignment="0.0"/>
        <col col_name="n" col_title="Hds" disp_all="True" disp_posn="True" field_format="%1.0f" field_type="str" xalignment="1.0"/>
        <col col_name="avgseats" col_title="Seats" disp_all="False" disp_posn="False" field_format="%3.1f" field_type="str" xalignment="1.0"/>
        <col col_name="vpip" col_title="VPIP" disp_all="True" disp_posn="True" field_format="%3.1f" field_type="str" xalignment="1.0"/>
        <col col_name="pfr" col_title="PFR" disp_all="True" disp_posn="True" field_format="%3.1f" field_type="str" xalignment="1.0"/>
        <col col_name="pf3" col_title="PF3" disp_all="True" disp_posn="True" field_format="%3.1f" field_type="str" xalignment="1.0"/>
        <col col_name="pf4" col_title="PF4" disp_all="True" disp_posn="True" field_format="%3.1f" field_type="str" xalignment="1.0"/>
        <col col_name="pff3" col_title="PFF3" disp_all="True" disp_posn="True" field_format="%3.1f" field_type="str" xalignment="1.0"/>
        <col col_name="pff4" col_title="PFF4" disp_all="True" disp_posn="True" field_format="%3.1f" field_type="str" xalignment="1.0"/>
        <col col_name="aggfac" col_title="AggFac" disp_all="True" disp_posn="True" field_format="%2.2f" field_type="str" xalignment="1.0"/>
        <col col_name="aggfrq" col_title="AggFreq" disp_all="True" disp_posn="True" field_format="%3.1f" field_type="str" xalignment="1.0"/>
        <col col_name="conbet" col_title="ContBet" disp_all="True" disp_posn="True" field_format="%3.1f" field_type="str" xalignment="1.0"/>
        <col col_name="rfi" col_title="RFI" disp_all="True" disp_posn="True" field_format="%3.1f" field_type="str" xalignment="1.0"/>
        <col col_name="steals" col_title="Steals" disp_all="True" disp_posn="True" field_format="%3.1f" field_type="str" xalignment="1.0"/>
        <col col_name="car0" col_title="CARpre" disp_all="True" disp_posn="True" field_format="%3.1f" field_type="str" xalignment="1.0"/>
        <col col_name="saw_f" col_title="Saw_F" disp_all="True" disp_posn="True" field_format="%3.1f" field_type="str" xalignment="1.0"/>
        ...   
        <col col_name="stddev" col_title="Std. Dev." disp_all="True" disp_posn="True" field_format="%4.2f" field_type="str" xalignment="1.0"/>
    </gui_cash_stats>
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
04-04-2015 , 11:50 PM
Quote:
Originally Posted by XXIV
The percentage of the time a player raises first to act, that is, no limpers behind. If there are limpers the stats become part of PFR.

I ask because it is referenced in the config file. But I'm not sure if it means much. Where are these stats used and how they differ from the hud?
Those stats are the ones displayed in the ring player stats table. They are computed independently of HUD stats.
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
04-05-2015 , 11:31 AM
Quote:
Originally Posted by phil_r
What version of FPDB? Which poker site?

This may be a bug. Is there anything in the log files when the HUD stops working?
I have 0.40.5 version, i play on pokerstars. With 5-6 tables it works fine, but it becomes more and more slowly with 9-10 tables. What's your experience with multi tabling? Which log files? Fpdb errors fpdb log hud errors etc...
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
04-05-2015 , 07:12 PM
Quote:
Originally Posted by Rocky221
I have 0.40.5 version, i play on pokerstars. With 5-6 tables it works fine, but it becomes more and more slowly with 9-10 tables. What's your experience with multi tabling? Which log files? Fpdb errors fpdb log hud errors etc...
I have run 20+ tables for ~2 hours many times without issue. However, I don't have 2G of hand histories.

I am also not using 0.40.5 and I am not on windows. If you like, try my latest FPDB release from here.

As for log files, any of them could have something useful given how little we know about the problem so far. If the log files are really big, you could delete them before running fpdb again so we don't have to scroll through lots of old stuff.
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
04-06-2015 , 02:18 PM
Quote:
Originally Posted by phil_r
I have run 20+ tables for ~2 hours many times without issue. However, I don't have 2G of hand histories.

I am also not using 0.40.5 and I am not on windows. If you like, try my latest FPDB release from here.

As for log files, any of them could have something useful given how little we know about the problem so far. If the log files are really big, you could delete them before running fpdb again so we don't have to scroll through lots of old stuff.
Ok Phil, i try ur version

Fpdb Log:

parising 1 hands
Read 1 hands (0 failed) in 0.003 seconds
Connecting to SQLite: C:/etc.....
Converting C:/Users etc....
Handhistory init - Pokerstars site, PokerstarsToFpdv.Pokerstars subclass, in_path 'u'.....

Hud log:

DEBUG newhud - WinTables window not found
DEBUG client_destroyed event
DEBUG kill_hud event
DEBUG client_moved event
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
04-06-2015 , 09:49 PM
Quote:
Originally Posted by Rocky221
Ok Phil, i try ur version

Fpdb Log:

parising 1 hands
Read 1 hands (0 failed) in 0.003 seconds
Connecting to SQLite: C:/etc.....
Converting C:/Users etc....
Handhistory init - Pokerstars site, PokerstarsToFpdv.Pokerstars subclass, in_path 'u'.....

Hud log:

DEBUG newhud - WinTables window not found
DEBUG client_destroyed event
DEBUG kill_hud event
DEBUG client_moved event
So you had the same problem (HUD worked for a while with 9-10 tables and then stopped responding)? And this is what you found in the log files afterwards? I can't see anything there that looks helpful, unfortunately.
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
04-07-2015 , 12:14 PM
i went with the holdem hud and made it 5 rows and 4 columns and their is no colors its all in white. How do i get the colors back i went to stat sets it doesn't show anything about how to put in the numbers to have the diferent colors so i don't know what to do..
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
04-07-2015 , 01:31 PM
The color of the stats is changed individually by changing the hudcolor="#00000" option. If that fails copy your code here.
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
04-07-2015 , 02:16 PM
Quote:
Originally Posted by XXIV
The color of the stats is changed individually by changing the hudcolor="#00000" option. If that fails copy your code here.


i have no hudcolor=0000 option how do i get their?
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
04-07-2015 , 09:38 PM
Quote:
Originally Posted by fulltiltpokerstar
i have no hudcolor=0000 option how do i get their?
For example:

Code:
            <stat _rowcol="(2,2)" _stat_name="playershort" click="" hudcolor="#98FFB0" hudprefix="" hudsuffix="" popup="default" tip=""/>
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
04-08-2015 , 07:39 AM
Hi Phil,

I am trying to dl and install your program for the first time using the instructions at http://fpdb.wikidot.com/install:windows, but I am stuck at the installing numpy stage as I don't know what to do with the numpy-1.9.2 zip file once I have dl it.
Can you help me please, or is there an easier guide or way to install it?

Thanks
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
04-08-2015 , 09:58 AM
Quote:
Originally Posted by DaftEddy
Hi Phil,

I am trying to dl and install your program for the first time using the instructions at http://fpdb.wikidot.com/install:windows, but I am stuck at the installing numpy stage as I don't know what to do with the numpy-1.9.2 zip file once I have dl it.
Can you help me please, or is there an easier guide or way to install it?

Thanks
Try one of the fpdb-win zip files from here. Batteries included.
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
04-08-2015 , 10:56 AM
Hi Phil,

Just wanted to post some thanks here - FPDB is great, working like a charm and has been for over a month now.

One query I had (sorry if this was addressed in the install guide and I missed it) was following install the DB defaulted to SQLite. Is that expected behaviour? I've got no problem with it, but just curious whether switching to MySQL is recommended. I'm using version 0.40.5.

Second, is there a charity or something this project is supporting? If so I'd love to donate.

All the best
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
04-08-2015 , 11:27 AM
Quote:
Originally Posted by hod6
Hi Phil,

Just wanted to post some thanks here - FPDB is great, working like a charm and has been for over a month now.

One query I had (sorry if this was addressed in the install guide and I missed it) was following install the DB defaulted to SQLite. Is that expected behaviour? I've got no problem with it, but just curious whether switching to MySQL is recommended. I'm using version 0.40.5.

Second, is there a charity or something this project is supporting? If so I'd love to donate.
Thanks for the kind words. SQLite is the default database because it's easy to set up - you don't need to install anything extra or set anything up. If it's working fine for you, there's no reason to switch.
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
04-14-2015 , 12:11 AM
Is anybody else having issues getting the HUD to work properly on BetOnline, since the recent update? Most of the time it doesn't load anything, and the few times it does, it only works for a few minutes. Just curious if anybody else is having these problems?


Added: Phil, have you heard anything about such issues, by chance?

Last edited by PhishHookz; 04-14-2015 at 12:17 AM.
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
04-14-2015 , 09:33 AM
FT changed 6card-plo tables to 5max which i think broke the hud. Is there any workaround or can you fix it?

Great software anyway, muh appreciated.
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
04-14-2015 , 09:36 AM
Quote:
Originally Posted by OMGKaraScott
FT changed 6card-plo tables to 5max which i think broke the hud. Is there any workaround or can you fix it?

Great software anyway, muh appreciated.
You probably just need to add a 5-max layout set to the HUD_config.xml. + a fav_seat setting if required. Just copy the 6-max layout, remove seat 6 and change the max="6" bit to max="5".
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
04-14-2015 , 10:14 AM
Quote:
Originally Posted by phil_r
You probably just need to add a 5-max layout set to the HUD_config.xml. + a fav_seat setting if required. Just copy the 6-max layout, remove seat 6 and change the max="6" bit to max="5".
I added those but program wont run, giving errors:

Traceback (most recent call last):
File "fpdb.pyw", line 18, in <module>
File "L10n.pyc", line 71, in init_translation
File "Configuration.pyc", line 918, in __init__
File "Configuration.pyc", line 527, in __init__
File "Configuration.pyc", line 307, in __init__

Probably i just don't know what im doing
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
04-14-2015 , 10:21 AM
Quote:
Originally Posted by OMGKaraScott
I added those but program wont run, giving errors:

Traceback (most recent call last):
File "fpdb.pyw", line 18, in <module>
File "L10n.pyc", line 71, in init_translation
File "Configuration.pyc", line 918, in __init__
File "Configuration.pyc", line 527, in __init__
File "Configuration.pyc", line 307, in __init__

Probably i just don't know what im doing
Yep. Looks like you confused it. I didn't explain what to do very well, mea culpa. So first of all we need to make it run without errors again! Can you undo what you did? If not, you may have to delete the config and start again. If you had customised some stuff you might want to rename it instead of deleting it so you can get back your customisations.

Then you'll want to do a search for "fulltilt_default".

You should find one of these:

Code:
            <layout_set game_type="all" ls="fulltilt_default"/>
            <fav fav_seat="1" max="2"/>
            <fav fav_seat="3" max="6"/>
            <fav fav_seat="4" max="8"/>
            <fav fav_seat="5" max="9"/>

To which you'll want to add the line:

<fav fav_seat="3" max="5"/>


Then you should also find some of this:

Code:
        <ls name="fulltilt_default">
            <layout height="546" max="2" width="792">
                <location seat="1" x="681" y="221"/>
                <location seat="2" x="2" y="221"/>
                <location common="1" x="323" y="232"/>
            </layout>
            <layout height="547" max="6" width="794">
                <location seat="1" x="623" y="184"/>
                <location seat="2" x="675" y="374"/>
                <location seat="3" x="429" y="424"/>
                <location seat="4" x="42" y="373"/>
                <location seat="5" x="23" y="183"/>
                <location seat="6" x="428" y="1"/>
                <location common="1" x="323" y="232"/>
            </layout>

Make a copy of the 6-max bit and change it to 5-max like so:

Code:
        <ls name="fulltilt_default">
            <layout height="546" max="2" width="792">
                <location seat="1" x="681" y="221"/>
                <location seat="2" x="2" y="221"/>
                <location common="1" x="323" y="232"/>
            </layout>
            <layout height="547" max="5" width="794">
                <location seat="1" x="623" y="184"/>
                <location seat="2" x="675" y="374"/>
                <location seat="3" x="429" y="424"/>
                <location seat="4" x="42" y="373"/>
                <location seat="5" x="23" y="183"/>
                <location common="1" x="323" y="232"/>
            </layout>
            <layout height="547" max="6" width="794">
                <location seat="1" x="623" y="184"/>
                <location seat="2" x="675" y="374"/>
                <location seat="3" x="429" y="424"/>
                <location seat="4" x="42" y="373"/>
                <location seat="5" x="23" y="183"/>
                <location seat="6" x="428" y="1"/>
                <location common="1" x="323" y="232"/>
            </layout>
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
04-14-2015 , 10:34 AM
Aaaand works like a charm. No idea what i did first time, i understood what you were saying but somehow messed up it anyway.

Gazillon thanks, best support ever.
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
04-15-2015 , 02:37 PM
Really pleased to see that there is a working solution to allow me to continue using the HUD for the 5max 6 O games. Only problem is I am not technical enough to understand what to do

Can please you explain to me, as a complete novice with computers/coding, exactly how I make the changes recommended above to fix the 5max HUD issue on Fulltilt? Which files am I supposed to be changing and how do I find them? Do I edit the files using notepad or something? Thanks in advance if you are able to teach me as if I am a 5 year old.
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
04-15-2015 , 03:19 PM
Quote:
Originally Posted by CurryLover
Really pleased to see that there is a working solution to allow me to continue using the HUD for the 5max 6 O games. Only problem is I am not technical enough to understand what to do

Can please you explain to me, as a complete novice with computers/coding, exactly how I make the changes recommended above to fix the 5max HUD issue on Fulltilt? Which files am I supposed to be changing and how do I find them? Do I edit the files using notepad or something? Thanks in advance if you are able to teach me as if I am a 5 year old.
5 year olds are good at computers!

The file I refer to above is "HUD_config.xml". FPDB will tell you where it is if you go to the help menu -> about, license and copying. Somewhere there it should say "Your config file is: ...." with the location of the file.

Once you find it, open with notepad and follow my instructions above. If something is unclear, report back and I'll try to rephrase.

Last edited by phil_r; 04-15-2015 at 03:33 PM. Reason: edit: notepad
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote

      
m