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

03-04-2013 , 04:59 AM
Quote:
Originally Posted by bYdaddo
Thanks for answering. How do I edit the config file? I tried but nothing worked, I just cannot type into it. (pc noob here)
Haven't tried it myself, but I guess a simple text editor like notepad should do.
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
03-04-2013 , 06:17 AM
Right click - Apri con - Blocco note
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
03-06-2013 , 10:39 AM
Thanks both. I feel ashamed I didn't come up with something so simple
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
03-08-2013 , 04:33 AM
Hi guys,

Just wondering where to put the hudprefix and hudsuffix in the HUD_config.xml file for NLH on pokerstars. Just want to be able to have VPIP, PFR labels etc before the stat.
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
03-08-2013 , 05:39 AM
Quote:
Originally Posted by birdayy
Hi guys,

Just wondering where to put the hudprefix and hudsuffix in the HUD_config.xml file for NLH on pokerstars. Just want to be able to have VPIP, PFR labels etc before the stat.
I posted an example just a few posts over yours.
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
03-08-2013 , 07:29 AM
Quote:
Originally Posted by Phoenix2104
I posted an example just a few posts over yours.
Hi Phoenix,

I saw your post but was wondering under what section I paste the code into?

Is it under
Code:
<supported_games>

<game aux="mucked" cols="3" db="fpdb" game_name="holdem" rows="5">

<stat click="tog_decorate" col="0" popup="default" row="0" stat_name="vpip" tip="tip1"/><stat click="tog_decorate" col="1" popup="default" row="0" stat_name="pfr" tip="tip1"/><stat click="tog_decorate" col="2" popup="default" row="0" stat_name="three_B" tip="tip1"/><stat click="tog_decorate" col="0" popup="default" row="1" stat_name="steal" tip="tip1"/><stat click="tog_decorate" col="1" popup="default" row="1" stat_name="f_steal" tip="tip1"/><stat click="tog_decorate" col="2" popup="default" row="1" stat_name="blank" tip="tip1"/><stat click="tog_decorate" col="0" popup="default" row="2" stat_name="cb1" tip="tip1"/><stat click="tog_decorate" col="1" popup="default" row="2" stat_name="cb2" tip="tip1"/><stat click="tog_decorate" col="2" popup="default" row="2" stat_name="cb3" tip="tip1"/><stat click="tog_decorate" col="0" popup="default" row="3" stat_name="f_cb1" tip="tip1"/><stat click="tog_decorate" col="1" popup="default" row="3" stat_name="f_cb2" tip="tip1"/><stat click="tog_decorate" col="2" popup="default" row="3" stat_name="f_cb3" tip="tip1"/><stat click="tog_decorate" col="0" popup="default" row="4" stat_name="playername" tip="tip1"/><stat click="tog_decorate" col="1" popup="default" row="4" stat_name="n" tip="tip1"/><stat click="tog_decorate" col="2" popup="default" row="4" stat_name="blank" tip="tip1"/></game>
?
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
03-09-2013 , 03:28 AM
Quote:
Originally Posted by birdayy
Hi Phoenix,

I saw your post but was wondering under what section I paste the code into?

Is it under
Code:
<supported_games>

<game aux="mucked" cols="3" db="fpdb" game_name="holdem" rows="5">

<stat click="tog_decorate" col="0" popup="default" row="0" stat_name="vpip" tip="tip1"/><stat click="tog_decorate" col="1" popup="default" row="0" stat_name="pfr" tip="tip1"/><stat click="tog_decorate" col="2" popup="default" row="0" stat_name="three_B" tip="tip1"/><stat click="tog_decorate" col="0" popup="default" row="1" stat_name="steal" tip="tip1"/><stat click="tog_decorate" col="1" popup="default" row="1" stat_name="f_steal" tip="tip1"/><stat click="tog_decorate" col="2" popup="default" row="1" stat_name="blank" tip="tip1"/><stat click="tog_decorate" col="0" popup="default" row="2" stat_name="cb1" tip="tip1"/><stat click="tog_decorate" col="1" popup="default" row="2" stat_name="cb2" tip="tip1"/><stat click="tog_decorate" col="2" popup="default" row="2" stat_name="cb3" tip="tip1"/><stat click="tog_decorate" col="0" popup="default" row="3" stat_name="f_cb1" tip="tip1"/><stat click="tog_decorate" col="1" popup="default" row="3" stat_name="f_cb2" tip="tip1"/><stat click="tog_decorate" col="2" popup="default" row="3" stat_name="f_cb3" tip="tip1"/><stat click="tog_decorate" col="0" popup="default" row="4" stat_name="playername" tip="tip1"/><stat click="tog_decorate" col="1" popup="default" row="4" stat_name="n" tip="tip1"/><stat click="tog_decorate" col="2" popup="default" row="4" stat_name="blank" tip="tip1"/></game>
?
Without being an expert on this, it seems to me that that's the section to make the changes you want.
You have to find first the parameter you want to change e.g. vpip, and then apply the changes you want to it, keeping the rest of the code intact.
Good luck.
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
03-09-2013 , 06:05 AM
Just another bump, I am still no further forward, and IRC channel is not busy.

