HM wont work
Results 1 to 2 of 2

Thread: HM wont work

  1. #1
    Junior Member
    Join Date
    Aug 2009
    Posts
    15

    Default HM wont work

    Hi,

    I cant seem to get HM to work. I have postgresql installed since I have used pokertracker earlier. Do I need to install it again? No matter what I try I cant get HM to start auto importing and HUD wont show up. I am using Vista. How can I solve this?

  2. #2
    *** HM3! *** fozzy71's Avatar
    Join Date
    Jun 2005
    Location
    HM Support
    Posts
    32,814

    Default

    Please verify that UAC is still off. - http://www.holdemmanager.net/faq/afmmain.aspx?faqid=73. If it is on, please turn it off and reboot.

    Uninstall any firewalls and internet security software temporarily, tilyou get HM working. Then u can reinstall and add exceptions for HM/SQL.

    Please update to the latest beta - http://www.holdemmanager.com/downloads/HmBetaUpdate.exe.


    You should be able to connect to your existing postgresql installation.

    http://www.holdemmanager.net/faq/afm....aspx?faqid=66



    PT3's default name/password is - postgres/dbpass
    HM's default name/password is - postgres/postgrespass


    If that password isn't right, you can try using svcpass, or postgrespass.


    If neither of those work, you can remove the need for a password by editing the pg_hba.conf file.

    Start > Programs > PostgreSQL 8.3 > Configuration Files > Edit pg_hba.conf

    The file should open with Notepad

    Scroll to the bottom where you will see this code

    PHP Code:

    # 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 
    You need to change the first 'md5' to 'trust', like this

    PHP Code:

    # TYPE  DATABASE    USER        CIDR-ADDRESS          METHOD

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

    Save, and close the file.

    Click: Start > Programs > PostgreSQL 8.3 > Reload configuration

Similar Threads

  1. I f*cked up everything now HM wont work at all.
    By George Jackson in forum Manager General
    Replies: 2
    Last Post: 08-07-2009, 10:28 AM
  2. HUD wont work after last update..
    By lolsker in forum Manager General
    Replies: 3
    Last Post: 07-12-2009, 03:04 PM
  3. OK, so now it wont work at all
    By lex365 in forum Manager General
    Replies: 6
    Last Post: 06-26-2009, 08:43 PM
  4. Registration wont work for 2nd PC
    By J. Bourne in forum Manager General
    Replies: 2
    Last Post: 01-13-2009, 02:23 PM
  5. HEM wont work on my second laptop
    By DrGaskopf in forum Manager General
    Replies: 5
    Last Post: 10-26-2008, 02:36 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •