Open Side Menu Go to the Top
Register
PokerTracker 3 PokerTracker 3

01-06-2011 , 07:48 AM
Cheers for the quick reply.

Okay its been 22:30 hours so far and now there is a solid green bar underneath the "Rebuilding Cache on database...." instead of the green shade running from left to right.

Should I be concerned that the green solid bar looks about 5% of the entire bar?? =S
01-06-2011 , 08:16 AM
Quote:
Originally Posted by Muskelbiber
hi there,
i´m missing the hud stats check/fold and check/call (flop/turn/river).

am i blind or do they not exist?
These are not available as built-in stats, but you can build them as custom stats.
For example, to build Check/Fold Flop you will need a pair of columns like these:
(I assume that you want to know the percentage of times that the player folded after checking, rather than how often they check/folded when they had the opportunity to check?)

cnt_f_checkfold =
sum( if[ lookup_actions_f.action = 'XF', 1, 0 ] )

cnt_f_check_face_action =
sum( if[ lookup_actions_f.action LIKE 'X_%', 1, 0 ] )

Then you can build a stat from them like this:

(cnt_f_checkfold / cnt_f_check_face_action) * 100

For information on how to build custom stats from expressions like these see the Tutorial: Custom Reports and Statistics.

For check/call replace XF with XC, and for turn and river replace _f_ with _t_ or _r_.


Quote:
Originally Posted by CtrlMe
Cheers for the quick reply.

Okay its been 22:30 hours so far and now there is a solid green bar underneath the "Rebuilding Cache on database...." instead of the green shade running from left to right.

Should I be concerned that the green solid bar looks about 5% of the entire bar?? =S
I would expect it to be further along than that, if not finished by now.
If you have logging enabled then you can check the end of the PokerTracker.log file to see how far along the process is. (Tutorial: Enabling Logging)

If not, have a look at Task Manager > Processes and see if any of the postgres.exe processes are doing any work?
01-06-2011 , 08:59 AM
Hey, I dont have the logging enabled, but I had a look at processes in windows task manager and there is no Postgres.exe, but there is Pokertracker.exe and PokertrackerHud.exe..

What should I do? Its been running 24hours now

Last edited by CtrlMe; 01-06-2011 at 09:05 AM.
01-06-2011 , 09:58 AM
If there are no postgres.exe processes then nothing will be happening. You will need to end the PT3 process and restart it.
01-06-2011 , 10:05 AM
Do I run housekeeping again??
01-06-2011 , 10:25 AM
My HUD no longer exists now... Not sure what is going on
01-06-2011 , 10:33 AM
Make sure that you're showing processes from all users - the postgres processes would not come up if you were only showing processes from your user.

That said over a day for 1M hands on a computer with your specifications is far too long - you should be able to end the PokerTracker and PokerTrackerHud processes, and restart PT3 with logging. Attempt to rebuild the cache again and if it doesn't finish within 3 hours maximum (it should take more like 1 but a little extra time can't hurt - you shouldl see progress at least if it's still going strong let it keep going), send us a support ticket with logs attached and we'll investigate further for you.
01-06-2011 , 12:13 PM
Quote:
Originally Posted by WhiteRider
These are not available as built-in stats, but you can build them as custom stats.
For example, to build Check/Fold Flop you will need a pair of columns like these:
(I assume that you want to know the percentage of times that the player folded after checking, rather than how often they check/folded when they had the opportunity to check?)

cnt_f_checkfold =
sum( if[ lookup_actions_f.action = 'XF', 1, 0 ] )

cnt_f_check_face_action =
sum( if[ lookup_actions_f.action LIKE 'X_%', 1, 0 ] )

Then you can build a stat from them like this:

(cnt_f_checkfold / cnt_f_check_face_action) * 100

For information on how to build custom stats from expressions like these see the Tutorial: Custom Reports and Statistics.

For check/call replace XF with XC, and for turn and river replace _f_ with _t_ or _r_.
thanks for your quick reply!

i created the stats but they dont show up when i try to configure my HUD.

i checked the tutorial but i just can´t find out what im doing wrong.

(and yes, i want to know the percentage of times that the player folded after checking, im assuming the built-in stats check raise flop/turn/river works the same way so i can use these)
01-06-2011 , 12:23 PM
No problems!! I will do that in the morning! Cheers for the support
01-06-2011 , 04:15 PM
Quote:
Originally Posted by Muskelbiber
thanks for your quick reply!

