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-23-2008 , 06:50 PM
Is there a HUD?
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
09-23-2008 , 07:08 PM
Quote:
Originally Posted by mg0698
Is there a HUD?
yes, the most recent release has a HUD that works with PokerStars cash games. I am working on the code required to make the HUD work on Full Tilt now.
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
09-23-2008 , 09:23 PM
Quote:
Originally Posted by Eratosthenes
yes, the most recent release has a HUD that works with PokerStars cash games. I am working on the code required to make the HUD work on Full Tilt now.
And it works in Linux (the only Linux HUD ) and Windows
Maybe Mac, too, we don't know.
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
09-23-2008 , 09:23 PM
Quote:
Originally Posted by Pomtidom
Since the "can you run it from command line" comes up a lot, maybe it's useful to redirect the stderr (and maybe stdout) to a logfile: http://diveintopython.org/scripts_an...ut_stderr.html

People can then just c/p the logfile here, saves some hassle in debugging
Didn't think it'd be that easy, gonna try to get that in tonight, just doing some website updates.
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
09-23-2008 , 10:24 PM
Quote:
Originally Posted by steffen123
Didn't think it'd be that easy, gonna try to get that in tonight, just doing some website updates.
Done, as of git98b (and therefore the next alpha - scheduled for 25Sep-2Oct) it will create a file called fpdb-error.log for error output.

Also you can now find instructions for subscribing to our mailing list and how to get notified of new versions on our contacts page, http://fpdb.****************/contact.php
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
09-24-2008 , 02:55 AM
Is support for Party ever going to happen?
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
09-24-2008 , 04:51 AM
Quote:
Originally Posted by Vantek
Is support for Party ever going to happen?
I don't have any immediate plans, but it'll probably get in there at some point.
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
09-24-2008 , 08:18 AM
Quote:
Originally Posted by steffen123
And it works in Linux (the only Linux HUD ) and Windows
Maybe Mac, too, we don't know.
Am i the only one having problems with the hud on Windows?
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
09-24-2008 , 08:56 AM
Quote:
Originally Posted by Vantek
Is support for Party ever going to happen?
The beauty of an open source project like this is that anyone can write that bit and get it into the main trunk.
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
09-24-2008 , 10:54 AM
Quote:
Originally Posted by Eratosthenes
Hi all--

I am coding the Full Tilt support in the HUD and have something that might work for Linux users. I don't have a Full Tilt account, so I'm looking for a tester. I have tested it against a "fake" Full Tilt window and it appears to work--nothing like a real test, though.

So if you use full tilt on Linux and feel like helping me test, send me a PM. I will give you links to a couple of files to add to your fpdb installation. Then you play a hand of poker and see if you have a HUD.

thanks

Before anybody asks: Windows support will be ready to test later tonight, I hope. I would prefer to test Linux before I go too far with windows support so I can avoid the obvious stupidity that we might find in the Linux testing.
I have the windows Full Tilt code ready to test. It works for me with "fake" Full Tilt client windows. So if there is a windows user who wants to try this code, send me a PM.
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
09-25-2008 , 05:44 AM
Is this working like PT2? You just download and it's work fine. No PT3 or HEM postgreSQL + Vista nightmares?

I pay lot of money to people who get this work @ party Poker. I need hold'em / omaha tracker + hud which work @ party Poker and is as easy as PT2 to download.
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
09-25-2008 , 07:52 PM
Quote:
Originally Posted by Random Clown
Is this working like PT2? You just download and it's work fine. No PT3 or HEM postgreSQL + Vista nightmares?

I pay lot of money to people who get this work @ party Poker. I need hold'em / omaha tracker + hud which work @ party Poker and is as easy as PT2 to download.
Install: It's a bit of a pain now, however there's probably a not too hard way (for those who are interested, this would be SQLite backend support) to fix this.
We don't yet have Party support, but if you're serious about payment send me a PM or mail (steffen@sycamoretest.info) and we could do it
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
09-25-2008 , 11:18 PM
There's a very good chance I can loan someone much smarter than me a Mac if they'll put together a set of instructions on how to get this working.
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
09-26-2008 , 02:44 PM
Hi everyone,
Here's alpha5. The highlights are that the HUD now works for FTP as well (cash games only) and there's a first graph.
I recommend you recreate your tables (click on it in the database menu) and re-import all your history files since a few import bugs have been fixed.

You can find the downloads here: https://****************/project/show...roup_id=226872
Please ensure to download alpha5 and not alpha4, sometimes it may take the mirrors a little bit of time to update.

Please use the usual means of contact listed on our contacts page at http://fpdb.**************** if you have any problems, find bugs, want to praise us or give us animal names, or best of all send us patches

As previously announced we have now have an installer for Windows, however please note that v0.1 of that does not include the required libraries to use the graph, that will be included in the next version of it. However, the lack of these libraries will not bother the other parts of the program. Also note that the installer only includes the dependencies of fpdb, not fpdb itself - you still also need to download fpdb alpha5, unpack it, and edit HUD_config.xml to include your database password.

