Open Side Menu Go to the Top
Register
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013

01-16-2010 , 01:56 AM
well, fpdb didn't do it.

Presuming you're on Windows, if you get the big install package that I posted a couple months back, you run that, click Next a bunch of times, set your database password, run fpdb to setup the configuration file, edit that to put your passwordi n, then run fpdb again. (and probably in the process upgrade the version of fpdb that was included in that to something more recent) I understand completely that there are people for which hand editing a configuration file is an extremely difficult process, and for whom if something goes wrong in that installation process, they don't have the knowledge to be able to recover. For all of that, I'm sorry. I just plain don't have the experience and knowledge to do GUI configuration stuff, or to write an installer. Not only is this the first program i've ever really worked on for any length of time in Windows, I also learned python just to work on this.

There are many pieces of software that work together, that are required (and some optional) for fpdb to work, and most if not all of them, are found standard on virtually every non-windows based computer out there.

Honestly, I haven't even touched development on fpdb in a couple of months now, for many reasons.. one is that I have a lot of other projects that I'm working on, some to make real money with (ie, not free software like fpdb).. and another reason is that i haven't really had any problems with fpdb that needed fixing.. and the third is that sorrow has been working diligently for almost a year now, i think, on a replacement for the code that interprets what goes on in a hand, so that it can be made more flexible, and correct some problems that are extremely difficult to correct in the current version.
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
01-16-2010 , 04:16 PM
Working fine in Vista 32 (with graphs).

fpdb-0.12-20091126

gtk+-bundle_2.16.6
python-2.6.4
mysql-essential-5.1.42-win32
MySQL-python-1.2.2.win32-py2.6
pywin32-214.win32-py2.6
pycairo-1.4.12-2.win32-py2.6
pygobject-2.14.2-2.win32-py2.6
pygtk-2.12.1-3.win32-py2.6
numpy-1.4.0-win32-superpack-python2.6
matplotlib-0.99.1.win32-py2.6
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
01-18-2010 , 08:55 AM
Hi, i want to use Fpdb in ubuntu. i have everything instaled, but when i run the program the terminal show this:

Python 2.6...

Note: error output is being diverted to fpdb-error-log.txt and HUD-error.txt. Any major error will be reported there _only_.

Reading configuration file HUD_config.xml

press enter to continue

What can i do? thank you!!
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
01-18-2010 , 09:40 AM
mmm...thanks for info
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
01-18-2010 , 11:10 PM
Quote:
Originally Posted by J_MartKing
Hi, i want to use Fpdb in ubuntu. i have everything instaled, but when i run the program the terminal show this:

Python 2.6...

Note: error output is being diverted to fpdb-error-log.txt and HUD-error.txt. Any major error will be reported there _only_.

Reading configuration file HUD_config.xml

press enter to continue

What can i do? thank you!!
Can you post exactly what you are doing in the terminal please, and post anything from fpdb-error-log.txt

FYI, the most common Ubuntu problem with the snapshots at the moment is:

http://****************/apps/mediawik...No_module_Xlib

Sorrow.
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
01-19-2010 , 09:34 AM
Yes of course! I installed Fpdb following step by step:

http://****************/apps/mediawik...tall_in_Ubuntu

and, then I try to run the desktop icon of Fpdb(the terminal is closed), and the terminal's open and appears with that message.

Python 2.6...

Note: error output is being diverted to fpdb-error-log.txt and HUD-error.txt. Any major error will be reported there _only_.

Reading configuration file HUD_config.xml

press enter to continue

I cant find the fpbd-error-log.txt and HUD-error.txt. where are it?

thank you
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
01-19-2010 , 09:43 AM
Quote:
Originally Posted by J_MartKing
Yes of course! I installed Fpdb following step by step:

http://****************/apps/mediawik...tall_in_Ubuntu

and, then I try to run the desktop icon of Fpdb(the terminal is closed), and the terminal's open and appears with that message.

Python 2.6...

Note: error output is being diverted to fpdb-error-log.txt and HUD-error.txt. Any major error will be reported there _only_.

Reading configuration file HUD_config.xml

press enter to continue

