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

06-18-2008 , 07:29 PM
Quote:
I have been putting 192.168.1.5 in the server
But this is the IP of your laptop, right?

You must put the IP of the server where it asks for it, this is your desktop 192.168.1.2, if the above quote by Kraada is correct (you did not correct him, so I assume it is).

And you need to check listen_addresses="*" in postgresql.conf.
06-18-2008 , 07:48 PM
Quote:
Originally Posted by _dave_
But this is the IP of your laptop, right?

You must put the IP of the server where it asks for it, this is your desktop 192.168.1.2, if the above quote by Kraada is correct (you did not correct him, so I assume it is).

And you need to check listen_addresses="*" in postgresql.conf.
.2 is the desktop, have tried both, neither worked. Just uninstalled and reinstalled everything on the laptop, checked everything over on the desktop, and still nothing. My pg_hba looks like this:
# TYPE DATABASE USER CIDR-ADDRESS METHOD

# IPv4 local connections:
host all all 127.0.0.1/32 md5
# IPv6 local connections:
#host all all ::1/128 md5
host all all 192.168.1.2/32 md5

and added "listen_addresses = '*' " to the end of postgresql.conf. I use 192.168.1.2 as the server, 5432 as prt, and dbpass as password. In the link he says to add 192.168.0.0/32 md5, i tried that too and it doesnt work.
06-18-2008 , 07:56 PM
Quick question - PT3 works just fine on the desktop - yes? the problem you are having is to get the laptop to connect?
06-18-2008 , 08:11 PM
Quote:
Originally Posted by _dave_
Quick question - PT3 works just fine on the desktop - yes? the problem you are having is to get the laptop to connect?
yup
06-18-2008 , 08:18 PM
OK, make pg_hba.conf on the desktop look like this:
Code:
# IPv4 local connections:
host all all 127.0.0.1/32 md5
host all all 192.168.1.2/32 md5
host all all 192.168.1.5/32 md5

# IPv6 local connections:
#host all all ::1/128 md5
reboot the desktop (or stop/start the postgresql service)

then on the laptop, install the NO-postgres version of PT3, enter in the database dialog:

Code:
server: 192.168.1.2
port: 5432
user: postgres
password: dbpass
see if that works.
06-18-2008 , 08:57 PM
Im getting the following error when I load Postgres. I will try unistalling and deleting all the files then reinstalling


The files belonging to this database system will be owned by user "postgres".
This user must also own the server process.

The database cluster will be initialized with locale C.

initdb: directory "C:/Program Files/PostgreSQL/8.2/data" exists but is not empty
If you want to create a new database system, either remove or empty
the directory "C:/Program Files/PostgreSQL/8.2/data" or run initdb
with an argument other than "C:/Program Files/PostgreSQL/8.2/data".


Flintoff
View Public Profile
Send a private message to Flintoff
Find More Posts by Flintoff
Find Threads Started by Flintoff
Add Flintoff to Your Contacts

01-24-2008, 07:33 PM
06-18-2008 , 09:21 PM
Quote:
Originally Posted by mittman84
In the link he says to add 192.168.0.0/32 md5, i tried that too and it doesnt work.
Okay, that's just wrong. It should be 192.168.0.0/24
06-18-2008 , 10:16 PM
Quote:
Originally Posted by notreallymyname
Okay, that's just wrong. It should be 192.168.0.0/24
Just doing what it says in that link.....I am obviously clueless on this stuff. Where do I put that number?
06-18-2008 , 10:19 PM
don't put that number - it is wrong yes, but it does not matter.

Follow the instructions I posted, they are accurate if the IP addresses you posted for your desktop and laptop are correct.

If you must put that number, it goes in pg_hba.conf on the desktop - but it needs to be 192.168.1.0/24 for your LAN setup.
06-18-2008 , 10:41 PM
Quote:
Originally Posted by _dave_
OK, make pg_hba.conf on the desktop look like this:
Code:
# IPv4 local connections:
host all all 127.0.0.1/32 md5
host all all 192.168.1.2/32 md5
host all all 192.168.1.5/32 md5

