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

02-06-2013 , 06:35 AM
Hi. I would like to add colors for my hud. If possible, 3 different colors for (low,med,high).
How do i do this? I don't have example line on how to do it.
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
02-06-2013 , 07:04 AM
Is it possible to perform calculation with the stats? in other words, can I show a stat value X defined as PFR*PF3?
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
02-07-2013 , 04:12 AM
Quote:
Originally Posted by Fishtankz
Hi. I would like to add colors for my hud. If possible, 3 different colors for (low,med,high).
How do i do this? I don't have example line on how to do it.
Here is an example from a previous post I've kept in my notebook:

These changes are done by editing the config. Take a backup of the config before changing these settings because fpdb will fail if the definitions are not correct.

Here is an example of a more advanced stat:

stat_name="vpip_0" hudcolor="#FFFFFF"
hudprefix="VPIP : " hudsuffix="%"
stat_hicolor="#F05000" stat_hith="35"
stat_locolor="#408000" stat_loth="15"
should give:
VPIP : 31%

explaination:
vpip_0 - means show the vpip stat, but use zero decimal places (so 67.2 becomes 67)
hudcolour #FFFFFF means by default, display this in white text (this is an RGB value in hex)
hudprefix - fixed text to be shown before the VPIP value
hudsuffix - fixed text to be shown after the value
stat_hith="35" + stat_hicolor="#F05000" - if value > 35, use orangey colour
stat_loth="15" + stat_locolor="#408000" - if value < 15, use greeny colour
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
02-07-2013 , 10:04 AM
Hi All,

I am back with an new problem. I changed my HUD preferences for 7 stud today. Now no studs stats show. My triple draw stats still show. Fpdb shows
that it is still taking on stud hands into the database.

Fdpb errors shows the following:

fpdb starting ...Traceback (most recent call last):
File "GuiAutoImport.pyc", line 190, in do_import
File "fpdb_import.pyc", line 419, in runUpdated
File "fpdb_import.pyc", line 155, in logImport
File "Database.pyc", line 596, in commit
Exceptions.FpdbError: 'sqlite commit failed'

Any applicable answers anyone?

All relevant help much appreciated.
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
02-07-2013 , 06:57 PM
Quote:
Originally Posted by Al Mirpuri
Hi All,

I am back with an new problem. I changed my HUD preferences for 7 stud today. Now no studs stats show. My triple draw stats still show. Fpdb shows
that it is still taking on stud hands into the database.

Fdpb errors shows the following:

fpdb starting ...Traceback (most recent call last):
File "GuiAutoImport.pyc", line 190, in do_import
File "fpdb_import.pyc", line 419, in runUpdated
File "fpdb_import.pyc", line 155, in logImport
File "Database.pyc", line 596, in commit
Exceptions.FpdbError: 'sqlite commit failed'

Any applicable answers anyone?

All relevant help much appreciated.
Also when I put

pyfpdb\HUD_main.exe

into the command line, I am told it cannot be found.
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
02-08-2013 , 01:14 PM
Quote:
Originally Posted by Al Mirpuri
Hi All,

I am back with an new problem. I changed my HUD preferences for 7 stud today. Now no studs stats show. My triple draw stats still show. Fpdb shows
that it is still taking on stud hands into the database.

Fdpb errors shows the following:

fpdb starting ...Traceback (most recent call last):
File "GuiAutoImport.pyc", line 190, in do_import
File "fpdb_import.pyc", line 419, in runUpdated
File "fpdb_import.pyc", line 155, in logImport
File "Database.pyc", line 596, in commit
Exceptions.FpdbError: 'sqlite commit failed'

Any applicable answers anyone?

All relevant help much appreciated.
Quote:
Originally Posted by Al Mirpuri
Also when I put

pyfpdb\HUD_main.exe

into the command line, I am told it cannot be found.
It seems it was a recurrence of this problem from some months ago:

Quote:
Originally Posted by Al Mirpuri
In HUD_config there was a 'string' that read stat_name="car_0" as an educated guess I changed it to read stat_name="car0". Bingo. Problem solved.
To whom it may concern which is all of you it seems if you change the HUD configuration for a game during play that it somehow corrupts the stat_name=car0 line to stat_name=car_0.
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
02-09-2013 , 03:44 AM
Can fpdb HUD display the size of villain's stack in $$ ?
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
02-09-2013 , 04:43 PM
Quote:
Originally Posted by Banderillo
Hi. Before all, sorry for my english. I have used the fpdb since time and before i have not problems.

