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

05-10-2008 , 08:59 AM
Quote:
Originally Posted by _dave_
The current Betas work just fine with WINE, only a couple of tiny niggles with the HUD, nothing too problematic.

IIRC a Linux native version is planned too, after the Mac native version.
Does anyone have beta 11 working on Linux under Wine? I have used most of the previous betas with Wine with good success, but beta 11 is unhappy. Beta 11 installs OK, but I get this when I start PT3:

Quote:
For security purposes, this program will not run while system debuggers are active. Please remove or disable the system debugger before trying to run this program again.
When I run it from the command line, I get these wine messages that were not present in previous betas:

Code:
$ wine PokerTracker.exe
fixme:process:SetProcessShutdownParameters (00000100, 00000001): partial stub.
fixme:reg:RegSetKeySecurity :(0x7c,4,0x399f58): stub
I uninstalled beta 11 and reinstalled beta 10 and it works just like before. I am using wine 0.9.58, which is now 4 versions behind the most recent version, but is the latest in the fedora repositories.

thanks
05-10-2008 , 09:01 AM
Quote:
Originally Posted by ZanDa
Thank you for all your work.

I have been using PokerTracker with no more problems than anyone else and I'm simply waiting to buy it.

I have one small(big) problem:

I have no idea what my password is, PokerTracker some how seems to know.

However I have bought another program that needs to use my password and I don't know where to find it.

Can you help or do I need to uninstall and install PostgresSQL again?
try dbpass or svcpass
05-10-2008 , 09:34 AM
Quote:
Originally Posted by PietM
Copy C:\Program Files\PokerTracker 3\Data\Layouts.pt3 (at least if you installed PT3 in C:\Program Files\PokerTracker 3).
thanks, backupped the entire Data-folder.
05-10-2008 , 10:00 AM
Quote:
Originally Posted by ZanDa
Thank you for all your work.

I have been using PokerTracker with no more problems than anyone else and I'm simply waiting to buy it.

I have one small(big) problem:

I have no idea what my password is, PokerTracker some how seems to know.

However I have bought another program that needs to use my password and I don't know where to find it.

Can you help or do I need to uninstall and install PostgresSQL again?
You can find your password in your PokerTracker 3\Data\Config\PokerTracker.cfg file. PT3 defaults it to dbpass when you let it install it for you.

Quote:
Originally Posted by Eratosthenes
Does anyone have beta 11 working on Linux under Wine? I have used most of the previous betas with Wine with good success, but beta 11 is unhappy. Beta 11 installs OK, but I get this when I start PT3:



When I run it from the command line, I get these wine messages that were not present in previous betas:

Code:
$ wine PokerTracker.exe
fixme:process:SetProcessShutdownParameters (00000100, 00000001): partial stub.
fixme:reg:RegSetKeySecurity :(0x7c,4,0x399f58): stub
I uninstalled beta 11 and reinstalled beta 10 and it works just like before. I am using wine 0.9.58, which is now 4 versions behind the most recent version, but is the latest in the fedora repositories.

thanks
Beta 11 is the first beta that uses the piracy prevention software we will be using in the commercial release. This software works under most emulators, but doesn't seem to work under WINE. I'm not that familiar with what's available on Linux, but perhaps there's something else you can try.
05-10-2008 , 10:16 AM
Wanted to create a stat that shows the attempt to steal from exactly the button.

So I made this:



(cnt_steal_att_button / cnt_steal_opp_button) * 100)



with cnt_steal_att_button being:

sum(if[holdem_hand_player_statistics.flg_steal_att = true AND holdem_hand_player_statistics.position = 0 , 1, 0])



and cnt_steal_opp_button being:

sum(if[holdem_hand_player_statistics.flg_steal_opp = true AND holdem_hand_player_statistics.position = 0 , 1, 0])



But its not working... Any help please?
05-10-2008 , 11:50 AM
Quote:
Originally Posted by PokerAce
Beta 11 is the first beta that uses the piracy prevention software we will be using in the commercial release. This software works under most emulators, but doesn't seem to work under WINE. I'm not that familiar with what's available on Linux, but perhaps there's something else you can try.
What is the piracy prevention software? I will see if there is a wine workaround. (to get it running under wine, not to remove the piracy prevention ) Lots of these things have been figured out, because so many people run games under wine.
05-10-2008 , 03:10 PM
Quote:
Originally Posted by Jehaim
Wanted to create a stat that shows the attempt to steal from exactly the button.

