Two Plus Two Publishing LLC Two Plus Two Publishing LLC
 

Go Back   Two Plus Two Poker Forums > Internet Poker > Software > Free Software

Notices

Free Software Discussion of Free / Freeware / Donationware / Open Source poker software and Free Graphics mods

Reply
 
Thread Tools Display Modes
Old 01-15-2009, 01:20 AM   #976
old hand
 
Join Date: Aug 2006
Posts: 1,290
Re: New Free/open source poker tracking software: FPDB - (Alpha9 - updates) - 10-Nov-

donkequity,

I think I may have a solution, I found a way to request higher privileges, it's possible that the VM_READ can be turned off, until explicitly requested. If you have git, I'm committing the patch right now. I have no idea if this actually works, or not, because I wasn't able to duplicate the problem to begin with, except by running FPDB as one user, and the poker site as another.. which created all sorts of other problems.

CheapFlop,

I don't seem to be able to get screenshots with 3 monitors enabled, so.. uh.. sorry. I was setting up for a nice awesome one, with the hand/profit graph, 8 tables across 2 sites with full HUDs, etc .. but.. fail. oh well.
ekdikeo is offline   Reply With Quote
Old 01-15-2009, 06:11 PM   #977
newbie
 
Join Date: Jan 2009
Location: earth - europe - germany
Posts: 33
Re: New Free/open source poker tracking software: FPDB - (Alpha9 - updates) - 10-Nov-

I have gathered some future feature requests as well as some questions.
Here they are:

really nice:
-It would be nice if the stats would be "glued" to the table, so that you could move the table and the stats will move with it. (this also holds for virtual desktops)
-Automatically kill the stats if the table is killed
-Position dependent stats, that means from which position does a player raise/fold/etc.

nice:
-EV winrate
-Showdown winnings
-Non showdown winnings

question/request:
-Are hands taken into the statisitics of a player if he "sits out"? If so I would reclaim that as a bug.
-Can I gather data although I am not at a table playing? If not this would be a really nice feature!

Thank you so far for your work.
FileNotFound is offline   Reply With Quote
Old 01-15-2009, 09:00 PM   #978
stranger
 
Join Date: Jan 2009
Posts: 2
Re: New Free/open source poker tracking software: FPDB - (Alpha9 - updates) - 10-Nov-

hi, love this idea though i cant get it to work. i read so many forum posts tried so many things im sure ill have to start over. can someone please put the most up to date links\explanations. for uninstall\install procedures? i have winxp i downloaded fpdb (dec 2008) when i tried it said MySQL not detected so found that and installed then tried fpdb again it still said no MySql detected so i installed any way then i found\tried the installer it did nothing.i know little about computing so i would appreciate any help.(i think part of my problem might be i tried stuff from older links first or i just dont understand procedure) maybe this is too complex for a rookie like me to try and use at this stage in which case i thank you for letting me know and apologise for interupting your work. thanks again. p.s. maybe i dont know how to turn it on?
wiuhh is offline   Reply With Quote
Old 01-15-2009, 09:55 PM   #979
old hand
 
sorrow's Avatar
 
Join Date: Apr 2008
Location: Perth, Western Australia
Posts: 1,500
Re: New Free/open source poker tracking software: FPDB - (Alpha9 - updates) - 10-Nov-

Quote:
Originally Posted by FileNotFound View Post
really nice:
-It would be nice if the stats would be "glued" to the table, so that you could move the table and the stats will move with it. (this also holds for virtual desktops)
-Automatically kill the stats if the table is killed
This is working in the devel version for windows, we are having some issues under linux currently.

Killing the table stats is the primary issue here.
Quote:
Originally Posted by FileNotFound View Post
-Position dependent stats, that means from which position does a player raise/fold/etc.
We agree, but this probably wont turn up for a couple of versions.

