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

10-25-2010 , 05:54 AM
Been offline for a while

Quote:
Originally Posted by ekdikeo
I think all of the HUD problems that I got were in the latest dev, not in the last release ..
I have a feeling that those things were broken pretty soon after the last stable release.

Quote:
Originally Posted by Banzai
Where is my Hud_config file? I can't find it... I need to change prefered seat etc.
Quote:
Originally Posted by GuyQube
I can tell you where the hud config xml file is on my windows 7 machine, it will be a little different on XP but should give you a starting point.

c:\Users\[whoever]\AppData\Roaming\fpdb

at a guess on XP it would be something like

c:\users and settings\[whoever]\AppData\... and mooch around from there

or you could just do a search for HUD_config.xml and XP should find it for you.

Hope this helps
GuyQube is correct - the directory itself might be hidden though.

The full path to the config file is printed to the log file as the first line, though i'm not 100% sure that this logging change made the most recent release.

Quote:
Originally Posted by PhenixRising
I'm just going to add the stuff you all need into my sig.

Ubuntu 10.04
Latest Release
MySQL
2 gig ram


Everything is working fine now. Unless the e-mail import issues have been resolved.
Excellent - To many users to remember every configuration.

Going backwards from latest to pre .906 is probably going to be an issue. In the latest code there is a new table, and the database delete code doesn't actually do anything about it.

Quote:
Originally Posted by Arsil
Hello and sorry for my bad english.
I really enjoy this software.
I'm actually using the last testing release (0.20.906).

I have a little knowledge about coding but I'm not confident with python.
Welcome

Quote:
Originally Posted by Arsil
Can you tell me where and how you removed the "%" character?
I figured out how to remove decimal digits through xml, but to remove
the "%" I guess I have to modify the code.
Where? Stats.py, Hud.py or somewhere else?
It is gone in the latest code, but one of those to files or HUD_main.pyw would have been the spot
Quote:
Originally Posted by Arsil
I got more questions.

In HUD_config.xml I created a new popup window but I can't
"call" it. When the mouse pointer is over a certain stat (or when
I right click on it) I'd like a popup window that goes into details
(for example, when the mouse pointer is over the "cbet" stat it
should show c-bets on flop/turn/river).
Are custom popup windows unimplemented yet or I'm doing
something wrong? In the last case I'll show you my xml code:

This is obviously inside the <popup_windows> tag:
Code:
        <pu pu_name="continuationBet">
                <pu_stat pu_stat_name="cb1"> </pu_stat>
                <pu_stat pu_stat_name="cb2"> </pu_stat>
                <pu_stat pu_stat_name="cb3"> </pu_stat>
                <pu_stat pu_stat_name="cb4"> </pu_stat>
        </pu>
This is the "stat" that should "call" the popup window:
Code:
         <stat click="tog_decorate" col="2" popup="continuationBet" row="1" stat_name="cbet_0" tip="continuationBet"/>
Out of curiosity I tried also with the "tip" field.
I dont think custom popups are available yet, though it might be possible - Eratosthenes?

Quote:
Originally Posted by Arsil

Last but not least.

Graphs and Ring/Tourney players stats don't work.
Players stats worked on version 0.20.1, Graphs never worked for me.
I don't play cash games, only S&G and MTT, if that matters.
I play on PokerStars if that matters.
Edit: I use Ubuntu, if that matters.

Thanks for this great peace of free software.
SonovaOpenSource
I dont play tourneys, so i'm not sure if player stats actually worked for that release. A lot of the tourney support is very new.

Quote:
Originally Posted by LOLSTATS
I believe I've found a bug or two with the hud. When I load up about 10+ sng's on Stars, fpdb seems to occasionally wig-out and start cycling through multiple tables as fast as possible. Sometimes it stops after a few stressful seconds, sometimes I have to use ctrl-alt-del. Sometimes clicking on a table in my taskbar seems to help, sometimes not.

The problem is more evident the more tables I have open. Such that 15+ is impossible; this problem will come up more often than not. Killing the hud will pretty much guarantee this problem will reoccur as soon as it's reactivated.
We've had a few reports that the mucked card display steals focus when it is created - disabling that might help you out.

