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

10-03-2011 , 01:07 PM
Hi all,

I have installed fpdb on a linux Gentoo with postgresSQL, following the manual, with this ebuild.

When I run it, I have the following error :
Code:
$ fpdb 
No handlers could be found for logger "config"
Traceback (most recent call last):
  File "/usr/share/games/fpdb/pyfpdb/Configuration.py", line 760, in __init__
    doc = xml.dom.minidom.parse(file)
  File "/usr/lib64/python2.7/site-packages/_xmlplus/dom/minidom.py", line 1915, in parse
    return expatbuilder.parse(file)
  File "/usr/lib64/python2.7/site-packages/_xmlplus/dom/expatbuilder.py", line 924, in parse
    fp = open(file, 'rb')
IOError: [Errno 2] No such file or directory: u'/home/alain/.fpdb/HUD_config.xml'
No handlers could be found for logger "config"
Traceback (most recent call last):
  File "/usr/share/games/fpdb/pyfpdb/Configuration.py", line 760, in __init__
    doc = xml.dom.minidom.parse(file)
  File "/usr/lib64/python2.7/site-packages/_xmlplus/dom/minidom.py", line 1915, in parse
    return expatbuilder.parse(file)
  File "/usr/lib64/python2.7/site-packages/_xmlplus/dom/expatbuilder.py", line 924, in parse
    fp = open(file, 'rb')
IOError: [Errno 2] No such file or directory: u'/home/alain/.fpdb/HUD_config.xml'
Traceback (most recent call last):
  File "fpdb.pyw", line 18, in <module>
    _ = L10n.init_translation()
  File "/usr/share/games/fpdb/pyfpdb/L10n.py", line 73, in init_translation
    if conf.general['ui_language'] in ("system", ""):
KeyError: 'ui_language'
My config file is alright versus postgres :
Code:
# grep -i postgres /usr/share/games/fpdb/pyfpdb/HUD_config.xml
        <database db_ip="localhost" db_server="postgresql" db_name="fpdb" db_user="fpdb" db_pass="fpdb"/>
I need help please
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
10-03-2011 , 07:02 PM
Quote:
Originally Posted by zeromoon
No such file or directory: u'/home/alain/.fpdb/HUD_config.xml'
this looks a likely problem.

Not totally sure where the software looks for the config on Gentoo, but please try copying the config into that location:

something like
cp /usr/share/games/fpdb/pyfpdb/HUD_config.xml /home/alain/.fpdb/HUD_config.xml

My guess is that the software will use the config in .fpdb so any further changes need to be made to that file.
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
10-06-2011 , 09:34 AM
Hi guys, i got a bit of a problem. Yesterday I downloaded the fpdb 0.25 and I could then start it. I couldn't import any hand history but that is a later problem. But today when i tried to start it the cmd comes up and then disappear after a few seconds and nothing else happens. I have searched to find the problem but nothing makes me wiser, can somebody help me?
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
10-06-2011 , 10:32 AM
NVM my last post, I solved it. But is it possible to use the FPDB on another site on the bossmedia network? And how do I change the settings so it gets right?

Last edited by Krysz1; 10-06-2011 at 10:54 AM.
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
10-06-2011 , 11:19 AM
Quote:
Originally Posted by Krysz1
NVM my last post, I solved it. But is it possible to use the FPDB on another site on the bossmedia network? And how do I change the settings so it gets right?
The Win2day parser will work for more than just that skin. In the latest snapshot Win2day has been renamed to Boss, and has had some additional work to support Opoker which had a slightly different hh format despite being from the same network.
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
10-06-2011 , 11:29 AM
Quote:
Originally Posted by sorrow
The Win2day parser will work for more than just that skin. In the latest snapshot Win2day has been renamed to Boss, and has had some additional work to support Opoker which had a slightly different hh format despite being from the same network.
Hm okej, but I cant get it to work. I Convert the hand history and then import it to FPDB, and it stands "import complete". Then when I try to see some statistic it doesn't show anything. I got it installed on windows xp and playing on the SvS skin on Boss. The HUD doesn't work either.
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
10-06-2011 , 11:40 AM
Quote:
Originally Posted by Krysz1
Hm okej, but I cant get it to work. I Convert the hand history and then import it to FPDB, and it stands "import complete". Then when I try to see some statistic it doesn't show anything. I got it installed on windows xp and playing on the SvS skin on Boss. The HUD doesn't work either.
I suspect Boss changed the hand history format recently.

