Manager freezes about 1h into playing.
Results 1 to 7 of 7
  1. #1
    Junior Member
    Join Date
    Nov 2010
    Posts
    16

    Default Manager freezes about 1h into playing.

    Playing on FTP and since the last update, HEM is freezing about 1 hour in to the session. I'm playing rush and everything works fine,than it stops responding and the hud freezes. I've tried to let it respond by it's own but it doesn't work. I have to restart it. The CPU and Memory are fine at about 50-60%.

  2. #2
    You're out! udbrky's Avatar
    Join Date
    Jul 2008
    Posts
    20,898

    Default

    Please remove c:\hmarchive and/or c:\hm2archive from your auto import folders list, as well as any folder to which your auto import folders are set to archive, or any folder that has a lot of hands files, from your auto import folders. This just creates a loop of importing and archiving and slows down your HUD, perhaps even causing it not to show up, and in some cases a crash, as Windows cannot handle the file names.

    1) Please close HM

    2) Please open PGAdminIII

    It is in the Start -> Postgres folder.

    3) Enter your postgres password. The default password is typically postgrespass.

    4) Open the databases.

    5) Highlight your database.

    6) Right click, click maintenance.

    7) Run the vacuum and analyze and reindex functions.

    http://faq.holdemmanager.com/questio...lyze+Database+

    1) Please make sure you are installing on an administrator account and running as an administrator.

    2) Please turn off UAC.

    3) You'll need to add:
    - hmupdate.exe (only exists during update)
    - holdemmanager.exe
    - hudfuncapps2.exe
    - postgres and pg_ctl, your poker client .exe
    - table ninja.exe
    - tablescannerdllloader.exe
    - notecaddy.business.dll and notecaddy.contents.dll from the modules folder in holdemmanager's program files folder (you might have to type in the names in some firewalls, they do not show)

    to the exceptions list in your firewall and antivirus. ****

    4) Make sure that windows is fully updated. Keep checking for updates until it says twice five minutes apart that there are no more updates available.

    5) You need to make sure that this folder*,

    8/7/Vista: C:\Users\username\AppData\Roaming\HoldemManager\

    XP: C:\Documents and Settings\User_name\Application Data\HoldemManager

    as well as c:\postgresql (or c:\programfiles\postgresql), c:\programfiles\holdemmanager2, c:\hm2archive, c:\hmarchive and your site's hand history folder are each not read only** and that all permissions are set to full for your user name. ***

    * You will need to show hidden files. See this tutorial for showing system and hidden files:

    http://hm2faq.holdemmanager.com/ques...in+Windows%3F+

    See the location here for win 7:

    http://www.udbrky.com/hmsupport/configfile.PNG

    See the location here for win xp:

    http://www.udbrky.com/hmsupport/configfile.PNG

    ** You will need to right click the folder, open properties. At the bottom in Attributes, uncheck the Read-Only. The folder will continue showing read only after that, this is an issue in Windows

    *** This is in Properties as well, in Security.

    ****Please see this guide for Windows Firewall:

    http://hm2faq.holdemmanager.com/ques...ender+Problems

    Please see this FAQ for setting permissions and unchecking read only:

    http://hm2faq.holdemmanager.com/ques...olders+HM2+use

    Please duplicate the issue.

    Open Control Panel - System - Administrative Tools - Windows Event Viewer's - Windows Logs - Applications.

    Check for any errors and send the information by saving the error. They should be right at the top. We need errors, not information.

    Please send a log file as well.

    http://hm2faq.holdemmanager.com/ques...ger+Support%3F
    Regards udbrky (Chris)

  3. #3
    Junior Member
    Join Date
    Nov 2010
    Posts
    16

    Default

    Here is the error log from the event viewer. The steps above did not work.


    Log Name: Application
    Source: PostgreSQL
    Date: 4.10.2013 14:55:32
    Event ID: 0
    Task Category: None
    Level: Error
    Keywords: Classic
    User: N/A
    Computer: Ratko-PC
    Description:
    2013-10-04 14:55:32 CESTERROR: prepared statement "insertplayer" already exists
    2013-10-04 14:55:32 CESTSTATEMENT: PREPARE INSERTPLAYER (text,smallint,integer,integer,smallint) AS Insert into players (playername,pokersite_id,cashhands,tourneyhands,op timizationstatus) values ($1,$2,$3,$4,$5) RETURNING player_id;

    PREPARE CSUpdate (integer,integer,smallint,smallint,smallint,intege r,
    integer,integer,integer,integer,
    integer,integer,integer,integer,integer,
    integer,integer,integer,integer,integer,
    integer,integer,integer,integer,integer,
    integer,integer,integer,integer,integer,
    integer,integer,integer,integer,integer,
    integer,integer,integer,integer,integer,
    integer,integer,integer,integer,integer,
    integer,integer,integer,integer,integer,
    integer,integer,integer,integer,integer,
    integer,integer,integer,integer,integer,
    integer,integer,integer,integer,integer,
    integer,integer,integer,integer,integer,
    integer,integer,integer,integer,integer,
    integer,integer)
    as
    Update CompiledPlayerResults set totalhands = totalhands + $6
    , TotalAmountWonincents = TotalAmountWonincents + $7
    , TotalRakeincents = TotalRakeincents + $8
    , TotalBBsWon = TotalBBsWon + $9
    , VPIPHands = VPIPHands + $10
    , PFRHands = PFRHands + $11
    , CouldColdCall = CouldColdCall + $12
    , DidColdCall = DidColdCall + $13
    , CouldThreeBet = CouldThreeBet + $14
    , DidThreeBet = DidThreeBet + $15
    , CouldSqueeze = CouldSqueeze + $16
    , DidSqueeze = DidSqueeze + $17
    , FacingTwoPreflopRaisers = FacingTwoPreflopRaisers + $18
    , CalledTwoPreflopRaisers = CalledTwoPreflopRaisers + $19
    , RaisedTwoPreflopRaisers = RaisedTwoPreflopRaisers + $20
    , SmallBlindStealAttempted = SmallBlindStealAttempted + $21
    , SmallBlindStealDefended = SmallBlindStealDefended + $22
    , SmallBlindStealReraised = SmallBlindStealReraised + $23
    , BigBlindStealAttempted = BigBlindStealAttempted + $24
    , BigBlindStealDefended = BigBlindStealDefended + $25
    , BigBlindStealReraised = BigBlindStealReraised + $26
    , SawNonSmallShowdown = SawNonSmallShowdown + $27
    , WonNonSmallShowdown = WonNonSmallShowdown + $28
    , SawLargeShowdown = SawLargeShowdown + $29
    , WonLargeShowdown = WonLargeShowdown + $30
    , SawNonSmallShowdownLimpedFlop = SawNonSmallShowdownLimpedFlop + $31
    , WonNonSmallShowdownLimpedFlop = WonNonSmallShowdownLimpedFlop + $32
    , SawLargeShowdownLimpedFlop = SawLargeShowdownLimpedFlop + $33
    , WonLargeShowdownLimpedFlop = WonLargeShowdownLimpedFlop + $34
    , WonHand = WonHand + $35
    , WonHandWhenSawFlop = WonHandWhenSawFlop + $36
    , WonHandWhenSawTurn = WonHandWhenSawTurn + $37
    , WonHandWhenSawRiver = WonHandWhenSawRiver + $38
    , FacedThreeBetPreflop = FacedThreeBetPreflop + $39
    , FoldedToThreeBetPreflop = FoldedToThreeBetPreflop + $40
    , CalledThreeBetPreflop = CalledThreeBetPreflop + $41
    , RaisedThreeBetPreflop = RaisedThreeBetPreflop + $42
    , FacedFourBetPreflop = FacedFourBetPreflop + $43
    , FoldedToFourBetPreflop = FoldedToFourBetPreflop + $44
    , CalledFourBetPreflop = CalledFourBetPreflop + $45
    , RaisedFourBetPreflop = RaisedFourBetPreflop + $46
    , TurnFoldIPPassOnFlopCB = TurnFoldIPPassOnFlopCB + $47
    , TurnCallIPPassOnFlopCB = TurnCallIPPassOnFlopCB + $48
    , TurnRaiseIPPassOnFlopCB = TurnRaiseIPPassOnFlopCB + $49
    , RiverFoldIPPassOnTurnCB = RiverFoldIPPassOnTurnCB + $50
    , RiverCallIPPassOnTurnCB = RiverCallIPPassOnTurnCB + $51
    , RiverRaiseIPPassOnTurnCB = RiverRaiseIPPassOnTurnCB + $52
    , SawFlop = SawFlop + $53
    , SawShowdown = SawShowdown + $54
    , WonShowdown = WonShowdown + $55
    , TotalBets = TotalBets + $56
    , TotalCalls = TotalCalls + $57
    , FlopContinuationBetPossible = FlopContinuationBetPossible + $58
    , FlopContinuationBetMade = FlopContinuationBetMade + $59
    , TurnContinuationBetPossible = TurnContinuationBetPossible + $60
    , TurnContinuationBetMade = TurnContinuationBetMade + $61
    , RiverContinuationBetPossible = RiverContinuationBetPossible + $62
    , RiverContinuationBetMade = RiverContinuationBetMade + $63
    , FacingFlopContinuationBet = FacingFlopContinuationBet + $64
    , FoldedToFlopContinuationBet = FoldedToFlopContinuationBet + $65
    , CalledFlopContinuationBet = CalledFlopContinuationBet + $66
    , RaisedFlopContinuationBet = RaisedFlopContinuationBet + $67
    , FacingTurnContinuationBet = FacingTurnContinuationBet + $68
    , FoldedToTurnContinuationBet = FoldedToTurnContinuationBet + $69
    , CalledTurnContinuationBet = CalledTurnContinuationBet + $70
    , RaisedTurnContinuationBet = RaisedTurnContinuationBet + $71
    , FacingRiverContinuationBet = FacingRiverContinuationBet + $72
    , FoldedToRiverContinuationBet = FoldedToRiverContinuationBet + $73
    , CalledRiverContinuationBet = CalledRiverContinuationBet + $74
    , RaisedRiverContinuationBet = RaisedRiverContinuationBet + $75
    , TotalPostFlopStreetsSeen = TotalPostFlopStreetsSeen + $76
    , totalaggressivepostflopstreetsseen = totalaggressivepostflopstreetsseen + $77
    where compiledplayerresults_id = (select compiledplayerresults_id from compiledplayerresults where player_id = $1
    and playedyearandmonth = $2
    and numberofplayers = $3
    and gametype_id = $4
    and bbgroup_id = $5 limit 1);

    Event Xml:
    <Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
    <System>
    <Provider Name="PostgreSQL" />
    <EventID Qualifiers="0">0</EventID>
    <Level>2</Level>
    <Task>0</Task>
    <Keywords>0x80000000000000</Keywords>
    <TimeCreated SystemTime="2013-10-04T12:55:32.000000000Z" />
    <EventRecordID>137977</EventRecordID>
    <Channel>Application</Channel>
    <Computer>Ratko-PC</Computer>
    <Security />
    </System>
    <EventData>
    <Data>2013-10-04 14:55:32 CESTERROR: prepared statement "insertplayer" already exists
    2013-10-04 14:55:32 CESTSTATEMENT: PREPARE INSERTPLAYER (text,smallint,integer,integer,smallint) AS Insert into players (playername,pokersite_id,cashhands,tourneyhands,op timizationstatus) values ($1,$2,$3,$4,$5) RETURNING player_id;

    PREPARE CSUpdate (integer,integer,smallint,smallint,smallint,intege r,
    integer,integer,integer,integer,
    integer,integer,integer,integer,integer,
    integer,integer,integer,integer,integer,
    integer,integer,integer,integer,integer,
    integer,integer,integer,integer,integer,
    integer,integer,integer,integer,integer,
    integer,integer,integer,integer,integer,
    integer,integer,integer,integer,integer,
    integer,integer,integer,integer,integer,
    integer,integer,integer,integer,integer,
    integer,integer,integer,integer,integer,
    integer,integer,integer,integer,integer,
    integer,integer,integer,integer,integer,
    integer,integer,integer,integer,integer,
    integer,integer)
    as
    Update CompiledPlayerResults set totalhands = totalhands + $6
    , TotalAmountWonincents = TotalAmountWonincents + $7
    , TotalRakeincents = TotalRakeincents + $8
    , TotalBBsWon = TotalBBsWon + $9
    , VPIPHands = VPIPHands + $10
    , PFRHands = PFRHands + $11
    , CouldColdCall = CouldColdCall + $12
    , DidColdCall = DidColdCall + $13
    , CouldThreeBet = CouldThreeBet + $14
    , DidThreeBet = DidThreeBet + $15
    , CouldSqueeze = CouldSqueeze + $16
    , DidSqueeze = DidSqueeze + $17
    , FacingTwoPreflopRaisers = FacingTwoPreflopRaisers + $18
    , CalledTwoPreflopRaisers = CalledTwoPreflopRaisers + $19
    , RaisedTwoPreflopRaisers = RaisedTwoPreflopRaisers + $20
    , SmallBlindStealAttempted = SmallBlindStealAttempted + $21
    , SmallBlindStealDefended = SmallBlindStealDefended + $22
    , SmallBlindStealReraised = SmallBlindStealReraised + $23
    , BigBlindStealAttempted = BigBlindStealAttempted + $24
    , BigBlindStealDefended = BigBlindStealDefended + $25
    , BigBlindStealReraised = BigBlindStealReraised + $26
    , SawNonSmallShowdown = SawNonSmallShowdown + $27
    , WonNonSmallShowdown = WonNonSmallShowdown + $28
    , SawLargeShowdown = SawLargeShowdown + $29
    , WonLargeShowdown = WonLargeShowdown + $30
    , SawNonSmallShowdownLimpedFlop = SawNonSmallShowdownLimpedFlop + $31
    , WonNonSmallShowdownLimpedFlop = WonNonSmallShowdownLimpedFlop + $32
    , SawLargeShowdownLimpedFlop = SawLargeShowdownLimpedFlop + $33
    , WonLargeShowdownLimpedFlop = WonLargeShowdownLimpedFlop + $34
    , WonHand = WonHand + $35
    , WonHandWhenSawFlop = WonHandWhenSawFlop + $36
    , WonHandWhenSawTurn = WonHandWhenSawTurn + $37
    , WonHandWhenSawRiver = WonHandWhenSawRiver + $38
    , FacedThreeBetPreflop = FacedThreeBetPreflop + $39
    , FoldedToThreeBetPreflop = FoldedToThreeBetPreflop + $40
    , CalledThreeBetPreflop = CalledThreeBetPreflop + $41
    , RaisedThreeBetPreflop = RaisedThreeBetPreflop + $42
    , FacedFourBetPreflop = FacedFourBetPreflop + $43
    , FoldedToFourBetPreflop = FoldedToFourBetPreflop + $44
    , CalledFourBetPreflop = CalledFourBetPreflop + $45
    , RaisedFourBetPreflop = RaisedFourBetPreflop + $46
    , TurnFoldIPPassOnFlopCB = TurnFoldIPPassOnFlopCB + $47
    , TurnCallIPPassOnFlopCB = TurnCallIPPassOnFlopCB + $48
    , TurnRaiseIPPassOnFlopCB = TurnRaiseIPPassOnFlopCB + $49
    , RiverFoldIPPassOnTurnCB = RiverFoldIPPassOnTurnCB + $50
    , RiverCallIPPassOnTurnCB = RiverCallIPPassOnTurnCB + $51
    , RiverRaiseIPPassOnTurnCB = RiverRaiseIPPassOnTurnCB + $52
    , SawFlop = SawFlop + $53
    , SawShowdown = SawShowdown + $54
    , WonShowdown = WonShowdown + $55
    , TotalBets = TotalBets + $56
    , TotalCalls = TotalCalls + $57
    , FlopContinuationBetPossible = FlopContinuationBetPossible + $58
    , FlopContinuationBetMade = FlopContinuationBetMade + $59
    , TurnContinuationBetPossible = TurnContinuationBetPossible + $60
    , TurnContinuationBetMade = TurnContinuationBetMade + $61
    , RiverContinuationBetPossible = RiverContinuationBetPossible + $62
    , RiverContinuationBetMade = RiverContinuationBetMade + $63
    , FacingFlopContinuationBet = FacingFlopContinuationBet + $64
    , FoldedToFlopContinuationBet = FoldedToFlopContinuationBet + $65
    , CalledFlopContinuationBet = CalledFlopContinuationBet + $66
    , RaisedFlopContinuationBet = RaisedFlopContinuationBet + $67
    , FacingTurnContinuationBet = FacingTurnContinuationBet + $68
    , FoldedToTurnContinuationBet = FoldedToTurnContinuationBet + $69
    , CalledTurnContinuationBet = CalledTurnContinuationBet + $70
    , RaisedTurnContinuationBet = RaisedTurnContinuationBet + $71
    , FacingRiverContinuationBet = FacingRiverContinuationBet + $72
    , FoldedToRiverContinuationBet = FoldedToRiverContinuationBet + $73
    , CalledRiverContinuationBet = CalledRiverContinuationBet + $74
    , RaisedRiverContinuationBet = RaisedRiverContinuationBet + $75
    , TotalPostFlopStreetsSeen = TotalPostFlopStreetsSeen + $76
    , totalaggressivepostflopstreetsseen = totalaggressivepostflopstreetsseen + $77
    where compiledplayerresults_id = (select compiledplayerresults_id from compiledplayerresults where player_id = $1
    and playedyearandmonth = $2
    and numberofplayers = $3
    and gametype_id = $4
    and bbgroup_id = $5 limit 1);
    </Data>
    </EventData>
    </Event>Here is the error log from the event viewer. The steps above did not work.


    Log Name: Application
    Source: PostgreSQL
    Date: 4.10.2013 14:55:32
    Event ID: 0
    Task Category: None
    Level: Error
    Keywords: Classic
    User: N/A
    Computer: Ratko-PC
    Description:
    2013-10-04 14:55:32 CESTERROR: prepared statement

  4. #4
    HM Support Patvs's Avatar
    Join Date
    Feb 2009
    Location
    Amsterdam, the Netherlands
    Posts
    33,523

    Default

    When there is a freeze, please sent your full log.txt file, located in the following folder to hm2support@holdemmanager.com:

    Windows 7: C:\Users\{username}\AppData\Roaming\HoldemManager\
    Participate in the Beta release of the newest Hold'em Manager version: HM Cloud. Sign-up HERE.

    If you would like to leave some feedback to help us improve the quality of the solutions, and/or the support quality you received, - you can do this here

  5. #5
    Junior Member
    Join Date
    Sep 2009
    Posts
    13

    Default

    Same issue @ FTP Rush, usually the HUD stops updating ~900 hands for me, although it keeps accurately keeping track of who is at the table. The number itself gets stuck, and although I usually manually restart HEM at this point, I've had it crash a couple times before I did.

  6. #6
    You're out! udbrky's Avatar
    Join Date
    Jul 2008
    Posts
    20,898

    Default

    The above is just excess logging that postgres has stopped doing.

    We need the log files as well, email to support@holdemmanager.com with a link to this thread.

    If you continue to have problems, please reproduce the problem, describe exactly what you were doing, and attach your log.txt file -

    http://hm2faq.holdemmanager.com/ques...ger+Support%3F
    Regards udbrky (Chris)

  7. #7
    You're out! udbrky's Avatar
    Join Date
    Jul 2008
    Posts
    20,898

    Default

    The above is just excess logging that postgres has stopped doing.

    We need the log files as well, email to support@holdemmanager.com with a link to this thread.

    If you continue to have problems, please reproduce the problem, describe exactly what you were doing, and attach your log.txt file -

    http://hm2faq.holdemmanager.com/ques...ger+Support%3F
    Regards udbrky (Chris)

Similar Threads

  1. hud freezes when playing 4 max mtt
    By peterpoker14 in forum Manager General
    Replies: 1
    Last Post: 04-09-2011, 05:12 AM
  2. HMHud crushes-freezes when playing RUSH Cash
    By AVO|Ratatuj in forum Manager General
    Replies: 5
    Last Post: 11-13-2010, 10:51 AM
  3. Holdem Manager HUD freezes
    By Sharpster1989 in forum Manager General
    Replies: 1
    Last Post: 08-01-2009, 10:14 PM
  4. Hold Em Manager Freezes Up
    By Boxerz in forum Manager General
    Replies: 4
    Last Post: 04-09-2009, 10:31 AM
  5. PC & HM freezes after 1,5-2 hours playing
    By HansytheKing in forum Manager General
    Replies: 1
    Last Post: 04-06-2009, 10:17 AM

Posting Permissions

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