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-26-2012 , 01:54 PM
Thanks Fold&Forget and sorrow.

I don't have any experience writing code. Even with the links posted by Fold&Forget, don't have a clue about editing the HUD_config. I've looked at it already but don't really know what to do..

If it's not to much to ask, can someone please show me how to write, and where to put it in the Hud_config file the code to show this HUD:


with colour coding (whatever colours, i can change it with the links posted by Fold&Forget) for high/low stats, as:
Quote:
Originally Posted by gimick

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


and the stats abreviations as shown in this HUD:
Quote:
Originally Posted by nunoricardovaz
Here´s my FPDB HUD:

If it's to much, please point me to the right direction.

Thanks
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
06-26-2012 , 07:09 PM
Quote:
Originally Posted by 1highlander1
Hi guys. Thanks for the great work.

I need some help understanding the hud tourney stats settings. I wan't the HUD to:
- show hero stats for the session but with all blind levels played in a tourney: so... hero_stat_range: S;
aggregate_hero_tourney_stats: True;
hero_aggregation_level_multiplier: This is where i get lost. How is it compatible to set the previous one to 'True' and have this one defaulted to '1' or other number? What shoube that numberld in order to include all the blinds of the tourney?

-show villain's stats with all the blinds, with lifestats:
stat_range : A
aggregate_tourney_stats : True
aggregation_level_multiplier : ?!


Also:



Where can i learn what codes (as #F05000 and ="#408000) corresponds to which colour?


@nunoricardovaz: Can you, or someone, share what you did to the config file to get ur HUD as it is?

Thanks

Hi, 1highlander1. Here´s my HUD_config file. I´m really not sure if the color ranges for the stats are totally right (if we could work with more colors, at least 5, it would be beautiful), but I did a research on the internet and this was the best I could do. If someone doesn´t agreed with the color range´s stats, please tell me, so I can improve my HUD:

<supported_games>
<!-- holdem
vpip pfr three_B
n playershort cb1
wtsd steal totalprofit
-->
<game aux="mucked" cols="3" db="fpdb" game_name="holdem" rows="5">









<stat click="tog_decorate" col="0" hudprefix="VPIP: " popup="default" row="0" stat_hicolor="#00FF00" stat_hith="31" stat_locolor="#FF0000" stat_loth="17" stat_name="vpip" tip="tip1"/><stat click="tog_decorate" col="1" hudprefix="PFR: " popup="default" row="0" stat_hicolor="#00FF00" stat_hith="28" stat_locolor="#FF0000" stat_loth="10" stat_name="pfr" tip="tip1"/><stat click="tog_decorate" col="2" hudprefix="AGF: " popup="default" row="0" stat_hicolor="#00FF00" stat_hith="340" stat_locolor="#FF0000" stat_loth="120" stat_name="agg_fact" tip="tip1"/><stat click="tog_decorate" col="1" hudprefix="WTSD: " popup="default" row="4" stat_hicolor="#FF0000" stat_hith="35" stat_locolor="#00FF00" stat_loth="20" stat_name="wtsd" tip="tip1"/><stat click="tog_decorate" col="0" hudprefix="3B: " popup="default" row="1" stat_hicolor="#00FF00" stat_hith="900" stat_locolor="#FF0000" stat_loth="400" stat_name="three_B" tip="tip1"/><stat click="tog_decorate" col="1" hudprefix="F3B: " popup="default" row="1" stat_hicolor="#00FF00" stat_hith="80" stat_locolor="#FF0000" stat_loth="40" stat_name="f_3bet" tip="tip1"/><stat click="tog_decorate" col="0" hudprefix="CB: " popup="default" row="2" stat_hicolor="#00FF00" stat_hith="80" stat_locolor="#FF0000" stat_loth="35" stat_name="cb1" tip="tip1"/><stat click="tog_decorate" col="2" hudprefix="FCB: " popup="default" row="1" stat_hicolor="#00FF00" stat_hith="65" stat_locolor="#FF0000" stat_loth="30" stat_name="f_cb1" tip="tip1"/><stat click="tog_decorate" col="0" hudcolor="#ECC42B" hudprefix="" hudsuffix="" popup="default" row="3" stat_name="playername" tip="tip1"/><stat click="tog_decorate" col="0" hudcolor="#ECC42B" hudprefix="(" hudsuffix=")" popup="default" row="4" stat_name="n" tip="tip1"/><stat click="tog_decorate" col="1" hudprefix="STL: " popup="default" row="3" stat_hicolor="#FF0000" stat_hith="42" stat_locolor="#00FF00" stat_loth="15" stat_name="steal" tip="tip1"/><stat click="tog_decorate" col="2" hudprefix="FBBS: " popup="default" row="3" stat_hicolor="#00FF00" stat_hith="85" stat_locolor="#FF0000" stat_loth="50" stat_name="f_BB_steal" tip="tip1"/><stat click="tog_decorate" col="1" hudprefix="CBt: " popup="default" row="2" stat_hicolor="#00FF00" stat_hith="85" stat_locolor="#FF0000" stat_loth="55" stat_name="cb2" tip="tip1"/><stat click="tog_decorate" col="2" hudprefix="CBr: " popup="default" row="2" stat_hicolor="#00FF00" stat_hith="85" stat_locolor="#FF0000" stat_loth="55" stat_name="cb3" tip="tip1"/><stat click="tog_decorate" col="2" hudprefix="WmSD: " popup="default" row="4" stat_hicolor="#FF0000" stat_hith="65" stat_locolor="#00FF00" stat_loth="40" stat_name="wmsd" tip="tip1"/></game>
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
06-26-2012 , 08:02 PM
Quote:
Originally Posted by sorrow
3 positions.
Hi, Sorrow. In the opponents stats on hud, is there a way to choose "multiple blind levels", "exact number of seats" and "the last 90 days" and make them the default so I don´t have to tweak that everytime I open a table? In the preferences menu I only see the hero stats and not the opponents stats.
Thanks!
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
06-26-2012 , 10:48 PM
Thanks nuno.

I came up with this (colours and values needs adjusting):

<supported_games>
<!-- holdem
Playername vpip pfr agg_fact
n f_3bet three_B F4B_pf
cb1 cb2 f_cb1 f_cb2
f_BB_steal f_SB_steal raiseToSteal steal
-->
<game aux="mucked" cols="4" db="fpdb" game_name="holdem" rows="4">

<stat click="tog_decorate" col="0" hudcolor="#ECC42B" hudprefix="" hudsuffix="" popup="default" row="0" stat_name="playername" tip="tip1"/> </stat>

<stat click="tog_decorate" col="1" hudprefix="VPIP: " popup="default" row="0" stat_hicolor="#00FF00" stat_hith="31" stat_locolor="#FF0000" stat_loth="17" stat_name="vpip" tip="tip1"/> </stat>

<stat click="tog_decorate" col="2" hudprefix="PFR: " popup="default" row="0" stat_hicolor="#00FF00" stat_hith="28" stat_locolor="#FF0000" stat_loth="10" stat_name="pfr" tip="tip1"/> </stat>

<stat click="tog_decorate" col="3" hudprefix="AGF: " popup="default" row="0" stat_hicolor="#00FF00" stat_hith="340" stat_locolor="#FF0000" stat_loth="120" stat_name="agg_fact" tip="tip1"/> </stat>

<stat click="tog_decorate" col="0" hudcolor="#ECC42B" hudprefix="(" hudsuffix=")" popup="default" row="1" stat_name="n" tip="tip1"/> </stat>

<stat click="tog_decorate" col="1" hudprefix="F3B: " popup="default" row="1" stat_hicolor="#00FF00" stat_hith="80" stat_locolor="#FF0000" stat_loth="40" stat_name="f_3bet" tip="tip1"/> </stat>

<stat click="tog_decorate" col="2" hudprefix="3B: " popup="default" row="1" stat_hicolor="#00FF00" stat_hith="900" stat_locolor="#FF0000" stat_loth="400" stat_name="three_B" tip="tip1"/> </stat>

<stat click="tog_decorate" col="3" hudprefix="F4B: " popup="default" row="1" stat_hicolor="#00FF00" stat_hith="900" stat_locolor="#FF0000" stat_loth="400" stat_name=" F4B_pf " tip="tip1"/> </stat>

<stat click="tog_decorate" col="0" hudprefix="CBf: " popup="default" row="2" stat_hicolor="#00FF00" stat_hith="80" stat_locolor="#FF0000" stat_loth="35" stat_name="cb1" tip="tip1"/> </stat>

<stat click="tog_decorate" col="1" hudprefix="CBt: " popup="default" row="2" stat_hicolor="#00FF00" stat_hith="80" stat_locolor="#FF0000" stat_loth="35" stat_name="cb2" tip="tip1"/> </stat>

<stat click="tog_decorate" col="2" hudprefix="FCB: " popup="default" row="2" stat_hicolor="#00FF00" stat_hith="65" stat_locolor="#FF0000" stat_loth="30" stat_name="f_cb1" tip="tip1"/> </stat>

<stat click="tog_decorate" col="3" hudprefix="FtB: " popup="default" row="2" stat_hicolor="#00FF00" stat_hith="65" stat_locolor="#FF0000" stat_loth="30" stat_name="f_cb2" tip="tip1"/> </stat>

<stat click="tog_decorate" col="0" hudprefix="FBBS: " popup="default" row="3" stat_hicolor="#00FF00" stat_hith="85" stat_locolor="#FF0000" stat_loth="50" stat_name="f_BB_steal" tip="tip1"/> </stat>

<stat click="tog_decorate" col="1" hudprefix="FSBS: " popup="default" row="3" stat_hicolor="#00FF00" stat_hith="85" stat_locolor="#FF0000" stat_loth="50" stat_name="f_SB_steal" tip="tip1"/> </stat>

<stat click="tog_decorate" col="2" hudprefix="RSTL: " popup="default" row="3" stat_hicolor="#FF0000" stat_hith="42" stat_locolor="#00FF00" stat_loth="15" stat_name="raiseToSteal" tip="tip1"/> </stat>

<stat click="tog_decorate" col="3" hudprefix="STL: " popup="default" row="3" stat_hicolor="#FF0000" stat_hith="42" stat_locolor="#00FF00" stat_loth="15" stat_name="steal" tip="tip1"/> </stat>

I replace the old code for this one in the HUD_config.xml (file type- BACKUP), but there was no changes in the HUD... What am i doing wrong?

Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
06-27-2012 , 12:33 AM
Quote:
Originally Posted by nunoricardovaz
Hi, Sorrow. In the opponents stats on hud, is there a way to choose "multiple blind levels", "exact number of seats" and "the last 90 days" and make them the default so I don´t have to tweak that everytime I open a table? In the preferences menu I only see the hero stats and not the opponents stats.
Thanks!
The example HUD config has pretty good documentation on this.

The tag is hud_ui

Quote:
Originally Posted by 1highlander1
I replace the old code for this one in the HUD_config.xml (file type- BACKUP), but there was no changes in the HUD... What am i doing wrong?

Editing the wrong config file That file you edited was the default, which is copied elsewhere.

The following shows how to find the correct file (and delete it when you eventually break it)
http://****************/apps/mediawik..._Configuration
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
06-27-2012 , 02:37 AM
Quote:
Originally Posted by sorrow
Editing the wrong config file That file you edited was the default, which is copied elsewhere.

The following shows how to find the correct file (and delete it when you eventually break it)
http://****************/apps/mediawik..._Configuration
I believe i was editing the correct one. This is how i was going to the file:
RUN, %appdata%/fpdb
This gives me the same path as it is in Help->About.

I've deleted the HUD_config.xml and restarted the software, but it doesn't generate a new one (for me to edit)...

Help pls sorrow
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
06-27-2012 , 09:08 PM
I can't seem to get a HUD displayed on Carbon/Merge?

I can run the bulk importer fine, I can run the auto importer fine (with no errors), even leaving a little window open that says "closing this window will exit from the HUD". I haven't changed any HUD configuration files, or options, as default it's 1 row, 1 column, which in theory should display something by default anyways. I ran a couple stt's, mtt, freeroll, cash ring, and even play money and (including restart, closing carbon and re-opening) I cannot figure out how to actually display the HUD at a table.
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
06-28-2012 , 01:37 AM
Quote:
Originally Posted by detlion1643
I can't seem to get a HUD displayed on Carbon/Merge?

I can run the bulk importer fine, I can run the auto importer fine (with no errors), even leaving a little window open that says "closing this window will exit from the HUD". I haven't changed any HUD configuration files, or options, as default it's 1 row, 1 column, which in theory should display something by default anyways. I ran a couple stt's, mtt, freeroll, cash ring, and even play money and (including restart, closing carbon and re-opening) I cannot figure out how to actually display the HUD at a table.
I have the same problem with HUD for PokerStars. fpdb 0.30.2.
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
06-28-2012 , 02:39 AM
Hello guyz !
I was wondering if there is a way to tweak this wonderful program to not count the "sitting out" players in tourneys (hands are counted and stats like vpip are affected). If anyone can help it would be appreciated. If it's impossible, maybe think about it for the next version ;-)
Once again, thx for this useful tool.
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
06-28-2012 , 03:13 AM
Quote:
Originally Posted by burzum1
I have the same problem with HUD for PokerStars. fpdb 0.30.2.
Screenshot of the table with HUD

Spoiler:


Auto import is running, mucked cards are displayed.
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
06-28-2012 , 10:51 AM
Quote:
Originally Posted by 1highlander1
I believe i was editing the correct one. This is how i was going to the file:
RUN, %appdata%/fpdb
This gives me the same path as it is in Help->About.

I've deleted the HUD_config.xml and restarted the software, but it doesn't generate a new one (for me to edit)...

Help pls sorrow
In your original post you said that the type was 'backup', this is definitely the wrong file.

You might also be seeing the 'Config file ends up in the Administrator profile' issue we've seen a few times.

If you are going to %APPDATA%/fpdb replace the username part of the directory with 'Administrator' and let me know if there is a config file there too.

Quote:
Originally Posted by detlion1643
I can't seem to get a HUD displayed on Carbon/Merge?

I can run the bulk importer fine, I can run the auto importer fine (with no errors), even leaving a little window open that says "closing this window will exit from the HUD". I haven't changed any HUD configuration files, or options, as default it's 1 row, 1 column, which in theory should display something by default anyways. I ran a couple stt's, mtt, freeroll, cash ring, and even play money and (including restart, closing carbon and re-opening) I cannot figure out how to actually display the HUD at a table.
"I can run the auto importer fine (with no errors)" - How are you verifying this?

"even leaving a little window open that says "closing this window will exit from the HUD"" - That window should list the poker table windows FPDB has found.

What errors are you seeing in the HUD-log?

Quote:
Originally Posted by Kharnacier
Hello guyz !
I was wondering if there is a way to tweak this wonderful program to not count the "sitting out" players in tourneys (hands are counted and stats like vpip are affected). If anyone can help it would be appreciated. If it's impossible, maybe think about it for the next version ;-)
Once again, thx for this useful tool.
This is a hard one, and we had to make a design choice.

In many configs (including Stars still I think) if a player is marked as sitting out in the Preamble (ie. The top of the hand history where it lists player names, seats and stacks) the player can still act in the hand. This causes a few issues, most we can work around, but we made the choice - if a player _can_ act in the hand, it will count against them.

eg.
- PlayerX is disconnected in hand 1 on the button, times out and remains sitting out for the whole of hand 1
- Hand 2 starts, blinds are posted, UTG, UTG+1...HJ act
- PlayerX reconnects and folds

vs
- PlayerX is disconnected in hand 1 on the button, times out and remains sitting out for the whole of hand 1
- Hand 2 starts, blinds are posted, UTG, UTG+1...HJ act
- PlayerX remains disconnected and is folded

1) There is almost no difference in the hh text, unless we specifically search for disconnect/reconnect messages.
2) Only some sites provide a 'sits-in' message in the hand history, and it is easy to miss when you (ie. The observer) is disconnected.
3) If a player has just clicked 'Sit Out' then gets dealt Aces, we can't even look for re-connect messages. This happens more often than you'd think - aka 'The last hands before a rebuy period ends'