Quote:
Originally Posted by Wakou
Hi guys, trying to install from GIT. I have encountered a number of problems.
I am using opensuse 12.2 with KDE 4.10.
Firstly, pypoker-eval is very old and will only compile against python version 2.2 - 2.6. opensuse has 2.7.3 installed by default. Is there any kindly python guru who can update it? I don't know how to, nor do I know how to install multiple parallel versions, and even if I could, I don't know where to find all the dependencies and devel packages for python 2.6 or lower.....

Secondly, Merge hands do not import, neither in bulk import, nor during auto-import...

PokerStars hands DO bulk import... but

No HUD ever shows up anywhere!

Here is the failure of pypoker-eval to compile:
http://paste.opensuse.org/42442694

Here is output from terminal showing failure to import, and errors with wnckWindowState
http://paste.opensuse.org/267994



Here is a screen of fpdb 'trying' to bulk import from Merge (Carbon) It just sticks here, the progress indicator running back and forth, but nothing happens

http://wstaw.org/m/2013/02/16/plasma-desktopuP3279.png
-
here is fpdb-errors.txt: http://paste.opensuse.org/96458343

Here is some of fpdb-log.txt http://paste.opensuse.org/85002565

HUD-errors.txt contains this:
Traceback (most recent call last):
File "/home/stephen/bin/fpdbgitrepo/fpdb/pyfpdb/HUD_main.pyw", line 490, in <module>
gtk.main()
KeyboardInterrup

Here is HUD-log.txt: http://paste.opensuse.org/22909153

Any advice welcome, here or on irc, I am wakou2 there Thank you!
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
03-09-2013 , 03:28 PM
Sorry if this has been asked already, but I'm having trouble navigating / understanding some of the posts itt.

I'm trying to bulk import from both Stars and FTP, about 60k hands between the two. Neither seems to be working. When I did it for stars, the "importing" bar flashed back and forth for ~17 hours before I gave up. For FTP it looked more promising (pop up box for import, etc., but it ended up freezing and after 40 minutes I had to kill the program via task manager.

Are these files to big to process? Do I need to work out how to feed them in more gradually or something?

Thanks!
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
03-09-2013 , 03:55 PM
Quote:
Originally Posted by JDalla
Sorry if this has been asked already, but I'm having trouble navigating / understanding some of the posts itt.

I'm trying to bulk import from both Stars and FTP, about 60k hands between the two. Neither seems to be working. When I did it for stars, the "importing" bar flashed back and forth for ~17 hours before I gave up. For FTP it looked more promising (pop up box for import, etc., but it ended up freezing and after 40 minutes I had to kill the program via task manager.

Are these files to big to process? Do I need to work out how to feed them in more gradually or something?

Thanks!
update: restarted the computer and tried the FTP hands again. The same thing happened, but it may be of note that the import popup window both times has read "number of hands: 1819." Then if freezes. The actual number of hands is like 25k.
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
03-10-2013 , 04:04 AM
Quote:
Originally Posted by JDalla
Sorry if this has been asked already, but I'm having trouble navigating / understanding some of the posts itt.

I'm trying to bulk import from both Stars and FTP, about 60k hands between the two. Neither seems to be working. When I did it for stars, the "importing" bar flashed back and forth for ~17 hours before I gave up. For FTP it looked more promising (pop up box for import, etc., but it ended up freezing and after 40 minutes I had to kill the program via task manager.

