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

09-28-2015 , 02:14 PM
FPDBers,

I just posted my first updated binaries in quite some time. You can find them and the list of interesting changes here as always. I made some big changes to the build setup on windows and mac and I didn't test the binaries much so you should definitely keep your old rc6 around while you try out rc7. The big news is the win build should now work on XP, and the mac build might work on older versions of OSX.

Hopefully I can find some more time to work on FPDB and push out the next update a little faster.
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
09-28-2015 , 04:51 PM
Quote:
Originally Posted by only gin martini
It works cash game PLO and holdem for me roofl's. Only thing is in full ring games 1 player will always never have stats.
Are you using the latest version of fpdb? Did you have to do anything to get the HUD working with Betonline?

I've read though like 50 pages of this thread and it seems like a few other people were having the same problem as me but nobody gave a concrete solution.
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
09-29-2015 , 05:31 PM
playing betonline and the stats are hidden under the table, anyone know how to fix?

Edit: ran as admin and this fixed it

Last edited by BorisHsArivd; 09-29-2015 at 05:47 PM.
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
09-30-2015 , 07:21 PM
Hey phil_r can fpdb support winningpokernetwork?
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
09-30-2015 , 10:15 PM
Quote:
Originally Posted by chusoooo
Hey phil_r can fpdb support winningpokernetwork?
It probably can if someone writes a hand history parser. That requires time, skill and motivation.
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
09-30-2015 , 11:23 PM
Quote:
Originally Posted by rooflpoofles
Are you using the latest version of fpdb? Did you have to do anything to get the HUD working with Betonline?

I've read though like 50 pages of this thread and it seems like a few other people were having the same problem as me but nobody gave a concrete solution.
Yes I am, dont know what to tell you man, I had to do an initial configuration (what stats to display, hand history folder etc) but with the update it was just open and run.

I had to redo the timing on the hand updates as it gave me weird errors but put it to like 10 seconds and all was good. Win 7 fyi

Resizing the table or moving it requires a fixing up of the hud which is a pain in the ass because of how betonline gives no timebank, the stupid blackjack table, and the windows not being cascadable/popping uppable..but this is a betonline thing for the most part.
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
10-01-2015 , 07:59 AM
Hi, I would like to know if it is possible to make FPDB detect numpy and matplotlib when installing WinPython which is a python package including all scipy addons. Currently when running run_fpdb.bat it always returns the message that it doesn't detect both addons. Another problem is that it neither imports my Seals with Clubs hands but maybe that is because of the hand import plugin that may be outdated or maybe it that it doesn't detect the python install too.

Could you check if fpdb detects this python bundle or what can I do to make it work?

P. S. for me is much easier to install this type of python because installing them separately gives problems with my Windows 10. (It seems the compatible addon version were designed for a python version uncompatible with the last windows)
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
10-01-2015 , 10:34 AM
Quote:
Originally Posted by OmniLucretur
Hi, I would like to know if it is possible to make FPDB detect numpy and matplotlib when installing WinPython which is a python package including all scipy addons. Currently when running run_fpdb.bat it always returns the message that it doesn't detect both addons.
Hmm, interesting, I haven't seen WinPython before. What version of FPDB are you trying to run, and where is this run_fpdb.bat? FPDB needs python 2.7, so if you have a python 3 version of WinPython things will not go well.

Quote:
Originally Posted by OmniLucretur
Another problem is that it neither imports my Seals with Clubs hands but maybe that is because of the hand import plugin that may be outdated or maybe it that it doesn't detect the python install too.
When SWC changed their software the hand history format changed. FPDB doesn't have a parser for the new format.

Quote:
Originally Posted by OmniLucretur
Could you check if fpdb detects this python bundle or what can I do to make it work?

P. S. for me is much easier to install this type of python because installing them separately gives problems with my Windows 10. (It seems the compatible addon version were designed for a python version uncompatible with the last windows)
You'll need to be a bit more specific for me to tell you definitively. Can you run the python interpreter yourself? Is it version 2.7? Can you import numpy and matplotlib in the interpreter? If the answer to all these questions is yes then we can probably convince FPDB to run (if we can also get a bunch of other libraries it needs...).

