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-27-2012 , 05:34 AM
Quote:
Originally Posted by sorrow
Ok, reading back.

2 issues:

1) Your archive file from Stars is crashing on import.

Please send this to me directly and i'll fix any errors I find.

2) Current hands are importing using auto-import, but the hud is failing to appear over a PokerStars table, but a black spot appears.

I have a suspicion that the hud is coming up, it is (not very usefully) hidden behind the table window itself.

We've seen this a few times, and running FPDB as admin has worked in these instances.

Sorrow
The black FPDB Menu patch appears on the table.

I minimized everything; there is nothing hidden behind the table.
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
01-27-2012 , 07:52 PM
Hi, I had gotten fpdb a while ago to use for 5-card draw. I haven't used it in a little while and I am currently using v0.26 and my hands don't seem to be being tracked any more, it constantly says error.

Sorry if this is already written up somewhere but I can't seem to figure out how to install and update as I understand there is a new version out.

Thanks for the help.
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
01-27-2012 , 10:55 PM
So I managed to install the new version, in the top bar it is saying v0.29.902 + git.

It is taking hands and the HUD works, however, for some reason I can't open most of the tabs that are available under viewer tab such as, Graphs, Ring Player Stats, etc. I have no idea what could be causing this.

Sorry for the hassle but thanks for the help!
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
01-28-2012 , 07:23 AM
Quote:
Originally Posted by Lopa87
Hi, I had gotten fpdb a while ago to use for 5-card draw. I haven't used it in a little while and I am currently using v0.26 and my hands don't seem to be being tracked any more, it constantly says error.

Sorry if this is already written up somewhere but I can't seem to figure out how to install and update as I understand there is a new version out.

Thanks for the help.
upgrade to latest
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
01-28-2012 , 11:35 AM
Quote:
Originally Posted by snowboard789
upgrade to latest
I installed the new version, in the top bar it is saying v0.29.902 + git.

It is taking hands and the HUD works, however, for some reason I can't open most of the pages that are available under viewer tab to open such as, Graphs, Ring Player Stats, etc. I have no idea what could be causing this. When I click on them to open or try to use the shortcuts nothing happens.

Sorry for the hassle but thanks for the help!
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
01-28-2012 , 01:27 PM
Post the contents of %APPDATA%/fpdb/log/fpdb-errors.txt after trying to view one of them.
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
01-28-2012 , 07:08 PM
Quote:
Originally Posted by Vempele
Post the contents of %APPDATA%/fpdb/log/fpdb-errors.txt after trying to view one of them.
Hey thanks, but I did install the new version and it is taking hands and the HUD is working, however, I am unable to open certain tabs from the top bar such as ring game player stats and graphs.

I am just wondering what may be causing this since even though FPDB is taking hands correctly now, I am unable to view any of my stats other than what is presented in the HUD.

I don't think it is something that I did because I did not try to modify anything or tamper with any settings, I just updated and upon opening the program this problem occurred and continues to persist.

Thanks for the help.
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
01-28-2012 , 11:17 PM
hi, trying to use FPDB(latest git) on Open SUSE 12.1
(Successfully got merge running YIPPIE!)

Python 2.7 all dependencies i believe have been downloaded. When running run_fpdb.py i get the following error.

linux-9qm3:/home/axilla/fpdb/fpdb # ./run_fpdb.py

** (fpdb_prerun.py:18843): WARNING **: Trying to register gtype 'WnckWindowState' as enum when in fact it is of type 'GFlags'

** (fpdb_prerun.py:18843): WARNING **: Trying to register gtype 'WnckWindowActions' as enum when in fact it is of type 'GFlags'

** (fpdb_prerun.py:18843): WARNING **: Trying to register gtype 'WnckWindowMoveResizeMask' as enum when in fact it is of type 'GFlags'
Python 2.7...
Traceback (most recent call last):
File "fpdb.pyw", line 62, in <module>
import GuiImapFetcher
File "/home/axilla/fpdb/fpdb/pyfpdb/GuiImapFetcher.py", line 28, in <module>
import ImapFetcher
File "/home/axilla/fpdb/fpdb/pyfpdb/ImapFetcher.py", line 35, in <module>
import PokerStarsSummary
File "/home/axilla/fpdb/fpdb/pyfpdb/PokerStarsSummary.py", line 28, in <module>
import PokerStarsToFpdb
File "/home/axilla/fpdb/fpdb/pyfpdb/PokerStarsToFpdb.py", line 69
'2000.00': ('500.00', '1000.00'), '2000': ('500.00', '1000.00')
^
SyntaxError: invalid syntax
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
01-30-2012 , 02:58 AM
Quote:
Originally Posted by Al Mirpuri
The black FPDB Menu patch appears on the table.