Are these files to big to process? Do I need to work out how to feed them in more gradually or something?

Thanks!
I just followed the instructions in the wiki and it worked immediately. I can only advise you to recheck the instructions in case you've missed something.
Good luck.
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
03-11-2013 , 06:26 PM
I tried to start over with the wiki and things have gotten worse.

Basically, the program stopped opening so I deleted and reinstalled it. (Couldn't find the config files anywhere though, so not sure if they are lingering around somewhere.)

Now the program still refuses to open. The black box comes up and the program flashes for an instant and then nothing. This is a new install and I restarted my computer.



Opened fpdb.exe and got this message:

Quote:
Traceback (most recent call last):
File "fpdb.pyw", line 1362, in <module>
File "fpdb.pyw", line 1214, in __init__
File "fpdb.pyw", line 930, in load_profile
File "Database.pyc", line 332, in __init__
File "Database.pyc", line 414, in do_connect
File "Database.pyc", line 546, in connect
File "Database.pyc", line 566, in check_version
File "Database.pyc", line 1228, in recreate_tables
File "Database.pyc", line 1238, in create_tables
sqlite3.DatabaseError: database disk image is malformed

help please! thanks
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
03-12-2013 , 08:31 AM
Great Software (testing .39)...easy to set up...very intuitive to configure...many thanks....can't wait for the pokerstove implementation...it would be nice if this feature auto-defined the villains range based on their VPIP as an option (though range definition using a graphical interface are more the norm, such an option might make it faster...just pick a player from a drop down and put your hand and flop in to get your odds against villain's range)...wish I could program better, I'd love to contribute ;-)

-CS
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
03-12-2013 , 12:12 PM
Quote:
Originally Posted by JDalla
I tried to start over with the wiki and things have gotten worse.

Basically, the program stopped opening so I deleted and reinstalled it. (Couldn't find the config files anywhere though, so not sure if they are lingering around somewhere.)

Now the program still refuses to open. The black box comes up and the program flashes for an instant and then nothing. This is a new install and I restarted my computer.



Opened fpdb.exe and got this message:




help please! thanks
Hi, you can find your database here: C:\Users\[username]\AppData\Roaming\fpdb\database. Go ahead and delete it and restart fpdb. It sounds like there's a fatal error in one of your files. If you zip and send them to support@pokeit.co i'll take a look to see what's wrong.
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
03-12-2013 , 03:57 PM
Quote:
Originally Posted by ChazDazzle
Hi, you can find your database here: C:\Users\[username]\AppData\Roaming\fpdb\database. Go ahead and delete it and restart fpdb. It sounds like there's a fatal error in one of your files. If you zip and send them to support@pokeit.co i'll take a look to see what's wrong.
Thanks, have actually made some progress now and imported half my stars and all my FTP. However the other large Stars file must have an error of some sort, I will forward it to you now.

Much appreciated.
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
03-13-2013 , 12:45 AM
Hello Guys!
I just made my 2+2 account. I ve started playing on FTP and am using FPDB as an aid.
The software works just fine for most of the part. But I have this issue I am not able to resolve!

Since I started using fpdb I was mostly playing 2nl and 5nl. and whatever I was using was working fine namely hud, session stats, positional stats and ring player stats.
Then there were few 10nl games. Playing this I noticed that the session stats werent showing my 10nl games. Although the hud was working just fine. then I tried checking Ring player stats and positional stats both didnt have any hands from my 10nl games. But whenever I play 2nl or 5nl, my hands get updated. I dont know whats wrong. help me resolve this! My Session stats have the following tick boxes:
5pl 2pl 5nl 2nl 5fl 10cn 5cn 2cn all none fl nl pl cap

Guys help me out!

Thanks

Last edited by brabbit337; 03-13-2013 at 12:46 AM. Reason: forgot a detail!
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
03-13-2013 , 03:47 AM
Quote:
Originally Posted by brabbit337
Hello Guys!
I just made my 2+2 account. I ve started playing on FTP and am using FPDB as an aid.
The software works just fine for most of the part. But I have this issue I am not able to resolve!

Since I started using fpdb I was mostly playing 2nl and 5nl. and whatever I was using was working fine namely hud, session stats, positional stats and ring player stats.
Then there were few 10nl games. Playing this I noticed that the session stats werent showing my 10nl games. Although the hud was working just fine. then I tried checking Ring player stats and positional stats both didnt have any hands from my 10nl games. But whenever I play 2nl or 5nl, my hands get updated. I dont know whats wrong. help me resolve this! My Session stats have the following tick boxes:
5pl 2pl 5nl 2nl 5fl 10cn 5cn 2cn all none fl nl pl cap

Guys help me out!

Thanks
I see there is a box ticked for 10cn, that's 10nl capped (I believe). Perhaps you were playing at capped tables at 10nl?
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
03-13-2013 , 08:15 AM
Yes I was! Does it make a difference?
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
03-14-2013 , 05:56 AM
Quote:
Originally Posted by brabbit337
Yes I was! Does it make a difference?
It doesn't show capped games for me also. Probably it isn't showing your capped games from other stakes either, you just couldn't notice because there where other tables' results there.
I don't know why this happens, it's probably a bug.
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
03-14-2013 , 09:44 PM
IS there any chance odf suporting the new PL and NL Irish Holdem on FT ?

It's a great game.
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
03-14-2013 , 11:48 PM
Quote:
Originally Posted by dwayman
IS there any chance odf suporting the new PL and NL Irish Holdem on FT ?

It's a great game.
Yes. FTP Five Card Stud in the works too
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
03-17-2013 , 11:26 AM
Hello ! (sorry for my english !)

Thank you for this great software.

I haved test fpdb 30.9.5 on linux debian for the poker room "Winamax"

There is my history file and my log files here : http://guillaumepelle.perso.sfr.fr/p...pelle_data.zip

If you need any information, you can send me a message, I can do other tests.

There is all bugs and remarks :

1) HUD doesn't work for SNGs 3 and 5 handed.