Can you try yesterdays snapshot http://****************/projects/fpdb...pdb/Snapshots/

You'll need to delete your existing config file (%APPDATA%/fpdb/HUD_config.xml)

If that doesn't work, can you send me a sample file please - my email address is in post 4901
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
10-06-2011 , 11:59 AM
Quote:
Originally Posted by sorrow
I suspect Boss changed the hand history format recently.

Can you try yesterdays snapshot http://****************/projects/fpdb...pdb/Snapshots/

You'll need to delete your existing config file (%APPDATA%/fpdb/HUD_config.xml)

If that doesn't work, can you send me a sample file please - my email address is in post 4901
It didn't work so I sent a handhistory sample to your mail!
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
10-06-2011 , 12:29 PM
Quote:
Originally Posted by Krysz1
It didn't work so I sent a handhistory sample to your mail!
I haven't received anything yet - typo?
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
10-06-2011 , 12:45 PM
Thats odd, no typo. I have sent it again.
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
10-06-2011 , 02:04 PM
I also uploaded it if you still don't got the mail: http://data.fuskbugg.se/skalman02/6e...andhistory.rar
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
10-06-2011 , 05:20 PM
I finally got it to work with some few changes. As you sad has boss updated there hand history format so the converter doesn't work for boss in the FPDB. So I change the converter to "PartyPokerToFpdb" and downloaded the HHConverter that auto converts all the boss hands into partypoker hands, and then started the auto-import in FPDB. THen the program both imported all the hands and showed the HUD. Problem is that the bulk-import didn't work.
So the Boss network seem to work fine, at least on CG, but it needs to uppdate with the new HH-format. I have a sample on about 120 hands if you want to look at it. Its in Swedish currency but I hope that's not a problem.
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
10-07-2011 , 08:02 AM
There were a couple of issues for you.

- The latest snapshot didn't have the renamed Win2day converter included.
- This is the first time i've seen SEK as a currency.

I've fixed the second issue and the first issue will be resolved during the next build.

Thanks for your patience.
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
10-08-2011 , 07:58 PM
Hi,

Thanks for this free software. I tried to install it on Debian Linux but unfortunately I am having few issues:

1. When I select create/recreate tables nothing whatsoever happens!

2. When I try to autimport I get this message: (OK I need to get to sort out point 1 first)
Auto Import Ready.
Auto Import aborted.Global lock not available.

I am pretty sure the hand history directory is correct.

3. The application crashes all the time even when I am not doing anything.

I used the .deb package (python-fpdb_0.26-1_all.deb) and I did not install anything else with it. I have no databases installed on my laptop.

Thanks in advance!
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
10-10-2011 , 08:14 PM
Hi

First of all, thanks for a great initiative!

I am running on Windows 7, and i play on Pokerstars

I have not been able to find a solution to this problem on the forum (i haven't read the whole thread, obviously, I'm new), so if this issue has already been answered, please have me excused.

My problem is that no profit is shown for tournaments (Ring games are just fine).

Neither of the graphs show any profit, and the columns for ROI, ITM and the 1., 2., 3., shows 0.

The buy in columns shows the correct figure.

Any ideas on how to fix this?

Thanks
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
10-11-2011 , 02:13 AM
Quote:
Originally Posted by Tux97
Hi,

Thanks for this free software. I tried to install it on Debian Linux but unfortunately I am having few issues:

1. When I select create/recreate tables nothing whatsoever happens!
With an empty database, creating the tables should be very quick. I'd expect this.
Quote:
Originally Posted by Tux97
2. When I try to autimport I get this message: (OK I need to get to sort out point 1 first)
Auto Import Ready.
Auto Import aborted.Global lock not available.

I am pretty sure the hand history directory is correct.
Do you have another version of fpdb running in the background perhaps?

The global lock on linux ends up as /tmp/fpdb_global_lock****k - you can try deleting manually after you've closed fpdb
Quote:
Originally Posted by Tux97
3. The application crashes all the time even when I am not doing anything.

I used the .deb package (python-fpdb_0.26-1_all.deb) and I did not install anything else with it. I have no databases installed on my laptop.

Thanks in advance!
Are you able to run fpdb from the command line and see if the crash info appears in the terminal please?

Quote:
Originally Posted by shanks59
Hi

First of all, thanks for a great initiative!

I am running on Windows 7, and i play on Pokerstars

I have not been able to find a solution to this problem on the forum (i haven't read the whole thread, obviously, I'm new), so if this issue has already been answered, please have me excused.