So we've decided that in tournaments all hands dealt count.

Quote:
Originally Posted by burzum1
Screenshot of the table with HUD

Spoiler:


Auto import is running, mucked cards are displayed.
Ok thats cool. A couple of possibilities:
1) The config file is broken in a way that isn't causing the HUD to actually crash (Do the stats in the pop-up continue to update?)
- Can you try the default config please?
- What logs do you have, particularly HUD-log
2) The windows are actually appearing behind the poker table. We've seen this a few times when the hud doesn't have 'Run as Administrator' privs, but I'd thought we'd solved this issue.

Sorrow.
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
06-28-2012 , 01:45 PM
Quote:
Originally Posted by sorrow
Ok thats cool. A couple of possibilities:
1) The config file is broken in a way that isn't causing the HUD to actually crash (Do the stats in the pop-up continue to update?)
- Can you try the default config please?
- What logs do you have, particularly HUD-log
2) The windows are actually appearing behind the poker table. We've seen this a few times when the hud doesn't have 'Run as Administrator' privs, but I'd thought we'd solved this issue.

Sorrow.
Stats in pop-up continue to update.
I was running HUD with default config when this crash happened.
I'll provide the HUD-log in English later.
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
06-28-2012 , 02:12 PM
HUD-log

Spoiler:
2012-06-28 21:04:31,648 config INFO Reading configuration file C:\Users\adm\AppData\Roaming\fpdb\HUD_config.xml
2012-06-28 21:04:31,914 hud INFO HUD_main starting: Using db name = None
2012-06-28 21:04:31,914 hud INFO Note: error output is being diverted to C:\Users\adm\AppData\Roaming\fpdb\log\HUD-errors.txt.
2012-06-28 21:04:31,914 hud INFO Any major error will be reported there _only_.
2012-06-28 21:04:31,914 hud INFO HUD_main starting
2012-06-28 21:04:31,960 db DEBUG Creating Database instance, sql = None
2012-06-28 21:04:32,101 db INFO Connecting to SQLite: C:\Users\adm\AppData\Roaming\fpdb\database\fpdb.db 3
2012-06-28 21:07:53,622 hud DEBUG Received hand no 1737
2012-06-28 21:07:53,670 db INFO HudCache query get_stats_from_hand_aggregated took 0.000 seconds
2012-06-28 21:07:53,732 parser INFO Stars.getTableTitleRe: table_name='Herodias VI' tournament='None' table_number='None'
2012-06-28 21:07:53,732 parser INFO Stars.getTableTitleRe: returns: 'Herodias\ VI'
2012-06-28 21:07:53,825 hud DEBUG set_player_aggregation 10000
2012-06-28 21:07:53,825 hud DEBUG set_opponent_aggregation 10000
2012-06-28 21:07:53,825 hud DEBUG setting self.hud_params[h_seats_style] = A
2012-06-28 21:07:53,825 hud DEBUG setting self.hud_params[seats_style] = A
2012-06-28 21:07:53,825 hud DEBUG setting self.hud_params[h_hud_style] = S
2012-06-28 21:07:53,825 hud DEBUG setting self.hud_params[hud_style] = A
2012-06-28 21:07:53,825 hud INFO Creating hud from hand 1737
2012-06-28 21:07:53,950 hud DEBUG update_table_position:99,23
2012-06-28 21:07:53,950 hud DEBUG update_table_position:99,23
2012-06-28 21:07:53,950 hud ERROR Error creating HUD for hand 1737.
Traceback (most recent call last):
File "HUD_main.pyw", line 356, in idle_create
File "Hud.pyc", line 701, in update
File "Stats.pyc", line 105, in do_stat
File "<string>", line 1, in <module>
NameError: name 'car' is not defined
2012-06-28 21:08:23,826 hud DEBUG Received hand no 1738
2012-06-28 21:08:23,872 db INFO HudCache query get_stats_from_hand_aggregated took 0.015 seconds
2012-06-28 21:08:23,872 hud DEBUG update_table_position:99,23
2012-06-28 21:08:23,872 hud ERROR Error updating HUD for hand 1738.
Traceback (most recent call last):
File "HUD_main.pyw", line 367, in idle_update
File "Hud.pyc", line 701, in update
File "Stats.pyc", line 105, in do_stat
File "<string>", line 1, in <module>
NameError: name 'car' is not defined
2012-06-28 21:09:04,055 hud DEBUG Received hand no 1739
2012-06-28 21:09:04,101 db INFO HudCache query get_stats_from_hand_aggregated took 0.015 seconds
2012-06-28 21:09:04,101 hud DEBUG update_table_position:99,23
2012-06-28 21:09:04,101 hud ERROR Error updating HUD for hand 1739.
Traceback (most recent call last):
File "HUD_main.pyw", line 367, in idle_update
File "Hud.pyc", line 701, in update
File "Stats.pyc", line 105, in do_stat
File "<string>", line 1, in <module>
NameError: name 'car' is not defined
2012-06-28 21:09:24,207 hud DEBUG Received hand no 1740
2012-06-28 21:09:24,239 db INFO HudCache query get_stats_from_hand_aggregated took 0.016 seconds
2012-06-28 21:09:24,239 hud DEBUG update_table_position:99,23
2012-06-28 21:09:24,239 hud ERROR Error updating HUD for hand 1740.
Traceback (most recent call last):
File "HUD_main.pyw", line 367, in idle_update
File "Hud.pyc", line 701, in update
File "Stats.pyc", line 105, in do_stat
File "<string>", line 1, in <module>
NameError: name 'car' is not defined
2012-06-28 21:10:04,431 hud DEBUG Received hand no 1741
2012-06-28 21:10:04,477 db INFO HudCache query get_stats_from_hand_aggregated took 0.015 seconds
2012-06-28 21:10:04,477 hud DEBUG update_table_position:99,23
2012-06-28 21:10:04,477 hud ERROR Error updating HUD for hand 1741.
Traceback (most recent call last):
File "HUD_main.pyw", line 367, in idle_update
File "Hud.pyc", line 701, in update
File "Stats.pyc", line 105, in do_stat
File "<string>", line 1, in <module>
NameError: name 'car' is not defined
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
06-28-2012 , 03:45 PM
Quote:
Originally Posted by sorrow
You might also be seeing the 'Config file ends up in the Administrator profile' issue we've seen a few times.