I cant find the fpbd-error-log.txt and HUD-error.txt. where are it?

thank you
They are likely in /home/username
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
01-19-2010 , 11:16 AM
in the fpbd-error-log.txt:

/usr/lib/python2.6/dist-packages/pytz/__init__.py:32: UserWarning: Module _mysql was already imported from /usr/lib/pymodules/python2.6/_mysql.so, but /usr/lib/pymodules/python2.6 is being added to sys.path
from pkg_resources import resource_stream
ERROR:root:Error parsing HUD_config.xml. See error log file.
Traceback (most recent call last):
File "/usr/share/pyshared/fpdb/Configuration.py", line 417, in __init__
doc = xml.dom.minidom.parse(file)
File "/usr/lib/python2.6/xml/dom/minidom.py", line 1918, in parse
return expatbuilder.parse(file)
File "/usr/lib/python2.6/xml/dom/expatbuilder.py", line 922, in parse
fp = open(file, 'rb')
IOError: [Errno 2] No existe el fichero ó directorio: 'HUD_config.xml'
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
01-19-2010 , 11:49 AM
Quote:
Originally Posted by J_MartKing
in the fpbd-error-log.txt:

/usr/lib/python2.6/dist-packages/pytz/__init__.py:32: UserWarning: Module _mysql was already imported from /usr/lib/pymodules/python2.6/_mysql.so, but /usr/lib/pymodules/python2.6 is being added to sys.path
from pkg_resources import resource_stream
ERROR:root:Error parsing HUD_config.xml. See error log file.
Traceback (most recent call last):
File "/usr/share/pyshared/fpdb/Configuration.py", line 417, in __init__
doc = xml.dom.minidom.parse(file)
File "/usr/lib/python2.6/xml/dom/minidom.py", line 1918, in parse
return expatbuilder.parse(file)
File "/usr/lib/python2.6/xml/dom/expatbuilder.py", line 922, in parse
fp = open(file, 'rb')
IOError: [Errno 2] No existe el fichero ó directorio: 'HUD_config.xml'
Make sure you have a directory /home/username/.fpdb/ that contains the HUD_config.xml

The sample file should be /usr/share/python-fpdb/HUD_config.xml.example

You'll need to edit that as per the wiki to get started

Sorrow
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
01-22-2010 , 03:32 AM
Hi all,

Time for a new snapshot release.

This snapshot is a major code drop, and the culmination of a lot of work by the FPDB team.

The snapshot is named 0.12-20100122 and is available from the sourceforge download area for fpdb.

Please be careful and backup your fpdb directories and config files before testing.

The past couple of snapshot releases have been a gradual replacement of the importer originally written by Steffen for the original release of the project, with something that can more easily support many more sites, and generally be more robust than before. This snapshot is the last phase or replacing that code. The new code uses plug ins to support different sites, so that fixing a bug in one site will not cause problems in other sites. New sites can be supported much more easily.

I've been using this branch exclusively for my play for about 6 weeks now and consider it stable. it may still attempt to eat your children, but it hasn't gone after mine as yet. Please be aware that this snapshot does contain a lot of bugs, i'm releasing as the fastest way to shake them out is to get more expansive testing.
  • Cash games are functional for all games on Stars (mixed games untested). This includes draw games.
  • Import is a lot faster than before - i'm getting 100h/sec on my laptop (IBM T60p http://www.thinkwiki.org/wiki/Category:T60p)
  • With 120k hands in the database, I was able to 14338hands@70/sec. With 100k+ hands in the database. I'm still regularly getting 1k hand files importing at > 100h/sec (MySQL). This is a massive performance increase over previous versions
  • Performance still good with Postgres. I've not tested this, but Bostik assures me it is so.
  • Tournaments appear to import ok. I've not played a tournament to know of the hud works or not.
  • Draw games do not have cards, or discards stored yet, but should have all of the stats available that flop games do. Haven't tried this with a hud yet.
  • Other changes since the last snapshot:
  • Added seats option to HUD menu
  • Added showdown/non-showdown winnings line to grapher. (known broken at the moment)
  • PartyPoker - fix for tables with no disconnect protection (Thanks Neko)
  • Fix for Stars EUR tourney import
  • Colouring of player stats by threshold - Contributed by Gerko de Roo
  • PokerStars converter - Accounting error when playing heads-up on ring games fixed - Gerko again
  • Fix to player stats view for '22' this was being marked as 'xx' previously. Gerko and sqlcoder
  • Player name database encoding fixes. Bostik and Gerko
  • Lots of bug fixes. Almost certainly lots of replacement bugs added


