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

04-27-2016 , 03:28 PM
Quote:
Originally Posted by mreps
Is there a way to save different hud layouts for 6max and full ring?
It is answered just above, no it's not possible.
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
04-27-2016 , 03:48 PM
Quote:
Originally Posted by npolychr
It is answered just above, no it's not possible.
This is a different question. I am trying to save the hud positions for 6 max and full ring. When I place them for 6 max and open a full ring table the huds are in their 6 max spots. I would like to have hud positions saved for both 6 max and full ring. I am not asking about having different hud stats for 6max and fr..
Sorry about not being clear.
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
04-27-2016 , 04:11 PM
Quote:
Originally Posted by mreps
This is a different question. I am trying to save the hud positions for 6 max and full ring. When I place them for 6 max and open a full ring table the huds are in their 6 max spots. I would like to have hud positions saved for both 6 max and full ring. I am not asking about having different hud stats for 6max and fr..
Sorry about not being clear.
Oh, sorry then. Did you set the favourite seats? If so, open HUD_config.xml with an editor (It is located in C:\Users\USERNAME\AppData\Roaming\fpdb)
and search for "<layout" for eg. PokerStars. Then find the layout with seats up to 9, delete it and paste the following. (It is screen dependant but should get you close to what you want, then tweak your way into perfection).

Code:
      <!-- HERE: 9MAX -->
                <layout height="546" max="9" width="792">
                <location seat="1" x="350" y="20"/>
                <location seat="2" x="675" y="103"/>
                <location seat="3" x="675" y="260"/>
                <location seat="4" x="580" y="318"/>
				
                <!-- FAVOURITE SEAT IN 9MAX -->
                <location seat="5" x="335" y="410"/>
				
                <location seat="6" x="110" y="360"/>
                <location seat="7" x="0" y="260"/>
                <location seat="8" x="0" y="103"/>
                <location seat="9" x="130" y="-30"/>
                <location common="1" x="321" y="230"/>
            </layout>
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
04-29-2016 , 01:14 PM
I play on BetOnline and the hud will work with cash tables but not sngs. It will read the hands but not display a hud. Here is what the log says.

2016-04-29 13:09:36,151 - hud DEBUG Received hand no 8752
2016-04-29 13:09:36,184 - db INFO HudCache query get_stats_from_hand_aggregated took 0.010 seconds
2016-04-29 13:09:36,299 - hud ERROR Error: self.window doesn't exist.
2016-04-29 13:09:36,299 - hud ERROR Can't find table 7317733 1
2016-04-29 13:09:36,299 - hud DEBUG newhud - WinTables window not found
2016-04-29 13:09:36,299 - hud ERROR HUD create: table name 7317733 1 not found, skipping.

any idea on what is going wrong?
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
04-29-2016 , 01:44 PM
Quote:
Originally Posted by BreakUBad
I play on BetOnline and the hud will work with cash tables but not sngs. It will read the hands but not display a hud. Here is what the log says.

2016-04-29 13:09:36,151 - hud DEBUG Received hand no 8752
2016-04-29 13:09:36,184 - db INFO HudCache query get_stats_from_hand_aggregated took 0.010 seconds
2016-04-29 13:09:36,299 - hud ERROR Error: self.window doesn't exist.
2016-04-29 13:09:36,299 - hud ERROR Can't find table 7317733 1
2016-04-29 13:09:36,299 - hud DEBUG newhud - WinTables window not found
2016-04-29 13:09:36,299 - hud ERROR HUD create: table name 7317733 1 not found, skipping.

any idea on what is going wrong?
Yup. I've committed a tentative fix, so that will be in the next release (whenever that is).
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
05-04-2016 , 10:08 AM
My ev graph on 5 card omaha doesnt work.

And the hud keep bouncing randomly around whenever the game is switched when I play 8 game.

Anyway to fix this?
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
05-04-2016 , 10:11 AM
Quote:
Originally Posted by Kine17
My ev graph on 5 card omaha doesnt work.

And the hud keep bouncing randomly around whenever the game is switched when I play 8 game.

Anyway to fix this?
The EV thing has a fix from Chaz that I haven't incorporated yet (it involves a bit of fiddling around recompiling the library that does the calculations).

As for HUDs bouncing around... not sure exactly what you mean? They probably change stat layouts for the different games, which in turn probably means they move around a bit given the different layout sizes?
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
05-05-2016 , 06:56 PM
hi Phil quick question...

in:
Configure/Preferences
+Games

there are two holdem games:
game holdem
game 2_holdem

is this for NL Holdem and FL Holdem?

if yes, which one is which?
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
05-05-2016 , 08:24 PM
Quote:
Originally Posted by Pavulon
hi Phil quick question...

in:
Configure/Preferences
+Games

there are two holdem games:
game holdem
game 2_holdem

is this for NL Holdem and FL Holdem?

if yes, which one is which?
holdem = NL Holdem and FL Holdem, PL Holdem, any type of hold'em
2_holdem = Double Hold'em, a variant once offered on PartyPoker
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
05-05-2016 , 10:57 PM
oh i see

so is it possible to attach different HUD for NL Holdem and different HUD for FL Holdem?