If you are going to %APPDATA%/fpdb replace the username part of the directory with 'Administrator' and let me know if there is a config file there too.
Sorrow.
Yep, you are right.

I've two paths:
1. c:\Users\'name'\AppData\Roaming\fpdb which is the one i was going by typing %appdata%/fpdb, and has two files: HUD_config (XML) and HUD.config.xml (BACKUP)

2. c:\Users\'name'Admin\AppData\Roaming\fpdb which has a database folder, log folder, HUD_config (XML) and HUD.config.xml (BACKUP).
I've tried to edit the second HUD.config.xml (BACKUP) but nothing happened to the HUD.

Might the problem be the writing posted some posts back or do i need to do something else?

Thanks man. Spot on, as always.
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
06-28-2012 , 06:36 PM
Quote:
"I can run the auto importer fine (with no errors)" - How are you verifying this?

"even leaving a little window open that says "closing this window will exit from the HUD"" - That window should list the poker table windows FPDB has found.

What errors are you seeing in the HUD-log?
The auto importer that has a running log on the "Auto Import" tab of the program finds the hand histories correctly. Reads them, and lists * stored and 0 errors. * = # hands read that weren't duplicates.

I've never seen that window list any tables, even when resizing it.

I managed to get something up hudwise last night with a combination of multiple restarts, multiple re-creating/deleting sqlite tables, multiple rebuilding caches, etc. But the HUD was out of place and I didn't have preferred seating on.

