Open Side Menu Go to the Top
Register
Holdem Manager Support Holdem Manager Support

06-26-2008 , 02:38 PM
Quote:
Originally Posted by uncleshady

What worked for me...

Go to start, all programs, PostgreSQL8.2 (or whatever you have) then configuration files, then edit pg_hba.conf

You will get a notepad looking screen at the bottom you will see this:

# TYPE DATABASE USER CIDR-ADDRESS METHOD

# IPv4 local connections:
host all all 127.0.0.1/32 md5

what I want you to do is to make a new line underneath the data right above. Make it look like this

# IPv4 local connections:
host all all 127.0.0.1/32 md5
host all all 127.0.0.1/62 md5

Basically you are adding a line that is the same except for the /62 at the end of the IP address. You can copy paste or type it in manually but use the same spacing (space bar)

Then go to file, save and you are done. Restart HM and it should work. At least it did for me. I have both firewalls on and antivirus on. FWIW I did dump that .pid file but checked after and it had no effect. Good luck post here with questions.
This had no effect. I still get the same error messages.
Holdem Manager Support Quote
06-26-2008 , 02:43 PM
Also, Uncleshady, I looked at the thread on the HEM forums that you linked, and I'm having the same problem as the poster Gregster6. Roy had told him to check the status of Postgres under Control panel > Admin > Services

'Even though the postgres service is set to automatic, when I checked its status it had not started. A double click on the service shows that the status is in fact "stopped"

Upon trying to start the service from control panel/services it would not start...the time bar took about 1-2 minutes to fill-up and then I was informed that the service would not start.'
Holdem Manager Support Quote
06-26-2008 , 02:57 PM
Sorry Baintz. Might be a vista issue, but I run xp and have no experience with vista. I guess my fix isnt your fix.

edit: installing postgres/holdem manager turned out to be the biggest pain in the ass ever. I have it all running now but I think I ran into every possible problem.

Last edited by uncleshady; 06-26-2008 at 03:02 PM.
Holdem Manager Support Quote
06-26-2008 , 03:18 PM
Can somebody put a step by step guide on how to get UB working with holdem manager/hud I would appreciate it. I just dont get it. I have ver 1.05.09
Holdem Manager Support Quote
06-26-2008 , 03:44 PM
Quote:
Originally Posted by PNXRMX
Feature requests:
Dealt Rake, Contributed Rake, Weighted Contributed Rake columns for reports. Much more useful than rake from won pots, which no sites use to calculate rake, and probably easy to implement.

Also, if possible, a P$IP% stat which includes SB/BB posts where the player did not further contribute. Similar to VPIP, but without the V qualifier
A filter to only include hands where a flop was dealt (raked hands) would be nice.

Dealt rake = Rake / players in hand
Contributed rake = If player P$IP: Rake / Number of players who P$IP, else 0.
Weighted contributed = (Player's contribution - player's uncalled bets) * rake / (pot size - uncalled bets)

These would be immensely useful to me as an affiliate and player, and very useful to players going for the best bonuses / rakeback.


Something else that would be useful would be an option or an extra stat to disable all-in EV adjustments in hands where there were unknown cards mucked. Ladbrokes for instance (old microgaming software) does not show mucked cards, so if you shove AA preflop, get called by KK and hold up, HM thinks you had 100% equity in that pot, when you obviously didn't, causing possibly severe skewing in allin EV stats.


If you get round to implementing (any of) these, I'd be hugely grateful!
I like this idea, and would also like to see it implemented.
Holdem Manager Support Quote
06-26-2008 , 04:14 PM
Is there a way we can click on a table to see if we have previous stats on players on Stars? PT2 has a box you can check for observed hands which shows previous stats even though you haven't been dealt any hands at the table.
Holdem Manager Support Quote
06-26-2008 , 04:23 PM
Quote:
Originally Posted by slick123
Is there a way we can click on a table to see if we have previous stats on players on Stars? PT2 has a box you can check for observed hands which shows previous stats even though you haven't been dealt any hands at the table.
Set up a new auto import folder:

C:\Program Files\RVG Software\Holdem Manager\Importing\HEM Data

It will import one HH when you open a stars table, to bring up HUD stats.
Holdem Manager Support Quote
06-26-2008 , 05:09 PM
Quote:
Originally Posted by uncleshady
# TYPE DATABASE USER CIDR-ADDRESS METHOD

# IPv4 local connections:
host all all 127.0.0.1/32 md5

what I want you to do is to make a new line underneath the data right above. Make it look like this

# IPv4 local connections:
host all all 127.0.0.1/32 md5
host all all 127.0.0.1/62 md5

Basically you are adding a line that is the same except for the /62 at the end of the IP address. You can copy paste or type it in manually but use the same spacing (space bar)

Then go to file, save and you are done. Restart HM and it should work. At least it did for me. I have both firewalls on and antivirus on. FWIW I did dump that .pid file but checked after and it had no effect. Good luck post here with questions.
This is invalid. There is no such thing as a /62 bit mask in a 32 bit IP address.

I normally use...

host all all 127.0.0.1/32 trust

whenever I have a local application that uses Postgres.
Holdem Manager Support Quote
06-26-2008 , 05:14 PM
Quote:
Originally Posted by Percula
This is invalid. There is no such thing as a /62 bit mask in a 32 bit IP address.

I normally use...

host all all 127.0.0.1/32 trust

whenever I have a local application that uses Postgres.

when i take the line out, I get the unable to connect to 127.0.0.1 line again. invalid or not, it fixed my issue.
Holdem Manager Support Quote
06-26-2008 , 05:31 PM
Quote:
Originally Posted by uncleshady
when i take the line out, I get the unable to connect to 127.0.0.1 line again. invalid or not, it fixed my issue.
Try changing it to what I put in there, as I can assure 100% that your /62 line is doing nothing except maybe causing an error in PgSQL.
Holdem Manager Support Quote
06-26-2008 , 05:32 PM
Quote:
Originally Posted by Baintz
Also, Uncleshady, I looked at the thread on the HEM forums that you linked, and I'm having the same problem as the poster Gregster6. Roy had told him to check the status of Postgres under Control panel > Admin > Services

'Even though the postgres service is set to automatic, when I checked its status it had not started. A double click on the service shows that the status is in fact "stopped"

Upon trying to start the service from control panel/services it would not start...the time bar took about 1-2 minutes to fill-up and then I was informed that the service would not start.'
Emailed Roy and he got me HEM back working again.

I had to delete that postmaster.pid file that others did, and then restart PostgreSQL under Control panel > Admin > Services.
Holdem Manager Support Quote
06-26-2008 , 05:47 PM
Quote:
Originally Posted by Percula
Try changing it to what I put in there, as I can assure 100% that your /62 line is doing nothing except maybe causing an error in PgSQL.
lol after the morning i had, im not touching it until i get another error, but I'll run your fix if it does error out.

until then, does anybody know how to configure this to work with UB?
Holdem Manager Support Quote
06-26-2008 , 08:26 PM
I just downloaded HEM today. Everything is working great, but I can't get it to recognize auto-center for FTP.

I've gone to the seating preference tab, and clicked on seat 3 for 6max (which is the only option, and auto-center sends you to the 3 seat, which makes sense) but my HUD is still displayed as the table was displayed when I first opened the window.

I've tried searching the forums and couldn't find much. Any help is appreciated...I play on racetrack fwiw
Holdem Manager Support Quote
06-26-2008 , 08:44 PM
You need to be dealt cards before the program recognizes you as the hero. Either that or you need to "set up hero names" (under hud options)
Holdem Manager Support Quote
06-26-2008 , 08:47 PM
ok thx, I haven't played a hand yet
Holdem Manager Support Quote
06-26-2008 , 08:48 PM
Quote:
Can somebody put a step by step guide on how to get UB working with holdem manager/hud I would appreciate it. I just dont get it. I have ver 1.05.09
1. Open the hand histroy window and the HUD should start grabbing hands from it.
2. Add ..\holdem manager\importing hem data to the auto-import folders
Holdem Manager Support Quote
06-26-2008 , 08:53 PM
Quote:
Originally Posted by Paramon
I just got HEM and was having a play around with it, I played about 20 hands just for a test.