So I made this:



(cnt_steal_att_button / cnt_steal_opp_button) * 100)



with cnt_steal_att_button being:

sum(if[holdem_hand_player_statistics.flg_steal_att = true AND holdem_hand_player_statistics.position = 0 , 1, 0])



and cnt_steal_opp_button being:

sum(if[holdem_hand_player_statistics.flg_steal_opp = true AND holdem_hand_player_statistics.position = 0 , 1, 0])



But its not working... Any help please?
What do you mean it's not working? Is it giving you an error or is it not giving you the results you expect?


Quote:
Originally Posted by Eratosthenes
What is the piracy prevention software? I will see if there is a wine workaround. (to get it running under wine, not to remove the piracy prevention ) Lots of these things have been figured out, because so many people run games under wine.
We're using Software Passport.
05-10-2008 , 03:39 PM
noob question, but can somebody tell me how to read "3bet pf" "4bet pf" "Call PF 3B" etc kind of stats.

if 3bet pf = 10%, does that mean 10% of the raisers initial range is being 3bet? or 10% of total hands?
if 4bet pf = 10%, does that mean 10% of the raisers 3betting range is being 4bet?
if C3B = 30%, does that mean 30% of the raisers open range is being called?

also, is it possible to get CCPF into a % number rather than just total outcomes?

ty.
05-10-2008 , 03:48 PM
I think calling and cold calling 3bets should be separated, because they are very different situations. Similarly, 4bets and cold 4bets should be separated as well.
05-10-2008 , 03:50 PM
Quote:
Originally Posted by PokerAce
What do you mean it's not working? Is it giving you an error or is it not giving you the results you expect?
Not the results I expect in my hud, its not giving me a stat.

Is the code wrong or right?

(I have added other custom stats to the HUD which work perfect.)
05-10-2008 , 04:09 PM
Sorry if this is already in a thread, but this is much easier than searching through multiple pages in other threads.

A) You can pre-order PT3 now, but at what price?
B) Do you only get the HUD if you pre-order? I saw that you don't get this if you're upgrading from PT2, so I'm just going to pay full price. (Which is answer to question A)
C) How do you transfer data from PT2 to PT3. Is it something simple, or do you have to import all the HHs again (I hope it's not the later).

Again I'm sorry if these are dumb questions that have already been answered. Thanks.
05-10-2008 , 05:35 PM
Quote:
Originally Posted by jfish
noob question, but can somebody tell me how to read "3bet pf" "4bet pf" "Call PF 3B" etc kind of stats.

if 3bet pf = 10%, does that mean 10% of the raisers initial range is being 3bet? or 10% of total hands?
if 4bet pf = 10%, does that mean 10% of the raisers 3betting range is being 4bet?
if C3B = 30%, does that mean 30% of the raisers open range is being called?

also, is it possible to get CCPF into a % number rather than just total outcomes?

ty.
A "3 Bet Preflop" stat of 10% means that 10% of the time the player is facing a raise preflop, he 3 bets.

A "4 Bet Preflop" stat of 10% means that 10% of the time the player is facing a 3 bet, he 4 bets.

A "Call 3 Bet" stat of 30% means that 30% of the time he's facing a 3 bet (regardless of if he was the original raiser), he calls. We plan on adding stats for instances when the player is the original raiser.


Quote:
Originally Posted by Jehaim
Not the results I expect in my hud, its not giving me a stat.

Is the code wrong or right?

(I have added other custom stats to the HUD which work perfect.)
The code looks fine. Do me a favor, export your custom stat and attach it to a support ticket. Be sure to include a description of your problem.

Quote:
Originally Posted by ducklover
Sorry if this is already in a thread, but this is much easier than searching through multiple pages in other threads.

A) You can pre-order PT3 now, but at what price?
B) Do you only get the HUD if you pre-order? I saw that you don't get this if you're upgrading from PT2, so I'm just going to pay full price. (Which is answer to question A)
C) How do you transfer data from PT2 to PT3. Is it something simple, or do you have to import all the HHs again (I hope it's not the later).

Again I'm sorry if these are dumb questions that have already been answered. Thanks.
A. The full price of PT3 is $89.99. This includes the Tracker and the Hud. If you own PT2 you get a discount. Same with PA Hud.
B. No, you can wait until the commercial release to order and you'll get the Hud just the same. If you aren't a PA Hud owner, you won't get a discount for that, but you'll get a discount from owning PT2.
C. There's a built in conversion process that converts hands from a PT2 PostgreSQL databases to PT3 database. Since PT3 stores so much more data than PT3, re-importing hands is required.
05-10-2008 , 06:28 PM
Can you please edit the HUD software so it doesn't auto pop up your table when HUD is loading across all your tables at the beginning of a session? It pops the table up once when it first recognizes you've played a hand, a second time when the HUD icon appears on the table, and a third time when the stats finally appear.

This is a serious comment/complaint because it puts me on the verge of tilt at the beginning of the session. Its much much much worse when you cascade 8+ tables but still very annoying when tiling.
05-10-2008 , 06:42 PM
Quote:
Originally Posted by OSUGreg1983
Can you please edit the HUD software so it doesn't auto pop up your table when HUD is loading across all your tables at the beginning of a session? It pops the table up once when it first recognizes you've played a hand, a second time when the HUD icon appears on the table, and a third time when the stats finally appear.

This is a serious comment/complaint because it puts me on the verge of tilt at the beginning of the session. Its much much much worse when you cascade 8+ tables but still very annoying when tiling.
I'll be working on this, but I can't give any sort of estimate to when it will be fixed. This is a tricky problem.
05-10-2008 , 06:49 PM
Quote:
Originally Posted by PokerAce
I'll be working on this, but I can't give any sort of estimate to when it will be fixed. This is a tricky problem.
Great, thank you. I wasn't sure if it had been mentioned yet.
05-10-2008 , 08:40 PM
I'm late to the party here, but I plan on getting this shortly. That said, is there going to be (is there currently) any better documentation for PT3? Specifically how to make your own stats/filters?

Looking forward to running this thru its paces this week!
05-10-2008 , 09:00 PM
I have two problems with the beta 11.
It doesn't show icons about what kind of player a player is.

And also it only rates people based on the current SnG. Why not use all the hands I have in the database?

Hope you guys can help me. It otherwise seems like a very good program.
05-10-2008 , 09:13 PM
how do u get the instant replay thing for the hands to work?

found iot nvm

Last edited by MuscleAndMoney420; 05-10-2008 at 09:24 PM.
05-10-2008 , 09:36 PM
Is it still unlimited hands? I tried holdem manager but didnt get past loading 2500 hands.
05-10-2008 , 09:57 PM
How do I delete stats from the HUD?
05-10-2008 , 10:17 PM
Quote:
Originally Posted by SirFelixCat
I'm late to the party here, but I plan on getting this shortly. That said, is there going to be (is there currently) any better documentation for PT3? Specifically how to make your own stats/filters?

Looking forward to running this thru its paces this week!
We have basic documentation for the custom statistics. We plan on creating more in depth documentation in the not so distant future.

Quote:
Originally Posted by qute1
I have two problems with the beta 11.
It doesn't show icons about what kind of player a player is.

And also it only rates people based on the current SnG. Why not use all the hands I have in the database?

Hope you guys can help me. It otherwise seems like a very good program.
The Hud doesn't show the player icons yet, but it will. I'm not sure what you mean by it only rates people based on the current SnG. Are you saying the Hud only shows stats based off hands from the current SnG?


Quote:
Originally Posted by icheckcallu
Is it still unlimited hands? I tried holdem manager but didnt get past loading 2500 hands.
The beta has no restrictions other than an expiration date.

Quote:
Originally Posted by Bump_Bailey
How do I delete stats from the HUD?
Click the PT Icon -> Configure Statistics -> Double-click the stats in the list on the right to remove them.
05-11-2008 , 12:17 AM
How do I fix the fold BB to steal or when will it be fixed?

Last edited by BingoBango; 05-11-2008 at 12:18 AM. Reason: its always 0
05-11-2008 , 12:39 AM
It's been fixed for the next release.
05-11-2008 , 12:47 AM
Which will be the 15th?
05-11-2008 , 01:17 AM
I'm hoping to get one last beta in by Tuesday.

      
m