I minimized everything; there is nothing hidden behind the table.
When you minimise the table, the hud windows also minimise. Please try 'run as admin'

Quote:
Originally Posted by Lopa87
Hey thanks, but I did install the new version and it is taking hands and the HUD is working, however, I am unable to open certain tabs from the top bar such as ring game player stats and graphs.

I am just wondering what may be causing this since even though FPDB is taking hands correctly now, I am unable to view any of my stats other than what is presented in the HUD.

I don't think it is something that I did because I did not try to modify anything or tamper with any settings, I just updated and upon opening the program this problem occurred and continues to persist.

Thanks for the help.
This is almost certainly because the config file needs updating.

Delete %APPDATA%/fpdb/HUD_config.xml and restart FPDB, update the file locations and those pages should start working again.

Quote:
Originally Posted by Axilla
hi, trying to use FPDB(latest git) on Open SUSE 12.1
(Successfully got merge running YIPPIE!)

Python 2.7 all dependencies i believe have been downloaded. When running run_fpdb.py i get the following error.

linux-9qm3:/home/axilla/fpdb/fpdb # ./run_fpdb.py

** (fpdb_prerun.py:18843): WARNING **: Trying to register gtype 'WnckWindowState' as enum when in fact it is of type 'GFlags'

** (fpdb_prerun.py:18843): WARNING **: Trying to register gtype 'WnckWindowActions' as enum when in fact it is of type 'GFlags'

** (fpdb_prerun.py:18843): WARNING **: Trying to register gtype 'WnckWindowMoveResizeMask' as enum when in fact it is of type 'GFlags'
Python 2.7...
Traceback (most recent call last):
File "fpdb.pyw", line 62, in <module>
import GuiImapFetcher
File "/home/axilla/fpdb/fpdb/pyfpdb/GuiImapFetcher.py", line 28, in <module>
import ImapFetcher
File "/home/axilla/fpdb/fpdb/pyfpdb/ImapFetcher.py", line 35, in <module>
import PokerStarsSummary
File "/home/axilla/fpdb/fpdb/pyfpdb/PokerStarsSummary.py", line 28, in <module>
import PokerStarsToFpdb
File "/home/axilla/fpdb/fpdb/pyfpdb/PokerStarsToFpdb.py", line 69
'2000.00': ('500.00', '1000.00'), '2000': ('500.00', '1000.00')
^
SyntaxError: invalid syntax
That is def not the latest git.

FYI - Steffens tree is quite a long way behind 0.29.902 at the moment git://git.assembla.com/fpdboz.git is my tree, and where releases are coming from at the moment.
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
01-30-2012 , 12:54 PM
Hi,

First, thank you for the good work! I'm just using your soft for a few days but it gives me everything I need.
I'm on V0.29.902 + git on XP.

There is nonetheless a little trouble with the HUD. I got it working nicely except that its size do not fit that of my window. If I resize the window, the HUD is resized as well, but it keeps to be roughly a 1/2 too small.

Thanks for your help.
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
01-30-2012 , 02:17 PM
Quote:
Originally Posted by sorrow
When you minimise the table, the hud windows also minimise. Please try 'run as admin'
Hi Sorrow,

I am using my own laptop. There are only two accounts: mine and guest.

Also, I do not see where the "run as admin" is to be found.

Al Mirpuri
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
01-31-2012 , 01:45 PM
Hi guys, i need some help...
I just cant seem to get the Hud to work with Stars Tournament tables (holdem) and SNGs.
Cashgames works just fine and the Hud shows without any problems.
I am also using the latest snapshot.
Maybe I also should mention that im new to fpdb, but i think i sould have this figured out by now if it was me using it wrong

From the hud log it looks like it cannot find my table for some reason:

