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

11-16-2014 , 01:46 AM
Quote:
Originally Posted by Hagace
I did go ahead and try and use the 64 bit install for Pyqt5 again - didn't work unfortunately, gave me an error which looks like it's complaining about non-32bit, after looking it up on google a couple of times. I could try doing a clean re-attempt at getting pyqt5 setup for python 2.7.

I've gone ahead and grabbed chazdazzle's latest release by the way, thanks for bringing it up! It works more than any other FPDB release I've tried so far - imports hands properly, including the bottom-of-the-barrel micro 6 max hands. At first it was giving me errors, but applying your fix seemed to work out just great.
Excellent news.

Quote:
Originally Posted by Hagace
The only thing is though, no HUD shows up - pretty clueless on this, does it have something to do with GTK? I do have GTK installed, but I wouldn't be surprised if I messed up somewhere along the way.
The main GUI uses GTK too, so it would be a surprise if that was the problem. Is there anything in your HUD logfile? Help->Log Messages in the main fpdb window.

You could also try
Code:
python HUD_main.pyw -x
then type 1 and press enter in the console if it throws up the HUD master window. That will tell it to try and put up the HUD for hand 1 in the database.

Quote:
Originally Posted by Hagace
At any rate, it's really cool being able to see graphs and comb through player stats finally
At least we've made a little progress!
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
11-16-2014 , 09:10 AM
Quote:
Originally Posted by phil_r
Is there anything in your HUD logfile? Help->Log Messages in the main fpdb window.

You could also try
Code:
python HUD_main.pyw -x
then type 1 and press enter in the console if it throws up the HUD master window. That will tell it to try and put up the HUD for hand 1 in the database.



At least we've made a little progress!
Edit: HUD suddenly works now :O

Not entirely sure why, but it does

Will have to try and see what got it going

Last edited by Hagace; 11-16-2014 at 09:25 AM.
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
11-16-2014 , 09:41 AM
Quote:
Originally Posted by phil_r
Is there anything in your HUD logfile? Help->Log Messages in the main fpdb window.

You could also try
Code:
python HUD_main.pyw -x
then type 1 and press enter in the console if it throws up the HUD master window. That will tell it to try and put up the HUD for hand 1 in the database.



At least we've made a little progress!
Forgot all about these logs! Actually the HUD log was giving me the message:

Code:
"hud not created yet, because hero is not seated for this hand."
So I went ahead and got seated and played a few hands, but still no HUD popping up, and no other errors it seems. When I do sit and play, it naturally stops spitting out the above message, but no HUD.

