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

12-14-2012 , 09:47 PM
Quote:
Originally Posted by sorrow
Find py2exeWalkthroughPython27.txt in the packaging directory. Thats the best one for getting a machine setup for deployment.
Sorrow
This will be of interest to developers only, or someone with Windows, 2 monitors and the left hand one mapped as not the main display.

Thanks, found it yesterday. The link on the web page in my earlier post is dead.

After some debugging, I'm pretty much convinced my multi-monitor problem is due to a gtk bug (if you know where to report those, let me know).

As stated earlier, my left hand monitor has negative x-coordinates (0,0 is the top left of my right hand monitor). If I use gtk's get_position() on a window that's on my left hand monitor, it reports the same as the the window api call, or ahk spy, i.e. a correct negative x-coordinate. However, if I use gtk move() (as used in fpdb) to move(0,0), the window moves to the top left of my left hand monitor, not right hand monitor as it should be.

Once I figured this out I spent a while searching for a generic solution... but it seems I'm stuck. I (think I) know how to hack the source code to make the fix for my own specific situation, so I'll probably just go that route.

The -32000 thing I reported earlier is still a bug and should be fixed; once I changed that, saving doesn't totally mess up the coordinates any more, there's only the constant offset.
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
12-15-2012 , 11:19 AM
Quote:
Originally Posted by pasita
This will be of interest to developers only, or someone with Windows, 2 monitors and the left hand one mapped as not the main display.

Thanks, found it yesterday. The link on the web page in my earlier post is dead.

After some debugging, I'm pretty much convinced my multi-monitor problem is due to a gtk bug (if you know where to report those, let me know).

As stated earlier, my left hand monitor has negative x-coordinates (0,0 is the top left of my right hand monitor). If I use gtk's get_position() on a window that's on my left hand monitor, it reports the same as the the window api call, or ahk spy, i.e. a correct negative x-coordinate. However, if I use gtk move() (as used in fpdb) to move(0,0), the window moves to the top left of my left hand monitor, not right hand monitor as it should be.

Once I figured this out I spent a while searching for a generic solution... but it seems I'm stuck. I (think I) know how to hack the source code to make the fix for my own specific situation, so I'll probably just go that route.

The -32000 thing I reported earlier is still a bug and should be fixed; once I changed that, saving doesn't totally mess up the coordinates any more, there's only the constant offset.
Could you document your investigation in our bug tracker?

This multi-monitor problem is a major FPDB issue, and not something I can attempt on a Linux laptop without an external monitor. Enough details might serve someone in future.
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
12-15-2012 , 01:04 PM
Hello

I run 0.30.6 version.

I want to configure manually the HUD for Holdem. I want to change the colors of the stats.

The problem is that i can't find "HUD_config.xml" file in the FPDB main folder (and subfolders). Is the Sourceforge documentation obsolete in this regard?

The only files i find related to hud are:"HUD_config.xml.example" and "testout.xml". I edited "testout.xml", restarted the program but it has no effect on the hud.

The question is: What file do i need to edit or where in the interface can i change the colors and tresholds for hud stats?

Thanks,
Eksan1
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
12-15-2012 , 03:57 PM
Quote:
Originally Posted by Eksan1
The problem is that i can't find "HUD_config.xml" file in the FPDB main folder (and subfolders).
Here.
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
12-16-2012 , 12:01 AM
Hi guyz ! First of all, i'm not native english speaker.

So, I recently started playing poker again. I was using elephant before, and since it's closed now, I tried ur sofware. It is really gret, nice feature and stuff, and it worked perfectly for the first 4k hands.

But now I have a problem that pretty much make me unable to play poker anymore : The HUD display player stats waaaaay out of the screen. Like I see one or two player stats, the other one are out of the screen. I've tried rebooting and restarting both the poker client and FPDB, didn't changed anything.

I really don't understand where it comes from, since as I said, the software was running perfectly for 4k hands.

Would love some help !

Thanks a lot
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
12-16-2012 , 06:21 AM
Did this happen after you moved the stats around, and then saved?
You should check/correct the stat positions from hud_config.xml, which you can found by clicking on the link in my previous post. You'll find the configuration for each site and seat amount from there, check that the coordinates make sense.
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
12-16-2012 , 07:19 AM
So, it's indeed a problem with coordinates. Every coordinate of my "max 10" setup are ****ed up.

-<layout width="792" max="9" height="546" fav_seat="0"> <location y="3" x="899" seat="1"> </location> <location y="100" x="1089" seat="2"> </location> <location y="1163" x="1103" seat="3"> </location> <location y="1392" x="777" seat="4"> </location> <location y="1553" x="715" seat="5"> </location> <location y="1400" x="364" seat="6"> </location> <location y="1156" x="7" seat="7"> </location> <location y="457" x="7" seat="8"> </location> <location y="3" x="230" seat="9"> </location> </layout>