2012-01-31 18:15:43,753 - config INFO Reading configuration file C:\Users\cstrath.NL0010\AppData\Roaming\fpdb\HUD_c onfig.xml
2012-01-31 18:15:43,921 - hud INFO HUD_main starting: Using db name = None
2012-01-31 18:15:43,921 - hud INFO Note: error output is being diverted to C:\Users\cstrath.NL0010\AppData\Roaming\fpdb\log\H UD-errors.txt.
2012-01-31 18:15:43,921 - hud INFO Any major error will be reported there _only_.
2012-01-31 18:15:43,921 - hud INFO HUD_main starting
2012-01-31 18:15:43,936 - db DEBUG Creating Database instance, sql = None
2012-01-31 18:15:43,964 - db INFO Connecting to SQLite: C:\Users\cstrath.NL0010\AppData\Roaming\fpdb\datab ase\fpdb.db3
2012-01-31 18:15:43,969 - hud DEBUG Received hand no 28
2012-01-31 18:15:43,970 - hud INFO HUD_main.read_stdin: Hand processing starting.
2012-01-31 18:15:43,970 - db INFO opp seats style A 0 10 hero seats style A 0 10
2012-01-31 18:15:44,006 - hud ERROR Error: self.window doesn't exist.
2012-01-31 18:15:44,009 - hud ERROR Error: self.window doesn't exist.
2012-01-31 18:15:44,009 - hud ERROR Error: self.window doesn't exist.
2012-01-31 18:15:44,012 - hud ERROR Error: self.window doesn't exist.
2012-01-31 18:15:44,013 - hud ERROR Error: self.window doesn't exist.
2012-01-31 18:15:44,013 - hud ERROR Can't find table 509409472 1
2012-01-31 18:15:44,013 - hud ERROR HUD create: table name 509409472 1 not found, skipping.
2012-01-31 18:15:44,013 - hud DEBUG Received hand no 29
2012-01-31 18:15:44,013 - hud INFO HUD_main.read_stdin: Hand processing starting.
2012-01-31 18:15:44,013 - db INFO opp seats style A 0 10 hero seats style A 0 10
2012-01-31 18:15:44,029 - hud ERROR Error: self.window doesn't exist.
2012-01-31 18:15:44,030 - hud ERROR Error: self.window doesn't exist.
2012-01-31 18:15:44,032 - hud ERROR Error: self.window doesn't exist.
2012-01-31 18:15:44,032 - hud ERROR Error: self.window doesn't exist.
2012-01-31 18:15:44,033 - hud ERROR Error: self.window doesn't exist.
2012-01-31 18:15:44,035 - hud ERROR Can't find table 509409472 1
2012-01-31 18:15:44,035 - hud ERROR HUD create: table name 509409472 1 not found, skipping.

Any ideas or tips?

I want this to work cause i know i will love the software =)
ohh..and im using win7..
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
01-31-2012 , 06:14 PM
I had a problem with the old version, fpdb-0.26.1. It failed to add recently played hands to the Database. The hand count seemed to get stuck at ~50k. I'm using Windows Vista.