ERROR No layout found for 5-max tour games for site Winamax.
ERROR No layout found for 3-max tour games for site Winamax.

2) In "Tourney stats" at the same line there is stats about a SNG No Limit Hold'hem and a SNG Pot Limit Omaha, instead of one ligne for each one.

For example, Deglingos HU no limit (20130224_Deglingos Heads-Up(40398329)_real_holdem_no-limit_summary.txt) and Deglingos HU omaha (20130306_Deglingos Heads-Up(41093186)_real_omaha_pot-limit_summary.txt) : the only difference in the summary file is in the "Levels" : "[10-20:0:180maha-pot-limit,15-30:0:180maha-pot-limit, (...)" and "[10-20:0:180:holdem-no-limit,15-30:0:180:holdem-no-limit, (...)".

It's the same problem for DON No Limit (20130306_Double or Nothing(41125737)_real_holdem_no-limit_summary.txt) and DON Omaha (20130306_Double or Nothing(41127679)_real_omaha_pot-limit_summary.txt).

3) In "Tourney stats", at the same line there is stats about a SNG HU No Limit Hold'hem and a SNG HU DoubleShootout No Limit Hold'hem, instead of one ligne for each one.

For example, HU no limit holdem (), and HU DoubleShootout no limit holdem : there is a difference in summary file at the line "Registered players : 2" and "Registered players : 4". So why they are one the same line ?

4) "Deglingos Qualif. 2€" and "Deglingos !" are at the same line in "Tourney stats", but thet doesn't have the same prizepool structure.
The only difference in the summary file is at the first line.
20130310_Deglingos !(41409774)_real_holdem_no-limit_summary.txt : first line in summary : Winamax Poker - Tournament summary : Deglingos !(41409774)
20130308_Deglingos Qualif. 2€(41253316)_real_holdem_no-limit_summary.txt : first line in summary file : Winamax Poker - Tournament summary : Deglingos Qualif. 2€(41253316)

5) "Qualificatif 2€" and a SNG classic 10-handed are at the same line in "Tourney stats", but thet doesn't have the same prizepool structure.
The only difference in the summary file is at the 6th line.
Mode : sngType : sitngo
Mode : sngType : qualifier

6) cash games no limit holdem 5 handed : hud doesn't work

2013-03-09 20:14:34,726 - hud ERROR No layout found for 5-max ring games for site Winamax.

2013-03-09 20:14:34,728 - db INFO Se connecte à SQLite: /home/guillaume/.fpdb/database/fpdb.db3
2013-03-09 20:14:34,764 - hud INFO Creating hud from hand 1387
2013-03-09 20:36:32,152 - hud DEBUG client_destroyed event
2013-03-09 20:36:32,152 - hud DEBUG kill_hud event