Known Bugs:
  • The HUD will fail to come up if no hands have been bulk imported first
  • The stud mucked card display 'stud_mucked' crashes. The hud functions without the mucked card display.
  • Some stats aren't being calculated properly. Some of the known ones:
  • Steals aren't being calculated correctly for different max-seats, and may just be completely wrong.
  • all-in preflop (or possible any street) with any caller is being marked as 'non-showdown' winnings.
  • No 3bet is recorded if a 4bet occurs. (Noticed this on a 5 bet shove, may be related to the all-in issue)
  • The total profit (or net) stat is incorrect for FullTilt and Betfair. (likely a limit game issue)
  • Some minor accounting issues for profit.
  • The non-showdown and showdown winnings line in the graph is wrong in enough cases that you should probably ingnore them.
  • Unknown:
  • Tourney support - just untested. If this works for holdem, it should work for all other games - fixing the long standing stud tourney import issue.

Installation Notes:

Download from http://****************/projects/fpdb/files/ in the snapshot directory.

This update will require you to recreate the tables and re-import your hand histories.

Depending on the version you have downloaded you will probably need to update your HUD_config.xml from the example file. I have uploaded this file separately into the snapshots area.

Please be careful and backup your fpdb directories and config files before testing.

Colouring of player stats. Look for:

stat_loth="20" - Low threshold for colouring is 20
stat_locolor ="#408000" - The colour for stats under stat_loth
stat_hith="40" - High threshold for colouring is 40
stat_hicolor ="#F05000" - The colour of stats over stat_hith

Known Issues:
  • When importing a single file with 14k hands, FPDB was consuming almost 1Gb of memory - I'm hoping this is just an artifact of large file bulk imports. Memory usage otherwise has beenok.
Bug Reporting:

Please take a look at http://****************/apps/mediawik...sked_Questions before reporting issues.

When you do report issues, i'd appreciate if you took a look at: http://www.chiark.greenend.org.uk/~sgtatham/bugs.html Its one of the better pages describing bug reporting.

I'm going into bugfix mode now, so i'd appreciate bug reports with hand histories I can test against please. I'm specifically insterested in hands that crash the importer. (fwiw I'd appreciate bug reports with a test case and a patch even more

A special thianks to Grindi and Mct, both of whom wrote a lot of the code drop in this release.

More generally, thanks to all that contributed bug fixes, reports, and answered questions on the forum.

Thanks

Sorrow and the FPDB team
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
01-22-2010 , 06:01 AM
i just tried to install this program and when i do a little black window opens then closes a split second latter then nothing else happens.
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
01-22-2010 , 06:26 PM
Hi Sorrow,

I just installed the latest snapshot, 0.12-20100122, previously running the one from 11/07/09 for months on Windows Vista without any unknown issues. This newest snapshot is not working for me though. I downloaded the latest HUD_config as well and only changed the HH location and mysql info. I recreated tables and imported HH from PokerStars seemingly without issue. When I start the HUD the HUD Menu shows up, but no stat windows show even after many hands. The mucked cards show up after each hand as normal. The HUD window shows the table name just fine as well. I closed and restarted fpdb numerous times and get the same result. I tried the debug option in the the HUD Menu, but it didn't seem to do anything. Here is the HUD-error text:

HUD_main starting
Using db name = fpdb
------------------------------------------------------------
Creating hud from hand 21651
------------------------------------------------------------
Creating hud from hand 21654
------------------------------------------------------------
Creating hud from hand 21655
C:\Users\My User Name\Software\Poker\fpdb-0.12-20100122\pyfpdb\Hud.py:484: GtkWarning: gdkwindow-win32.c:2035: SetWindowLong failed: Invalid window handle.
s.window.destroy()
HUD_main.py:100: GtkWarning: gdkwindow-win32.c:2035: SetWindowLong failed: Invalid window handle.
self.hud_dict[table].main_window.destroy()
Traceback (most recent call last):
File "C:\Users\My User Name\Software\Poker\fpdb-0.12-20100122\pyfpdb\Hud.py", line 506, in debug_stat_windows
print self.stat_windows[w].window.window.get_transient_for()
AttributeError: 'gtk.gdk.Window' object has no attribute 'get_transient_for'

Thanks for all your hard work. Hope this info helps. If you need me to try anything else, let me know.
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
01-22-2010 , 07:44 PM
Here's a question, how the hell do you use this thing?! I got the DB working and the HUD works great, assuming the HUD is only a tiny window that says "Closing this window will exit from the HUD." What use is that? Aren't there supposed to be number and statistics and ****? All I get is a window telling me that closing the window will close the window.

Where should the auto-import directory be pointing to? I have it pointing to the PokerStars directory, is that wrong? It's not writing to the DB... The only thing I can see is an error in the python window that always says something like DEBUG: import_fpdb_file: failed on self.lines[0]: ... '[]' ...

This is useless without the hud ...
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
01-22-2010 , 10:05 PM
Quote:
Originally Posted by Irritated
Here's a question, how the hell do you use this thing?! I got the DB working and the HUD works great, assuming the HUD is only a tiny window that says "Closing this window will exit from the HUD." What use is that? Aren't there supposed to be number and statistics and ****? All I get is a window telling me that closing the window will close the window.

Where should the auto-import directory be pointing to? I have it pointing to the PokerStars directory, is that wrong? It's not writing to the DB... The only thing I can see is an error in the python window that always says something like DEBUG: import_fpdb_file: failed on self.lines[0]: ... '[]' ...

This is useless without the hud ...
the autoimporter should be pointing at your hand history dir. something like:

\blah\blah\PokerStars\HandHistory\yourscreenname
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
01-23-2010 , 06:15 PM
Nice job sorrow and the rest of the guys.

I had to remove all mentions of "mucked" to get the HUD to work again with Razz at Stars, otherwise it looks and feels really good and a vast improvement over the previous version.

I will try FT tomorrow.
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
01-23-2010 , 08:00 PM
I'm starting to have trouble, more than usual, with the mucked hands. I'm using the previous version 12, not the newest, and am NOT ready to venture into that since all is basically working well at the moment.

I tried to "<!--" and ended it with "-->" (naturally without the quotes) on the bottom of my config file in order to stop the mucked cards routine. It didn't work, the hud wouldn't show up. When I undid it the hud worked fine. Can I just delete the section below? What's the best way to eliminate using the mucked cards feature?

Thx
Dog


HTML Code:
<aux_windows>

        <aw card_ht="42" card_wd="30" class="Stud_mucked" cols="11" deck="Cards01.png" module="Mucked" name="stud_mucked" rows="8"> </aw>
        <aw class="Hello" module="Hello" name="Hello"> </aw>
        <aw class="Hello_Menu" module="Hello" name="Hello_menu"> </aw>
        <aw class="Hello_plus" module="Hello" name="Hello_plus"> </aw>
        <aw card_ht="42" card_wd="30" class="Flop_Mucked" deck="Cards01.png" module="Mucked" name="mucked" opacity="0.7" timeout="5">
            <layout height="546" max="6" width="792">
                <location seat="1" x="555" y="169"> </location>
                <location seat="2" x="571" y="272"> </location>
                <location seat="3" x="363" y="348"> </location>
                <location seat="4" x="150" y="273"> </location>
                <location seat="5" x="150" y="169">  </location>
                <location seat="6" x="362" y="109">  </location>
                <location common="1" x="322" y="228"> </location>
            </layout>
            <layout height="546" max="9" width="792">
                <location seat="1" x="486" y="113">  </location>
                <location seat="2" x="555" y="169"> </location>
                <location seat="3" x="542" y="276"> </location>
                <location seat="4" x="522" y="345"> </location>
                <location seat="5" x="363" y="348"> </location>
                <location seat="6" x="217" y="341"> </location>
                <location seat="7" x="150" y="273"> </location>
                <location seat="8" x="150" y="169">  </location>
                <location seat="9" x="230" y="115">  </location>
                <location common="1" x="323" y="232"> </location>
            </layout>
            <layout height="546" max="10" width="792">
                <location seat="1" x="460" y="100">  </location>
                <location seat="2" x="480" y="130"> </location>
                <location seat="3" x="530" y="180"> </location>
                <location seat="4" x="480" y="250"> </location>
                <location seat="5" x="390" y="280"> </location>
                <location seat="6" x="259" y="276"> </location>
                <location seat="7" x="182" y="226"> </location>
                <location seat="8" x="120" y="180">  </location>
                <location seat="9" x="145" y="130">  </location>
                <location seat="10" x="220" y="100">  </location>
                <location common="1" x="286" y="139"> </location>
            </layout>
        </aw>
    </aux_windows>
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
01-24-2010 , 06:33 AM
Quote:
Originally Posted by 1meandog4u
What's the best way to eliminate using the mucked cards feature?