My problem is that no profit is shown for tournaments (Ring games are just fine).

Neither of the graphs show any profit, and the columns for ROI, ITM and the 1., 2., 3., shows 0.

The buy in columns shows the correct figure.

Any ideas on how to fix this?

Thanks
I think all you need to do is import the results using Import->Tourament Results Import
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
10-11-2011 , 04:14 AM
Hello, I'm trying to use fpdb to do some post play review and
I have some questions about filters on "Ring Player Stats".

Isn't "Size of table" redundant since you can set that without the
filters' window using "Number of Players" in the main window?

"Players to VPI" refers to all the players on the table or only those involved in the hand?

Example:
"Bets to See Flop" Filter
If I'm getting right what this filter means and how it works,
why I can't set a value between 1 and 1 to see all hands with only a single bet (an open raise) pre flop?

--
To analize situations where HERO defends his BB against a single raiser,
I set those filters:

MW -> Main Window (Ring Players Stat tab)
FW -> Filters' Window

MW: "Show Positional Stats" checked
FW: Players at Flop between 2 and 2 (does that include hero?)
FW: "Bets to see Flop" between 1 and 2

Is that right? Any way to tune it with the last version?
--

Any chance to see filtering improved on next versions?

Thanks and sorry for my bad english.
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
10-11-2011 , 10:37 AM
Quote:
Originally Posted by shanks59
Hi

First of all, thanks for a great initiative!

I am running on Windows 7, and i play on Pokerstars

I have not been able to find a solution to this problem on the forum (i haven't read the whole thread, obviously, I'm new), so if this issue has already been answered, please have me excused.

My problem is that no profit is shown for tournaments (Ring games are just fine).

Neither of the graphs show any profit, and the columns for ROI, ITM and the 1., 2., 3., shows 0.

The buy in columns shows the correct figure.

Any ideas on how to fix this?

Thanks
Quote:
Originally Posted by sorrow
I think all you need to do is import the results using Import->Tourament Results Import
I have tried that, i have also tried different versions of the software. I can manually import previous tournaments, but no profit is shown. Could it be that i am playing mostly MTTs, with 18-90 players? So when i finish in the money I'm not necessarily in the top 3? I have also noticed that when i manually import HU tournaments, a profit is shown, but not with the auto import.

Thanks again
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
10-12-2011 , 12:12 PM
Quote:
Originally Posted by sorrow
With an empty database, creating the tables should be very quick. I'd expect this.

Do you have another version of fpdb running in the background perhaps?

The global lock on linux ends up as /tmp/fpdb_global_lock****k - you can try deleting manually after you've closed fpdb


Are you able to run fpdb from the command line and see if the crash info appears in the terminal please?
Thanks for your help. I have deleted the lock and was able to get fpdb to work again.

The problem with fpdb crashing seems to happen only when I try to minimize it to the task bar. Strange that it does not get reported in the error log though. Yes I have tried it from the command line as well and nothing happens - usually when an application crashes there are messages but not with this one!

I am now working to try and understand how I can modify the HUD as I was only able to see one number on each player and when I tried to modify the HUD settings (to 3 rows x 3 columns) and restart fpdb no numbers appeared at all. I am trying to get the same info as the screenshot on your site where you can see a number of stats on each player.
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
10-15-2011 , 10:17 PM
I know nothing about computers. I'm trying to download and install FPDB. I know nothing about computers -- except I figured out the OS is Windows7 32-bit whatever that means.

So, I download fpdb (0.25). I find it in "view downloads." I click on "run." It extracts stuff. Then nothing. There is nothing. Nowhere.

I downloaded postgresql-9 because I read somewhere in the fpdb site that I needed this.

There aren't any new icons on my computer screen and when I click on all programs, I see the postgresql thing but not the fpdb.

Should I just give up since I'm stupid? I know nothing about computers.
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
10-17-2011 , 10:19 AM
Quote:
Originally Posted by sajeffe
I know nothing about computers. I'm trying to download and install FPDB. I know nothing about computers -- except I figured out the OS is Windows7 32-bit whatever that means.

So, I download fpdb (0.25). I find it in "view downloads." I click on "run." It extracts stuff. Then nothing. There is nothing. Nowhere.
It is a self-extracting archive. When it is running, it will show you where you are extracting it to. It's probably the same directory where the exe file is, but in a folder called fpdb-0.25. In there, you will find a .bat file. Run it. If you still can't find it, search your hard drive for run_fpdb.bat. It doesn't appear to create a start menu icon or a desktop icon, so you'll need to create a shortcut to the bat file and put it on your desktop if you so desire.
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
10-17-2011 , 11:41 PM
Quote:
Originally Posted by Arsil
Hello, I'm trying to use fpdb to do some post play review and
I have some questions about filters on "Ring Player Stats".