What does the preflop cards tab do? When I click on anything in there nothing comes up down bottom. I did a search and this is what its supposed to look like:
http://forumserver.twoplustwo.com/sh...postcount=3916
but when I click on the cards I know I have had PF nothing shows up.

I thought maybe the quick filters are applied together with the known cards but I've tried setting both to a situation I'm sure I have in the database and nothig comes up.

Also my known cards don't go blue like in that picture when selected.

I think I'm missing something very simple but I just don't know what?

Also, when I change reports in the reports tab to sort by monthly the hands down bottom dissappear and I can't get them back until I restart HEM. Is this a problem or am I doing something wrong?
Actually I fixed the first problem, just didn't have enough hands.

But I'm still having trouble with the second thing. Does anyone know what could be wrong?

When I open up the report tab and I'm in the sort by stakes, for example, and then I click on monthly only, I still get the overall stats in the middel, but no hands show up down the bottom.
Holdem Manager Support Quote
06-26-2008 , 08:59 PM
I don't really see why this is low priority, it's a pretty big bug IMO.

Quote:
Originally Posted by osiris873
I posted this before but didn't really get an answer. Often when I start a new table Hero's stats already have a couple hundred hands in them. I'm guessing this is from the last time I played on the table (though sometimes I haven't played in well over 6-7 hours). Is there anyway to fix this? It's pretty important to me to know what my stats are for the current session (and table) only
Quote:
Originally Posted by eastern motors
I think Mike responded and said it was a low priority at this point in time but they might fix it in the future.
Holdem Manager Support Quote
06-26-2008 , 10:14 PM
Quote:
Originally Posted by osiris873
I don't really see why this is low priority, it's a pretty big bug IMO.
Agreed - I would really appreciate it if this could be fixed as well.
Holdem Manager Support Quote
06-26-2008 , 10:39 PM
Hey guys recently imported my ipoker DB from PT3 into HM and i just noticed that $ won in HM is half of what it should be (and is half of what it is in PT3).

Is their gonna be a fix for this? ty
Holdem Manager Support Quote
06-26-2008 , 10:44 PM
Quote:
Originally Posted by mocky
Hey guys recently imported my ipoker DB from PT3 into HM and i just noticed that $ won in HM is half of what it should be (and is half of what it is in PT3).

Is their gonna be a fix for this? ty
Check the # of hands - maybe PT3 didn't export all the hands or exported some of the hands in a format that HM does not understand?

Roy
Holdem Manager Support Quote
06-26-2008 , 10:45 PM
Quote:
Originally Posted by ata
Agreed - I would really appreciate it if this could be fixed as well. (Previous sessions being included in session stats for a table when you join many hours later etc)
Already fixed in 1.5.10

Roy
Holdem Manager Support Quote
06-26-2008 , 10:49 PM
Quote:
Originally Posted by rvg72
Check the # of hands - maybe PT3 didn't export all the hands or exported some of the hands in a format that HM does not understand?

Roy

All stats, # of hands etc, seem to correspond only one that is different is $ won.
Holdem Manager Support Quote
06-27-2008 , 12:28 AM
Quote:
Originally Posted by mocky
All stats, # of hands etc, seem to correspond only one that is different is $ won.
Are you looking at $ won or bb/100? And is it exactly half?
Holdem Manager Support Quote
06-27-2008 , 12:33 AM
Does anyone know how to set up so that the HUD stats pop up on the table as soon as it's opened... rather than waiting til after you actually play a hand? I want to be able to open a table and then see all of the stats that I have accumulated... for table selection purposes.

Btw, this is for Poker Stars.

thanks all.
Holdem Manager Support Quote

      
m