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

01-12-2017 , 05:28 PM
Quote:
Originally Posted by aacheckmate
Hi phil, I'm still playing on winamax and there is a litle problem :

I'm always playing 4 tables or plus in 6 max and everytime, and at least thestats of one of the player in on of the table or the litle text "FPDBmenu" bug :

It stay on the top of my screen so basically as my tables are stack, if the table bellow has the bug, on my table on the top I will see the stats of everyone in the table plus the bugging stats from the guy in the table below. And if I open an Intenet page I can see the bugging stats over my internet page.

It is a bit hard to explain in English for me I hope I have been clear enought
I think I understand what you mean. I don't know what could be causing it, though. Did you click the bugging stats before or anything like that?

As a workaround, you can drag out the table with the bugging stats, right-click the FPDBmenu anchor and kill that table HUD. It should come back with a new one on the next hand, hopefully without the bug?
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
01-12-2017 , 05:32 PM
Quote:
Originally Posted by borracho_loco
Hello, is there any way to see (specific) villain stats? I try to change my name but no hands load. Or maybe add a HUD on hand viewer?
If you are playing cash games, you should be able to change the screen name in the 'Ring Player Stats' tab and see stats for villains. Is that what you tried?

A hand viewer HUD would be great to have, but a lot of work. It's somewhere far down the todo list.
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
01-12-2017 , 07:34 PM
Quote:
Originally Posted by PlumpSquirrel
Also a bug report, occasionally when you right click on hud stats whole hud disappears and you have to restart auto-import to get it back.
Just had a user report the same thing when they right-click only one particular stat (M-ratio in tournament) - I figured out the cause of this and it should be fixed for next release. Hopefully it's the same issue you were having.
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
01-12-2017 , 08:25 PM
Quote:
Originally Posted by phil_r
If you are playing cash games, you should be able to change the screen name in the 'Ring Player Stats' tab and see stats for villains. Is that what you tried?

A hand viewer HUD would be great to have, but a lot of work. It's somewhere far down the todo list.
Yes, that's what i 've tried. Good to know that it is possible though, i probably have done sth stupid
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
01-13-2017 , 03:19 AM
Quote:
Originally Posted by borracho_loco
Yes, that's what i 've tried. Good to know that it is possible though, i probably have done sth stupid
The screen name entry field should offer suggestions/autocomplete on names that are in the database. If it works for your screen name but not for anyone else I'm a bit mystified as to what is going wrong...
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
01-13-2017 , 04:02 PM
re phil

"As a workaround, you can drag out the table with the bugging stats, right-click the FPDBmenu anchor and kill that table HUD. It should come back with a new one on the next hand, hopefully without the bug?"

The bug continue after the stats come back. I'm still trying to figure out what is causing this bug.

Is it possible to choose not to show my stats on the table(just my opponents stats)?
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
01-13-2017 , 06:16 PM
Hi all went a few pages back and couldn't find an answer though I'm sure someone has asked this in this thread somehwhere:

I'm trying to import zoom hand histories from 888 poker (UK) but they are failing with the following error(s)

2017-01-13 22:14:57,250 import ERROR Importer.addImportFile: siteId Failed for: '\HandHistory\TheAfterman\888poker12142171974_2017 0113 Toliary $0.01-$0.02 No Limit Holdem.txt'

Is there a way I can fix this? can I do a find and replace to modify the file to a format fpdb can use?

Edit: Never mind - I figured it out myself. Had a poke through the code and the problem is here:

re_identify['PacificPoker'] = re.compile(u'\*{5}\sCassava\sHand\sHistory\sfor\sG ame\s\d+\s')

888 no longer uses "Cassava" to identify itself in hand histories.

I wonder if fixing this would make the HUD work in Zoom? It's a really easy and small fix which I could do but don't have the tools to recompile fpdb.

Last edited by TheAfterman; 01-13-2017 at 06:37 PM.
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
01-13-2017 , 08:46 PM
Quote:
Originally Posted by TheAfterman
Hi all went a few pages back and couldn't find an answer though I'm sure someone has asked this in this thread somehwhere:

I'm trying to import zoom hand histories from 888 poker (UK) but they are failing with the following error(s)