So I downloaded the new version, v0.29.902, file fpdb-git-20120124-37fff31.exe, and deleted the map with the old version. First time running it I got a warning pop-up telling me I should "Create or Recreate Tables" in order to avoid Bugs etc.. So I did, and after that I imported my hand histories, it got to 63k this time, which seems about right. It got stuck after completing it though ('doesn't respond'), but got out of that by itself.

HOWEVER, whenever I select "Ring Player Stats", nothing happens. Same goes for "Graphs", "Tourney Graphs", "Tourney Stats" and "Session Stats".

Basically none of the views work.

Another thing is: when starting up, I get these pop-up messages: "Warning: unable to find site 'Carbon'" and "Warning: unable to find site 'Win2day'".

Please let me know how I can fix this.
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
01-31-2012 , 06:52 PM
Quote:
Originally Posted by sorrow
This is almost certainly because the config file needs updating.

Delete %APPDATA%/fpdb/HUD_config.xml and restart FPDB, update the file locations and those pages should start working again.
Alright, this actually worked for me. Didn't realize at first %Appdata% was literally the path.
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
01-31-2012 , 09:28 PM
This is from the latest git which you linked me above.. thanks

but does not seem to work on linux.. it just keeps saying "Can't find Carbon Poker" even though i've added the directory to client.exe for Lock... I'm probably doing something wrong, but feel like I have everything setup properly(Database is online and connected). But it is running now, so we're getting somewhere.. Love Opensource sorftware, i'd like to help out Love Python and OS.. Would also love to get it working!

it won't import hands into my SQLite database either.

importer : ERROR Database ID for Carbon not found
importer : ERROR Database ID for Carbon not found
importer : ERROR Database ID for Carbon not found
importer : ERROR Database ID for Carbon not found
importer : ERROR Database ID for Carbon not found
importer : ERROR Database ID for Carbon not found
importer : ERROR Database ID for Carbon not found
importer : ERROR Database ID for Carbon not found
importer : ERROR Database ID for Carbon not found
importer : ERROR Database ID for Carbon not found
importer : ERROR Database ID for Carbon not found
importer : ERROR Database ID for Carbon not found
importer : ERROR Database ID for Carbon not found
importer : ERROR Database ID for Carbon not found
importer : ERROR Database ID for Carbon not found
importer : ERROR Database ID for Carbon not found
importer : ERROR Database ID for Carbon not found
importer : ERROR Database ID for Carbon not found
importer : ERROR Database ID for Carbon not found
importer : ERROR Database ID for Carbon not found
importer : ERROR Database ID for Carbon not found
importer : ERROR Database ID for Carbon not found
importer : ERROR Database ID for Carbon not found
importer : ERROR Database ID for Carbon not found
importer : ERROR Database ID for Carbon not found
importer : ERROR Database ID for Carbon not found
importer : ERROR Database ID for Carbon not found
importer : ERROR Database ID for Carbon not found
importer : ERROR Database ID for Carbon not found
importer : ERROR Database ID for Carbon not found

Last edited by Axilla; 01-31-2012 at 09:41 PM.
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
01-31-2012 , 11:39 PM
Quote:
Originally Posted by TheCountZero
Hi,

First, thank you for the good work! I'm just using your soft for a few days but it gives me everything I need.
I'm on V0.29.902 + git on XP.

There is nonetheless a little trouble with the HUD. I got it working nicely except that its size do not fit that of my window. If I resize the window, the HUD is resized as well, but it keeps to be roughly a 1/2 too small.

Thanks for your help.
I'm not 100% sure what you mean here. Resizing the windows is a bit buggy at the moment.

You may need to manually adjust the hud positions. Edit %APPDATA%/fpdb/HUD_Config.xml and look for the 'layout' section for your site.

Quote:
Originally Posted by Al Mirpuri
Hi Sorrow,

I am using my own laptop. There are only two accounts: mine and guest.

Also, I do not see where the "run as admin" is to be found.

Al Mirpuri
Run as admin is a Windows function, not an FPDB one.

Quote:
Originally Posted by prokapchris
Hi guys, i need some help...
I just cant seem to get the Hud to work with Stars Tournament tables (holdem) and SNGs.
Cashgames works just fine and the Hud shows without any problems.
I am also using the latest snapshot.
Maybe I also should mention that im new to fpdb, but i think i sould have this figured out by now if it was me using it wrong

From the hud log it looks like it cannot find my table for some reason:

2012-01-31 18:15:43,753 - config INFO Reading configuration file C:\Users\cstrath.NL0010\AppData\Roaming\fpdb\HUD_c onfig.xml
2012-01-31 18:15:43,921 - hud INFO HUD_main starting: Using db name = None
2012-01-31 18:15:43,921 - hud INFO Note: error output is being diverted to C:\Users\cstrath.NL0010\AppData\Roaming\fpdb\log\H UD-errors.txt.
2012-01-31 18:15:43,921 - hud INFO Any major error will be reported there _only_.
2012-01-31 18:15:43,921 - hud INFO HUD_main starting
2012-01-31 18:15:43,936 - db DEBUG Creating Database instance, sql = None
2012-01-31 18:15:43,964 - db INFO Connecting to SQLite: C:\Users\cstrath.NL0010\AppData\Roaming\fpdb\datab ase\fpdb.db3
2012-01-31 18:15:43,969 - hud DEBUG Received hand no 28
2012-01-31 18:15:43,970 - hud INFO HUD_main.read_stdin: Hand processing starting.
2012-01-31 18:15:43,970 - db INFO opp seats style A 0 10 hero seats style A 0 10
2012-01-31 18:15:44,006 - hud ERROR Error: self.window doesn't exist.
2012-01-31 18:15:44,009 - hud ERROR Error: self.window doesn't exist.
2012-01-31 18:15:44,009 - hud ERROR Error: self.window doesn't exist.
2012-01-31 18:15:44,012 - hud ERROR Error: self.window doesn't exist.
2012-01-31 18:15:44,013 - hud ERROR Error: self.window doesn't exist.
2012-01-31 18:15:44,013 - hud ERROR Can't find table 509409472 1
2012-01-31 18:15:44,013 - hud ERROR HUD create: table name 509409472 1 not found, skipping.
2012-01-31 18:15:44,013 - hud DEBUG Received hand no 29
2012-01-31 18:15:44,013 - hud INFO HUD_main.read_stdin: Hand processing starting.
2012-01-31 18:15:44,013 - db INFO opp seats style A 0 10 hero seats style A 0 10
2012-01-31 18:15:44,029 - hud ERROR Error: self.window doesn't exist.
2012-01-31 18:15:44,030 - hud ERROR Error: self.window doesn't exist.
2012-01-31 18:15:44,032 - hud ERROR Error: self.window doesn't exist.
2012-01-31 18:15:44,032 - hud ERROR Error: self.window doesn't exist.
2012-01-31 18:15:44,033 - hud ERROR Error: self.window doesn't exist.
2012-01-31 18:15:44,035 - hud ERROR Can't find table 509409472 1
2012-01-31 18:15:44,035 - hud ERROR HUD create: table name 509409472 1 not found, skipping.

Any ideas or tips?

I want this to work cause i know i will love the software =)
ohh..and im using win7..
Hmm. I'll take a look at this. Stars tournament tables have never been an issue, but for some reason FPDB isn't finding the table.