Can someone copy past his coordinates for the max 10 on pokerstars ? Or is there a way to reset the file or a place with initial value ?

EDIT : Problem solved, i took for basis coordinates from other room that i don't play on. Worked quite fine, thanks a lot, i can play poker again ! Cheers

Last edited by Sheryzal; 12-16-2012 at 07:34 AM.
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
12-16-2012 , 07:30 AM
Quote:
Originally Posted by Sheryzal
So, it's indeed a problem with coordinates. Every coordinate of my "max 10" setup are ****ed up.

-<layout width="792" max="9" height="546" fav_seat="0"> <location y="3" x="899" seat="1"> </location> <location y="100" x="1089" seat="2"> </location> <location y="1163" x="1103" seat="3"> </location> <location y="1392" x="777" seat="4"> </location> <location y="1553" x="715" seat="5"> </location> <location y="1400" x="364" seat="6"> </location> <location y="1156" x="7" seat="7"> </location> <location y="457" x="7" seat="8"> </location> <location y="3" x="230" seat="9"> </location> </layout>

Can someone copy past his coordinates for the max 10 on pokerstars ? Or is there a way to reset the file or a place with initial value ?


<layout fav_seat="7" height="546" max="10" width="792">
<location seat="1" x="684" y="61"> </location>
<location seat="2" x="689" y="239"> </location>
<location seat="3" x="692" y="346"> </location>
<location seat="4" x="586" y="393"> </location>
<location seat="5" x="421" y="440"> </location>
<location seat="6" x="267" y="440"> </location>
<location seat="7" x="0" y="361"> </location>
<location seat="8" x="0" y="280"> </location>
<location seat="9" x="121" y="280"> </location>
<location seat="10" x="46" y="30"> </location>
</layout>
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
12-16-2012 , 02:28 PM
Quote:
Originally Posted by Sheryzal
So, it's indeed a problem with coordinates. Every coordinate of my "max 10" setup are ****ed up.

-<layout width="792" max="9" height="546" fav_seat="0">
That's a 9-max?

Anyway, you can reset the file by deleting it, a new one will be created. That'll lose you screen names and HH folders (among other settings). Once you've got a playable solution, take a backup of your file, so if a save or anything messes things you've got something to revert to.

I've done some debugging on things getting messed up with a dual monitor system when saving the stat positions... you don't happen to have such a setup?
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
12-16-2012 , 02:31 PM
Used postgresql backup and restore, database size decreased from 10165MB to 7607MB.
Would the restored database has any bug?
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
12-16-2012 , 02:40 PM
Quote:
Originally Posted by pasita
That's a 9-max?

Anyway, you can reset the file by deleting it, a new one will be created. That'll lose you screen names and HH folders (among other settings). Once you've got a playable solution, take a backup of your file, so if a save or anything messes things you've got something to revert to.

I've done some debugging on things getting messed up with a dual monitor system when saving the stat positions... you don't happen to have such a setup?
I use dual monitor 3 weeks ago, when I save HUD position the x coordinate in HUD_config.xml becomes very large (up to 3000). Have to manually change (x,y) in config file, forget if I was able to save HUD position correctly in single monitor mode.
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
12-16-2012 , 03:27 PM
OK, that would sound like the multimonitor bug. I'm not sure I understand every aspect of it, but saving the positions (from the FPDB.... hud menu) is risky, better keep a backup. If using one monitor only (or neither monitor reporting negative x-coordinates) things should be fine.
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
12-17-2012 , 12:07 AM
Quote:
Originally Posted by riverofjustice
Used postgresql backup and restore, database size decreased from 10165MB to 7607MB.
Would the restored database has any bug?
That seems like a big change, but i'm guessing Postgres is able to layout/store things in a more optimised way.

It is possible you are missing some indexes though.

Sorrow.
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
12-17-2012 , 01:10 AM
Hi gents:

I've been using the software for the last few months and have had zero problem up until the last couple days importing hands to the DB. However, the last couple days when I click on 'bulk import' the tab doesn't appear and when i go to look at my statistics, I cannot. What might the problem be here?
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
12-17-2012 , 03:39 AM
Quote:
Originally Posted by sorrow
f_cb1 exists in the latest tree already, not sure what version we introduced it though.
I have the 0.30.6 version, but don't see it in the tree. I was looking in the Advanced Pref tab. Am I missing something?
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
12-17-2012 , 06:41 AM
Quote:
Originally Posted by TheCountZero
I have the 0.30.6 version, but don't see it in the tree. I was looking in the Advanced Pref tab. Am I missing something?
I think you have to modify the config file with a text editor to change stats.
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
12-17-2012 , 11:00 AM
Quote:
Originally Posted by sorrow
Looks like the parsing side of this is fixed in my tree already, but it also looks like its is working in 0.30.6