Isn't "Size of table" redundant since you can set that without the
filters' window using "Number of Players" in the main window?
I'll say no here. A 10 max table plays differently with 6 players than a 6-max table does.
Quote:
Originally Posted by Arsil
"Players to VPI" refers to all the players on the table or only those involved in the hand?
Any player that voluntarily put money in the pot (ie. not antes or blinds)
Quote:
Originally Posted by Arsil
Example:
"Bets to See Flop" Filter
If I'm getting right what this filter means and how it works,
why I can't set a value between 1 and 1 to see all hands with only a single bet (an open raise) pre flop?

MW: "Show Positional Stats" checked
FW: Players at Flop between 2 and 2 (does that include hero?)
FW: "Bets to see Flop" between 1 and 2

Is that right? Any way to tune it with the last version?
--

Any chance to see filtering improved on next versions?

Thanks and sorry for my bad english.
I'm not sure about this Arsil. I've not played much at all with the positional stats side of things.

Quote:
Originally Posted by shanks59
I have tried that, i have also tried different versions of the software. I can manually import previous tournaments, but no profit is shown. Could it be that i am playing mostly MTTs, with 18-90 players? So when i finish in the money I'm not necessarily in the top 3? I have also noticed that when i manually import HU tournaments, a profit is shown, but not with the auto import.

Thanks again
Auto-import doesn't pull in the tournament results. They need to be imported manually.
Quote:
Originally Posted by Tux97
Thanks for your help. I have deleted the lock and was able to get fpdb to work again.

The problem with fpdb crashing seems to happen only when I try to minimize it to the task bar. Strange that it does not get reported in the error log though. Yes I have tried it from the command line as well and nothing happens - usually when an application crashes there are messages but not with this one!

I am now working to try and understand how I can modify the HUD as I was only able to see one number on each player and when I tried to modify the HUD settings (to 3 rows x 3 columns) and restart fpdb no numbers appeared at all. I am trying to get the same info as the screenshot on your site where you can see a number of stats on each player.
Not sure why the minimise is crashing - what window manager are you using?

Make sure you dont have any duplicate stats in the hud when you expand to 3x3
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
10-18-2011 , 03:44 PM
Is there a hand converter for blackchippoker? They are a merge skin, so I tried using carbon's converter, but only one player shows in the hud. Where is the code for the converters located? I doubt I can "figure it out", but I'll give it a shot.

Here is the xml

Code:
<description type="Holdem" stakes="No Limit ($0.02/$0.04)"/>
<game id="42090442-1083" starttime="20111018071925" numholecards="2" gametype="2" realmoney="true" data="20111018|Santiago (42090442)|42090442|42090442-1083|false">
	<players dealer="4">
		<player seat="0" nickname="xMujarox" balance="$2.82" dealtin="true" />
		<player seat="2" nickname="LuckyGranny" balance="$3.04" dealtin="true" />
		<player seat="3" nickname="lucksackmcdonktard" balance="$2.80" dealtin="false" />
		<player seat="4" nickname="widge777" balance="$16.71" dealtin="true" />
	</players>
	<round id="BLINDS" sequence="1">
		<event sequence="1" type="SMALL_BLIND" timestamp="1318940366938" player="0" amount="0.02"/>
		<event sequence="2" type="BIG_BLIND" timestamp="1318940367187" player="2" amount="0.04"/>
	</round>
	<round id="PREFLOP" sequence="2">
		<event sequence="3" type="FOLD" timestamp="1318940380141" player="4"/>
		<event sequence="4" type="FOLD" timestamp="1318940392438" player="0"/>
	</round>
	<round id="END_OF_FOLDED_GAME" sequence="3">
		<event sequence="5" type="MUCK" timestamp="1318940392778" player="2"/>
		<winner amount="0.06" uncalled="false" potnumber="1" player="2" pottype="n"/>
	</round>
	<round id="END_OF_GAME" sequence="4">
	</round>
</game>