i created the stats but they dont show up when i try to configure my HUD.

i checked the tutorial but i just can´t find out what im doing wrong.

(and yes, i want to know the percentage of times that the player folded after checking, im assuming the built-in stats check raise flop/turn/river works the same way so i can use these)
Did you create the stats in the Holdem Cash Player Statistics section?
If the HUD was running then you will need to restart it to see the new stats in the HUD.

If you still can't see the stats in the HUD config after restarting PT3 please make a Backup of just the default Optional Files and attach it to a Support ticket and I'll check them out for you.
01-06-2011 , 04:42 PM
does anybody know how to configure PT3 for the merge network using a mac? I can't find the hand histories anywhere.
01-06-2011 , 08:47 PM
any news when Mac Version gets Merge HUD and Rush Support?
01-06-2011 , 08:48 PM
Quote:
Originally Posted by RBlagojevich
does anybody know how to configure PT3 for the merge network using a mac? I can't find the hand histories anywhere.
stored in user library
01-07-2011 , 04:21 AM
Quote:
Originally Posted by WhiteRider
Did you create the stats in the Holdem Cash Player Statistics section?
If the HUD was running then you will need to restart it to see the new stats in the HUD.

If you still can't see the stats in the HUD config after restarting PT3 please make a Backup of just the default Optional Files and attach it to a Support ticket and I'll check them out for you.
hi again

i created the stats in the Holdem Cash Player Statistics section and now i can choose them as HUD stats.

but they did not work until i copied them to the Omaha Cash Player Statistics section. and only having the stats in the Omaha Cash Player Statistics section didn´t worked either.

but it seems to be working fine now with one exeption:
i cant find out how to get rid of the decimals of the values which pop up when you put the mouse over a HUD stat while playing.

and 1 more question, is there a way to make the HUD display bigger numbers?

Last edited by Muskelbiber; 01-07-2011 at 04:26 AM.
01-07-2011 , 05:00 AM
Quote:
Originally Posted by RBlagojevich
does anybody know how to configure PT3 for the merge network using a mac? I can't find the hand histories anywhere.
Quote:
Originally Posted by alteolga
any news when Mac Version gets Merge HUD and Rush Support?
Please update to v3.09 and the Auto Detect button on the Auto Import > Merge Preferences tab should find the hand history folder.
They are now written to:
~/library/sitename/history
(/Users/user/Library/sitename/history)

Download page
PT3 Build History / Release Notes


Quote:
Originally Posted by Muskelbiber
hi again

i created the stats in the Holdem Cash Player Statistics section and now i can choose them as HUD stats.

but they did not work until i copied them to the Omaha Cash Player Statistics section. and only having the stats in the Omaha Cash Player Statistics section didn´t worked either.
Are you playing holdem or omaha? The hud does pick up stat names from the holdem list, so if you're playing omaha then you do need to have a copy of the stats in the holdem section too.

Quote:
but it seems to be working fine now with one exeption:
i cant find out how to get rid of the decimals of the values which pop up when you put the mouse over a HUD stat while playing.
You can set the number of decimal places to 0 in the stat Properties to hide the decimal on the table, but if you want to hide it in the popup too then you will need to change the Format Expression of your stats. To have it display zero decimal places set the format expression to:
/%.0f

Quote:
and 1 more question, is there a way to make the HUD display bigger numbers?
I assume that you mean bigger in size? You can configure the font however you like in the Statistic Properties.
01-07-2011 , 11:02 AM
I have a problem with the HUD.

I have a dual screen setup with Windows 7 64 bit.

Have the 3.09 beta.

Had the same problem with 3.08.

I start an auto import with the HUD going.

The stats show up very low and on the other screen, so I drag them over. The problem is, I can't find my stats (they're too low, I presume) and the PT3 icon is missing, so I can't save the layout.

The stats in the HUD update fine.

I still love PT3, but the HUD problem is obv not ideal.

Any help would be appreciated.

