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-18-2013 , 06:47 AM
Quote:
Originally Posted by sinner
- if i move the table 1 pixel, a bunch of the huds move off the screen
- whenever i click a table the huds disappear
- only half the player huds are showing up
Do you have multiple monitors? I had similar-ish problems earlier, I made a bug report and found a solution to fix this. Haven't used FPDB for a while, though, not sure if the fix made it to the latest releases.
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
09-18-2013 , 10:47 AM
Quote:
Originally Posted by deathduck
OK i found a work around for the first problem I had. I installed python and then CTRL-F for the libpixbufloader-svg.dll file, found it somewhere in the fpdb directory, copied it, created the path it wanted "C:/Python27/Lib/site-packages/gtk-2.0/runtime/lib/gdk-pixbuf-2.0/2.10.0/loaders/" and pasted it in there.

Now the hud window comes up, but still no hud because of this error:

hud : ERROR Error: self.window doesn't exist.
hud : ERROR Can't find table Riviera %2AFast II
hud : ERROR HUD create: table name Riviera %2AFast II not found, skipping.

I will update if I find a solution. Maybe the problem is the %2A, not sure why that is in there or how to fix.

**FINAL UPDATE**: so it's the * in the table name that confuses the program. The table name is Riviera *Fast II, but for some reason the program uses %2A instead of *. If there is anyway to fix this on my end let me know, otherwise maybe it's something that could be patched one day. Otherwise my fix worked fine.
Excellent. Fantastic work, thank you! Hopefully we can get this fixed for the next release.
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
09-20-2013 , 07:45 AM
this work for zoom poker?
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
09-20-2013 , 11:42 AM
Quote:
Originally Posted by TrickyRicky
this work for zoom poker?
No.
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
09-20-2013 , 02:31 PM
thanks for free HUD

i can't get it to work - i am willing to pay small fee for help or trade NLH coaching (7 year pro,5 year coach, and tech fish)

any takers?
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
09-20-2013 , 10:43 PM
mods please delete my above thread - i didn't realize this was a no no

sorry

no PMs please as i have already resolved the issue with HUD
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
09-22-2013 , 03:23 PM
I just noticed a bug: when I copy a hand in the hand viewer, the line with my cards gets deleted ("Dealt to XXXX [Xx Xx]"). It is very annoying if you want to post hands on forums.
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
09-22-2013 , 08:14 PM
Does it have support for PokerStars' Run It Twice?
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
09-24-2013 , 07:57 AM
Hi everyone, i just instaled FPDB, after the installation i run the program and it crashes rigth after, can´t make it run. any help???

P.S. i have win7, thans
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
09-25-2013 , 08:32 PM
Quote:
Originally Posted by sobrinho
Hi everyone, i just instaled FPDB, after the installation i run the program and it crashes rigth after, can´t make it run. any help???

P.S. i have win7, thans
I have same problem, pls help!

Ty
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
09-25-2013 , 08:57 PM
Quote:
Originally Posted by DrunkenFish
I have same problem, pls help!

Ty
Yeesh. We put together a new build but it sounds like it's not working. Can you check the logs and post any errors? In the mean time, version 0.40.2 will work. It can be found in the fpdb/0.40 folder on Sourceforge
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
09-25-2013 , 09:15 PM
Some lines from my log files :

2013-09-26 02:02:30,838 - parser INFO xlrd not found. Required for importing Excel tourney results files
2013-09-26 02:02:31,134 - config INFO Reading configuration file C:\Users\xxx\AppData\Roaming\fpdb\HUD_config.xml
2013-09-26 02:02:32,575 - db INFO Creating directory: 'C:\Users\xxx\AppData\Roaming\fpdb\database'
2013-09-26 02:02:32,576 - db INFO Connecting to SQLite: C:\Users\xxx\AppData\Roaming\fpdb\database\fpdb.db 3
2013-09-26 02:02:32,579 - db INFO Failed to read settings table. - Recreating tables.
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
09-26-2013 , 03:52 PM
Quote:
Originally Posted by ChazDazzle
Yeesh. We put together a new build but it sounds like it's not working. Can you check the logs and post any errors? In the mean time, version 0.40.2 will work. It can be found in the fpdb/0.40 folder on Sourceforge
here's the log:

2013-09-26 08:39:24,841 - parser INFO xlrd not found. Required for importing Excel tourney results files
2013-09-26 08:39:25,278 - config INFO Reading configuration file C:\Users\BS\AppData\Roaming\fpdb\HUD_config.xml
2013-09-26 08:39:58,334 - db INFO Creating directory: 'C:\Users\BS\AppData\Roaming\fpdb\database'
2013-09-26 08:39:58,334 - db INFO Connecting to SQLite: C:\Users\BS\AppData\Roaming\fpdb\database\fpdb.db3
2013-09-26 08:39:58,334 - db INFO Failed to read settings table. - Recreating tables.
2013-09-26 08:39:58,334 - db DEBUG CREATE TABLE Settings
(version INTEGER NOT NULL)
2013-09-26 08:39:58,334 - db DEBUG Creating tables
2013-09-26 08:39:58,427 - db DEBUG Creating unique indexes
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
09-26-2013 , 04:18 PM
Thanks. Pinpointed the problem. We'll put up a fixed version of 0.40.3 shortly.
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
09-28-2013 , 04:03 AM
yo next update make fpdb work for sessions stats for bovada. that would be the ****.
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
09-29-2013 , 11:01 AM
I would like to request a feature: HUD on hand replayer.
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
09-30-2013 , 02:43 AM
My hand histories from BetOnline are in an Excel (*.xlsx) format, that looks like
http://i.imgur.com/EEWquVu.png
Will FreePokerDataBase be able to read them and compile some stats from them? After recently talking to a BetOnline customer service representative, I was under the impression that they didn't support any poker databases. But, the SourceFourge page for FPDB says that BetOnline is supported. And, a couple of posts on this page about importing Excel tourney results files imply that FPDB does in fact read the BetOnline HH's even though they are spreadsheet files. So, that is about the only deciding factor of whether or not I install FreePokerDataBase and give it a try. Let's say that I get my hand histories emailed to me (about 50K at a time) - will I then be able to put the Excel (*.xlsx) files into FreePokerDataBase and analyse my play over those hands?
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
10-02-2013 , 10:55 PM
HI, Thank you for your hard work in creating this, I know it probably has its ups and downs.
I have it working just fine for SealsWclubs, except when I initially start the program up, the HUD is on my other monitor,
|--HUD-------||-------[table]|
I can move each one over and place where I want on my primary and they will move with it on that monitor if i move the table around, but for some reason they do not gravitate to their placement on the table when opening program. I think it is an easy fix, but I have not figured it out yet. Also, if i move the table too far to the left towards the other monitor the HUD disappears off the screen.

Any ideas, or things to try?
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
10-02-2013 , 11:53 PM
Quote:
Originally Posted by BabySweat
HI, Thank you for your hard work in creating this, I know it probably has its ups and downs.
I have it working just fine for SealsWclubs, except when I initially start the program up, the HUD is on my other monitor,
|--HUD-------||-------[table]|
I can move each one over and place where I want on my primary and they will move with it on that monitor if i move the table around, but for some reason they do not gravitate to their placement on the table when opening program. I think it is an easy fix, but I have not figured it out yet. Also, if i move the table too far to the left towards the other monitor the HUD disappears off the screen.

Any ideas, or things to try?
HUD does not work with dual monitors at the moment, sorry
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
10-03-2013 , 05:31 AM
Great thanks for your great soft!

Is it possible to ask and discuss some additional stats for HUD, very important and rather simple to add as I might guess? And all are relevant to any game, not Holdem only.

Raise First In. You had this in reports, and you had this as Steal from late positions, so it looks like to add steal from any position = rfi is not so complex task

Limp. As I see in "starthands" you could define that opponent was limping, so I guess it's not so difficult to add Limp stat. At least just overall Limp, despite it would be amazing to have all stats related to limp like for example:
Open Limp
Limp-Fold
Limp-Call
Limp-Reraise
Raise vs limp and so on

Raise flop/3rd street You have more complex stat as Check-raise which is just a subcase of more simple and general case of Raise on ...street, at least on the flop
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
10-03-2013 , 01:21 PM
I am running under Ubuntu and trying to find the .deb file in 40.3, but can't seem to find it. Where can I find the .deb file to install 40.3?

I found a .deb file for 0.26, but it can't import PokerStars hands.

Thanks in advance!
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
10-04-2013 , 08:28 AM
Quote:
Originally Posted by empec
I am running under Ubuntu and trying to find the .deb file in 40.3, but can't seem to find it. Where can I find the .deb file to install 40.3?

I found a .deb file for 0.26, but it can't import PokerStars hands.

Thanks in advance!
When I unrar the .tar file and run -> rnu_fpdb.py (0.40.3) through terminal when I have 0.26 installed the program runs but when I click on Bulk Import I get in my fpdb-errors.txt the following log

--------------

fpdb starting ...Traceback (most recent call last):
File "fpdb.pyw", line 1141, in tab_bulk_import
new_import_thread = GuiBulkImport.GuiBulkImport(self.settings, self.config, self.sql, self.window)
File "/home/dde/Downloads/fpdb-0.40.3/pyfpdb/GuiBulkImport.py", line 120, in __init__
self.importer = Importer.Importer(self, self.settings, config, sql, parent)
File "/home/dde/Downloads/fpdb-0.40.3/pyfpdb/Importer.py", line 59, in __init__
self.idsite = IdentifySite.IdentifySite(config)
File "/home/dde/Downloads/fpdb-0.40.3/pyfpdb/IdentifySite.py", line 117, in __init__
self.generateSiteList(hhcs)
File "/home/dde/Downloads/fpdb-0.40.3/pyfpdb/IdentifySite.py", line 178, in generateSiteList
mod = __import__(filter)
ImportError: No module named CarbonToFpdb

----

Without 0.26 installed the program doesn't run at all.

Any help? Thanks!

Last edited by empec; 10-04-2013 at 08:44 AM.
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
10-05-2013 , 12:43 PM
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.
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
10-05-2013 , 11:09 PM
I downloaded just fine but I'm having trouble installing.

When I double click the exe file, a window opens then closes like 3 seconds later. That's all that happens. What do I do?
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
10-06-2013 , 04:13 AM
Hello, ChazDazzle. If you want several dozen HUSnG hand histories from BetOnline, so that you can write some code into FPDB to read the *.xlsx formatted hand histories, PM me and I'll send you some. Thanks - MidPair
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote

      
m