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

03-11-2017 , 11:34 AM
Quote:
Originally Posted by LektorAJ
What are the units for the "Std. Dev" calculation? Is it dollars or BB?
Dollars

Quote:
Originally Posted by LektorAJ
Also, is there a way to find an opponents' stats during hand review out of game?
Cash -> Ring Player Stats

Quote:
Originally Posted by TheDruid
Hi Chaz,
I do use the session IDs to group my reports, but I don't use the sessionscache table data itself.

The report data I get by aggregating the columns in handsplayers.

So my current workaround is to leave the datatype for the affected columns in sessionscache as Decimal(10,0) and make them float elsewhere.

No errors on import, no warnings in fpdb_errors.txt

Cheers,
--D
I went back and read your original message. Unless you're also using the columns in question, you can go ahead and ignore the warnings.

Also, yes we did remove "played". It is just vpip or saw flop like you said.
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
03-12-2017 , 03:32 PM
Hey guys i've got a small problem. I usually play on 4 MTT tables and whenever i change table on one of them the HUD crashes and i have to recheck start auto import again every time to reload the HUD.

I am on 0.41.0-rc8. I think it's the latest version.
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
03-12-2017 , 09:51 PM
Quote:
Originally Posted by Peka96
Hey guys i've got a small problem. I usually play on 4 MTT tables and whenever i change table on one of them the HUD crashes and i have to recheck start auto import again every time to reload the HUD.

I am on 0.41.0-rc8. I think it's the latest version.
Yeah there's a fix for this (hopefully) coming when I make another release. Whenever that is.
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
03-13-2017 , 01:27 AM
Hey, I just gave this a shot after getting back into poker and deciding I don't want to buy HM2 to play 2NL.

It was suprisingly easy to get up and running, although no HUD in Zoom is a bit of a disappointment.

Is there any effort being put into making that a possiblity? If not I could possibly be interested in helping. Python isn't my main language (C++/C# mostly) but I would really love to have a free Zoom HUD
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
03-13-2017 , 01:41 AM
Quote:
Originally Posted by DarkMagus
Hey, I just gave this a shot after getting back into poker and deciding I don't want to buy HM2 to play 2NL.

It was suprisingly easy to get up and running, although no HUD in Zoom is a bit of a disappointment.

Is there any effort being put into making that a possiblity? If not I could possibly be interested in helping. Python isn't my main language (C++/C# mostly) but I would really love to have a free Zoom HUD
I'm unaware of anyone working on this. Go for it! I'm not sure what the site policies on this kind of thing are nowadays, you might want to double check that kind of thing first.
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
03-13-2017 , 01:53 AM
I think the trouble is FPDB works by reading the hand history files so for zoom it would need to change the whole way it works.

Not sure if it's ok to mention a rival product but if you want support for zoom (i.e. Pokerstars' version of fastfold poker) specifically then the pretty but very basic free Jivaro HUD works. It only shows 3 stats: VPIP, PFR and PFAgFreq, but in the NL2 zoom pool in the main PS player pool it will take such a long time to get a big enough sample on anyone to use anything else.
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
03-13-2017 , 02:50 AM
Yeah I mean I have some experience with Windows API stuff, so looking for example at something like this writing a .dll file to do it could be realistic

I will check into the Stars terms, but HM2 does it so I assume it should be fine.
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
03-19-2017 , 11:50 AM
I can't seem to get the HUD to work. Hands seems to be importing, getting 0 errors, I can view the hands in the Cash tab. I'm on v0.41.0, but I couldn't get it to work on the prior version either. Playing 8 Game on Pokerstars.
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
03-19-2017 , 11:59 AM
Quote:
Originally Posted by WhiteFlagWar
I can't seem to get the HUD to work. Hands seems to be importing, getting 0 errors, I can view the hands in the Cash tab. I'm on v0.41.0, but I couldn't get it to work on the prior version either. Playing 8 Game on Pokerstars.
If you go Help -> Log Messages do you see anything in:

FPDB Errors, HUD Errors, HUD Log, or HUD_Main.exe Log?

Does it work for non-8-game like Hold'em?

Also try running fpdb "as Administrator"

Last edited by ChazDazzle; 03-19-2017 at 12:00 PM. Reason: Additional suggestion
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
03-19-2017 , 03:37 PM
Figured it out. Hadn't set myself as hero. It showed up in the HUD Log. Ty.
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
03-21-2017 , 02:18 PM
Quote:
Originally Posted by phil_r
It is, and should work that way out of the box without extra config. Maybe you play on a site where it can't work that way because tables don't have distinct names? FPDB uses the table name to determine where to put each HUD.
Okey, in fact, straight away after I replied it actually worked. As I played some more tables I realized that it doesn't work for all tables. I'm not sure which tables that work/doesn't work and if the cause is as you suggest that PS doesn't have distinct table names. Looking at the log I see that there is a FpdbParseError to the hand history file corresponding to the table which the hud doesn't work with.

Error message: 2017-03-21 18:56:41,569 parser ERROR FpdbParseError for file 'FILEPATH'

Following that error there is another error, concerning each player.

Error message: 2017-03-21 18:56:41,569 parser ERROR Hand.addBlind: '167908716824' unknown player: 'PLAYERNAME'
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
03-26-2017 , 06:46 PM
i just downloaded the hud but i when i want to start it doesnt show anything. And i get this error ** ERROR DEFAULT PATH IN CONFIG DOES NOT EXIST ** can someone help me out to get this working.
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
03-27-2017 , 05:05 AM
Does this program keep track of dead cards
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
03-29-2017 , 06:34 PM
hi,
i re installed fbdb, copied my old HUD config, ran it, and it imports hands but im not getting a HUD displayed