Last edited by aura; 01-07-2011 at 11:07 AM.
01-07-2011 , 11:15 AM
The HUD should work with a dual screen setup.
The last time I saw an issue like this it was caused by the user having screen magnification enabled in the accessibility settings. If you have anything like that enabled please try disabling it.
Also check that you have the latest drivers for your graphics card as out of date drivers cause issues too.
01-07-2011 , 11:19 AM
Okay so I tried to rebuild database again in the housekeeping section and again there was no postgres.exe in the task manager and was excess of 6hrs until I just cancelled it. I have however ticked the logging enabled so what exactly am I looking for to check if and what is working??
01-07-2011 , 11:26 AM
Wow. Such a quick response!

Thank you.

I did have magnification enabled. I turned it off, but the problem persists. I'll try rebooting real quick.


EDIT: Aha! Fixed it by right clicking the icon in the startup menu. Going to "compatibility" tab and checking "Disable display scaling on high DPI settings"

Ahhhhh.... the lovely HUD.

WhiteRider, thanks for being such an intelligent and helpful contributor to the forums.

Last edited by aura; 01-07-2011 at 11:53 AM.
01-07-2011 , 12:30 PM
I haven't done extensive testing, but I think (for me) the magnifier causes the PT3 icon to go missing, and not disabling the display scaling on high DPI settings causes the stat weirdness. The stats were way too huge with the scaling, too.
01-07-2011 , 01:40 PM
Quote:
Originally Posted by CtrlMe
Okay so I tried to rebuild database again in the housekeeping section and again there was no postgres.exe in the task manager and was excess of 6hrs until I just cancelled it. I have however ticked the logging enabled so what exactly am I looking for to check if and what is working??
If there are no postgres.exe processes in task manager then the PostgreSQL service is not running, and PT3 will not be able to do anything. Please check our Firewall Guide as problems with PostgreSQL are often caused by an overzealous firewall. If you still have trouble please create a support ticket to report your problemand one of our support technicians will work with you to get things fixed.


Quote:
Originally Posted by aura
I haven't done extensive testing, but I think (for me) the magnifier causes the PT3 icon to go missing, and not disabling the display scaling on high DPI settings causes the stat weirdness. The stats were way too huge with the scaling, too.
That would make sense - PT3 needs to konw the size of the table windows and positions the HUD relative to that, so if things are being displayed in different places and different sizes it will mess things up.
(And you're welcome)
01-07-2011 , 02:28 PM
tyvm WhiteRider, everything is working fine now.
01-08-2011 , 07:01 AM
In the reports tab, I am trying to create a filter to show only hands where the player flatted a 3 bet. There doesn't seem to be a filter for that.

Also, when I generate a list of hands from a report that I have created, is there any way to get the system to replay a selected hand from the list?

Thanks!
01-08-2011 , 07:40 AM
You can filter for "Facing > Call 3 Bet" AND "Actions > Cold Called" AND NOT "Actions > 3 Bet Opp". I think that should get all and only hands where you flatted a 3-bet, except those where you are in the blinds as that wouldn't count as a cold call. If you want to include those you'll need to use "NOT (Open Limp OR Limp w/Prev Callers).

If you include the "Hand #" stat in a custom report you can double-click a hand to open and replay it.
01-08-2011 , 11:51 AM
Quote:
Originally Posted by bluto
my hud usually isn't able to start when i begin auto import. i hear the hard drive spinning, and often the cpu gets 100 percent engaged, but it will then settle down with no hud.

stopping/starting hud itself, or stopping/starting auto import doesn't help. i have to shut down and restart PT3 completely. this usually solves the problem, but once in a while i have to shut it down and restart a second time.

SOMETIMES, hud will come up on the first try, but only when i have one table open.
I downloaded the newest version and this has helped the problem immensely. if it starts happening again, i'll send in a support ticket. TYVM.

Two questions:

1. How many postgres processes is the normal amount to have running? If it's possible to have too many, which ones can I safely turn off?

2. Is it possible to offer a lighter version? For example, I'm in the us and can't access most of the sites listed in the import section. Also, I don't really need the tournament features or the table tracker. This would be helpful because I have an older computer and doesn't have a ton of RAM or memory.

Okay, a third question. I purchased the micro version with holdem and omaha, but I don't play omaha (i didn't realize I could buy just one or the other until later.) Can I some how 'get rid' of the omaha section? If I'm not mistaken, I can purchase the add-on just for holdem.

thanks for taking the time to read this. BTW, i love your product, it has helped improved my game by orders of magnitude.

      
m