2013-03-09 20:36:26,826 - parser WARNING No small blinds found.(<type 'exceptions.AttributeError'>, AttributeError("'NoneType' object has no attribute 'group'",), <traceback object at 0xbaf4194>)
2013-03-09 20:36:26,832 - parser ERROR Hand.addRaiseBy: '10361362858674' unknown player: 'gpelle'
2013-03-09 20:36:26,837 - parser ERROR FpdbParseError for file '/home/guillaume/Documents/Winamax Poker/accounts/gpelle/history/20130309_Houston 14_real_holdem_no-limit.txt'
2013-03-09 20:36:26,837 - parser INFO Lecture de 1 de mains (1 d'échecs) en 0.028 secondes

7) cash games no limit holdem hud hu

parser : ERROR Hand.addFold: '20351362864373' unknown player: 'madmike30129'
parser : ERROR FpdbParseError for file '/home/guillaume/Documents/Winamax Poker/accounts/gpelle/history/20130309_Sydney_real_holdem_no-limit.txt'
DEBUG: _import_summary_file.ttime: 0.022 hh

Hud work well but there is one ERROR

8) cash games no limit holdem 3-handed : hud doesn't work

2013-03-09 22:17:49,111 - hud ERROR No layout found for 3-max ring games for site Winamax.

2013-03-09 22:19:39,237 - parser INFO Lecture de 1 de mains (1 d'échecs) en 0.015 secondes
2013-03-09 22:20:09,296 - importer INFO Conversion /home/guillaume/Documents/Winamax Poker/accounts/gpelle/history/20130309_Cancun 04_real_holdem_no-limit.txt
2013-03-09 22:20:09,296 - parser INFO HandHistory init - Winamax site, WinamaxToFpdb.Winamax subclass, in_path 'u'/home/guillaume/Documents/Winamax Poker/accounts/gpelle/history/20130309_Cancun 04_real_holdem_no-limit.txt''; out_path ''-''
2013-03-09 22:20:09,297 - parser INFO Parsing 1 hands
2013-03-09 22:20:09,301 - parser WARNING No small blinds found.(<type 'exceptions.AttributeError'>, AttributeError("'NoneType' object has no attribute 'group'",), <traceback object at 0xbf9eacc>)
2013-03-09 22:20:09,306 - parser ERROR Hand.addRaiseBy: '14481362864925' unknown player: 'gpelle'
2013-03-09 22:20:09,306 - parser ERROR FpdbParseError for file '/home/guillaume/Documents/Winamax Poker/accounts/gpelle/history/20130309_Cancun 04_real_holdem_no-limit.txt'

9) cash games no limit holdem 9-handed : hud doesn't work

2013-03-11 11:47:04,333 - parser WARNING No small blinds found.(<type 'exceptions.AttributeError'>, AttributeError("'NoneType' object has no attribute 'group'",), <traceback object at 0xae8dd74>)
2013-03-11 11:47:04,337 - parser ERROR Hand.addFold: '1811362999188' unknown player: 'nectar62'
2013-03-11 11:47:04,338 - parser ERROR FpdbParseError for file '/home/guillaume/Documents/Winamax Poker/accounts/gpelle/history/20130311_Frankfurt 04_real_holdem_no-limit.txt'

10) cash game hu omaha : hud doesn't work


2013-03-11 12:17:02,510 - parser WARNING No small blinds found.(<type 'exceptions.AttributeError'>, AttributeError("'NoneType' object has no attribute 'group'",), <traceback object at 0xa5cc324>)
2013-03-11 12:17:02,514 - parser ERROR Hand.addCall: '4251363001592' unknown player: 'gpelle'
2013-03-11 12:17:02,514 - parser ERROR FpdbParseError for file '/home/guillaume/Documents/Winamax Poker/accounts/gpelle/history/20130311_Hà Noi_real_omaha_pot-limit.txt'