If yes - how?
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
05-06-2016 , 09:11 PM
Hi Phil, maybe you can help me, I installed fpdb in a new laptop with Win10 and everything is ok but the HUD is not oveer the table but under every time so I can't see it (in FullTilt) what can I do? thank you!


Sent from my iPad using Tapatalk
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
05-09-2016 , 11:28 PM
So how is this project going? What is the last updated version?
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
05-12-2016 , 11:12 AM
running 0.41.0-rc7 on my computer closes itself any time i'm in cash/ring player stats and click 'refresh stats', so i can't see which games i'm winning and losing in.
i run the same version on my laptop and it doesn't have this error.
i downloaded it again and tried but same problem. (edit- i didn't delete the program before dl, should i try that?)

what should i do?
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
05-19-2016 , 03:38 AM
my hands from a sit and go tournament are not showing up even though the txt file exists. do i need to configure something to see it?
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
05-19-2016 , 05:35 AM
Hi Phil,

Not sure what else is broken on Full Tilt now, but here's a start:

PokerStarsToFpdb.py line 117 should now be:

(PokerStars|POKERSTARS|Hive\sPoker|Full\sTilt)

Otherwise, the PS and FT HH files look the same to me.
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
05-20-2016 , 05:07 AM
Quote:
Originally Posted by tombrady
my hands from a sit and go tournament are not showing up even though the txt file exists. do i need to configure something to see it?
bump
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
05-20-2016 , 08:32 AM
Quote:
Originally Posted by tombrady
my hands from a sit and go tournament are not showing up even though the txt file exists. do i need to configure something to see it?
What site? Have you set your heroes & hand history directories?

Quote:
Originally Posted by murrayn
Hi Phil,

Not sure what else is broken on Full Tilt now, but here's a start:

PokerStarsToFpdb.py line 117 should now be:

(PokerStars|POKERSTARS|Hive\sPoker|Full\sTilt)

Otherwise, the PS and FT HH files look the same to me.
Great. Just downloaded the update and checking this now. Looks like it uses your PokerStars alias and the IDs for the hand histories are the Stars ones too. You'll need to update the Full Tilt HH path to "C:\Users\%user%\AppData\Local\FullTilt" and set your hero name to the PokerStars one.

I'll have an update in my repo this morning: https://github.com/ChazDazzle/fpdb-chaz

Phil, want to coordinate on 0.41?
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
05-26-2016 , 04:28 PM
How do i get the full tilt poker hand histories to import?
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
05-27-2016 , 05:42 AM
Hi folks, for some reason I wasn't getting post notifications. Must have deleted one too hastily. Lucky Chaz stepped into the breach in my absence.

Seems like I need to get to work and put together a release.
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
05-27-2016 , 05:43 AM
Quote:
Originally Posted by singul@rity
Hi Phil, maybe you can help me, I installed fpdb in a new laptop with Win10 and everything is ok but the HUD is not oveer the table but under every time so I can't see it (in FullTilt) what can I do? thank you!


Sent from my iPad using Tapatalk
Try setting fpdb (and HUD_main) to run as administrator.
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
05-27-2016 , 05:46 AM
Quote:
Originally Posted by Adiprene1
running 0.41.0-rc7 on my computer closes itself any time i'm in cash/ring player stats and click 'refresh stats', so i can't see which games i'm winning and losing in.
i run the same version on my laptop and it doesn't have this error.
i downloaded it again and tried but same problem. (edit- i didn't delete the program before dl, should i try that?)

what should i do?
If you can find the folder with logfiles in and check the fpdb error log after a crash but before running again you might find something that will help us debug. Otherwise check the regular log file. Are there any obvious differences between this machine and the one that works? Different version of windows or something like that?
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
05-27-2016 , 10:48 AM
deleted it all and reinstalled but still happening

dunno how to find logfile folders or anything.

ye the laptop's a mac so that's a big difference
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
05-27-2016 , 11:23 AM
Quote:
Originally Posted by Adiprene1
deleted it all and reinstalled but still happening

dunno how to find logfile folders or anything.

ye the laptop's a mac so that's a big difference
Help menu -> About, license and copying

Should tell you where the config file is. In the same folder should be a subfolder called 'log'?
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
05-27-2016 , 07:43 PM
Hello

I wanted to get rid of mucked cards displays for PokerStars 8-Game mix games.
I deleted some lines from my config file and it worked almost 100%
The only thing is that in Stud games, the mucked window still pops ups occasionally.
It seems like it only pops up after just one hand when the game changes? (From Razz to Stud, from Stud to Stud Hi/Lo)

Any ideas anyone?
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
05-29-2016 , 01:21 PM
I sorted it now
Apart from deleting the "mucked" lines from the HUDs I'm using, I also deleted those lines from the ones that I'm not using

But I've got another problem.
At the same time as using FPDB, I am using a software called Stud Indicator.
And FPDB's HUD sometimes thinks that StudIndicator is a poker table and it detaches it's HUD from PokerStars and attaches it to Stud Indicator.
Seems to be happening when swapping games on 8-Game mix.
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote

      
m