Quote:
Originally Posted by FileNotFound View Post
nice:
-EV winrate
-Showdown winnings
-Non showdown winnings
Again we agree but this needs a bit of development work.
Quote:
Originally Posted by FileNotFound View Post
question/request:
-Are hands taken into the statisitics of a player if he "sits out"? If so I would reclaim that as a bug.
For stars hands, no as the HH format doesn't include players sitting out. For FTP i'm not sure.

I know the p4e converter included sitting out players which is causing problems for Everleaf.
Quote:
Originally Posted by FileNotFound View Post
-Can I gather data although I am not at a table playing? If not this would be a really nice feature!
I dont think we will ever support data mining directly as that might put the app in the crosshairs of FTP and PS banned list.

It does support importing hhs for tables you weren't playing at, so if you mine your own hands you should be able to import.
sorrow is offline   Reply With Quote
Old 01-16-2009, 12:53 AM   #980
old hand
 
Join Date: Aug 2006
Posts: 1,290
Re: New Free/open source poker tracking software: FPDB - (Alpha9 - updates) - 10-Nov-

yes, moving window and killing hud with table works in windows, need to still figure out how to do it in X. (Windows has an easy way to test if a window exists or not, due to X's networked nature, it does not, and if we try to find this out, X kills the process for us for accessing a dead window)

If a site includes a player sitting out as being "in the hand", then it will tally an additional hand counted for each hand they are sitting out, which, i agree, potentially buggers up the numbers. On the other hand, if you have 5000 hands on a player, the majority of them are probably not sitting out. AFAIK, PS and FTP do not include this, but I'd have to study FTP's handhistory some. Everleaf does have a way to tell, however in the existing functional converter (over in the Software forum) that is not taken into account, so it appears that the player is in the hand, when it is converted into Stars format.

So, basically, the answer to that is, it depends on the site. If you are using some sort of converter to convert some other site's data into PS format, you may or may not be subject to that problem.

Also, AFAICT, Full Tilt does not record HH for hands that you are not involved in, however Everleaf does. I can't speak for PS.
ekdikeo is offline   Reply With Quote
Old 01-16-2009, 04:52 PM   #981
newbie
 
Join Date: Jan 2009
Location: earth - europe - germany
Posts: 33
Re: New Free/open source poker tracking software: FPDB - (Alpha9 - updates) - 10-Nov-

Oh I have so many more ideas.
Do you have a feature request forum/board/anything best sorted like:
-graphics
-stats
-...
?!

Well two further ideas (that aren't necessary or really needed but would be nice, so it's not so important to implement them fast):

1. In the graph having a button named "Show sessions" would be nice.
Klicking on it, would show vertical bars indicating when a session have had started. On the y-axis you could additionally show the date.

2. Split up the graph relating to different sites. That means, one for PS one for FT and one that summarizes all sites.
Then the option to select which sites are summed up in the final graph would also be nice.

Btw. I really really(!) find it absolutely amazing that you have developed it for linux!

@sorrow
Quote:
I dont think we will ever support data mining directly as that might put the app in the crosshairs of FTP and PS banned list.
You're right, occluding an option to gather data without playing makes sense in the context of being banned from sites. I also had that thought but wasn't sure about it.

@ekdikeo
Although I am absolutely not into it, while you developing the Linux stuff, are you aware (possibly much better than I am) that there are certain changes going on how the next version of the X-Server will work?!
Sorry that I can't be any more precise but I only "heard" that they're going to change a lot of the underlying organization of the X-Server.


One last remark, is there any possibility to change the width of the columns?
Because I have gathered more than 999 hands which means that the number of hands is directly connected to the second column.
It appear something like this:
102445.7%


Again, thank you for your great work!

Last edited by FileNotFound; 01-16-2009 at 04:59 PM.
FileNotFound is offline   Reply With Quote
Old 01-16-2009, 09:28 PM   #982
old hand
 
sorrow's Avatar
 
Join Date: Apr 2008
Location: Perth, Western Australia
Posts: 1,500
Re: New Free/open source poker tracking software: FPDB - (Alpha9 - updates) - 10-Nov-

Quote:
Originally Posted by FileNotFound View Post
Oh I have so many more ideas.
Do you have a feature request forum/board/anything best sorted like:
-graphics
-stats
-...
?!
Not really - the closest think we have is probably: http://fpdb.wiki.sourceforge.net/Roadmap
Quote:
Originally Posted by FileNotFound View Post
1. In the graph having a button named "Show sessions" would be nice.
Klicking on it, would show vertical bars indicating when a session have had started. On the y-axis you could additionally show the date.
That should be doable, though it will probably get a bit cluttered when graphing 100k hands
Quote:
Originally Posted by FileNotFound View Post
2. Split up the graph relating to different sites. That means, one for PS one for FT and one that summarizes all sites.
Then the option to select which sites are summed up in the final graph would also be nice.
Thats also not that difficult with the current grapher, I ended up with something similar by accident in testing.

Feel free to add your suggestions to the wiki page, and if you are inclined to try adding them yourself, join IRC #fpdb - I can explain how you would go about implementing.
Quote:
Originally Posted by FileNotFound View Post
@ekdikeo
Although I am absolutely not into it, while you developing the Linux stuff, are you aware (possibly much better than I am) that there are certain changes going on how the next version of the X-Server will work?!
Sorry that I can't be any more precise but I only "heard" that they're going to change a lot of the underlying organization of the X-Server.
I am. The active development in X at the moment wont affect us.
Quote:
Originally Posted by FileNotFound View Post
One last remark, is there any possibility to change the width of the columns?
Because I have gathered more than 999 hands which means that the number of hands is directly connected to the second column.
It appear something like this:
102445.7%


Again, thank you for your great work!
Left click drag the stat window in any of the recent gits.
sorrow is offline   Reply With Quote
Old 01-19-2009, 02:07 PM   #983
newbie
 
Join Date: Jan 2009
Location: earth - europe - germany
Posts: 33
Re: New Free/open source poker tracking software: FPDB - (Alpha9 - updates) - 10-Nov-

Quote:
Originally Posted by sorrow View Post
Not really - the closest think we have is probably: http://fpdb.wiki.sourceforge.net/Roadmap

That should be doable, though it will probably get a bit cluttered when graphing 100k hands
Right. So I have further suggestions .
Give the user the option to adjust the shown part of the x-axis.
So he/she maybe only want to display only the last 5000 Hands, or the whole or from
3000 to 8000.

An additional feature would be that the user could chose which x-axis unit he/she would like to have, three possible solutions (spontaneous idea):
1. Hands (standard)
2. Time (e.g. in Days)
3. Sessions

Well but all those features aren't necessary.

Quote:
Originally Posted by sorrow View Post
Thats also not that difficult with the current grapher, I ended up with something similar by accident in testing.
Nice. And I thought so, that it would'nt be too difficult if fpdb has a good modularity.

Quote:
Originally Posted by sorrow View Post
Not really - the closest think we have is probably: http://fpdb.wiki.sourceforge.net/Roadmap

Feel free to add your suggestions to the wiki page, and if you are inclined to try adding them yourself, join IRC #fpdb - I can explain how you would go about implementing.
Thanks for the offer, wiki would be an option.
To be honest I am happy not to code at home in my spare time.
Well although sometimes thats not true, but there is enough other stuff I need to code .

Quote:
Originally Posted by sorrow View Post
Left click drag the stat window in any of the recent gits.
It worked but the change didn't last permanently. Restarting fpdb the original size returns.
Also changing the size of the OnScreenDisplay jumbles up the seat-position of all OSDs .
FileNotFound is offline   Reply With Quote
Old 01-23-2009, 03:20 PM   #984
stranger
 
JDKings's Avatar
 
Join Date: Aug 2008
Location: Omaha
Posts: 1
Re: New Free/open source poker tracking software: FPDB - (Alpha9 - updates) - 10-Nov-

Hi all - first time noob (obviously).

I have started to use fpdb, and it is great, but where can I find out what all the abbreviations in the HUD popup window stand for? The list at http://fpdb.sourceforge.net/docs-abreviations.php only matches a couple items on the list in the HUD. Any help would be appreciated - thanks!

Update: Doh! I guess if I had just searched this thread, I would have found the list before asking stupid questions. Thanks anyway!

Last edited by JDKings; 01-23-2009 at 03:26 PM. Reason: Answering my own questions
JDKings is offline   Reply With Quote
Old 01-23-2009, 06:15 PM   #985
old hand
 
Join Date: Oct 2004
Posts: 1,535
Re: New Free/open source poker tracking software: FPDB - (Alpha9 - updates) - 10-Nov-

Quote:
Originally Posted by JDKings View Post
Hi all - first time noob (obviously).

I have started to use fpdb, and it is great, but where can I find out what all the abbreviations in the HUD popup window stand for? The list at http://fpdb.sourceforge.net/docs-abreviations.php only matches a couple items on the list in the HUD. Any help would be appreciated - thanks!

Update: Doh! I guess if I had just searched this thread, I would have found the list before asking stupid questions. Thanks anyway!
What JD figured out is that you can id the stats using the tool tip you get when you hover the mouse over the stat.
Eratosthenes is offline   Reply With Quote
Old 01-23-2009, 06:18 PM   #986
enthusiast
 
Join Date: Dec 2008
Posts: 95
Re: New Free/open source poker tracking software: FPDB - (Alpha9 - updates) - 10-Nov-

Where do I get the patch?

Could not delete VM_READ as per previous post as could not access, just came up black screen with reading Hud.txt and then enter to continue.



[QUOTE=ekdikeo;8177316]donkequity,

I think I may have a solution, I found a way to request higher privileges, it's possible that the VM_READ can be turned off, until explicitly requested. If you have git, I'm committing the patch right now. I have no idea if this actually works, or not, because I wasn't able to duplicate the problem to begin with, except by running FPDB as one user, and the poker site as another.. which created all sorts of other problems.
donkequity is offline   Reply With Quote
Old 01-23-2009, 06:52 PM   #987
enthusiast
 
Join Date: Dec 2008
Posts: 95
Re: New Free/open source poker tracking software: FPDB - (Alpha9 - updates) - 10-Nov-

I found a virus - perror.exe in mysql. Now hud has started to work.

Having difficulties moving hud windows around. holding down left mouse and attempting to move does nothing.
donkequity is offline   Reply With Quote
Old 01-23-2009, 07:10 PM   #988
enthusiast
 
Join Date: Dec 2008
Posts: 95
Re: New Free/open source poker tracking software: FPDB - (Alpha9 - updates) - 10-Nov-

software is super freezy for me also. If I look at a webpage then open up my table the table will not appear, only the HUD stats and I get timed out. will have to shutdown fpdb at this point as can not gain table access.
donkequity is offline   Reply With Quote
Old 01-27-2009, 12:05 PM   #989
old hand
 
Join Date: Jan 2008
Posts: 1,563
Re: New Free/open source poker tracking software: FPDB - (Alpha9 - updates) - 10-Nov-

Quote:
Originally Posted by donkequity View Post
I found a virus - perror.exe in mysql. Now hud has started to work.

Having difficulties moving hud windows around. holding down left mouse and attempting to move does nothing.
You found a virus? Meh looks like I might just skip this program after all ...
Tomtah is offline   Reply With Quote
Old 01-27-2009, 01:16 PM   #990
grinder
 
xaiviax's Avatar
 
Join Date: Jun 2008
Posts: 553
Re: New Free/open source poker tracking software: FPDB - (Alpha9 - updates) - 10-Nov-

Quote:
Originally Posted by Tomtah View Post
You found a virus? Meh looks like I might just skip this program after all ...
lol, feel free to skip. The program is open source and all code is easily viewable by anyone. The found a virus comment above had nothing to do specifically with this program.
xaiviax is offline   Reply With Quote

Reply
      

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off



All times are GMT -4. The time now is 08:26 PM.


Powered by vBulletin®
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO 3.6.0 ©2011, Crawlability, Inc.
Copyright © 2008-2010, Two Plus Two Interactive