Quote:
Originally Posted by Axilla
This is from the latest git which you linked me above.. thanks

but does not seem to work on linux.. it just keeps saying "Can't find Carbon Poker" even though i've added the directory to client.exe for Lock... I'm probably doing something wrong, but feel like I have everything setup properly(Database is online and connected). But it is running now, so we're getting somewhere.. Love Opensource sorftware, i'd like to help out Love Python and OS.. Would also love to get it working!

it won't import hands into my SQLite database either.

importer : ERROR Database ID for Carbon not found
importer : ERROR Database ID for Carbon not found
Delete ~/.fpdb/HUD_config.xml and restart FPDB.

You have an old config, and Carbon was renamed to Merge.

Sorrow
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
02-01-2012 , 08:18 AM
thanks a lot man was able to import, looks like everything is working

Being able to play poker completely in linux with no Virtual machines is great!
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
02-01-2012 , 09:34 AM
Quote:
Originally Posted by prokapchris
Hi guys, i need some help...
I just cant seem to get the Hud to work with Stars Tournament tables (holdem) and SNGs.
Cashgames works just fine and the Hud shows without any problems.
I am also using the latest snapshot.
Maybe I also should mention that im new to fpdb, but i think i sould have this figured out by now if it was me using it wrong

From the hud log it looks like it cannot find my table for some reason:

2012-01-31 18:15:43,753 - config INFO Reading configuration file C:\Users\cstrath.NL0010\AppData\Roaming\fpdb\HUD_c onfig.xml
2012-01-31 18:15:43,921 - hud INFO HUD_main starting: Using db name = None
2012-01-31 18:15:43,921 - hud INFO Note: error output is being diverted to C:\Users\cstrath.NL0010\AppData\Roaming\fpdb\log\H UD-errors.txt.
2012-01-31 18:15:43,921 - hud INFO Any major error will be reported there _only_.
2012-01-31 18:15:43,921 - hud INFO HUD_main starting
2012-01-31 18:15:43,936 - db DEBUG Creating Database instance, sql = None
2012-01-31 18:15:43,964 - db INFO Connecting to SQLite: C:\Users\cstrath.NL0010\AppData\Roaming\fpdb\datab ase\fpdb.db3
2012-01-31 18:15:43,969 - hud DEBUG Received hand no 28
2012-01-31 18:15:43,970 - hud INFO HUD_main.read_stdin: Hand processing starting.
2012-01-31 18:15:43,970 - db INFO opp seats style A 0 10 hero seats style A 0 10
2012-01-31 18:15:44,006 - hud ERROR Error: self.window doesn't exist.
2012-01-31 18:15:44,009 - hud ERROR Error: self.window doesn't exist.
2012-01-31 18:15:44,009 - hud ERROR Error: self.window doesn't exist.
2012-01-31 18:15:44,012 - hud ERROR Error: self.window doesn't exist.
2012-01-31 18:15:44,013 - hud ERROR Error: self.window doesn't exist.
2012-01-31 18:15:44,013 - hud ERROR Can't find table 509409472 1
2012-01-31 18:15:44,013 - hud ERROR HUD create: table name 509409472 1 not found, skipping.
2012-01-31 18:15:44,013 - hud DEBUG Received hand no 29
2012-01-31 18:15:44,013 - hud INFO HUD_main.read_stdin: Hand processing starting.
2012-01-31 18:15:44,013 - db INFO opp seats style A 0 10 hero seats style A 0 10
2012-01-31 18:15:44,029 - hud ERROR Error: self.window doesn't exist.
2012-01-31 18:15:44,030 - hud ERROR Error: self.window doesn't exist.
2012-01-31 18:15:44,032 - hud ERROR Error: self.window doesn't exist.
2012-01-31 18:15:44,032 - hud ERROR Error: self.window doesn't exist.
2012-01-31 18:15:44,033 - hud ERROR Error: self.window doesn't exist.
2012-01-31 18:15:44,035 - hud ERROR Can't find table 509409472 1
2012-01-31 18:15:44,035 - hud ERROR HUD create: table name 509409472 1 not found, skipping.