<game id="42090442-1084" starttime="20111018071953" numholecards="2" gametype="2" realmoney="true" data="20111018|Santiago (42090442)|42090442|42090442-1084|false">
	<players dealer="0">
		<player seat="0" nickname="xMujarox" balance="$2.80" dealtin="true" />
		<player seat="2" nickname="LuckyGranny" balance="$3.06" dealtin="true" />
		<player seat="3" nickname="lucksackmcdonktard" balance="$2.80" dealtin="false" />
		<player seat="4" nickname="widge777" balance="$16.71" dealtin="true" />
	</players>
	<round id="BLINDS" sequence="1">
		<event sequence="1" type="SMALL_BLIND" timestamp="1318940394869" player="2" amount="0.02"/>
		<event sequence="2" type="BIG_BLIND" timestamp="1318940395301" player="4" amount="0.04"/>
	</round>
	<round id="PREFLOP" sequence="2">
		<event sequence="3" type="FOLD" timestamp="1318940408349" player="0"/>
		<event sequence="4" type="FOLD" timestamp="1318940411807" player="2"/>
	</round>
	<round id="END_OF_FOLDED_GAME" sequence="3">
		<event sequence="5" type="MUCK" timestamp="1318940412187" player="4"/>
		<winner amount="0.06" uncalled="false" potnumber="1" player="4" pottype="n"/>
	</round>
	<round id="END_OF_GAME" sequence="4">
	</round>
</game>

<game id="42090442-1085" starttime="20111018072012" numholecards="2" gametype="2" realmoney="true" data="20111018|Santiago (42090442)|42090442|42090442-1085|false">
	<players dealer="4">
		<player seat="2" nickname="LuckyGranny" balance="$3.04" dealtin="true" />
		<player seat="3" nickname="lucksackmcdonktard" balance="$2.80" dealtin="false" />
		<player seat="4" nickname="widge777" balance="$16.73" dealtin="true" />
	</players>
	<round id="BLINDS" sequence="1">
		<event sequence="1" type="SMALL_BLIND" timestamp="1318940414638" player="4" amount="0.02"/>
		<event sequence="2" type="BIG_BLIND" timestamp="1318940414887" player="2" amount="0.04"/>
	</round>
	<round id="PREFLOP" sequence="2">
		<event sequence="3" type="RAISE" timestamp="1318940419194" player="4" amount="0.12"/>
		<event sequence="4" type="CALL" timestamp="1318940422616" player="2" amount="0.08"/>
	</round>
	<round id="POSTFLOP" sequence="3">
		<event sequence="5" type="CHECK" timestamp="1318940423714" player="2"/>
		<event sequence="6" type="CHECK" timestamp="1318940425199" player="4"/>
		<cards type="COMMUNITY" cards="6h,Kh,2h"/>
	</round>
	<round id="POSTTURN" sequence="4">
		<event sequence="7" type="CHECK" timestamp="1318940429651" player="2"/>
		<event sequence="8" type="CHECK" timestamp="1318940431397" player="4"/>
		<cards type="COMMUNITY" cards="6h,Kh,2h,Ad"/>
	</round>
	<round id="POSTRIVER" sequence="5">
		<event sequence="9" type="CHECK" timestamp="1318940434824" player="2"/>
		<event sequence="10" type="LEAVE" timestamp="1318940437257" player="3"/>
		<cards type="COMMUNITY" cards="6h,Kh,2h,Ad,4h"/>
	</round>
</game>
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
10-18-2011 , 11:44 PM
Quote:
Originally Posted by ractar
Is there a hand converter for blackchippoker? They are a merge skin, so I tried using carbon's converter, but only one player shows in the hud. Where is the code for the converters located? I doubt I can "figure it out", but I'll give it a shot.

Here is the xml

Code:
<description type="Holdem" stakes="No Limit ($0.02/$0.04)"/>
<game id="42090442-1083" starttime="20111018071925" numholecards="2" gametype="2" realmoney="true" data="20111018|Santiago (42090442)|42090442|42090442-1083|false">
	<players dealer="4">
		<player seat="0" nickname="xMujarox" balance="$2.82" dealtin="true" />
		<player seat="2" nickname="LuckyGranny" balance="$3.04" dealtin="true" />
		<player seat="3" nickname="lucksackmcdonktard" balance="$2.80" dealtin="false" />
		<player seat="4" nickname="widge777" balance="$16.71" dealtin="true" />
	</players>
	<round id="BLINDS" sequence="1">
		<event sequence="1" type="SMALL_BLIND" timestamp="1318940366938" player="0" amount="0.02"/>
		<event sequence="2" type="BIG_BLIND" timestamp="1318940367187" player="2" amount="0.04"/>
	</round>
	<round id="PREFLOP" sequence="2">
		<event sequence="3" type="FOLD" timestamp="1318940380141" player="4"/>
		<event sequence="4" type="FOLD" timestamp="1318940392438" player="0"/>
	</round>
	<round id="END_OF_FOLDED_GAME" sequence="3">
		<event sequence="5" type="MUCK" timestamp="1318940392778" player="2"/>
		<winner amount="0.06" uncalled="false" potnumber="1" player="2" pottype="n"/>
	</round>
	<round id="END_OF_GAME" sequence="4">
	</round>