Today, I get this error in the HUD Errors:

Unhandled exception in thread started by <bound method HUD_main.read_stdin of <__main__.HUD_main object at 0x0333DB50>>
Traceback (most recent call last):
File "HUD_main.pyw", line 276, in read_stdin
File "TableWindow.pyc", line 146, in __init__
File "HandHistoryConverter.pyc", line 615, in getTableTitleRe
File "MergeToFpdb.pyc", line 932, in getTableTitleRe
File "re.pyc", line 208, in escape
TypeError: 'NoneType' object is not iterable

and this for the last some lines of the HUD Log:

2012-06-28 18:31:19,036 config INFO Reading configuration file C:\Users\nd.pc nbbcbnnbnbbh\AppData\Roaming\fpdb\HUD_config.xml
2012-06-28 18:31:19,305 hud INFO HUD_main starting: Using db name = None
2012-06-28 18:31:19,305 hud INFO Note: error output is being diverted to C:\Users\nd.pc nbbcbnnbnbbh\AppData\Roaming\fpdb\log\HUD-errors.txt.
2012-06-28 18:31:19,305 hud INFO Any major error will be reported there _only_.
2012-06-28 18:31:19,306 hud INFO HUD_main starting
2012-06-28 18:31:19,322 db DEBUG Creating Database instance, sql = None
2012-06-28 18:31:19,358 db INFO Connecting to SQLite: C:\Users\nd.pc nbbcbnnbnbbh\AppData\Roaming\fpdb\database\fpdb.db 3
2012-06-28 18:31:33,191 hud DEBUG Received hand no 122
2012-06-28 18:31:33,201 db INFO HudCache query get_stats_from_hand_aggregated took 0.003 seconds
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
06-28-2012 , 07:04 PM
What is the latest .deb?
Running 0.29.904 + git with P*/Wine...
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
06-29-2012 , 03:21 AM
Quote:
Originally Posted by 1highlander1
Yep, you are right.

I've two paths:
1. c:\Users\'name'\AppData\Roaming\fpdb which is the one i was going by typing %appdata%/fpdb, and has two files: HUD_config (XML) and HUD.config.xml (BACKUP)

2. c:\Users\'name'Admin\AppData\Roaming\fpdb which has a database folder, log folder, HUD_config (XML) and HUD.config.xml (BACKUP).
I've tried to edit the second HUD.config.xml (BACKUP) but nothing happened to the HUD.

Might the problem be the writing posted some posts back or do i need to do something else?

Thanks man. Spot on, as always.
The XML file is the correct file to edit. You may want to make sure you are using something unmodified and download the package again.

Quote:
Originally Posted by burzum1
HUD-log

Quote:
2012-06-28 21:10:04,477 hud ERROR Error updating HUD for hand 1741.
Traceback (most recent call last):
File "HUD_main.pyw", line 367, in idle_update
File "Hud.pyc", line 701, in update
File "Stats.pyc", line 105, in do_stat
File "<string>", line 1, in <module>
NameError: name 'car' is not defined
The stat is car0 not car.

Quote:
Originally Posted by detlion1643
The auto importer that has a running log on the "Auto Import" tab of the program finds the hand histories correctly. Reads them, and lists * stored and 0 errors. * = # hands read that weren't duplicates.

I've never seen that window list any tables, even when resizing it.

I managed to get something up hudwise last night with a combination of multiple restarts, multiple re-creating/deleting sqlite tables, multiple rebuilding caches, etc. But the HUD was out of place and I didn't have preferred seating on.

Today, I get this error in the HUD Errors:

Unhandled exception in thread started by <bound method HUD_main.read_stdin of <__main__.HUD_main object at 0x0333DB50>>
Traceback (most recent call last):
File "HUD_main.pyw", line 276, in read_stdin
File "TableWindow.pyc", line 146, in __init__
File "HandHistoryConverter.pyc", line 615, in getTableTitleRe
File "MergeToFpdb.pyc", line 932, in getTableTitleRe
File "re.pyc", line 208, in escape
TypeError: 'NoneType' object is not iterable
You said earlier in the thread you were using 0.30.2 on Stars - The log is showing that you are trying to import using Merge.

Quote:
Originally Posted by AugustWest7
What is the latest .deb?
Running 0.29.904 + git with P*/Wine...
That might be the latest one built unfortunately. Real life has gotten the better of me over the last few months, I haven't even managed to post the release notes from the last version yet
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
06-29-2012 , 07:43 AM
Quote:
You said earlier in the thread you were using 0.30.2 on Stars - The log is showing that you are trying to import using Merge.
Quote:
I can't seem to get a HUD displayed on Carbon/Merge?
The person below my first post here quoted me saying they had the same problem on PokerStars with 30.2 I am running 30.2 on Carbon/Merge.
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
06-29-2012 , 09:59 AM
Got it working.

It was a bad name stat in the HUD i wrote. Caught it in the HUD_log.

Thanks for the help
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
06-29-2012 , 12:25 PM
Hello !

I have some problems on last version of fpdb.

I use fpdb 0.30 on linux with winamax.

1) Since fpdb 0.907, tourney graph doesn't work, nothing append when I clik refresh graph and I have the following error :

fpdb démarre .../home/guillaume/poker/fpdb-0.30/pyfpdb/Filters.py:623: DeprecationWarning: use GdkColormap.alloc_color
style.bg[gtk.STATE_NORMAL] = w.get_colormap().alloc(bg_color)
Traceback (most recent call last):
File "/home/guillaume/poker/fpdb-0.30/pyfpdb/GuiTourneyGraphViewer.py", line 209, in generateGraph
legend.draggable(True)
AttributeError: 'Legend' object has no attribute 'draggable'

2) Since winamax has change the summary file, I have a lot of games in the column "rank?". Is it posible to change the summary filter to have the old games (old summary file) and the new games (new summary file) on the same row ?

An example for a new summary file (you have all my new history here : http://guillaumepelle.perso.sfr.fr/p...e_20120629.zip) :

Winamax Poker - Tournament summary : No Limit Hold'em(26284614)

Player : gpelle

Buy-In : 1.80€ + 0.20€

Registered players : 10

Prizepool : 18€

Mode : sngType : sitngo

Speed : turbo

Levels : [10-20:0:180:holdem-no-limit,15-30:0:180:holdem-no-limit,20-40:0:180:holdem-no-limit,30-60:0:180:holdem-no-limit,40-80:0:180:holdem-no-limit,60-120:0:180:holdem-no-limit,80-160:0:180:holdem-no-limit,100-200:10:180:holdem-no-limit,150-300:20:180:holdem-no-limit,200-400:50:180:holdem-no-limit,300-600:75:180:holdem-no-limit,400-800:100:180:holdem-no-limit,500-1000:125:180:holdem-no-limit,600-1200:150:180:holdem-no-limit,800-1600:200:180:holdem-no-limit,1k-2k:300:180:holdem-no-limit,1,25k-2,50k:400:180:holdem-no-limit,1,50k-3k:500:180:holdem-no-limit,2k-4k:600:180:holdem-no-limit,2,50k-5k:700:180:holdem-no-limit,3k-6k:800:180:holdem-no-limit,4k-8k:1k:180:holdem-no-limit,5k-10k:1,25k:180:holdem-no-limit,6k-12k:1,50k:180:holdem-no-limit,8k-16k:2k:180:holdem-no-limit,10k-20k:3k:180:holdem-no-limit,12,50k-25k:4k:180:holdem-no-limit,15k-30k:5k:180:holdem-no-limit,20k-40k:6k:180:holdem-no-limit,25k-50k:7k:180:holdem-no-limit]

Tournament started 2012/06/29 17:11:13 UTC

You played 17min 0s

You finished in 9th place



3) HUD doesn't work for this games names :
20120629_Super Freeroll Stade 1
20120510_Freeroll VIP Bronze


Thank you for this great software !
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
06-29-2012 , 01:20 PM
Hello everyone,