Thx
Dog
Backup your config file, open it in wordpad and "find and replace" (under the edit window) "mucked" with "unmucked".

If you ever need to go back, just do the reverse for the find and replace operation.
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
01-24-2010 , 06:52 AM
Quote:
Originally Posted by grumpy64
i just tried to install this program and when i do a little black window opens then closes a split second latter then nothing else happens.
Quote:
Originally Posted by Irritated
Here's a question, how the hell do you use this thing?! I got the DB working and the HUD works great, assuming the HUD is only a tiny window that says "Closing this window will exit from the HUD." What use is that? Aren't there supposed to be number and statistics and ****? All I get is a window telling me that closing the window will close the window.

Where should the auto-import directory be pointing to? I have it pointing to the PokerStars directory, is that wrong? It's not writing to the DB... The only thing I can see is an error in the python window that always says something like DEBUG: import_fpdb_file: failed on self.lines[0]: ... '[]' ...

This is useless without the hud ...
Grumpy and irritated... heh, I need more info to help you. What version, what platform - have you edited the config file with the database password? etc etc.

Sorrow.
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
01-24-2010 , 06:55 AM
Quote:
Originally Posted by Jackpotmage
Hi Sorrow,

I just installed the latest snapshot, 0.12-20100122, previously running the one from 11/07/09 for months on Windows Vista without any unknown issues. This newest snapshot is not working for me though. I downloaded the latest HUD_config as well and only changed the HH location and mysql info. I recreated tables and imported HH from PokerStars seemingly without issue. When I start the HUD the HUD Menu shows up, but no stat windows show even after many hands. The mucked cards show up after each hand as normal. The HUD window shows the table name just fine as well. I closed and restarted fpdb numerous times and get the same result. I tried the debug option in the the HUD Menu, but it didn't seem to do anything. Here is the HUD-error text:



HUD_main starting
Using db name = fpdb
------------------------------------------------------------
Creating hud from hand 21651
------------------------------------------------------------
Creating hud from hand 21654
------------------------------------------------------------
Creating hud from hand 21655
C:\Users\My User Name\Software\Poker\fpdb-0.12-20100122\pyfpdb\Hud.py:484: GtkWarning: gdkwindow-win32.c:2035: SetWindowLong failed: Invalid window handle.
s.window.destroy()
HUD_main.py:100: GtkWarning: gdkwindow-win32.c:2035: SetWindowLong failed: Invalid window handle.
self.hud_dict[table].main_window.destroy()
Traceback (most recent call last):
File "C:\Users\My User Name\Software\Poker\fpdb-0.12-20100122\pyfpdb\Hud.py", line 506, in debug_stat_windows
print self.stat_windows[w].window.window.get_transient_for()
AttributeError: 'gtk.gdk.Window' object has no attribute 'get_transient_for'

Thanks for all your hard work. Hope this info helps. If you need me to try anything else, let me know.
Assuming you are playing holdem, this sounds like the 'no hud until you bulk-import' bug we have.

Basic symptoms - you get the top left overlay on each window, but no player stat windows - and the mucked card display works as intended.

Try bulk importing a single file and let me know how it goes.

Sorrow
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
01-24-2010 , 06:58 AM
[QUOTE=1meandog4u;16316870]I'm starting to have trouble, more than usual, with the mucked hands. I'm using the previous version 12, not the newest, and am NOT ready to venture into that since all is basically working well at the moment.

I tried to "<!--" and ended it with "-->" (naturally without the quotes) on the bottom of my config file in order to stop the mucked cards routine. It didn't work, the hud wouldn't show up. When I undid it the hud worked fine. Can I just delete the section below? What's the best way to eliminate using the mucked cards feature?

Thx
Dog

HTML Code:
<game aux="mucked"
Remove mucked from lines associated with the game you are playing eg. game_name="holdem" and that will disable the mucked card display from appearing.

Sorrow
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
01-24-2010 , 07:00 AM
Quote:
Originally Posted by Banzai
Nice job sorrow and the rest of the guys.

I had to remove all mentions of "mucked" to get the HUD to work again with Razz at Stars, otherwise it looks and feels really good and a vast improvement over the previous version.

I will try FT tomorrow.
FTP apparently has an auto-import issue with that latest snapshot that Eratosthenes is tracking at the moment.

Rather than remove all mentions of mucked, you only need to remove stud_mucked - in the same way as my response to Dog.

Sorrow.
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
01-24-2010 , 07:08 AM
Quote:
Originally Posted by sorrow
Reminder.
  • The HUD will fail to come up if no hands have been bulk imported first
  • Tourney support - just untested. If this works for holdem, it should work for all other games - fixing the long standing stud tourney import issue.
We have a patch committed that fixes the tourney hud display now. I donked around in a Stars tournament for a 200 or so hands last night

I'm hoping to get a few more bugs squashed and release another snapshot by this time next week.

Sorrow.
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
01-24-2010 , 12:46 PM
Quote:
Originally Posted by sorrow
Assuming you are playing holdem, this sounds like the 'no hud until you bulk-import' bug we have.

Basic symptoms - you get the top left overlay on each window, but no player stat windows - and the mucked card display works as intended.

Try bulk importing a single file and let me know how it goes.

Sorrow
Thanks for your help Sorrow. I tried again, importing a single file this time instead of everthing and got the same result. Top left Menu comes up, no Stat Windows, Mucked Cards works. Just to confirm, yes, I am playing holdem.
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
01-24-2010 , 01:46 PM
Quote:
Originally Posted by sorrow
Remove mucked from lines
To this?
Code:
<game aux=""
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
01-24-2010 , 11:48 PM
Quote:
Originally Posted by Jackpotmage
Thanks for your help Sorrow. I tried again, importing a single file this time instead of everthing and got the same result. Top left Menu comes up, no Stat Windows, Mucked Cards works. Just to confirm, yes, I am playing holdem.
Quote:
C:\Users\My User Name\Software\Poker\fpdb-0.12-20100122\pyfpdb\Hud.py:484: GtkWarning: gdkwindow-win32.c:2035: SetWindowLong failed: Invalid window handle.
s.window.destroy()
HUD_main.py:100: GtkWarning: gdkwindow-win32.c:2035: SetWindowLong failed: Invalid window handle.
self.hud_dict[table].main_window.destroy()
Traceback (most recent call last):
File "C:\Users\My User Name\Software\Poker\fpdb-0.12-20100122\pyfpdb\Hud.py", line 506, in debug_stat_windows
print self.stat_windows[w].window.window.get_transient_for()
AttributeError: 'gtk.gdk.Window' object has no attribute 'get_transient_for'
Having a much better look at your report (sorry)

This is windows hud code, so i'm well out of my league.

SetWindowLong failed: Invalid window handle. Might by misleading - perhaps its a permissions issue? Did you 'Run as Administrator' any of the fpdb files in your previous installation?

The hud menu shows up making me think this isn't the issue.

SetWindowLong() is actually commented out in our code.

I'll have to ask the other devs about this one.

Sorrow.
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote

      
m