2013-03-11 12:17:22,692 - parser INFO Winamax.getTableTitleRe: returns: 'Hà Noi /'
2013-03-11 12:17:22,692 - hud WARNING Aucune correspondance dans XTables pour la table 'Hà Noi /'.
2013-03-11 12:17:22,692 - hud WARNING Aucune correspondance dans XTables pour la table 'Hà Noi /'.
2013-03-11 12:17:22,701 - hud WARNING Aucune correspondance dans XTables pour la table 'Hà Noi /'.
2013-03-11 12:17:22,701 - hud WARNING Aucune correspondance dans XTables pour la table 'Hà Noi /'.
2013-03-11 12:17:22,701 - hud WARNING Aucune correspondance dans XTables pour la table 'Hà Noi /'.
2013-03-11 12:17:22,701 - hud ERROR Table Hà Noi non trouvée
2013-03-11 12:17:22,701 - hud ERROR creation HUD : nom de la table Hà Noi introuvable, ignoré.

11) cash game 5-handed omaha : hud doesn't work

FPDB-ERRORS
File "/home/guillaume/fpdb-0.39.5/pyfpdb/GuiAutoImport.py", line 186, in do_import
self.importer.runUpdated()
File "/home/guillaume/fpdb-0.39.5/pyfpdb/Importer.py", line 362, in runUpdated
(stored, duplicates, partial, errors, ttime) = self._import_despatch(self.filelist[f])
File "/home/guillaume/fpdb-0.39.5/pyfpdb/Importer.py", line 301, in _import_despatch
(stored, duplicates, partial, errors, ttime) = self._import_hh_file(fpdbfile)
File "/home/guillaume/fpdb-0.39.5/pyfpdb/Importer.py", line 415, in _import_hh_file
,sitename = fpdbfile.site.name)
File "/home/guillaume/fpdb-0.39.5/pyfpdb/HandHistoryConverter.py", line 110, in __init__
self.start()
File "/home/guillaume/fpdb-0.39.5/pyfpdb/HandHistoryConverter.py", line 139, in start
self.processedHands.append(self.processHand(handTe xt))
File "/home/guillaume/fpdb-0.39.5/pyfpdb/HandHistoryConverter.py", line 220, in processHand
hand = Hand.HoldemOmahaHand(self.config, self, self.sitename, gametype, handText)
File "/home/guillaume/fpdb-0.39.5/pyfpdb/Hand.py", line 1026, in __init__
hhc.readPlayerStacks(self)
File "/home/guillaume/fpdb-0.39.5/pyfpdb/WinamaxToFpdb.py", line 332, in readPlayerStacks
seat, stack = plist[b]
KeyError: u'B.k'


2013-03-11 12:25:39,365 - parser WARNING No small blinds found.(<type 'exceptions.AttributeError'>, AttributeError("'NoneType' object has no attribute 'group'",), <traceback object at 0xa9eb11c>)
2013-03-11 12:25:39,371 - parser ERROR Hand.addCall: '1571363001898' unknown player: 'Avellinese91'
2013-03-11 12:25:39,371 - parser ERROR FpdbParseError for file '/home/guillaume/Documents/Winamax Poker/accounts/gpelle/history/20130311_Casablanca 05_real_omaha_pot-limit.txt'

12) cash game 5-handed omaha : hud doesn't work


2013-03-11 12:42:00,460 - parser INFO Lecture de 1 de mains (1 d'échecs) en 0.039 secondes
2013-03-11 12:43:00,539 - importer INFO Conversion /home/guillaume/Documents/Winamax Poker/accounts/gpelle/history/20130311_Buenos Aires 03_real_omaha_pot-limit.txt
2013-03-11 12:43:00,540 - parser INFO HandHistory init - Winamax site, WinamaxToFpdb.Winamax subclass, in_path 'u'/home/guillaume/Documents/Winamax Poker/accounts/gpelle/history/20130311_Buenos Aires 03_real_omaha_pot-limit.txt''; out_path ''-''
2013-03-11 12:43:00,562 - parser INFO Parsing 1 hands
2013-03-11 12:43:00,590 - parser WARNING No small blinds found.(<type 'exceptions.AttributeError'>, AttributeError("'NoneType' object has no attribute 'group'",), <traceback object at 0xb068aa4>)
2013-03-11 12:43:00,599 - parser ERROR Hand.addCall: '4321518921363003111' unknown player: 'gpelle'
2013-03-11 12:43:00,599 - parser ERROR FpdbParseError for file '/home/guillaume/Documents/Winamax Poker/accounts/gpelle/history/20130311_Buenos Aires 03_real_omaha_pot-limit.txt'

13) Bulk import stop and never stop : I ahve to close fpdb : doesn't work (maybe beaucause of cash games see up)