Last edited by phil_r; 10-01-2015 at 10:59 AM. Reason: manage expectations
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
10-01-2015 , 12:38 PM
Quote:
What version of FPDB are you trying to run, and where is this run_fpdb.bat? FPDB needs python 2.7, so if you have a python 3 version of WinPython things will not go well.
I'm using FPDB 0.40.5 (run_fpdb.bat is in the root folder). I realized I'm using WinPython 3.4 (no wonder it didn't work) but there's a 2.7 version available in its download page. But until there's support for SwC there's not much point for me since is the only place I play poker.

Quote:
You'll need to be a bit more specific for me to tell you definitively. Can you run the python interpreter yourself? Is it version 2.7? Can you import numpy and matplotlib in the interpreter? If the answer to all these questions is yes then we can probably convince FPDB to run (if we can also get a bunch of other libraries it needs...).
The program has a "winpython interpreter.exe" so yes. And numpy and matplotlib can be imported. My knowledge of python is null so the best I can do to make it work is follow a step by step guide
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
10-01-2015 , 12:42 PM
Quote:
Originally Posted by OmniLucretur
I'm using FPDB 0.40.5 (run_fpdb.bat is in the root folder). I realized I'm using WinPython 3.4 (no wonder it didn't work) but there's a 2.7 version available in its download page. But until there's support for SwC there's not much point for me since is the only place I play poker.

The program has a "winpython interpreter.exe" so yes. And numpy and matplotlib can be imported. My knowledge of python is null so the best I can do to make it work is follow a step by step guide
Yeah, probably no point messing around with it if you only play on SWC.
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
10-08-2015 , 01:10 PM
Hi there!

I'm fairly new to this forum, I've been registered to this forum for about a year(mostly lurking) but now it's time for my first post.

I've been playing online poker in about the same time as I've been registered to this forum, about a year. Never really played with any high stakes but I wanted to tryout playing with HUDs. I've used both HoldemManager and PokerTracker during their trails. But the thing with trials is that the usually run out so I never really got something out of it. Then I found this interesting project and since it was programmed in python, which I've been doing some minor programming in, I thought I should try this one out.

Couldn't really find any installation guide which refered to the same system I currently run so I used both this thread and the wikidot page as a manual. It got me somewhere but there is still something wrong.

My problem is that I cant even import my handhistory or it at least I thing so cause I've been waiting atleast for 30mins for this screen to finish.

I've done everything from the installation guide on the wikidot page except that I unzipped your latest release instead of running the installer. I've got the latest python 2.7 installed with the extension packages required. I've setup MySQL and configured HUD according to the HowTos. Except of course for the last part in the configure HUD where I am stuck.
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
10-08-2015 , 02:09 PM
Quote:
Originally Posted by empe3r
Hi there!

I'm fairly new to this forum, I've been registered to this forum for about a year(mostly lurking) but now it's time for my first post.

I've been playing online poker in about the same time as I've been registered to this forum, about a year. Never really played with any high stakes but I wanted to tryout playing with HUDs. I've used both HoldemManager and PokerTracker during their trails. But the thing with trials is that the usually run out so I never really got something out of it. Then I found this interesting project and since it was programmed in python, which I've been doing some minor programming in, I thought I should try this one out.

Couldn't really find any installation guide which refered to the same system I currently run so I used both this thread and the wikidot page as a manual. It got me somewhere but there is still something wrong.

My problem is that I cant even import my handhistory or it at least I thing so cause I've been waiting atleast for 30mins for this screen to finish.
That screen isn't supposed to finish. If you have a poker table open, FPDB should be auto-importing hand histories and displaying a HUD. (If you want to import your old hand histories, you want Bulk Import).

Question 1: Did you get a HUD main window that says something like "close this window to exit the HUD"?

Question 2: Do you have pokerstars set to save hand histories in English?

Quote:
Originally Posted by empe3r
I've done everything from the installation guide on the wikidot page except that I unzipped your latest release instead of running the installer. I've got the latest python 2.7 installed with the extension packages required. I've setup MySQL and configured HUD according to the HowTos. Except of course for the last part in the configure HUD where I am stuck.
Well, part of the reason I put together that zip file was so that people wouldn't need to install all those other things. But they probably shouldn't cause any problems.

Question 3: If you go to the help menu and hit 'log messages', is there anything that looks like it might help us diagnose the problem?
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
10-08-2015 , 02:29 PM
Quote:
Originally Posted by phil_r
Well, part of the reason I put together that zip file was so that people wouldn't need to install all those other things. But they probably shouldn't cause any problems.
Ah okey, I see must've missed that, nice

Quote:
Originally Posted by phil_r
Question 2: Do you have pokerstars set to save hand histories in English?
This was it, I changed it to english and now everything seems to work, thank you
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
10-14-2015 , 05:02 AM
New to FPDB, would be using it on Pokerstars aside with another tracking software. Is there a way to only make it track certain games (5-card Omaha for example) while letting the other tracking softwares take care of other games. Also once the hand history is created and FPDB had handled it, does it delete the hand history from it's location so it's not longer available for other tracking softwares? Or could I use say HEM+FBDB parallel without any problems?
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
10-14-2015 , 05:55 AM
Quote:
Originally Posted by PlumpSquirrel
New to FPDB, would be using it on Pokerstars aside with another tracking software. Is there a way to only make it track certain games (5-card Omaha for example) while letting the other tracking softwares take care of other games. Also once the hand history is created and FPDB had handled it, does it delete the hand history from it's location so it's not longer available for other tracking softwares? Or could I use say HEM+FBDB parallel without any problems?
There's a feature for excluding certain game types that I added in one of my recent releases. Configure -> import filters. It's not pretty but it should work.

FPDB does not delete hand histories by default. Off the top of my head I don't think there's an option to do that, even. So you should be fine. (I added the feature for someone looking to do something similar to you, and I don't think they had any problems.)
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
10-14-2015 , 06:03 AM
Quote:
Originally Posted by PlumpSquirrel
New to FPDB, would be using it on Pokerstars aside with another tracking software. Is there a way to only make it track certain games (5-card Omaha for example) while letting the other tracking softwares take care of other games.
If you use HUD_config.xml for configuring fpdb, then this can be done by deleting appropriate lines for the games that shouldn't be tracked by fpdb in HUD_config.xml from C:\Users\*YOUR USERNAME*\AppData\Roaming\fpdb.
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
10-15-2015 , 09:18 AM
Is there a way to assign the stats to pop up at the right place when using the preferred seat option in the poker client?
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
10-15-2015 , 07:10 PM
Quote:
Originally Posted by PlumpSquirrel
Is there a way to assign the stats to pop up at the right place when using the preferred seat option in the poker client?
Yes, the fav_seat option in the HUD_config.xml file. https://github.com/philroberts/FPDB-...l#fav_seat-max
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
10-18-2015 , 09:58 AM
sorry if im being dumb and the link is somewhere but would it be possible for someone to link the most recent download? thanks if poss
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
10-18-2015 , 10:00 AM
Quote:
Originally Posted by bharrison
sorry if im being dumb and the link is somewhere but would it be possible for someone to link the most recent download? thanks if poss
https://github.com/philroberts/FPDB-for-OSX/releases
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
10-18-2015 , 10:18 AM
Quote:
Originally Posted by phil_r
thanks, is there is any instructions for setting this up as I have installed it but I just have a contents file. sorry but im v dumb with things like this haha
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
10-18-2015 , 10:33 AM
Quote:
Originally Posted by bharrison
thanks, is there is any instructions for setting this up as I have installed it but I just have a contents file. sorry but im v dumb with things like this haha
What's a contents file?

I put up some crappy instructions here and here. Report back if you need more help.
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
10-18-2015 , 10:57 AM
Quote:
Originally Posted by phil_r
What's a contents file?

I put up some crappy instructions here and here. Report back if you need more help.
sorry, ive exported this however I do not have the option to run this
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
10-18-2015 , 11:10 AM
Quote:
Originally Posted by bharrison
sorry, ive exported this however I do not have the option to run this
I don't understand.
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
10-18-2015 , 11:12 AM
Quote:
Originally Posted by phil_r
I don't understand.
1.Download the latest release here.
2.Extract the zip file wherever you like.
3.Run FPDB.
4.You should see this:

these are the steps ive done the first two but there is no option to run FPDB anywhere
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote

      
m