# IPv6 local connections:
#host all all ::1/128 md5
reboot the desktop (or stop/start the postgresql service)

then on the laptop, install the NO-postgres version of PT3, enter in the database dialog:

Code:
server: 192.168.1.2
port: 5432
user: postgres
password: dbpass
see if that works.
Thanks a lot for the help, but it still isnt working. I have double checked everything, checked the IPs, the computers are connected through the router, I can move stuff on "My Shared Spaces". Would a fire wall be causing a problem?
06-18-2008 , 10:51 PM
Quote:
Would a fire wall be causing a problem?
Absolutely.

Turn any windows firewalls off (on both computers) until this is working, then you can activate them again and figure out how to let postgresql traffic thru (it is probably just allow TCP in/out on 5432).
06-19-2008 , 07:07 AM
What does the stat "Raise BB Steal Att" exactly mean? How frequently you reraise a steal from the BB?
06-19-2008 , 08:09 AM
Quote:
Originally Posted by Kraada
If you wouldn't mind PMing me your statistics (exported) I could try and import them myself and see if I can get them working.
I'm not entirely sure what you want me to PM to you. Where can I export the "statistics" you want? Or do you mean I should just send you my formulas?

edit: I do see the "Export" button on the "Statistics" tab but I've created my formulas in the "Columns" tab, no "Export" button there.
06-19-2008 , 10:45 AM
Quote:
Originally Posted by zuckzappel
What does the stat "Raise BB Steal Att" exactly mean? How frequently you reraise a steal from the BB?
When you raise from BB against a steal attempt; so this is the percentage of the time that you 3-bet when someone attempts to steal. So yes, you're right

Quote:
Originally Posted by NoTurns
I'm not entirely sure what you want me to PM to you. Where can I export the "statistics" you want? Or do you mean I should just send you my formulas?

edit: I do see the "Export" button on the "Statistics" tab but I've created my formulas in the "Columns" tab, no "Export" button there.
Go to the statistics tab, highlight the statistic you are using, and look in the definition tab on the right. There are 6 buttons at the bottom of that tab: New, Dup, Save, Remove, Export, Import. Click Export.

Any column that your custom statistic depends on will be exported along with the statistic, so if you export the statistic the column will come with it and if you PM it to me I'll take a look at it for you and see if I can figure out what's going on.
06-19-2008 , 10:56 AM
I bought this sad excuse for a programme a month ago and hadnt used it since the problems at the beginning. I presumed most of this would be sorted by now with the new version but its still importing duplicates on Everest non stop, crashing every 40 hands or so, the hud is still a disaster. I want a refund so i can go buy Hold Em Manager, how do i go about this. Im sure its illegal to be selling a product like this in the state its in.
06-19-2008 , 12:20 PM
Quote:
Originally Posted by mdwexford
I bought this sad excuse for a programme a month ago and hadnt used it since the problems at the beginning. I presumed most of this would be sorted by now with the new version but its still importing duplicates on Everest non stop, crashing every 40 hands or so, the hud is still a disaster. I want a refund so i can go buy Hold Em Manager, how do i go about this. Im sure its illegal to be selling a product like this in the state its in.
Have you tried downloading and installing Beta 13? Beta 13 works well for the vast majority of people. If Beta 13 is crashing, please try renaming C:\Program Files\PokerTracker 3\Data\Layouts.pt3 to Layouts.backup; this will cause PT3 to recreate a default layout and if it is your layout that is causing the problems, please submit your layout to our support system so we can better understand what it is about your layout that is causing the problem.