I tried throwing
Code:
python HUD_main.pyw -x
into cmd prompt, it brings up the master window. I then typed 1 and pressed enter in the cmd prompt (hopefully the right place for that, I didn't notice any other console) but it didn't seem to do anything.

It seems to be taking in hands just fine though - is there perhaps something that the HUD depends on that maybe I have installed incorrectly or maybe don't have installed at all?


EDIT: HUD works now - not too sure why, will have to see what got it going later today, but I'm pretty excited! Thanks again for your help
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
11-16-2014 , 09:54 AM
Quote:
Originally Posted by Hagace
EDIT: HUD works now - not too sure why, will have to see what got it going later today, but I'm pretty excited! Thanks again for your help
Great! Would be nice to figure out why it didn't work before, but if it never happens again I guess we just blame gremlins and move on.
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
11-16-2014 , 05:26 PM
Site: Pokerstars
Problem: HUD is not showing players at their correct position.

What I did so far: I have selected preffered seats in pokerstars client. In fpdb-0.40.5\pyfpdb I found a file called HUD_config.xml.example. Is this the correct file? In this file I found pokerstars and changed my username to ropecore and changed my preffered seating for 9 man as it says on the wiki. I tried with every number (0, 1, 2, ..., 9), because the picture in the wiki that states which number my seat position is didn't load, yet nothing changed. No matter which number I used my HUD was a complete mess and all over the place.

What am I doing wrong?
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
11-16-2014 , 09:08 PM
Quote:
Originally Posted by ropecore
Site: Pokerstars
Problem: HUD is not showing players at their correct position.

What I did so far: I have selected preffered seats in pokerstars client. In fpdb-0.40.5\pyfpdb I found a file called HUD_config.xml.example. Is this the correct file? In this file I found pokerstars and changed my username to ropecore and changed my preffered seating for 9 man as it says on the wiki. I tried with every number (0, 1, 2, ..., 9), because the picture in the wiki that states which number my seat position is didn't load, yet nothing changed. No matter which number I used my HUD was a complete mess and all over the place.

What am I doing wrong?
I'm not certain this will work - but try changing HUD_config.xml.example, to HUD_config.xml

Basically just remove the .example from the end - I imagine that will change it to a proper xml file which I would imagine the program will detect and load up for you, or perhaps it can be selected somewhere in the GUI.
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
11-16-2014 , 10:04 PM
Quote:
Originally Posted by ropecore
Site: Pokerstars
Problem: HUD is not showing players at their correct position.

What I did so far: I have selected preffered seats in pokerstars client. In fpdb-0.40.5\pyfpdb I found a file called HUD_config.xml.example. Is this the correct file? In this file I found pokerstars and changed my username to ropecore and changed my preffered seating for 9 man as it says on the wiki. I tried with every number (0, 1, 2, ..., 9), because the picture in the wiki that states which number my seat position is didn't load, yet nothing changed. No matter which number I used my HUD was a complete mess and all over the place.

What am I doing wrong?
Under the help menu, select 'About, License and Copying'. Somewhere on the dialog that comes up you should see "Your config file is: xxxxxxxxxxxx". Edit that file instead.
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
11-17-2014 , 01:39 AM
First of all, I'm so excited to see this is finally functioning on Mac. I hadn't checked in a while, and was pleasantly surprised when I looked into it today.

Couple of questions, whenever I try to change the HUD text size in the preferences section, my alteration doesn't hold. The text is just too small for me to see and I'd like to have it at 10 or 12 instead of its standard 8.

Also, I'm having the same issue where the HUD is not showing players at their correct position. Anything I can do to adjust that on a Mac? Not a huge deal since I can just move them around by hand, but still would be cool to figure out.

Thanks again for the awesome software!
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
11-17-2014 , 02:42 AM
Quote:
Originally Posted by K. L.
First of all, I'm so excited to see this is finally functioning on Mac. I hadn't checked in a while, and was pleasantly surprised when I looked into it today.

Couple of questions, whenever I try to change the HUD text size in the preferences section, my alteration doesn't hold. The text is just too small for me to see and I'd like to have it at 10 or 12 instead of its standard 8.
Yep, turns out I failed to actually connect the preferences dialog to the config file. You can manually edit the config file directly -- ~/.fpdb/HUD_config.xml -- search for "font_size". Mea culpa, will fix for next release.

Quote:
Originally Posted by K. L.
Also, I'm having the same issue where the HUD is not showing players at their correct position. Anything I can do to adjust that on a Mac? Not a huge deal since I can just move them around by hand, but still would be cool to figure out.

Thanks again for the awesome software!
You probably need to set your preferred seat. Search for "fav_seat" under your poker site in the config file.

Thanks for the feedback!
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
11-17-2014 , 03:30 AM
Quote:
Originally Posted by phil_r
Yep, turns out I failed to actually connect the preferences dialog to the config file. You can manually edit the config file directly -- ~/.fpdb/HUD_config.xml -- search for "font_size". Mea culpa, will fix for next release.



You probably need to set your preferred seat. Search for "fav_seat" under your poker site in the config file.

Thanks for the feedback!
Thanks so much for the response! I was able to find the XML file and make the adjustments no problem, but now when I try to open the application it just immediately shuts down. It's like it tries to, but then instantly quits. I've opened up the logs and I'm not seeing anything, so it does not appear like there's an error showing up in there. I didn't touch anything else other than those 2 adjustments (the font size and the preferred seat). Have you heard any issues similar to this?

Thanks again! Really love this application.
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
11-17-2014 , 04:12 AM
Quote:
Originally Posted by K. L.
Thanks so much for the response! I was able to find the XML file and make the adjustments no problem, but now when I try to open the application it just immediately shuts down. It's like it tries to, but then instantly quits. I've opened up the logs and I'm not seeing anything, so it does not appear like there's an error showing up in there. I didn't touch anything else other than those 2 adjustments (the font size and the preferred seat). Have you heard any issues similar to this?

Thanks again! Really love this application.
Oh boy. We broke it! Delete the config file and try again. It should generate a fresh new file the first time you run it.

If this doesn't work, I probably did something super dumb and ruined it.

You could try this command in the terminal if the above fails:
Code:
path/to/fpdb.app/Contents/MacOS/fpdb -x
This might print some helpful debugging info in the terminal.
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
11-17-2014 , 05:31 AM
Quote:
Originally Posted by phil_r
In what way is it not working? HUD not showing? Does HUD show for other size omaha tables? What is in your fpdb log files?
yes, HUD wont show up but the table name shows up in the "HUD main window"
and HUD works in HU tables.

log file:
hud : ERROR HUD create: table name Sikasso 04 not found, skipping.
hud : ERROR Error: self.window doesn't exist.
hud : ERROR Can't find table Shannon 6-Max
hud : ERROR HUD create: table name Shannon 6-Max not found, skipping.
hud : ERROR No layout found for 5-max ring games for site Winamax.

thanks
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
11-17-2014 , 06:18 AM
Quote:
Originally Posted by variatsioon
yes, HUD wont show up but the table name shows up in the "HUD main window"
and HUD works in HU tables.

log file:
hud : ERROR HUD create: table name Sikasso 04 not found, skipping.
hud : ERROR Error: self.window doesn't exist.
hud : ERROR Can't find table Shannon 6-Max
hud : ERROR HUD create: table name Shannon 6-Max not found, skipping.
hud : ERROR No layout found for 5-max ring games for site Winamax.

thanks
OK, can you send me the hand history file for one of these tables, and maybe a screenshot of the table as well? philip.roberts@gmail.com
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
11-17-2014 , 12:22 PM
Quote:
Originally Posted by phil_r
OK, can you send me the hand history file for one of these tables, and maybe a screenshot of the table as well? philip.roberts@gmail.com
mail sent.
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
11-17-2014 , 01:22 PM
Quote:
Originally Posted by variatsioon
mail sent.
You sent me a 9-max HH.

Meanwhile, I wonder if we are looking in the wrong place anyway. Can you have a look in your config file for me? There should be a section like this (search for "winamax_default"):

Code:
        <ls name="winamax_default">
            <layout height="546" max="2" width="792">
                <location seat="1" x="681" y="221"/>
                <location seat="2" x="2" y="221"/>
                <location common="1" x="323" y="232"/>
            </layout>
            <layout height="546" max="4" width="792">
                <location seat="1" x="573" y="41"/>
                <location seat="2" x="512" y="411"/>
                <location seat="3" x="162" y="413"/>
                <location seat="4" x="112" y="41"/>
                <location common="1" x="323" y="232"/>
            </layout>
            <layout height="546" max="6" width="792">
                <location seat="1" x="663" y="48"/>
                <location seat="2" x="664" y="293"/>
                <location seat="3" x="563" y="402"/>
                <location seat="4" x="120" y="401"/>
                <location seat="5" x="32" y="291"/>
                <location seat="6" x="12" y="46"/>
                <location common="1" x="323" y="232"/>
            </layout>
Try adding in a 5-max section.

Code:
        <ls name="winamax_default">
            <layout height="546" max="2" width="792">
                <location seat="1" x="681" y="221"/>
                <location seat="2" x="2" y="221"/>
                <location common="1" x="323" y="232"/>
            </layout>
            <layout height="546" max="4" width="792">
                <location seat="1" x="573" y="41"/>
                <location seat="2" x="512" y="411"/>
                <location seat="3" x="162" y="413"/>
                <location seat="4" x="112" y="41"/>
                <location common="1" x="323" y="232"/>
            </layout>
            <layout height="546" max="5" width="792">
                <location seat="1" x="663" y="48"/>
                <location seat="2" x="664" y="293"/>
                <location seat="3" x="563" y="402"/>
                <location seat="4" x="120" y="401"/>
                <location seat="5" x="32" y="291"/>
                <location common="1" x="323" y="232"/>
            </layout>
            <layout height="546" max="6" width="792">
                <location seat="1" x="663" y="48"/>
                <location seat="2" x="664" y="293"/>
                <location seat="3" x="563" y="402"/>
                <location seat="4" x="120" y="401"/>
                <location seat="5" x="32" y="291"/>
                <location seat="6" x="12" y="46"/>
                <location common="1" x="323" y="232"/>
            </layout>
Hope this helps!
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
11-17-2014 , 03:17 PM
Quote:
Originally Posted by phil_r
Oh boy. We broke it! Delete the config file and try again. It should generate a fresh new file the first time you run it.

If this doesn't work, I probably did something super dumb and ruined it.

You could try this command in the terminal if the above fails:
Code:
path/to/fpdb.app/Contents/MacOS/fpdb -x
This might print some helpful debugging info in the terminal.
Hey there, actually I had already deleted the config file just to make sure I didn't accidentally change something. It did create a new one no problem, but whenever I made the change there was the same crash issue. I can confirm that the crash happens whenever I change either setting (preferred seat or the text size).

Haven't been able to isolate a particular setting that causes this. Appears to be whenever I make any change to the config file.

Thanks so much for being so responsive!
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
11-17-2014 , 03:20 PM
Quote:
Originally Posted by K. L.
Hey there, actually I had already deleted the config file just to make sure I didn't accidentally change something. It did create a new one no problem, but whenever I made the change there was the same crash issue. I can confirm that the crash happens whenever I change either setting (preferred seat or the text size).

Haven't been able to isolate a particular setting that causes this. Appears to be whenever I make any change to the config file.
How exciting! What application are you using to edit the file? Maybe it's mangling something.

Quote:
Originally Posted by K. L.
Thanks so much for being so responsive!
I'm sure I'll burn out soon!
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
11-17-2014 , 03:23 PM
Quote:
Originally Posted by phil_r
How exciting! What application are you using to edit the file? Maybe it's mangling something.



I'm sure I'll burn out soon!
I hope not! You're doing awesome work.

We are definitely on the same page with this, because I had considered that as well. I'm Just Using TextEdit in Mac OS X 10.9.5. Any suggestions on a different application that might be better?
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
11-17-2014 , 03:37 PM
Quote:
Originally Posted by K. L.
I hope not! You're doing awesome work.

We are definitely on the same page with this, because I had considered that as well. I'm Just Using TextEdit in Mac OS X 10.9.5. Any suggestions on a different application that might be better?
I have to thank you for giving me a good belly laugh before bed.

So it turns out that TextEdit 'helpfully' changes the quotation marks around the thing you edit into those smart quotes. Which makes the xml parser die a horrible death, taking FPDB with it. HAHAHAHAHA THANKS TEXTEDIT FUNNY JOKE.

In textedit: Edit menu => Substitutions => Smart Quotes. Turn that off before you start editing the file.

I'm going to bed. All Software Sucks.
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
11-17-2014 , 03:53 PM
Quote:
Originally Posted by phil_r
I have to thank you for giving me a good belly laugh before bed.

So it turns out that TextEdit 'helpfully' changes the quotation marks around the thing you edit into those smart quotes. Which makes the xml parser die a horrible death, taking FPDB with it. HAHAHAHAHA THANKS TEXTEDIT FUNNY JOKE.

In textedit: Edit menu => Substitutions => Smart Quotes. Turn that off before you start editing the file.

I'm going to bed. All Software Sucks.
WHOAAAAAAAAAAAAA IT WORKS!

It's perfect! Thank you so much!
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
11-18-2014 , 04:02 AM
Quote:
Originally Posted by phil_r
You sent me a 9-max HH.

Meanwhile, I wonder if we are looking in the wrong place anyway. Can you have a look in your config file for me? There should be a section like this (search for "winamax_default"):

Code:
        <ls name="winamax_default">
            <layout height="546" max="2" width="792">
                <location seat="1" x="681" y="221"/>
                <location seat="2" x="2" y="221"/>
                <location common="1" x="323" y="232"/>
            </layout>
            <layout height="546" max="4" width="792">
                <location seat="1" x="573" y="41"/>
                <location seat="2" x="512" y="411"/>
                <location seat="3" x="162" y="413"/>
                <location seat="4" x="112" y="41"/>
                <location common="1" x="323" y="232"/>
            </layout>
            <layout height="546" max="6" width="792">
                <location seat="1" x="663" y="48"/>
                <location seat="2" x="664" y="293"/>
                <location seat="3" x="563" y="402"/>
                <location seat="4" x="120" y="401"/>
                <location seat="5" x="32" y="291"/>
                <location seat="6" x="12" y="46"/>
                <location common="1" x="323" y="232"/>
            </layout>
Try adding in a 5-max section.

Code:
        <ls name="winamax_default">
            <layout height="546" max="2" width="792">
                <location seat="1" x="681" y="221"/>
                <location seat="2" x="2" y="221"/>
                <location common="1" x="323" y="232"/>
            </layout>
            <layout height="546" max="4" width="792">
                <location seat="1" x="573" y="41"/>
                <location seat="2" x="512" y="411"/>
                <location seat="3" x="162" y="413"/>
                <location seat="4" x="112" y="41"/>
                <location common="1" x="323" y="232"/>
            </layout>
            <layout height="546" max="5" width="792">
                <location seat="1" x="663" y="48"/>
                <location seat="2" x="664" y="293"/>
                <location seat="3" x="563" y="402"/>
                <location seat="4" x="120" y="401"/>
                <location seat="5" x="32" y="291"/>
                <location common="1" x="323" y="232"/>
            </layout>
            <layout height="546" max="6" width="792">
                <location seat="1" x="663" y="48"/>
                <location seat="2" x="664" y="293"/>
                <location seat="3" x="563" y="402"/>
                <location seat="4" x="120" y="401"/>
                <location seat="5" x="32" y="291"/>
                <location seat="6" x="12" y="46"/>
                <location common="1" x="323" y="232"/>
            </layout>
Hope this helps!
I did that.. still dont work :/
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
11-18-2014 , 05:37 AM
Quote:
Originally Posted by variatsioon
I did that.. still dont work :/
I'm pretty much out of ideas then, sorry. We might need someone else playing Winamax on windows to test this out.

Edit: might have been able to reproduce the problem. Hold onto your hat.

Edit 2: solved it maybe! You need a fav_seat entry for 5-max in addition to the layout we added previously:

Code:
        <site HH_path="xxx" aux_enabled="True" enabled="True" hud_menu_xshift="0" hud_menu_yshift="0" screen_name="xxx" site_name="Winamax" site_path="C:/Program Files/Winamax/">
            <layout_set game_type="all" ls="winamax_default"/>
            <fav fav_seat="0" max="2"/>
            <fav fav_seat="0" max="4"/>
            <fav fav_seat="0" max="5"/>
            <fav fav_seat="0" max="6"/>

Last edited by phil_r; 11-18-2014 at 06:05 AM. Reason: Do we win?
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
11-18-2014 , 07:29 AM
Quote:
Originally Posted by phil_r
I'm pretty much out of ideas then, sorry. We might need someone else playing Winamax on windows to test this out.

Edit: might have been able to reproduce the problem. Hold onto your hat.

Edit 2: solved it maybe! You need a fav_seat entry for 5-max in addition to the layout we added previously:

Code:
        <site HH_path="xxx" aux_enabled="True" enabled="True" hud_menu_xshift="0" hud_menu_yshift="0" screen_name="xxx" site_name="Winamax" site_path="C:/Program Files/Winamax/">
            <layout_set game_type="all" ls="winamax_default"/>
            <fav fav_seat="0" max="2"/>
            <fav fav_seat="0" max="4"/>
            <fav fav_seat="0" max="5"/>
            <fav fav_seat="0" max="6"/>
still dont work
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
11-18-2014 , 08:09 AM
Quote:
Originally Posted by variatsioon
still dont work
Are there any new messages in the logs? Did you restart fpdb after changing the config?
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
11-18-2014 , 12:27 PM
Hello

Is there any reason that the software won't work on other clients [like Enterra Poker]?

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

      
m