Menu

HUD don't work on FTP

Help
2010-08-17
2013-03-13
1 2 3 .. 836 > >> (Page 1 of 836)
  • Nobody/Anonymous

    Hello!
    I play FL Holdem on Full Tilt Poker. My system is Arch Linux. FTP client works via Wine. DB manager is SQLite. FPDB version is 0.20.1.
    Everything works fine (auto import, bulk import, stats and graphs), but HUD not appears. Please, tell me what can I do?
    PS: sorry for my english (:

     
  • Steffen

    Steffen - 2010-08-17

    Was it a cashgame or tourney?  Can you check the error logs in ~/.fpdb/logs if there is anything useful in there?

     
  • Nobody/Anonymous

    It's cashgame (6-max).
    This is some errors in fpdb-errors.txt:

    fpdb starting ...Traceback (most recent call last):
      File "/usr/lib/fpdb/GuiAutoImport.py", line 160, in do_import
        self.importer.runUpdated()
      File "/usr/lib/fpdb/fpdb_import.py", line 368, in runUpdated
        (stored, duplicates, partial, errors, ttime) = self.import_file_dict(self.database, file, self.filelist[file][0], self.filelist[file][1], None)
      File "/usr/lib/fpdb/fpdb_import.py", line 464, in import_file_dict
        self.caller.pipe_to_hud.stdin.write("%s" % (hid) + os.linesep)
    IOError: [Errno 32] Broken pipe
    Traceback (most recent call last):
      File "/usr/bin/fpdb", line 222, in destroy
        self.quit(widget)
      File "/usr/bin/fpdb", line 853, in quit
        except _mysql_exceptions.OperationalError: # oh, damn, we're already disconnected
    NameError: global name '_mysql_exceptions' is not defined
    

    fpdb-log.txt looks fine.

     
  • Steffen

    Steffen - 2010-08-18

    Would you mind trying again with fpdb 0.20.904?

     
  • Nobody/Anonymous

    1. HUD still not working (in 0.20.904). But no errors in logs.
    2. Is there an option to test HUD without seating the game (in FTP)?
    3. Why HH-files don't moving to ~/.fpdb/HandHistories/ after auto- or bulk- import?

     
  • Steffen

    Steffen - 2010-08-19

    1. Can you check with the menu Database>Statistics that hands really are being imported?
    2. Not really. You can try using play money tables but im not sure if we support that on FTP yet.
    3. They're not supposed to, that was a folder for temporary files that is no longer needed due to fpdb improvements

     
  • Nobody/Anonymous

    Database contains 5K+ hands.
    Good news (: I found an error in log:

    ERROR:importer:Failed to send hand to HUD: [Errno 32] Broken pipe
    

    Also I tested HUD on PokerStars - the same error occurs.

     
  • Steffen

    Steffen - 2010-08-19

    Are you running fpdb as admin? Unfortunately on Vista and Win7 that is necessary. (technically only the HUD needs to run as admin).

     
  • Nobody/Anonymous

    Yes, fpdb running as root. Permissions are correct.
    I don't know how important this is: when I run fpdb in the terminal, 3 messages occurs:

    ** Message: pygobject_register_sinkfunc is deprecated (GtkWindow)
    ** Message: pygobject_register_sinkfunc is deprecated (GtkInvisible)
    ** Message: pygobject_register_sinkfunc is deprecated (GtkObject)
    
     
  • Nobody/Anonymous

    Problem solved! I had to install 2 packages: xorg-utils and python-xlib.
    Thanks for the help, Steffen!

     
1 2 3 .. 836 > >> (Page 1 of 836)

Log in to post a comment.