As to the duplicates, please make sure you are moving your processed hands out of the Hand History directory; otherwise each time you start PT3 up it will have to go through the old hands in the directory before moving on to new ones. The "Move Processed To" Box on the auto-import tab is the one you want to check; the hands are moved when you stop the auto-import process or close PokerTracker 3, so do make sure to stop auto-importing on occasion.
06-19-2008 , 05:01 PM
Is the a standard deviation stat?
06-19-2008 , 05:05 PM
Quote:
Originally Posted by NoahSD
Is the a standard deviation stat?
Not by default, but you can feel free to create one and upload it to our repository
06-19-2008 , 07:02 PM
Has anybody got PT3 (beta 13) working with ipoker? I have PT3 working fine with party, but I can't get the HUD stats to show up on ipoker skin Green Joker Poker.

If i sit down at a table, have auto-import running, the PT icon appears immediately. However, some 10 minutes later, there are still no signs of the HUD stats. Anybody have this problem as well? PT3 worked on ipoker for me with beta 12 (upto v12.10), but doesn't seem to work with beta 13.

For the record, I have submitted a support ticket with logs etc, I just haven't seen anybody else complain about this problem on either the official forum or this one. Just trying to work out if I the unlucky freak, or if it is a bigger problem.

Talking of custom stats. call/fold/raise when facing a c-bet in a 3-bet pot (available in the repository) are still not working with beta v13. I have purged my db, imported from scratch and still the numbers for all these stats return 0. However, the I c-bet in a 3-bet pot works fine.
06-19-2008 , 08:30 PM
Quote:
Originally Posted by _dave_
Absolutely.

Turn any windows firewalls off (on both computers) until this is working, then you can activate them again and figure out how to let postgresql traffic thru (it is probably just allow TCP in/out on 5432).
Well I got it to work on the laptop by turning off the firewall, but now it wont work on the desktop. I get this error on the desktop:
06-19-2008 , 08:46 PM
I thought your desktop was working before you started any networking configuration?
06-19-2008 , 11:14 PM
As a software engineer...
I'm absolutely amazed that PT3 has forced...
1000s of marginally tech-literate people with countless computer environments...
To install and maintain a complex, database service...
When it will only be needed by people data-mining millions of hands.

Any light, stand-alone database with > max size than Access...
Or even a simple proprietary data structure...
Would have been fine for 99% of your customers.

Just wow.
06-19-2008 , 11:51 PM
Quote:
Originally Posted by RedManPlus
As a software engineer...
I'm absolutely amazed that PT3 has forced...
1000s of marginally tech-literate people with countless computer environments...
To install and maintain a complex, database service...
When it will only be needed by people data-mining millions of hands.

Any light, stand-alone database with > max size than Access...
Or even a simple proprietary data structure...
Would have been fine for 99% of your customers.

Just wow.
You sound a bit winded. Have you been jogging or something?
06-20-2008 , 06:11 AM
Quote:
Originally Posted by oracle3001
Has anybody got PT3 (beta 13) working with ipoker? I have PT3 working fine with party, but I can't get the HUD stats to show up on ipoker skin Green Joker Poker.

If i sit down at a table, have auto-import running, the PT icon appears immediately. However, some 10 minutes later, there are still no signs of the HUD stats. Anybody have this problem as well? PT3 worked on ipoker for me with beta 12 (upto v12.10), but doesn't seem to work with beta 13.

For the record, I have submitted a support ticket with logs etc, I just haven't seen anybody else complain about this problem on either the official forum or this one. Just trying to work out if I the unlucky freak, or if it is a bigger problem.

Talking of custom stats. call/fold/raise when facing a c-bet in a 3-bet pot (available in the repository) are still not working with beta v13. I have purged my db, imported from scratch and still the numbers for all these stats return 0. However, the I c-bet in a 3-bet pot works fine.

New beta dosnt work for me on ipoker either. I sent in a ticket.
06-20-2008 , 06:38 AM
beta 13 wont work for me either on ipoker crashes at least once an hour very annoying sent in a ticket on Wednesday.

There were threads over at the PT forums relating to ipoker issues last week, heres one I happen to have bookmarked:

http://www.pokertracker.com/forums/v...hp?f=16&t=7456

      
m