2017-01-13 22:14:57,250 import ERROR Importer.addImportFile: siteId Failed for: '\HandHistory\TheAfterman\888poker12142171974_2017 0113 Toliary $0.01-$0.02 No Limit Holdem.txt'

Is there a way I can fix this? can I do a find and replace to modify the file to a format fpdb can use?

Edit: Never mind - I figured it out myself. Had a poke through the code and the problem is here:

re_identify['PacificPoker'] = re.compile(u'\*{5}\sCassava\sHand\sHistory\sfor\sG ame\s\d+\s')

888 no longer uses "Cassava" to identify itself in hand histories.

I wonder if fixing this would make the HUD work in Zoom? It's a really easy and small fix which I could do but don't have the tools to recompile fpdb.
Uh, where is that line in the code? What version of FPDB are you running/looking at?

(Fixing import would not allow the HUD to work for Zoom. The problem is the HUD uses player names from the last recorded hand to guess where they are on the table. This does not work for zoom.)
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
01-13-2017 , 08:52 PM
Quote:
Originally Posted by aacheckmate
re phil

"As a workaround, you can drag out the table with the bugging stats, right-click the FPDBmenu anchor and kill that table HUD. It should come back with a new one on the next hand, hopefully without the bug?"

The bug continue after the stats come back. I'm still trying to figure out what is causing this bug.
Please do let us know if you narrow it down.

Quote:
Is it possible to choose not to show my stats on the table(just my opponents stats)?
I don't think so? If you middle-click the hero HUD block it will disappear but only until the next hand, it seems.
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
01-14-2017 , 05:35 AM
Quote:
Originally Posted by phil_r
Uh, where is that line in the code? What version of FPDB are you running/looking at?
It's in this file:

https://github.com/atinm/fpdb/blob/m...dentifySite.py

you won't find it in your local code I don't think because the python files are compiled to binary. What you would have to do is recompile the whole thing to get a version with a fix in.

I didn't do that - I just saw that was the problem and did a find and replace in my hand history files to insert "Cassava" instead.
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
01-22-2017 , 11:30 AM
Hey, first thx a lot for providing this software for free.

Now i have some questions.

First i downloaded the version 0.40.5 and it worked well so far. However i couldnt find the Microgaming poker network in the site settings even though its listed a supported site in the start post. Is it not supported in that version?

Because of this i searched and found out, that there were further releases past 0.40.5 and dowloaded version fpdb-win-0.41.0-rc8 in hopes i can use it with microgaming.
When i try to open i get however this message:

http://imgur.com/a/GJ3by

What does this mean?
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
01-22-2017 , 02:20 PM
Quote:
Originally Posted by Bottezon
Hey, first thx a lot for providing this software for free.

Now i have some questions.

First i downloaded the version 0.40.5 and it worked well so far. However i couldnt find the Microgaming poker network in the site settings even though its listed a supported site in the start post. Is it not supported in that version?

Because of this i searched and found out, that there were further releases past 0.40.5 and dowloaded version fpdb-win-0.41.0-rc8 in hopes i can use it with microgaming.
When i try to open i get however this message:

http://imgur.com/a/GJ3by

What does this mean?
My german is not very good, but I think it means FPDB is complaining about the database it found from the older version. There's a menu option to delete the database and make a new one - in English it's Maintenance -> Create or recreate tables.
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
01-23-2017 , 12:58 PM
Ok i recreateed the tables and now verson 0.41.0-rc8 works, thx.
However i still dont see Microgaming in the site settings. Is this network not supported? Here a screen
http://imgur.com/a/3d8bL
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
01-23-2017 , 01:01 PM
Quote:
Originally Posted by Bottezon
Ok i recreateed the tables and now verson 0.41.0-rc8 works, thx.
However i still dont see Microgaming in the site settings. Is this network not supported? Here a screen
http://imgur.com/a/3d8bL
Microgaming doesn't work with auto-import since you have to export them first from a database. You can still bulk import those hands by going to Import > Bulk Import and finding the files.
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
01-24-2017 , 03:13 AM
Hi, this is probably a stupid question but is it correct that there is no new windows version since v 0.40.5 from 2014? And WPN support is just in the 0.41 which is Mac-only?
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
01-24-2017 , 03:38 AM
Quote:
Originally Posted by LektorAJ
Hi, this is probably a stupid question but is it correct that there is no new windows version since v 0.40.5 from 2014? And WPN support is just in the 0.41 which is Mac-only?
There are windows as well as mac versions of the 0.41 release candidates.