</game>

<game id="42090442-1084" starttime="20111018071953" numholecards="2" gametype="2" realmoney="true" data="20111018|Santiago (42090442)|42090442|42090442-1084|false">
	<players dealer="0">
		<player seat="0" nickname="xMujarox" balance="$2.80" dealtin="true" />
		<player seat="2" nickname="LuckyGranny" balance="$3.06" dealtin="true" />
		<player seat="3" nickname="lucksackmcdonktard" balance="$2.80" dealtin="false" />
		<player seat="4" nickname="widge777" balance="$16.71" dealtin="true" />
	</players>
	<round id="BLINDS" sequence="1">
		<event sequence="1" type="SMALL_BLIND" timestamp="1318940394869" player="2" amount="0.02"/>
		<event sequence="2" type="BIG_BLIND" timestamp="1318940395301" player="4" amount="0.04"/>
	</round>
	<round id="PREFLOP" sequence="2">
		<event sequence="3" type="FOLD" timestamp="1318940408349" player="0"/>
		<event sequence="4" type="FOLD" timestamp="1318940411807" player="2"/>
	</round>
	<round id="END_OF_FOLDED_GAME" sequence="3">
		<event sequence="5" type="MUCK" timestamp="1318940412187" player="4"/>
		<winner amount="0.06" uncalled="false" potnumber="1" player="4" pottype="n"/>
	</round>
	<round id="END_OF_GAME" sequence="4">
	</round>
</game>

<game id="42090442-1085" starttime="20111018072012" numholecards="2" gametype="2" realmoney="true" data="20111018|Santiago (42090442)|42090442|42090442-1085|false">
	<players dealer="4">
		<player seat="2" nickname="LuckyGranny" balance="$3.04" dealtin="true" />
		<player seat="3" nickname="lucksackmcdonktard" balance="$2.80" dealtin="false" />
		<player seat="4" nickname="widge777" balance="$16.73" dealtin="true" />
	</players>
	<round id="BLINDS" sequence="1">
		<event sequence="1" type="SMALL_BLIND" timestamp="1318940414638" player="4" amount="0.02"/>
		<event sequence="2" type="BIG_BLIND" timestamp="1318940414887" player="2" amount="0.04"/>
	</round>
	<round id="PREFLOP" sequence="2">
		<event sequence="3" type="RAISE" timestamp="1318940419194" player="4" amount="0.12"/>
		<event sequence="4" type="CALL" timestamp="1318940422616" player="2" amount="0.08"/>
	</round>
	<round id="POSTFLOP" sequence="3">
		<event sequence="5" type="CHECK" timestamp="1318940423714" player="2"/>
		<event sequence="6" type="CHECK" timestamp="1318940425199" player="4"/>
		<cards type="COMMUNITY" cards="6h,Kh,2h"/>
	</round>
	<round id="POSTTURN" sequence="4">
		<event sequence="7" type="CHECK" timestamp="1318940429651" player="2"/>
		<event sequence="8" type="CHECK" timestamp="1318940431397" player="4"/>
		<cards type="COMMUNITY" cards="6h,Kh,2h,Ad"/>
	</round>
	<round id="POSTRIVER" sequence="5">
		<event sequence="9" type="CHECK" timestamp="1318940434824" player="2"/>
		<event sequence="10" type="LEAVE" timestamp="1318940437257" player="3"/>
		<cards type="COMMUNITY" cards="6h,Kh,2h,Ad,4h"/>
	</round>
</game>
Which version are you using?

We had some problems with the last stable release on Carbon because the gametype is only specified at the top of the file. This (we believe) is resolved in the most recent snapshots.
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
10-19-2011 , 08:11 AM
Quote:
Originally Posted by sorrow
Which version are you using?

We had some problems with the last stable release on Carbon because the gametype is only specified at the top of the file. This (we believe) is resolved in the most recent snapshots.
0.25. I've downloaded the latest snapshot and will give it a try. Thanks!
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote

      
m