What version are you running?

What table names appear in the "HUD Main Window"?
Hi,

I'm using the 0.30.6 version.

Here is a screenshot of the problem with the HUD Main Window appearing. The "Amazon River" HUD is on "Amazon River II" table, as you can see.

Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
12-17-2012 , 11:09 AM
Is there a way to get the hud on each player to be directly over the player, or be in some default or set position? I currently minimise the window so all huds are in the top left corner and move them manually over each palyer,

Thanks,
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
12-19-2012 , 05:49 AM
Quote:
Originally Posted by Arsil
I think you have to modify the config file with a text editor to change stats.
It should be a little more complicated than that. I try to add a new column in the config file but it's not really working...
Diging in the sourceforge database, I found a lot more stats, but I didn't find all the names used in the "col_name" variable.
My objective is not to tweak the HUD but the ring player stats board, ie add more stats columns.
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
12-19-2012 , 04:21 PM
hey guys,

I'm new to this software, I'm Running Windows 7 and have got auto-import and the HUD all set up. (and working)

However, when I click to view things such as "graphs" and "positional Stats" no new tab nor windows pop up. Nothing happens when I click such requests.

Any1 have any idea what I'm doing wrong?

Thanks.
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
12-19-2012 , 08:33 PM
Quote:
Originally Posted by bills24
hey guys,

I'm new to this software, I'm Running Windows 7 and have got auto-import and the HUD all set up. (and working)

However, when I click to view things such as "graphs" and "positional Stats" no new tab nor windows pop up. Nothing happens when I click such requests.

Any1 have any idea what I'm doing wrong?

Thanks.
This is the same problem I'm having as well(along with the bulk import tab not showing up, despite the fact that I can import tourney results.) This was all working up until a couple days ago.
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
12-20-2012 , 04:23 AM
Quote:
Originally Posted by TheCountZero
My objective is not to tweak the HUD but the ring player stats board, ie add more stats columns.
Oh, sorry, I didn't get it.

It can't be done via configuration,
you have to modify the source code.
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
12-20-2012 , 11:55 AM
Quote:
Originally Posted by Andy-Martin
Hi gents:

I've been using the software for the last few months and have had zero problem up until the last couple days importing hands to the DB. However, the last couple days when I click on 'bulk import' the tab doesn't appear and when i go to look at my statistics, I cannot. What might the problem be here?
This sounds very much like the symptoms of when someone upgrades from 0.29 to 0.30 and tries to use the old config file.

Can you close fpdb down, move the config to somewhere else, and let fpdb recreate - do the tabs show up then?

Quote:
Originally Posted by N3rDi
Hi,

I'm using the 0.30.6 version.

Here is a screenshot of the problem with the HUD Main Window appearing. The "Amazon River" HUD is on "Amazon River II" table, as you can see.

Gotcha - Amazon is matching 'Amazon X' not the other way around.

I've pushed a patch to fix that.

Quote:
Originally Posted by TheCountZero
It should be a little more complicated than that. I try to add a new column in the config file but it's not really working...
Diging in the sourceforge database, I found a lot more stats, but I didn't find all the names used in the "col_name" variable.
My objective is not to tweak the HUD but the ring player stats board, ie add more stats columns.
Sorry - misinterpretted your question. All of those columns come directly from the SQL query 'playerDetailedStats', which is a monstrosity. Good luck!

Quote:
Originally Posted by bills24
hey guys,

I'm new to this software, I'm Running Windows 7 and have got auto-import and the HUD all set up. (and working)

However, when I click to view things such as "graphs" and "positional Stats" no new tab nor windows pop up. Nothing happens when I click such requests.

Any1 have any idea what I'm doing wrong?

Thanks.
Have you ever opened up an earlier version of FPDB? Sounds like the same problem above with broken config.

Is there anything in the log files indicating a crash?

Sorrow
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
12-20-2012 , 01:15 PM
Quote:
Originally Posted by sorrow
Gotcha - Amazon is matching 'Amazon X' not the other way around.

I've pushed a patch to fix that.

Sorrow
Nice! Looking forward to it.
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
12-21-2012 , 06:48 AM
Quote:
Originally Posted by sorrow
This sounds very much like the symptoms of when someone upgrades from 0.29 to 0.30 and tries to use the old config file.

Can you close fpdb down, move the config to somewhere else, and let fpdb recreate - do the tabs show up then?

Sorrow
Nope. Really strange considering it was working up until about four or five days ago.
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote

      
m