https://github.com/philroberts/FPDB-for-OSX/releases
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
01-24-2017 , 03:42 AM
Thanks for the quick response.
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
01-24-2017 , 01:20 PM
I searched the thread but having a hard time understanding how to isolate single posts, etc - not working for me.

Does this work for grand poker network, more specifically dragon room grand poker? it's the vietbet skin, not the 5 dimes one.

***Update***

Looks like hands are importing, I assigned dragon room folder to the everleaf setting - Trying to see if a HUD will pop up, not happening yet.

Perhaps my SQL is not set up properly - Any assistance would be of great help.

***Update***

At the bottom "status" it says it's connected to SQLite database named fpdb.db3 on host localhost.

Last edited by p0ker_n00b; 01-24-2017 at 01:46 PM.
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
01-24-2017 , 02:01 PM
***Update*** Ok, so if I go into cash - view player stats - I can actually find player profile with their stats , pretty amazing!

HUD would be the ultimate goal - although if it doesn't work out, I could always make a list of player names and manually search them one by one and then write their stats in their notes.

But I'd rather just have a HUD
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
01-24-2017 , 03:08 PM
Quote:
Originally Posted by p0ker_n00b
***Update*** Ok, so if I go into cash - view player stats - I can actually find player profile with their stats , pretty amazing!

HUD would be the ultimate goal - although if it doesn't work out, I could always make a list of player names and manually search them one by one and then write their stats in their notes.

But I'd rather just have a HUD
Can you post a screenshot of the poker table? fpdb matches the title of the window and i'm guessing the Everleaf one is out of date.
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
01-24-2017 , 03:34 PM
Quote:
Originally Posted by ChazDazzle
Can you post a screenshot of the poker table? fpdb matches the title of the window and i'm guessing the Everleaf one is out of date.
Hi!



Curious, if fpd is importing hand logs and showing stats in player search, doesn't it mean fpd is matching the table title correctly? I am no programmer, so I can stfu now if needed?
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
01-24-2017 , 05:08 PM
Quote:
Originally Posted by p0ker_n00b
Hi!



Curious, if fpd is importing hand logs and showing stats in player search, doesn't it mean fpd is matching the table title correctly? I am no programmer, so I can stfu now if needed?
It's matching the hand histories, but not the window name. They're related but not quite the same.

Edit: mind sending a few hand histories to support@pokeit.co. Thanks

Last edited by ChazDazzle; 01-24-2017 at 05:08 PM. Reason: request for hh
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
01-24-2017 , 05:16 PM
Quote:
Originally Posted by ChazDazzle
mind sending a few hand histories to support@pokeit.co. Thanks
Sent.
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
01-26-2017 , 02:49 PM
Hi, guys

Recently, I was able to install and to work this program, but only in 6-sit tables, not in the other ones. I was wondering, how can I use the program in another tables like 9-sit or heads-up play, for example?

I’m using this program for PokerStars, but i want to use it with 888poker too. Is there anyway to use this program with 888? Maybe, changing the PacificPoker site by 888 in the site options or I can’t do that?
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
01-27-2017 , 03:43 AM
Quote:
Originally Posted by Car985
Hi, guys

Recently, I was able to install and to work this program, but only in 6-sit tables, not in the other ones. I was wondering, how can I use the program in another tables like 9-sit or heads-up play, for example?

I’m using this program for PokerStars, but i want to use it with 888poker too. Is there anyway to use this program with 888? Maybe, changing the PacificPoker site by 888 in the site options or I can’t do that?
It should work for 9-seat or heads up tables. Do you mean the HUD doesn't show up for those? Does it record your results for those tables?

As far as I know it should work with 888. Just put your hand history path and screen name in the pacific poker spot in the options. (I haven't done this my self, but I _think_ that's how it works.)
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote

      
m