My problem is that the HUD is not working in sit & go and MTTs. With cash is working perfectly. I have change different folders, put correctly the favourite sit, but is the same.

I have tested in fpdb 0.30.7 and 0.39.5. My operating system is LUbuntu 12.10.
The poker room is Pokerstars.

In the HUD logs the messages are the next, between others:
2013-02-05 14:35:36,869 parser INFO Stars.getTableTitleRe: table_name='None' tournament='684890473' table_number='1'
2013-02-05 14:35:36,870 parser INFO Stars.getTableTitleRe: returns: '684890473.* (Table|Tisch) 1'
2013-02-05 14:35:36,871 hud WARNING No match in XTables for table '684890473.* (Table|Tisch) 1'.

thanxs for the attention and congratulations for your work.
Problem resolved. Simply my lobby the pokerstars was in spanish. Now is working all perfectly.

Thanks and bye.
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
02-12-2013 , 06:31 AM
hud ain't working since last update?
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
02-12-2013 , 11:04 AM
Quote:
Originally Posted by Nicaindio
Hello, I have a two questions:

Somebody has installed posgresql for FPDB with Windows XP? How I can install?
Thank!
Well, I can to do! This process:

Install PostgreSQL
In PostgreSQL PageAdmin III
Create a "new login role" with the follow parameter:

Role Name: fpdb
Definition: Use a Password
Role Privileges: Mark all except create role.

Create a database with the follow parameter:
Name: fpdb
Owner: fpdb
Encoding: UTF8
Privileges: fpdb-- etc

En el "HUD Config" copy the follow parameter:

<database db_ip="localhost" db_name="fpdb" db_pass="fpdb"
db_server="postgresql" db_type="fpdb" db_user="fpdb" default="True"/>

Remember the name and password is the same!
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
02-12-2013 , 11:14 AM
hey guys, i just installed the program, made it work, only thing is I would like to get it in english, but it sets automatically for romanian, how do i change the program to english.

and also, stats show like this, lets say went to showdown: 33.3 how do i make it show only 33?

Last edited by forsakenone; 02-12-2013 at 11:28 AM.
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
02-13-2013 , 04:20 AM
Quote:
Originally Posted by forsakenone
stats show like this, lets say went to showdown: 33.3 how do i make it show only 33?
There is an example about this just a few posts above yours.
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
02-13-2013 , 04:24 PM
Quote:
Originally Posted by Username^^
hud ain't working since last update?
I've the same problem!Anyone can help us?
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
02-14-2013 , 06:58 AM
Hi guys, I am just bumping these two posts from 'Axilla', as i have exactly the same issues...


[QUOTE=Axilla;31215231]hi, trying to use FPDB(latest git) on Open SUSE 12.1
(Successfully got merge running YIPPIE!)

Python 2.7 all dependencies i believe have been downloaded. When running run_fpdb.py i get the following error.

linux-9qm3:/home/axilla/fpdb/fpdb # ./run_fpdb.py

** (fpdb_prerun.py:18843): WARNING **: Trying to register gtype 'WnckWindowState' as enum when in fact it is of type 'GFlags'

** (fpdb_prerun.py:18843): WARNING **: Trying to register gtype 'WnckWindowActions' as enum when in fact it is of type 'GFlags'

** (fpdb_prerun.py:18843): WARNING **: Trying to register gtype 'WnckWindowMoveResizeMask' as enum when in fact it is of type 'GFlags'
Python 2.7...
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
02-14-2013 , 02:03 PM
Hi, guys... I reinstall FPDB, but now HUD not work. Erase all, and install again. This is the error, in FPDB error:

Traceback (most recent call last):
File "HUD_main.pyw", line 487, in <module>
File "HUD_main.pyw", line 132, in __init__
RuntimeError: called outside of a mainloop

This text repeat in each hand... I am using 0.39.5 version and XP

Thanks for you support!
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
02-14-2013 , 05:51 PM
hi guys
Since the last update of the sof of PS i am not working the hud in tournaments money,however in frerolls and cash game if i works
One knows the why and how I fix this?
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
02-14-2013 , 09:00 PM
where are the HHS been saved after import?
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
02-14-2013 , 10:47 PM
Two simple questions:

1. Is there still a Hand Replayer? All I see is Hand Viewer.

2. Is there a Fold to Cbet stat in the Ring Player Stats view? It's in the HUD, so you would think it would be in the Ring Player Stats view. Am I just blind?
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
02-14-2013 , 11:35 PM
Quote:
Originally Posted by AJay
Two simple questions:

1. Is there still a Hand Replayer? All I see is Hand Viewer.

2. Is there a Fold to Cbet stat in the Ring Player Stats view? It's in the HUD, so you would think it would be in the Ring Player Stats view. Am I just blind?
Hi, try this:

1. Double click in a hand in Hand Viewer and go to Hand Replayer.
2. Fold to Cbet is f_cb1 is in popup menu then submenu flop, in submenu turn f_cb2 and the submenu river is f_cb3.

Greetings!
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
02-15-2013 , 06:31 AM
So no help for those who's hud doesn't work .. ;(
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
02-15-2013 , 06:50 AM
Quote:
Originally Posted by popifresco
hi guys
Since the last update of the sof of PS i am not working the hud in tournaments money,however in frerolls and cash game if i works
One knows the why and how I fix this?
Quote:
Originally Posted by Potamito
where are the HHS been saved after import?
Hi guys,if this question is for me,the answer is in the folder that you create for it will be saved and i leave all these errors to the import of money tournaments

HH20130215 T689944802 No Limit Hold'em €0.08 + €0.02.txt 0 stored, 0 duplicates, 0 partial, 1 errors (time = 0.042000).......

However the free does not give me error

HH20130215 T687049149 No Limit Hold'em Freeroll.txt 1 stored, 0 duplicates, 0 partial, 0 errors (time = 0.086000).
HH20130215 T687049149 No Limit Hold'em Freeroll.txt 1 stored, 0 duplicates, 0 partial, 0 errors (time = 0.058000).......

Any one can help me?
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
02-15-2013 , 08:32 AM
Quote:
Originally Posted by Nicaindio
Hi, try this:

1. Double click in a hand in Hand Viewer and go to Hand Replayer.
2. Fold to Cbet is f_cb1 is in popup menu then submenu flop, in submenu turn f_cb2 and the submenu river is f_cb3.

Greetings!
Thanks! At least for the Hand Replayer info.

As for the fold to cbet, I think one of us is missing something. I don't see a popup menu when looking at the Ring Player Stats view. I see popup info in the HUD, but I'm looking for the stat when looking at the main program, reviewing sessions, not in the HUD while playing.

It seems odd that the stat is available in the HUD but not in the main program. Am I missing something there? Is there a popup in the main program?
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
02-15-2013 , 11:21 AM
Quote:
Originally Posted by popifresco
is in the folder that YOUcreate for it will be saved
That I created?
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
02-15-2013 , 12:18 PM
Quote:
Originally Posted by popifresco
Hi guys,if this question is for me,the answer is in the folder that you create for it will be saved and i leave all these errors to the import of money tournaments

HH20130215 T689944802 No Limit Hold'em €0.08 + €0.02.txt 0 stored, 0 duplicates, 0 partial, 1 errors (time = 0.042000).......

However the free does not give me error

HH20130215 T687049149 No Limit Hold'em Freeroll.txt 1 stored, 0 duplicates, 0 partial, 0 errors (time = 0.086000).
HH20130215 T687049149 No Limit Hold'em Freeroll.txt 1 stored, 0 duplicates, 0 partial, 0 errors (time = 0.058000).......

Any one can help me?
Hi again. I have the same problem. Now, my lobby and historials are in english. With the last update of Pokerstars the Autoimport in sits and tournaments give me errors when is importing.

Besides, i get the next errors in logs:
FDP LOGS:
2013-02-13 13:27:39,838 parser ERROR FpdbParseError for file '/home/banderillo/Poker/Manos/Sugaar_Hobe/HH20130213 T689024428 No Limit Hold'em €0.87 + €0.13.txt'

HUD LOGS: 2013-02-14 15:09:59,974 config ERROR Error parsing example configuration file pyfpdb/HUD_config.xml.example.See error log file.

P.D. I have writing a mini tutorial in spanish for the hispan community of Intellipoker. Is not than complete as the post of Nicandio in Pokerstrategy.Maybe you want to comment or review it. The link is:
http://www.intellipoker.es/forum/sho...72#post1479872

Thanks for all.
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
02-15-2013 , 02:26 PM
Hey,

I'm using 0.30.7. (I've used other versions in the past without problems). Now graphs and stats do not appear. The HUD works, there are hands in the DB, but clicking "Refresh" has no effect. OS is Win7.

Any suggestions?
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote

      
m