We have def had players with 24+ tables functioning in stacked mode, so it is doable.
Quote:
Originally Posted by LOLSTATS
Another problem that seems to come up w/ this number of tables is that the hud randomly stops using my preferred seat. This seems like it may have something to do w/ getting to the final table at a MTT during a session but I definitely don't have to be at the final table to observe it happening. Most tables will keep using the preferred seat. Once it stops using the preferred seat, it tends to keep using the wrong seat.
ekdikeo is more useful on this topic - i know that FTP has a preferred seat problem when changing tables, and that for Stars you need to kill the hud when you change table, and the stats should regenerate in the correct positions on the next pulse.
Quote:
Originally Posted by LOLSTATS
I'm using fpdb w/ betpot on windows 2008. I stack my table windows.

Any feedback, even just hints on where to look in the code, would be much appreciated! I have lots of coding experience but none w/ python and so far I can't find any code responsible for changing what window is in focus (or whatever's going on).
The hud windows actually attach to the table windows, so they should only get focus when the table does. The mucked cards are the same, but slightly different.

When the windows are created it does steal focus briefly, and we haven't found a way to prevent that yet.
Quote:
Originally Posted by LOLSTATS
p.s. I can't get git to work using the wiki's instructions. Do I have to be an assembla.com member? I was able to git something else to test git but nothing from assembla. I got the kind of error message that really gives you hope for all of mankind: "fatal: unable to connect a socket (No error)" I'm sure they meant, "No error code."
Assembla may have been down when you were writing this. Give it another attempt and let me know.

Quote:
Originally Posted by 1meandog4u
Time for my monthly request to fix the time on the hud. Oversimplified, my HH's file from Stars change the date to the new day at 9pm local. The player stats change to the new day at 9pm local. The graphs change to the new day at 9pm local.

However, the hud display on the table changes the date to a new day at 5pm. Since i like to use "1" day for the hero, to track how my day is going, it would be nice to be able to move the time the hud display changes to a new date to four hours later than the 5pm it is changing now. That would make everything match.

There HAS to be a simple way. Just tell me the file and the line to change and I'll do it myself. Someone!! Anyone!! If the stats and graphs end the day at the same time, why does the hud display change four hours sooner. Makes no sense to me.

Dog
First look at this says:

Database.py - get_stats_from_hand (approx line 720)

and

SQL.py - get_stats_from_hand_aggregated (approx line 1500)

Nothing jumps out and says 'adjust date here' though.
Quote:
Originally Posted by hitego.go
The import error above "unable to recognize game type from hand xxxx" seems to be a pretty common place error. I'm getting it with heads up SNGs.

sorrow once posted:
"unable to recognize game type from hand xxxx" is an issue we need to address on a per game basis, I can usually fix those with just the header (newer versions should print the first 100 characters of the header to make it a bit easier to find.)"
You need to adjust one of the regexes - which one depends on the site, but it is usually re_GameInfo or re_HandInfo

Quote:
Originally Posted by hitego.go
Maybe you can post a guide on how to hack the source ourselves to make a new game type recognized? Somewhere on the wiki?
ChazDazzle (not sure if he is a member here) updated a lot of this documentation recently. A good place to start:

http://****************/apps/mediawik...nverter_Object
Quote:
Originally Posted by hitego.go
Also for some reason ring data and tournament data is included in the session stats at the same time, and the order of magnitude of tournament chip winnings totally messes up the session stats (busting out of a tourney may have me down thousands of "dollars" when I am playing micro stakes).

I am still using 0.20. thanks for the software.
Session Stats is broken badly, and shouldn't be trusted in any way, shape or form.
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
10-25-2010 , 05:45 PM
I'll make it as simple as I can cause I want to get a quick answer:

- I play at Pokerstars, Windows XP, NL Holdem
- Cash 9-max tables - works perfectly
- 9-man SNG's - works perfectly
- heads-up cash- works perfecty
- heads-up SNG's- DOESNT WORK! ERROR IMPORTING HANDS!

ERROR log: Not able to determine game type

What should I do?
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
10-25-2010 , 06:57 PM
Quote:
Originally Posted by Timoo1239
What should I do?
A simple answer for a simple question, don't play that game!

Dog
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
10-26-2010 , 12:28 AM
Quote:
Originally Posted by sorrow
ChazDazzle (not sure if he is a member here) updated a lot of this documentation recently. A good place to start:

http://****************/apps/mediawik...nverter_Object
Yes
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
10-26-2010 , 05:45 AM
Quote:
Originally Posted by 1meandog4u
A simple answer for a simple question, don't play that game!
I dont take this option into consideration unfortunately :P
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
10-27-2010 , 02:15 AM
Quote:
Originally Posted by Timoo1239
I'll make it as simple as I can cause I want to get a quick answer:

- I play at Pokerstars, Windows XP, NL Holdem
- Cash 9-max tables - works perfectly
- 9-man SNG's - works perfectly
- heads-up cash- works perfecty
- heads-up SNG's- DOESNT WORK! ERROR IMPORTING HANDS!

ERROR log: Not able to determine game type

What should I do?
I'm limited by the number of hand history types that people send me.

If you could send a file to carl.gherardi@gmail.com i'll make sure that the next version supports HU SNGs in some form.

Sorrow
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
10-27-2010 , 06:23 AM
Quote:
Originally Posted by sorrow

GuyQube is correct - the directory itself might be hidden though.

The full path to the config file is printed to the log file as the first line, though i'm not 100% sure that this logging change made the most recent release.
The path was:

C:\Documents and Settings\XXXX\Application Data\fpdb

can't understand why I didn't find it as this account is administrator level so hidden directories are visible.

Thanks all.
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
10-28-2010 , 09:27 AM
When I insert path of HH folder into preferences of fpdb, what "slashes" should I use? I have W7. Forward "/" or backslash "\" or it doesn't matter?
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
10-28-2010 , 09:35 AM
Quote:
Originally Posted by ghavelka
When I insert path of HH folder into preferences of fpdb, what "slashes" should I use? I have W7. Forward "/" or backslash "\" or it doesn't matter?
Shouldn't matter, looks like forward slashes are used in the example though
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
10-28-2010 , 09:49 AM
I don't know if this problem is already in the thread. I upgraded to fpdb 0.20.1 and recreate my database and now my hud is not working fine. It only shows the stats of one player. I tried to stop and start it again but the behaviour doesn't change.

I'm running Slackware Linux and when I tried to run fpdb I got an error of python2 not found. I see a python2.6 in /usr/bin so I did a symbolic link to python2. (I hope that it doesnt matters).

Any ideas?
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
10-28-2010 , 01:19 PM
Quote:
Originally Posted by Donoban
I don't know if this problem is already in the thread. I upgraded to fpdb 0.20.1 and recreate my database and now my hud is not working fine. It only shows the stats of one player. I tried to stop and start it again but the behaviour doesn't change.

I'm running Slackware Linux and when I tried to run fpdb I got an error of python2 not found. I see a python2.6 in /usr/bin so I did a symbolic link to python2. (I hope that it doesnt matters).

Any ideas?
I assume you are using the tarball under slackware?

Which player is being shown?
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
10-28-2010 , 04:09 PM
Yes, I'm using fpdb-0.20.1.tar.bz2

There is fold to 3bet stat in last version? I upgraded hoping that it was included.
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
10-29-2010 , 02:27 AM
Quote:
Originally Posted by Donoban
Yes, I'm using fpdb-0.20.1.tar.bz2

There is fold to 3bet stat in last version? I upgraded hoping that it was included.
Not yet - we are now pretty close to 100% with 3bet and CBet stats, so fold to 3bet shouldn't be too far away.

When you upgraded did you recreate the config file in ~/.fpdb? Most upgrades have had enough changes in config that this may be a cause.

Sorrow
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
10-29-2010 , 02:01 PM
Quote:
Originally Posted by sorrow
Not yet - we are now pretty close to 100% with 3bet and CBet stats, so fold to 3bet shouldn't be too far away.

Sorrow
A Limp/Fold stat would also be nice (how many times a limper folds after a raise).

Sorrow thanks for your answers.

A
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
10-29-2010 , 03:45 PM
Quote:
Originally Posted by sorrow
Not yet - we are now pretty close to 100% with 3bet and CBet stats, so fold to 3bet shouldn't be too far away.

When you upgraded did you recreate the config file in ~/.fpdb? Most upgrades have had enough changes in config that this may be a cause.