i wanted to run it as adminj to see if that fixes the problem but it wont launch and this is what im getting:



in normal mode is running ok but not displaying HUD as stated before
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
03-29-2017 , 07:36 PM
fixed it
it turned out that HUD was displaying but it was in some crazy, outside of screen location for some reason (like -2000 lol) so i manually changed the location
im still, getting that admin mode error but everything works fine in a standard mode - should i be bothered?
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
03-29-2017 , 10:22 PM
Quote:
Originally Posted by Okcir
i just downloaded the hud but i when i want to start it doesnt show anything. And i get this error ** ERROR DEFAULT PATH IN CONFIG DOES NOT EXIST ** can someone help me out to get this working.
Are you still having this issue? If you send your error logs to support@pokeit.co i'll take a look.

Quote:
Originally Posted by PokerPlayer1989
Does this program keep track of dead cards
It does not.

Quote:
Originally Posted by Pavulon
fixed it
it turned out that HUD was displaying but it was in some crazy, outside of screen location for some reason (like -2000 lol) so i manually changed the location
im still, getting that admin mode error but everything works fine in a standard mode - should i be bothered?
Are you using a second monitor? You could try running the program "As administrator" to get rid of the error, but shouldn't be a problem otherwise.
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
03-29-2017 , 10:26 PM
Quote:
Originally Posted by DarkMagus
Yeah I mean I have some experience with Windows API stuff, so looking for example at something like this writing a .dll file to do it could be realistic

I will check into the Stars terms, but HM2 does it so I assume it should be fine.
This is project that we'd love to have some help with if you're interested. I don't have much experience with windows API, but I could at least be of help hooking what you scrape into fpdb.
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
03-30-2017 , 06:13 PM
I did try to use stuff like Spy++ to see if I could extract the text from a control on the table window. I was able to get the player names from the ComboBox on the Notes tab, but unfortunately those are in alphabetical order, not in order of seats. That might be better than nothing since we could at least display the stats for each player, even if not in the right position.

I am guessing the actual seat text is drawn using a graphics object, which is going to make things more complicated.
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
04-03-2017 , 07:21 AM
Hi guys,

I got a problem with importing my hands of the Ipoker client Ladbrokes.
I can use the HUD with Pokertracker 4 ( but because of trial expired i moved to fpdb ) so i know there is no problem with my setup of Ladbrokes( english, saved HH... ).
I also can use the Pokerstars HUD on fpdb but Ladbrokes just don't seem to work.. I tryed the following:

Configure => Preferences => Sites => Site iPoker

site_path = C:\Users\Jochends\AppData\Local\Ladbrokes Poker.be
site_name = iPoker
screen_name = Jochends ( Jochends = login and JochenDeS is my nickname in game )
HH_Path = C:\Users\Jochends\AppData\Local\Ladbrokes Poker.be\data\JochenDeS\History\Data

On the 'HUD and Auto import' i got the following:

iPoker auto import = C:\Users\Jochends\AppData\Local\Ladbrokes Poker.be\data\JochenDeS\History\Data

I need to change something more? The client worked on Pokertracker tho.. and this fpdb also works for Pokerstars but not for Ladbrokes
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
04-03-2017 , 08:10 AM
I got 2 folders in it
C:\Users\Jochends\AppData\Local\Ladbrokes Poker.be\data\JochenDeS\History\Data\Tournaments

and

C:\Users\Jochends\AppData\Local\Ladbrokes Poker.be\data\JochenDeS\History\Data\Tables

In there my hands are stored in .xml format
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
04-03-2017 , 08:55 AM
Quote:
Originally Posted by Jochends
screen_name = Jochends ( Jochends = login and JochenDeS is my nickname in game )
So maybe try changing that to JochenDeS.
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
04-03-2017 , 04:46 PM
Hey Phil i was wondering if you could maybe compile a hotfix for the bug (when i get moved from my table in MTTs the HUD crashes). Im playing on 4-6 tables so it crashes a lot... its kinda annoying...

Its ok since i can restart it but i was wondering if you could make maybe make it so that when the HUD crashes if the HUD checkbox is still checked then it relaunches itself automatically. idk

Or maybe just fix it if you can find out what causes the crash.
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
04-03-2017 , 05:00 PM
Quote:
Originally Posted by Peka96
Hey Phil i was wondering if you could maybe compile a hotfix for the bug (when i get moved from my table in MTTs the HUD crashes). Im playing on 4-6 tables so it crashes a lot... its kinda annoying...

Its ok since i can restart it but i was wondering if you could make maybe make it so that when the HUD crashes if the HUD checkbox is still checked then it relaunches itself automatically. idk

Or maybe just fix it if you can find out what causes the crash.
I believe it's been fixed already in source, just need to finish some other stuff off before I can make a new release.
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
04-03-2017 , 05:39 PM
Quote:
Originally Posted by phil_r
So maybe try changing that to JochenDeS.
Yea.. Already tryed that.
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
04-03-2017 , 06:10 PM
Quote:
Originally Posted by phil_r
I believe it's been fixed already in source, just need to finish some other stuff off before I can make a new release.
That's awesome!

Thanks for staying in touch with the users :P
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote

      
m