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-06-2013 , 06:18 AM
Where can I get the deb file for fpdb-0.40.3 ?
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
10-06-2013 , 10:43 AM
Quote:
Originally Posted by empec
Where can I get the deb file for fpdb-0.40.3 ?
It does not exist. We haven't made deb files for some time unfortunately.
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
10-07-2013 , 10:07 AM
Quote:
Originally Posted by JoseG2
There is any problem with m_ratio value in the HUD?

The name for this stat is "m_ratio". If I want to put more decimals (for example 2) on this I should change the name "m_ratio" for "m_ratio_2".

I changed on the menu in config -> preferences but works strange. I tried with other stats like vpip and it worked, but not with m_ratio. For example:

vpip (35.27%)
"vpip" shows 35%
"vpip_2" shows 35.27%

m ratio (25.18)
"m_ratio" shows 25
"m_ratio_2" shows 2500.00

Any idea on how to modify that?. I also tried to modify the lines on "HUD_config.xml" but nothing happens.

Thanks a lot for answers.

Nobody knows how to fix it? I thinked about changing the formula taht uses the hud to calculate the M_ratio, but don't know in wich file is are these formulas. Somebody cabn tell me?
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
10-07-2013 , 10:34 AM
Quote:
Originally Posted by JoseG2
Nobody knows how to fix it? I thinked about changing the formula taht uses the hud to calculate the M_ratio, but don't know in wich file is are these formulas. Somebody cabn tell me?
That's not available at the moment. If you're running from source, you can edit the m_ratio method in the Stats.py file so that it outputs something like this:

Code:
return      (stat,
'%3.1f'         % (100.0*stat),
'M=%3.1f%%'     % (100.0*stat),
'M=%3.1f%%'   % (100.0*stat),
'(%d)'      %  (100.0*stat),
_('M ratio') )
Instead of:

Code:
return      ((int(stat)),
'%d'        % (int(stat)),
'M=%d'      % (int(stat)),
'M=%d'      % (int(stat)),
'(%d)'      % (int(stat)),
_('M ratio') )
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
10-07-2013 , 11:08 AM
Quote:
Originally Posted by ChazDazzle
That's not available at the moment. If you're running from source, you can edit the m_ratio method in the Stats.py file so that it outputs something like this:

Code:
return      (stat,
'%3.1f'         % (100.0*stat),
'M=%3.1f%%'     % (100.0*stat),
'M=%3.1f%%'   % (100.0*stat),
'(%d)'      %  (100.0*stat),
_('M ratio') )
Instead of:

Code:
return      ((int(stat)),
'%d'        % (int(stat)),
'M=%d'      % (int(stat)),
'M=%d'      % (int(stat)),
'(%d)'      % (int(stat)),
_('M ratio') )
Lot of thanks for answer. I thinked on that, but I can't find this file. I use the fodb 0.40.3 downloaded from sourceforge for windows 7.

I searched lot of files but can't find any called Stats.py, all I find are .PYD files, but nothing called stats.

Sorry if it is to basic, but am too far from being a computers expert.
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
10-07-2013 , 04:17 PM
Quote:
Originally Posted by Binbs
Problems Im having on Seals with Clubs.

-
- HUD doesnt work on Heads up tables on Seals with Clubs.


Are there more people with this problem? Can this be fixed? I would donate if this finally works
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
10-07-2013 , 04:26 PM
Quote:
Originally Posted by JoseG2
Lot of thanks for answer. I thinked on that, but I can't find this file. I use the fodb 0.40.3 downloaded from sourceforge for windows 7.

I searched lot of files but can't find any called Stats.py, all I find are .PYD files, but nothing called stats.

Sorry if it is to basic, but am too far from being a computers expert.
You have to be a python programmer to change Stats.py, so just fold & forget about it.
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
10-08-2013 , 03:52 PM
How do you get Bovada hand histories into FPDB? I can't find a folder where they are stored. Thanks!!
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
10-09-2013 , 09:20 PM
@Survivornator - I have no personal experience with Bovada, so my advice might be very wrong. At first, I was thinking that if you're sure that you do, in fact, currently get hand histories sent to you computer from Bovada, then maybe goto >ProgramFiles >Bovada (or something similar). Once you find a folder named something like "Bovada" or whatever it is they've named it, then search that folder and all subfolders for "*.txt". Out of all the text files that are found, open various ones until you spot a hand history and then you've likely found the folder where they're stored...

After looking on Google:
https://www.google.com/search?newwin...08.3Ib39tc_5CY