A number of people have asked how to help, here's a few possibilities:
- There's docs/known-bugs-and-planned-features.txt, just pick any of that.
- The fpdb main menu has many points marked "todo", feel free to start on these
- If anyone can be bothered, manually verifying hand imports (in particular whether HudCache gets updated correctly) would be very useful to raise the confidence we can have in the information that fpdb and inparticular the HUD display.
- Do anything else you feel like doing

If you do make improvements to fpdb we'd much appreciate if you send them in, however you have no legal obligation to do so. However, if you re-distribute a changed or even unchanged fpdb you cannot change the license and must include the complete source code.

Enjoy!
Steffen for the fpdb team
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
09-26-2008 , 08:11 PM
regarding the env installer,

if i already have mysql and phyton installed in my pc, i do not need to remove them before running the env installer?

also, the env installer is for mysql and not postgres?

thanks
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
09-26-2008 , 09:16 PM
Quote:
Originally Posted by sf0857
regarding the env installer,

if i already have mysql and phyton installed in my pc, i do not need to remove them before running the env installer?

also, the env installer is for mysql and not postgres?

thanks
One (who developed the installer) told me that the installer detects mysql and skips that installation if it is already installed. I didn't specifically ask him about python, but even if pythong isn't skipped I don't think it will hurt anything.
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
09-26-2008 , 10:55 PM
Quote:
Originally Posted by Eratosthenes
One (who developed the installer) told me that the installer detects mysql and skips that installation if it is already installed. I didn't specifically ask him about python, but even if pythong isn't skipped I don't think it will hurt anything.
thanks for the prompt reply.

after doing the env installer, and fpdb a5, i still got errors msg
"please install numpy and matplotlib"

so i need to manually install these two?

im using windows xp

thanks again

EDIT:
sorry i see the quotes from Steffen

Quote:
Originally Posted by Steffen
As previously announced we have now have an installer for Windows, however please note that v0.1 of that does not include the required libraries to use the graph, that will be included in the next version of it.
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
09-26-2008 , 11:06 PM
Quote:
Originally Posted by sf0857
after doing the env installer, and fpdb a5, i still got errors msg
"please install numpy and matplotlib"

so i need to manually install these two?
These libs are only used for graphing--everything should work without them.
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
09-27-2008 , 12:32 AM
table viewer currently only works for texas or omaha only?
doenst seems to work with stud, stud hi/lo, razz

sorry i didnt follow every post in this thread, if this was mentioned before.
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
09-27-2008 , 11:27 AM
Quote:
Originally Posted by sf0857
table viewer currently only works for texas or omaha only?
doenst seems to work with stud, stud hi/lo, razz
I just tried table viewer on a couple of stud games and it didn't work for me either. It does work for me with holdem games, so I expect there is a bug that affects the stud games. I don't know what Steffen's plans are for debugging/updating/etc the tv, and he is out of touch until Tuesday (I think). There are enough HUD things for me to work on that I am not going to dive in to the tv code.
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
09-27-2008 , 12:18 PM
Is it possible to download the source for the project? I couldn't find it on sourceforge. Also is it written with gcc/make the standard *nix development tools?
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
09-27-2008 , 12:39 PM
Quote:
Originally Posted by PeeWee
Is it possible to download the source for the project? I couldn't find it on sourceforge. Also is it written with gcc/make the standard *nix development tools?
source is here. It is in the pyfpdb sub dir. up-to-the-minute source is here--also in pyfpdb folder. Since it is python, you don't need the development tools. (Life is too short for me to code in C.)
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
09-27-2008 , 03:08 PM
Quote:
Originally Posted by Eratosthenes
I think you need to set:

db-backend=3

in your default.conf file to use PostgreSQL.
------------------------------------------------------------
db-backend=2

if you want to use MySQL
You should really put this somewhere in the documents, took me a long time to find it
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
09-27-2008 , 07:53 PM
This is great, great to see some open source poker software finally . I'll download soon and give it a whirl. Any idea when the HUD will be working for SNGs? I'm willing to play cash to help test it out, but it'd be nice if I could use it in a form of poker I'm actually good at
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
09-27-2008 , 08:07 PM
Quote:
Originally Posted by Eratosthenes
I just tried table viewer on a couple of stud games and it didn't work for me either. It does work for me with holdem games, so I expect there is a bug that affects the stud games. I don't know what Steffen's plans are for debugging/updating/etc the tv, and he is out of touch until Tuesday (I think). There are enough HUD things for me to work on that I am not going to dive in to the tv code.
Well, I wasn't going to update tv again, but if people really want it I guess I'll see if I can fix the stud problem reasonably quickly. You should have an error-log.txt (or sth similiarly named) in the pyfpdb folder - can you pls email me that to steffen(at)sycamoretest.info.

Cheers, Steffen

PS: Probably won't post or respond to mails again until Tue or Wed or so
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote

      
m