A personal note: Some new extra-curricular activities and a heavy load at work has meant I haven't been spending any time playing poker, and as a result, working on FPDB. I big shoutout to ChazDazzle and Gimick for their continued efforts while i've been absentee. An additional congratulations to ChazDazzle who has finally released PokeIt (https://pokeit.co/)

Moving on.

The new FPDB release 0.30.2 is now available for download as source or as packages/installers for Windows. The release comes just over 12 months from our previous major milestone 0.26.

http://****************/projects/fpdb/files/fpdb/0.30/

As usual this version brings many improvements and bugfixes please take your time and review below.

What is FPDB?
===================
FPDB (Free Poker Database) is a free/open source suite of steadily growing tools to track and analyse your online poker game. It is written to help you collect statistics on yourself and opponents and provide useful ways to review those stats both live (ie while playing) or in post analysis.

FPDB is able to import the hand histories that poker sites write to your computer and to store additional data from each hand in a database for use in later analysis.

We are ambitious. We intending to support all games on all sites - well.

  • Graphs: Profit, Showdown/non-Showdown, EV graphs + Export to file
  • Session Viewer (New) - Candlestick representation of your cash game sessions.
  • Hand Viewer (New): List hands from a session and analyse/filter the hands to look more closely at your recent results.
  • Filters: Most of the review pages support multiple filters such as player, game type, limits, date range and other filters specific to the current view.
  • Hand Replayer (New): A way to play hand and watch the action unfold with stack sizes etc.
  • HUD: Colourised Heads Up Display to show up to the second stats and trends on all your opponents.

What’s changed since 0.26?
====================
1000+ changesets (incl. merges) have gone in since 0.26. Code and translations come from 16 unique contributors.

Session Viewer - New Feature:
  • This has been around for a while, but has now migrated to being considered ’stable’ (Thanks Chris Moore)
  • Double Click a session in the list view and the hands from that session will be loaded up in the new Hand Viewer.

Cash Game Graph:
  • EV Graphing
  • Legend is now draggable.
  • Various new filters

Hand List Viewer - New Feature:
  • A list of filterable hands for mining your hh’s for strengths, weaknesses or just interesting hands.
  • Usage: I recommend loading up a couple of sessions in the the session viewer, then double-click the session to open the replayer.
  • Warning: DO NOT ATTEMPT TO LOAD YOUR ENTIRE DATABASE. 500-1000 hands is going to take a little while to load, and take a decent amount of memory. I dont recommend pushing it.
  • Should work for all games, though some of the columns might still need some review (eg. Position col for Stud)
  • Most of the normal filters will function as expected.
  • Double click the hand to load in the Hand Replayer
  • Copy to clipboard - Right click a hand you’d like to post to a hand converter.

Hand Replayer - New Feature: A simple animated run through of the loaded hand.
It should be noted that this feature is thanks to contributions from a couple of first time contributors:
  • lastpoet contributed the first working version of the code.
  • philr picked up that code and made it useful to users, adding multiple features including the hand query and list, date filter, table and card graphics and the link from Session Viewer.
  • toedder sent patches for better reading
  • Zarturo for splitting the hand list and the animation into separate windows, overhauling and implementing all of the filters available for the hand list.

The replayer hand list should work for all games, but you can only load up and animate Holdem and Omaha games at the moment.

****** If you attempt to load stud or draw based games you will cause it to crash at the moment.


General Updates:
  • Lots of PostgreSQL fixes in all areas (Thank Zarturo)

  • Much work has gone into making the logging work ‘properly’ we should be able to see a lot more useful info when FPDB has issues.
  • Massive speed boost when importing results of large tournaments.
  • The HUD should work much more stably on Linux now. Bostik switched us over to using the wnck library instead of Xlib, which has made window detection events much more stable, and allowed us to re-enable wondow resizing. This lib probably isn’t installed guys, python-wnck on my Ubuntu machine.

Site Support and Parsing:

New sites: BetOnline, Microgaming, 888/Pacific

PokerStars:
  • Lots of tourney results fixes.
  • Zoom
  • Home Games (cash and tourney)
  • Lots of mixed game fixes

Carbon/Merge network:
  • Carbon has been renamed Merge
  • Most (non-mix) games should now parse

  • Lots of accounting bug fixes.

  • HUD Should function much better now (?)
  • Cards parsing for all games.
  • Much better matching of table names
  • Tournament hand parsing support added.

Everleaf – Stud hands now parsed. This has some limitation as not all info is published ot the hh

Entraction: Major fixes this was still experimental in the last release. Things have improved, but I haven’t had any testers for a while.
  • Major accounting fixes – recognises all-ins, chips amounts with ,’s, ‘both blinds’ and ’second sb’ and a massive issue with the way the hands are split

iPoker: Overhaul, bug fixes and new games.
  • Cards now parse in at least Holdem and Stud so the mucked card display shouldn’t crash.
  • Cash – LO, PLO, NLHE, FLHE, 7 Card Stud 8, 5 Card Stud should all parse now.
  • Tourney – NLHE tourneys parse
  • Antes should parse properly now
  • GBP games should now parse
  • You can now import tournament results. Go to Import->Tournament Results Import and choose the HH file for each tournament.
  • HUD working for at least cash games.

FTP: Many more tourney types now parsed.

Win2Day/Boss: Update and rename
  • This has been renamed from Win2day to Boss, and given some cleanup
  • Updated for recent change to hh format
  • Added support for 5 Card Draw
  • Hero cards should now be read properly for Omaha games
  • Support for Swedish Kroner games – SEK
  • Initial support for tourneys

Tournament Results:
General note: You will need to import tournament results files before you see results.

How to download/update
======================
Please note that you will have to recreate database and replace your config file if you are upgrading from an earlier version.

FPDB will warn you if your database is incompatible and will not work properly unless you recreate or use a new one.

To download: https://****************/projects/fpdb/files/fpdb/0.30/

Links
=====
To be notified by email of new versions you can subscribe to our announce mailing list here: https://lists.****************/lists/.../fpdb-announce
Link to fpdb website (wiki) http://fpdb.wiki.****************/
Features page: http://****************/apps/mediawik...title=Features
How to install&setup fpdb in 5 Minutes with the Windows installer: http://sf.net/projects/fpdb/files/fpdb/help/ Choose exe021install.avi (18mb, no sound)
Installation instructions are available from: http://****************/apps/mediawik...e=Installation
Getting Started Instructions: http://****************/apps/mediawik...etting_Started
FAQ: http://****************/apps/mediawik....php?title=FAQ
Screenshots: http://****************/apps/mediawik...le=Screenshots

Languages
=========
Fpdb 0.30 is fully translated into English and Italian.
There’s partial translations for Spanish, German, Lithuanian, Polish, Portuguese, Russian. Hungarian, French and Romanian.

See http://****************/apps/mediawiki/fpdb/index.php?title=Translation for further details.


Sources of Support
===============
Please also see the “Bug reports” section below to enable us to help you.

These are listed in order of usefulness – the 2+2 thread in particular is rather chaotic so if we miss your post feel free to bring it up again

1) Chat/IRC: One of the developers is usually around, but it is IRC. Dont get discouraged because if we don’t answer within 20 minutes, once we do you’ve probably got our full attention.
This link takes you to a website where you can talk to us directly without having to install an IRC client: http://webchat.freenode.net/?channels=fpdb
Alternatively use can use any IRC client to connect to #fpdb on freenode.net