...The first link that I read from that search page:
http://www.cardschat.com/f10/bovada-...istory-223481/

...led me to believe that Bovada's HH's may not be automatically sent to you unless they're either setup and configured to do that OR you may have to periodically go download them (maybe once a week or so). Here's where I'm not really sure, since I've never used that poker client yet.

=== I THINK I'M WRONG ABUOT THE ABOVE ADVICE - THIS STUFF BELOW MAY BE MORE ACCURATE ===

http://www.thepokertalk.com/archive/...php/t-599.html

On that link (6th post down) it talks a bit about what I started to gather in the above few paragraphs. I guess that Bovada makes a folder on you hard drive for storing your hand histories, but I THINK that they only get downloaded and stored there after you make a request for a batch of them to be downloaded. From what I read, you might have to download a batch about every week to make sure that you can grab all of them as they becom available. The folder where the HH's are stored is probably something like C:\Bovada ...or something along those lines - somewhere off of your C:\ drive.

Read that "thepokertalk" link and you'll probably be more familiar with what they're talking about than I am, since you already have used the Bovada software. Once you do get some HH's then it's relatively easy to bulk import them to FPDB. I only have a few hours experience with FPDB yet, but the page about FPDB at sourceforge is pretty helpful. It's at

http://****************/apps/mediawik...etting_Started

... about half way down the page, in the "Bulk Import" section.
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
10-10-2013 , 10:54 AM
Hi!

I have an idea for this great software: Copy to clipboard in forum format.
Will it may be developed in later releases?
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
10-11-2013 , 02:26 PM
help, I'd like to use this soft but I just can't install it.

I'm on windows vista. Any help , advice ?

thank you in advance
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
10-12-2013 , 10:20 AM
Quote:
Originally Posted by elbuennico
I'm on windows vista. Any help , advice ?
With the information giver, update your OS. 7 or 8 will be a huge improvement.

Other than that, you'd need to give a bit more for a potential helper to work with.
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
10-12-2013 , 10:51 AM
Fpdb 0.40.3 unable to open using Windows 7 x64. Here's the log:
Quote:
Traceback (most recent call last):
File "fpdb.pyw", line 1461, in <module>
File "fpdb.pyw", line 1313, in __init__
File "fpdb.pyw", line 1028, in load_profile
File "Database.pyc", line 619, in __init__
File "Database.pyc", line 703, in do_connect
File "Database.pyc", line 835, in connect
File "Database.pyc", line 855, in check_version
File "Database.pyc", line 1538, in recreate_tables
File "Database.pyc", line 1583, in create_tables
AttributeError: Database instance has no attribute 'publicDB'
I checked the db and it's correctly created in C:\Users\Username\Appdata\Roaming\fpdb\databases\f pdb.db3 in sqlite format, the program runs as administrator and the file is NOT read only so no clue about the error on my part.
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
10-12-2013 , 12:09 PM
Quote:
Originally Posted by OmniLucretur
Fpdb 0.40.3 unable to open using Windows 7 x64. Here's the log:

I checked the db and it's correctly created in C:\Users\Username\Appdata\Roaming\fpdb\databases\f pdb.db3 in sqlite format, the program runs as administrator and the file is NOT read only so no clue about the error on my part.
Please try installing 0.40.2
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
10-12-2013 , 02:35 PM
Hi all, i have been searching for this problem in the forum but i haven´t found the answer yet.

going to the point, when i try to change the HUD stats settings i do it but then in the tables i still see the default settings. I can´t add new rows/columns or change the stats that they show. Im ussing the version 040.2

If someone had this problem of know how to solve it, please tell me thanks.
(sorry for bad english)
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
10-13-2013 , 02:08 PM
Quote:
Originally Posted by leo105
Hi all, i have been searching for this problem in the forum but i haven´t found the answer yet.

going to the point, when i try to change the HUD stats settings i do it but then in the tables i still see the default settings. I can´t add new rows/columns or change the stats that they show. Im ussing the version 040.2

If someone had this problem of know how to solve it, please tell me thanks.
(sorry for bad english)
Problem solved, i was doing it wrong.
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
10-14-2013 , 02:00 PM
Hello. I just installed FPDB for the first time, and I'm trying to get the HUD to show up. Here's my info:

FPDB version v0.40.2
Windows Vista Service pack 2, 32 bit
Seals With Clubs version v0.2.15

When I open a table, and click "Start Import", this is what it shows after I play a few hands:

Auto Import Ready.
Global lock taken ... Auto Import Started.

* Add SealsWithClubs import directory C:\Users\MyName\Desktop\handhistories....
HH20131014 NLHE 6max .25-.5 1.txt 1 stored, 17 duplicates, 0 partial, 0 errors (time = 0.140000).................
HH20131014 NLHE 6max .25-.5 1.txt 1 stored, 0 duplicates, 0 partial, 0 errors (time = 0.051000).........
HH20131014 NLHE 6max .25-.5 1.txt 1 stored, 0 duplicates, 0 partial, 0 errors (time = 0.050000)......
HH20131014 NLHE 6max .25-.5 1.txt 1 stored, 0 duplicates, 0 partial, 0 errors (time = 0.054000).......
HH20131014 NLHE 6max .25-.5 1.txt 1 stored, 0 duplicates, 0 partial, 0 errors (time = 0.054000)...............
HH20131014 NLHE 6max .25-.5 1.txt 1 stored, 0 duplicates, 0 partial, 0 errors (time = 0.060000).......

It seems like it's importing hands, but I don't get any HUD or HUD window or anything. Please advise. Thank you!
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
10-14-2013 , 03:47 PM
Quote:
Originally Posted by Nutbar
Hello. I just installed FPDB for the first time, and I'm trying to get the HUD to show up. Here's my info:

FPDB version v0.40.2
Windows Vista Service pack 2, 32 bit
Seals With Clubs version v0.2.15

When I open a table, and click "Start Import", this is what it shows after I play a few hands:

Auto Import Ready.
Global lock taken ... Auto Import Started.

* Add SealsWithClubs import directory C:\Users\MyName\Desktop\handhistories....
HH20131014 NLHE 6max .25-.5 1.txt 1 stored, 17 duplicates, 0 partial, 0 errors (time = 0.140000).................
HH20131014 NLHE 6max .25-.5 1.txt 1 stored, 0 duplicates, 0 partial, 0 errors (time = 0.051000).........
HH20131014 NLHE 6max .25-.5 1.txt 1 stored, 0 duplicates, 0 partial, 0 errors (time = 0.050000)......
HH20131014 NLHE 6max .25-.5 1.txt 1 stored, 0 duplicates, 0 partial, 0 errors (time = 0.054000).......
HH20131014 NLHE 6max .25-.5 1.txt 1 stored, 0 duplicates, 0 partial, 0 errors (time = 0.054000)...............
HH20131014 NLHE 6max .25-.5 1.txt 1 stored, 0 duplicates, 0 partial, 0 errors (time = 0.060000).......

It seems like it's importing hands, but I don't get any HUD or HUD window or anything. Please advise. Thank you!
Have you set your hero name? It's case sensitive FYI.
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
10-15-2013 , 01:44 PM
Yes, I set my case-sensitive hero name and the correct HH location, AFAIK.
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
10-16-2013 , 09:34 PM
@Nutbar: I use FPDB ver 0.40 and it works (albeit with some problems) for SWC. I have the same issue as you (no HUD) with any version newer than that.

With this version though, the HUD stops updating and I have to manually stop and start auto import to get it to work. This may take several tries. I also try to clear out my hand history folder (move HH to another folder) before a session as this seems to help. Also, for whatever reason, sometimes deleting the log files from the FPDB folder helps too.
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
10-17-2013 , 01:23 AM
Could anybody advise me please does FPDB work for FT multientry tournamens (not zoom)?
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
10-17-2013 , 10:03 AM
Quote:
Originally Posted by Fold&Forget
Could anybody advise me please does FPDB work for FT multientry tournamens (not zoom)?
Yes
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
10-17-2013 , 05:04 PM
keep getting this message
"your local configuration file needs to be updated, the error is not necessarily fatal but its strongly recommended that you update the configuration"
I have no idea what it means can someone help please.
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
10-17-2013 , 06:43 PM
Hi All,

I am using FPDB on 888poker Micro cash games,

The program is working fine, it is importing hands, auto importing fine etc.

However, the HUD does not display, I read on the FPDB sourceforge page "HUD Issues" that is may have something to do with permission, but it doesn't give any additional information.

Can somebody help me please??

To clarify, WinXP, Auto import working, but the "HUD Main Window" isn't being created.

It doesn't come up with any error message or anything, just nothing appears.
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
10-18-2013 , 02:07 AM
Hi, I'm just wondering about what changes have been made for version 0.40.4.
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote

      
m