14) "Tourney graph doesn't work" : no data for player(s) found ( I don't understand why !) work well in previous version 0.30x

Thank you again !
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
03-23-2013 , 07:55 AM
Thought I would post my hud config for 6max.

VPIP (<15 is green >35 is red) PFR (<9 is green >30 is red) 3B
Steal fSteal
Cbet Flop Turn River
fCbet Flop Turn River
Name Hands



Goes under <supported_games> (holdem)

Code:
<game aux="mucked" cols="3" db="fpdb" game_name="holdem" rows="5">
            
			<stat click="tog_decorate" col="0" hudcolor="#FFFFFF" hudprefix="V:" hudsuffix="" stat_hicolor="#F05000" stat_hith="35" stat_locolor="#408000" stat_loth="15" popup="default" row="0" stat_name="vpip" tip="tip1"/>
			<stat click="tog_decorate" col="1" hudcolor="#FFFFFF" hudprefix="P:" hudsuffix="" stat_hicolor="#F05000" stat_hith="30" stat_locolor="#408000" stat_loth="9" popup="default" row="0" stat_name="pfr" tip="tip1"/>
			<stat click="tog_decorate" col="2" hudcolor="#FFFFFF" hudprefix="3B:" hudsuffix="" popup="default" row="0" stat_name="three_B" tip="tip1"/>
			<stat click="tog_decorate" col="0" hudcolor="#FFFFFF" hudprefix="ST: " hudsuffix="" popup="default" row="1" stat_name="steal" tip="tip1"/>
			<stat click="tog_decorate" col="1" hudcolor="#FFFFFF" hudprefix="" hudsuffix="" popup="default" row="1" stat_name="f_steal" tip="tip1"/>
			<stat click="tog_decorate" col="2" hudcolor="#FFFFFF" hudprefix="" hudsuffix="" popup="default" row="1" stat_name="blank" tip="tip1"/>
			<stat click="tog_decorate" col="0" hudcolor="#FFFFFF" hudprefix="Bet: " hudsuffix="" popup="default" row="2" stat_name="cb1" tip="tip1"/>
			<stat click="tog_decorate" col="1" hudcolor="#FFFFFF" hudprefix="" hudsuffix="" popup="default" row="2" stat_name="cb2" tip="tip1"/>
			<stat click="tog_decorate" col="2" hudcolor="#FFFFFF" hudprefix="" hudsuffix="" popup="default" row="2" stat_name="cb3" tip="tip1"/>
			<stat click="tog_decorate" col="0" hudcolor="#FFFFFF" hudprefix="Fld: " hudsuffix="" popup="default" row="3" stat_name="f_cb1" tip="tip1"/>
			<stat click="tog_decorate" col="1" hudcolor="#FFFFFF" hudprefix="" hudsuffix="" popup="default" row="3" stat_name="f_cb2" tip="tip1"/>
			<stat click="tog_decorate" col="2" hudcolor="#FFFFFF" hudprefix="" hudsuffix="" popup="default" row="3" stat_name="f_cb3" tip="tip1"/>
			<stat click="tog_decorate" col="0" hudcolor="#ADD8E6" hudprefix="" hudsuffix="" popup="default" row="4" stat_name="playername" tip="tip1"/>
			<stat click="tog_decorate" col="1" hudcolor="#E6A9EC" hudprefix="H: " hudsuffix="" popup="default" row="4" stat_name="n" tip="tip1"/>
			<stat click="tog_decorate" col="2" hudcolor="#ADD8E6" hudprefix="" hudsuffix="" popup="default" row="4" stat_name="blank" tip="tip1"/></game>
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
03-25-2013 , 06:01 PM
I'm going to be a pain and ask if someone can point me to the post with the latest version of this for Macs...I'm not whizz and would rather not read 415 pages.
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
03-25-2013 , 07:43 PM
Quote:
Originally Posted by Judice555
I'm going to be a pain and ask if someone can point me to the post with the latest version of this for Macs...I'm not whizz and would rather not read 415 pages.
I'll save you the trouble - there is no Mac version that isn't a pain to set up. Sorry.
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote

      
m