Sorrow
Uhm no. I would try tomorrow.
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
10-30-2010 , 03:00 AM
Is it possible to convert BB/100 to an integer in the HUD and/or control how many decimal places it displays?
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
11-01-2010 , 08:26 PM
Is it possible to display number of BBs of players? (tournaments)
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
11-02-2010 , 12:39 AM
Quote:
Originally Posted by ghavelka
Is it possible to display number of BBs of players? (tournaments)
Not currently, and if it were added, it would be from the last hand, so the first hand of a blind level, it would be incorrect. I don't know how difficult it would be to add something like that, considering that it currently pulls the hud stats from the database, rather than from the last hand info digested...
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
11-02-2010 , 02:06 AM
Why does FPDB run two python.exe files at the same time? One for the hud and one for the program itself? Sure eats up a lot of processor load and that is what seems to occasionally get the processor in some sort of "loop" and I have to shut it down or it will lock my action on Stars. Soon as I shut it down, the processor drops and it frees my connection with Stars. Any ideas to eliminate this? Thx..

Dog
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
11-02-2010 , 04:16 AM
Quote:
Originally Posted by 1meandog4u
Why does FPDB run two python.exe files at the same time? One for the hud and one for the program itself?
Exactly - the HUD code is completely independent from the main gui and import process.
Quote:
Originally Posted by 1meandog4u
Sure eats up a lot of processor load and that is what seems to occasionally get the processor in some sort of "loop" and I have to shut it down or it will lock my action on Stars. Soon as I shut it down, the processor drops and it frees my connection with Stars. Any ideas to eliminate this? Thx..

Dog
You've described this a couple of times before, but I dont really have any ideas on what is happening.

Sorrow
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
11-03-2010 , 02:55 AM
I occasionally see the fpdb process jump for a half second or so into the 30-40% range on CPU usage, but it always drops to near 0 for most of the time. What's your import time frame set to? I have it at the default 10seconds, and I rarely play more than 3 tables at a time anymore... I do seem to recall noticing some CPU usage issues when I was 8 tabling, but other people with far more tables on far smaller computers were not reporting problems, so I figured it was Everleaf, rather than FPDB.
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
11-03-2010 , 05:22 AM
Quote:
Originally Posted by ekdikeo
Not currently, and if it were added, it would be from the last hand, so the first hand of a blind level, it would be incorrect. I don't know how difficult it would be to add something like that, considering that it currently pulls the hud stats from the database, rather than from the last hand info digested...
Ok, ty. I just saw it in some video with another HUD.
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
11-03-2010 , 12:41 PM
Quote:
Originally Posted by ekdikeo
I occasionally see the fpdb process jump for a half second or so into the 30-40% range on CPU usage, but it always drops to near 0 for most of the time. What's your import time frame set to? I have it at the default 10seconds, and I rarely play more than 3 tables at a time anymore... I do seem to recall noticing some CPU usage issues when I was 8 tabling, but other people with far more tables on far smaller computers were not reporting problems, so I figured it was Everleaf, rather than FPDB.
I usually play 4 tables. I've got it set to 8 secs. I "may" have an idea as to what could be a contributor, or the problem. My cpu usage zooms to about 55% and will stay there until I close fpdb and reopen.

My own "over zealous organization" may be the problem. At the end of the night before I shut down I add all the HH's to a zip file "October2019" for example, then delete the files, thus cutting down storage space. I also, once a week, run a program "Eusing Registry Cleaner", which I've used a couple years without problems. Basically, it cleans out bad links, short cuts etc etc. I notice that if a couple days go by after doing that, is when the problem is worse, Better when I've just cleaned it.

Apparently, when I deleted my HH's it leaves some dangling short cuts to those files in the registry. The next day when I start playing if a table is still open that I played on the previous day (now deleted and zipped) it tries to use the invalid "dangling" registry reference to find that file and can't do it, and that's when I think the cpu goes into what I call a "loop", runs 55% and so on.

Does this make any sense to you? Or is it pure coincidence that when I clean out missing short cuts from the registry it seems to work fine for awhile?

Dog
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
11-03-2010 , 01:11 PM
Oh man, it finally works for HU SNG's at Pokerstars!

Thank you soo much Carl!
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
11-03-2010 , 11:17 PM
Quote:
Originally Posted by Donoban
Uhm no. I would try tomorrow.
I tested it today and it works now, seems that the config file have a lot of changes. Thx
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote

      
m