Any ideas or tips?

I want this to work cause i know i will love the software =)
ohh..and im using win7..
+1 here, window 7 user with v.30+git, cash game also not working on stars starting suddenly from today!
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
02-01-2012 , 01:26 PM
Quote:
Originally Posted by sorrow
Run as admin is a Windows function, not an FPDB one.
This does not apply. Mine is the only account. Any other ideas?

Many thanks.

Al Mirpuri
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
02-01-2012 , 01:59 PM
Yes, it does apply. Even the admin account doesn't run things as admin by default. Right-click->Run as Administrator.
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
02-02-2012 , 01:06 AM
Quote:
Originally Posted by riverofjustice
+1 here, window 7 user with v.30+git, cash game also not working on stars starting suddenly from today!
Bugger.

The files look like they are importing, so I may be able to fix this without actually starting the client.

What is the exact text in the title of the table window?

Sorrow
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
02-02-2012 , 01:48 AM
Quote:
Originally Posted by sorrow
Bugger.

The files look like they are importing, so I may be able to fix this without actually starting the client.

What is the exact text in the title of the table window?

Sorrow
KeyError: -1
2012-02-01 21:01:54,767 - hud DEBUG Received hand no 102045
2012-02-01 21:01:54,767 - hud INFO HUD_main.read_stdin: Hand processing starting.
2012-02-01 21:01:55,418 - db INFO opp seats style A 0 10 hero seats style A 0 10
2012-02-01 21:01:55,832 - hud DEBUG update_table_position:8,395
2012-02-01 21:01:55,842 - hud INFO Creating hud from hand 102045
2012-02-01 21:01:55,852 - hud ERROR Error updating HUD for hand 102045.
Traceback (most recent call last):
File "HUD_main.pyw", line 367, in idle_update
File "Hud.pyc", line 693, in update
KeyError: -1
2012-02-01 21:01:58,076 - hud DEBUG Received hand no 102046
2012-02-01 21:01:58,076 - hud INFO HUD_main.read_stdin: Hand processing starting.
2012-02-01 21:01:58,566 - db INFO opp seats style A 0 10 hero seats style A 0 10
2012-02-01 21:01:59,555 - hud DEBUG setting self.hud_params[h_seats_style] = A
2012-02-01 21:01:59,555 - hud DEBUG setting self.hud_params[seats_style] = A
2012-02-01 21:01:59,555 - hud DEBUG setting self.hud_params[h_hud_style] = S
2012-02-01 21:01:59,555 - hud DEBUG setting self.hud_params[hud_style] = A
2012-02-01 21:01:59,595 - hud INFO Creating hud from hand 102046
2012-02-01 21:01:59,884 - hud DEBUG update_table_position:34,372
2012-02-01 21:01:59,884 - hud DEBUG update_table_position:34,372
2012-02-01 21:01:59,964 - hud INFO Creating hud from hand 102046
2012-02-01 21:01:59,974 - hud ERROR Error creating HUD for hand 102046.
Traceback (most recent call last):
File "HUD_main.pyw", line 356, in idle_create
File "Hud.pyc", line 693, in update
KeyError: -1
2012-02-01 21:02:39,467 - hud DEBUG client_destroyed event
2012-02-01 21:02:39,467 - hud DEBUG kill_hud event
2012-02-01 21:03:41,918 - hud DEBUG client_resized event
2012-02-01 21:03:41,918 - hud DEBUG client_moved event
2012-02-01 21:03:41,918 - hud DEBUG up_update_table_position:10,393
2012-02-01 21:03:41,927 - hud ERROR Error resizing HUD for table: APL Division 1 - Blinds $10/$20 - Tournament 506562168 Table 18 - Logged In as antonnnn6.
Traceback (most recent call last):
File "HUD_main.pyw", line 319, in idle_resize
File "Mucked.pyc", line 391, in update_card_positions
IndexError: list index out of range
2012-02-01 21:03:54,842 - config INFO Reading configuration file C:\Users\antonio lo\AppData\Roaming\fpdb\HUD_config.xml
2012-02-01 21:03:55,424 - hud INFO HUD_main starting: Using db name = None
2012-02-01 21:03:55,424 - hud INFO Note: error output is being diverted to C:\Users\antonio lo\AppData\Roaming\fpdb\log\HUD-errors.txt.
2012-02-01 21:03:55,426 - hud INFO Any major error will be reported there _only_.
2012-02-01 21:03:55,427 - hud INFO HUD_main starting
2012-02-01 21:03:55,572 - db DEBUG Creating Database instance, sql = None
2012-02-01 21:03:56,665 - db INFO Connecting to SQLite: C:\Users\antonio lo\AppData\Roaming\fpdb\database\fpdb.db3
2012-02-01 21:11:29,944 - hud DEBUG Received hand no
2012-02-01 21:11:29,946 - hud INFO Quitting normally
2012-02-01 21:12:35,322 - config INFO Reading configuration file C:\Users\antonio lo\AppData\Roaming\fpdb\HUD_config.xml
2012-02-01 21:12:35,611 - hud INFO HUD_main starting: Using db name = None
2012-02-01 21:12:35,611 - hud INFO Note: error output is being diverted to C:\Users\antonio lo\AppData\Roaming\fpdb\log\HUD-errors.txt.
2012-02-01 21:12:35,612 - hud INFO Any major error will be reported there _only_.
2012-02-01 21:12:35,614 - hud INFO HUD_main starting
2012-02-01 21:12:35,635 - db DEBUG Creating Database instance, sql = None
2012-02-01 21:12:35,677 - db INFO Connecting to SQLite: C:\Users\antonio lo\AppData\Roaming\fpdb\database\fpdb.db3
2012-02-01 21:14:31,608 - hud DEBUG Received hand no 102050
2012-02-01 21:14:31,621 - hud INFO HUD_main.read_stdin: Hand processing starting.
2012-02-01 21:15:12,032 - db INFO opp seats style A 0 10 hero seats style A 0 10
2012-02-01 21:24:05,022 - config INFO Reading configuration file C:\Users\antonio lo\AppData\Roaming\fpdb\HUD_config.xml
2012-02-01 21:24:05,282 - hud INFO HUD_main starting: Using db name = None
2012-02-01 21:24:05,282 - hud INFO Note: error output is being diverted to C:\Users\antonio lo\AppData\Roaming\fpdb\log\HUD-errors.txt.
2012-02-01 21:24:05,282 - hud INFO Any major error will be reported there _only_.
2012-02-01 21:24:05,282 - hud INFO HUD_main starting
2012-02-01 21:24:05,381 - db DEBUG Creating Database instance, sql = None
2012-02-01 21:24:05,394 - db INFO Connecting to SQLite: C:\Users\antonio lo\AppData\Roaming\fpdb\database\fpdb.db3
2012-02-01 21:28:06,118 - hud DEBUG Received hand no
2012-02-01 21:28:06,119 - hud INFO Quitting normally
2012-02-01 21:28:30,529 - config INFO Reading configuration file C:\Users\antonio lo\AppData\Roaming\fpdb\HUD_config.xml
2012-02-01 21:28:30,806 - hud INFO HUD_main starting: Using db name = None
2012-02-01 21:28:30,806 - hud INFO Note: error output is being diverted to C:\Users\antonio lo\AppData\Roaming\fpdb\log\HUD-errors.txt.
2012-02-01 21:28:30,806 - hud INFO Any major error will be reported there _only_.
2012-02-01 21:28:30,809 - hud INFO HUD_main starting
2012-02-01 21:28:30,831 - db DEBUG Creating Database instance, sql = None
2012-02-01 21:28:30,869 - db INFO Connecting to SQLite: C:\Users\antonio lo\AppData\Roaming\fpdb\database\fpdb.db3
2012-02-01 21:29:12,269 - hud DEBUG Received hand no 102066
2012-02-01 21:29:12,269 - hud INFO HUD_main.read_stdin: Hand processing starting.
2012-02-01 21:29:47,586 - db INFO opp seats style A 0 10 hero seats style A 0 10
2012-02-01 21:29:48,835 - hud ERROR Error: self.window doesn't exist.
2012-02-01 21:29:48,854 - hud ERROR Error: self.window doesn't exist.
2012-02-01 21:29:48,855 - hud ERROR Error: self.window doesn't exist.
2012-02-01 21:29:48,858 - hud ERROR Error: self.window doesn't exist.
2012-02-01 21:29:48,858 - hud ERROR Error: self.window doesn't exist.
2012-02-01 21:29:48,858 - hud ERROR Can't find table 506562168 18
2012-02-01 21:29:48,858 - hud ERROR HUD create: table name 506562168 18 not found, skipping.
2012-02-01 21:29:48,859 - hud DEBUG Received hand no 102067
2012-02-01 21:29:48,859 - hud INFO HUD_main.read_stdin: Hand processing starting.
2012-02-01 21:29:49,407 - db INFO opp seats style A 0 10 hero seats style A 0 10
2012-02-01 21:29:50,112 - hud ERROR Error: self.window doesn't exist.
2012-02-01 21:29:50,114 - hud ERROR Error: self.window doesn't exist.
2012-02-01 21:29:50,115 - hud ERROR Error: self.window doesn't exist.
2012-02-01 21:29:50,121 - hud ERROR Error: self.window doesn't exist.
2012-02-01 21:29:50,122 - hud ERROR Error: self.window doesn't exist.
2012-02-01 21:29:50,124 - hud ERROR Can't find table 506562168 18
2012-02-01 21:29:50,124 - hud ERROR HUD create: table name 506562168 18 not found, skipping.
2012-02-01 21:29:50,124 - hud DEBUG Received hand no 102068
2012-02-01 21:29:50,124 - hud INFO HUD_main.read_stdin: Hand processing starting.
2012-02-01 21:29:50,622 - db INFO opp seats style A 0 10 hero seats style A 0 10
2012-02-01 21:29:51,934 - hud ERROR Error: self.window doesn't exist.
2012-02-01 21:29:51,936 - hud ERROR Error: self.window doesn't exist.
2012-02-01 21:29:51,937 - hud ERROR Error: self.window doesn't exist.
2012-02-01 21:29:51,938 - hud ERROR Error: self.window doesn't exist.
2012-02-01 21:29:51,940 - hud ERROR Error: self.window doesn't exist.


I deleted my existing database and hud works again! I am not sure the reason though, will reimport old history files and post result tonite
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
02-02-2012 , 09:50 AM
After today's PStars server restart my results are tracked wrong by FPDB, I had a winning mini-session yet fpdb had me as breaking even. The EV graph function was also clearly reading the hands wrong.

edit: Hah. Apparently stars fkd up, the hand histories show everyone as losing when the pot goes to showdown. )

Last edited by Ygkjh; 02-02-2012 at 10:12 AM.
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
02-02-2012 , 10:33 AM
Quote:
Originally Posted by riverofjustice
I deleted my existing database and hud works again! I am not sure the reason though, will reimport old history files and post result tonite
Keep me posted.

Quote:
Originally Posted by Ygkjh
After today's PStars server restart my results are tracked wrong by FPDB, I had a winning mini-session yet fpdb had me as breaking even. The EV graph function was also clearly reading the hands wrong.

edit: Hah. Apparently stars fkd up, the hand histories show everyone as losing when the pot goes to showdown. )
Could you send me one of the screwed up hh files please? Also, where did you get this info?
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
02-02-2012 , 10:35 AM
After reimport all hands, hud works fine but seems a little bit laggy.
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote

      
m