2) 2+2 Forums: The monster 2+2 forum thread (registration required).
http://forumserver.twoplustwo.com/showthread.php?t=273001 Please dont let the size of the thread phase you. It is monitored and sends email notifications to almost all of the developers some of the developers. (Note: If you play poker and don’t frequent the 2+2 forums, you may want to become better acquainted. Its a bit daunting at first, but well worth the effort)

3) Mailing List: Visit http://lists.****************/lists/listinfo/fpdb-main to subscribe to the development & support mailing list and send us an email

When you do report issues, try to make it easier for us help you. We usually need at least the
following information:
- FPDB version
- Operating system and version (e.g. Linux Mint 12 or Windows 7 64bit)
- Database type (MySQL, SQLite, PostgreSQL)
- Install method (exe, tarball, deb, git, ebuild)
- Site name and gametype (e.g. $10 Pokerstars Razz SnG)
- Translation: What language is FPDB and the Poker Client is being displayed in. If the language is not English, can you please reproduce the issue while using the English translation first.
- Errors from the log files. There is now a copy to clipboard function to assist this. We are usually looking for lines containing WARNING and ERROR.

Most of these details are available for easy copy & paste in the Help menu under About or in Help->Log Messages (Use copy to clipboard)


Known Problems
========================
- HUD: Minimising/Restore on Windows is wrong. This isn’t going to be fixed in this release cycle.
- Hand Viewer: Attempting to load too many hands in the Hand Viewer will crash FPDB. We recommend using the Session viewer to limit the hand range. Also see below.
- 5 Card Stud has only minimal support. Expect oddities with this game and it has a ‘2nd street’ that we dont deal with yet. (Hand list will crash when attempting to load this format.)
- Attempting to import Winamax DoN or ‘Starting Block Winamax Poker Tour’ results file before importing the hand history will result in an error.
- If the various viewers refuse to load, but the hand histories appear to be importing correctly, then you need to update your config file. Instructions: http://****************/apps/mediawik..._Configuration

Notices for Windows users
========================
1) First-time installs may need to download and install the C++ runtime executable from Microsoft. Fpdb on Windows is not currently compatible with PostgreSQL 9.x (it works fine in Linux). Please let us know if you know a way to solve either of these problems.’
2) Windows users using MySQL may experience issues https://****************/apps/mantisbt/fpdb/view.php?id=160 and/or https://****************/apps/mantisbt/fpdb/view.php?id=159 this is a MySQL configuration problem unfortunately.

FPDB hopes to build a solid communiity of contributors and we like to recognise everyone who has helped us out. For the latest list of contributors please see http://trac-git.assembla.com/fpdb/browser/contributors.txt which also servers as a useful reference for who else is interested in the same areas as you.

If you’re missing from this file please let us know. Full details of who did what can be viewed in the git history.

Thanks and may the variance be with you.

The FPDB Team.

But wait theres more!
0.30.1:
  • Fix Stars tournament breakage
  • Revert patch causing accounting issue on all sites
0.30.2
  • Add support for new merge date format.

Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
06-29-2012 , 07:31 PM
Edit: Sorry, I did d/l the newest one you linked to in the above post, but I already had 30.2 as the actual d/l for it was uploaded 6/12/2012. I have two 30.2 versions now and each does the same thing (1 even with run as administrator).

I have a couple screenshots here for you, they might be of help since they outline a graphical view of the sqlite database. As you can see, a database of "None" doesn't exist, so not sure where that comes from in the Hud Log...

Errors:
[IMG] Uploaded with ImageShack.us[/IMG]

and log:

[IMG] Uploaded with ImageShack.us[/IMG]
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
06-30-2012 , 06:57 AM
does this program work with partypokers instant play (java) client aswell?

I saw from options that it saves handhistories, would it be possible to display HUD on those tables? Would be perfect under linux

Last edited by Nitrub; 06-30-2012 at 07:07 AM.
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
07-01-2012 , 10:19 AM
0.30.3 is available for download here :

http://****************/projects/fpdb...3.exe/download

This includes updates for Cake, Entraction, Winamax, iPoker, Boss, Everest, Everleaf and PKR

Existing 0.30.x databases and configurations are compatible so do NOT need to be reinstalled/recreated.

Quote:
Originally Posted by nunoricardovaz
Hello. What´s the diference between 0.30.1 and the 0.30.2 release? Is there a page where I can follow the changes of the new releases?
Thanks.
sourcecode changes for 0.30 series can be followed here: http://www.assembla.com/code/fpdboz/...0_maintenance#

Last edited by gimick; 07-01-2012 at 10:32 AM.
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
07-01-2012 , 12:05 PM
Quote:
Originally Posted by gimick
0.30.3 is available for download here :

http://****************/projects/fpdb...3.exe/download

This includes updates for Cake, Entraction, Winamax, iPoker, Boss, Everest, Everleaf and PKR

Existing 0.30.x databases and configurations are compatible so do NOT need to be reinstalled/recreated.



sourcecode changes for 0.30 series can be followed here: http://www.assembla.com/code/fpdboz/...0_maintenance#
Thanks for this new version !

Unfortunaly (or not ...) I'm an linux user, should be possible get a tar.gz of the 0.30.3 ?
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote

      
m