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

09-28-2023 , 03:51 PM
hello gentilw,

I think you have not the last version, i fixed some bug on wina last week ...download it again

I have played some PLO5 card without problem (just detected a problem in detection of table if there no number ... i ll to fix this we)
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
10-02-2023 , 02:56 PM
Downloaded the newest version and it works! Thanks!
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
10-03-2023 , 05:06 AM
Does it support ignition? I know that its not listed, but I saw Bovado listed in the supported sites, and every card catcher seems to group Bovado and Ignition together.

Cool project; I'm surprised there isn't more opensource poker tracking software suites. DriveHUD, PT4, & HM basically run the scene 😊
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
10-04-2023 , 05:54 AM
hello btw alds,

Quote:
Cool project; I'm surprised there isn't more opensource poker tracking software suites.
Tx for your feedback ...hope some people will join me to work on this convertion of original project one day

I don't know if it works, because I don't have access to these rooms, but there is indeed a hand parser for these rooms

you should try:

there are two aspects to take into account:
can we import out-of-play hands? (bulk import)
then does the import into the game and the detection of the table and the HUD display work?


Voilà! and and don't hesitate to give me feedbacks and/or share hands with me privately which do not import into FPDB
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
10-08-2023 , 12:19 PM
hello all,

first alpha for those who want to test on windows

https://github.com/jejellyroll-fr/fp...g/v3.0.0-alpha

don't hesitate to make feedbacks
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
10-16-2023 , 08:43 AM
Hi everyone,

I have WIN10 and I downloaded fpdb-win-0.41.0-rc8

The hands' importation worked but the HUD didn't work.

How can I fix it?

Thanks.
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
10-17-2023 , 03:48 AM
hello Airkeukeu

you're talking about Phil Roberts' version...I doubt it works ... the last update was in 2018

use my version
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
04-06-2024 , 05:35 AM
Quote:
Originally Posted by jejellyroll
hello Airkeukeu

you're talking about Phil Roberts' version...I doubt it works ... the last update was in 2018

use my version
Could you help? I tried to run your version and i get the following error.

Traceback (most recent call last):
File "Configuration.py", line 279, in set_logfile
logging.config.fileConfig(conf_file, {"logFile":log_file})
File "logging\config.py", line 71, in fileConfig
File "logging\config.py", line 104, in _create_formatters
File "configparser.py", line 978, in __getitem__
KeyError: 'formatters'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File "fpdb.pyw", line 78, in <module>
File "<frozen importlib._bootstrap>", line 1178, in _find_and_load
File "<frozen importlib._bootstrap>", line 1149, in _find_and_load_unlocked
File "<frozen importlib._bootstrap>", line 690, in _load_unlocked
File "PyInstaller\loader\pyimod02_importers.py", line 352, in exec_module
File "GuiSessionViewer.py", line 64, in <module>
import GuiHandViewer
File "<frozen importlib._bootstrap>", line 1178, in _find_and_load
File "<frozen importlib._bootstrap>", line 1149, in _find_and_load_unlocked
File "<frozen importlib._bootstrap>", line 690, in _load_unlocked
File "PyInstaller\loader\pyimod02_importers.py", line 352, in exec_module
File "GuiHandViewer.py", line 28, in <module>
import Hand
File "<frozen importlib._bootstrap>", line 1178, in _find_and_load
File "<frozen importlib._bootstrap>", line 1149, in _find_and_load_unlocked
File "<frozen importlib._bootstrap>", line 690, in _load_unlocked
File "PyInstaller\loader\pyimod02_importers.py", line 352, in exec_module
File "Hand.py", line 42, in <module>
Configuration.set_logfile("fpdb-log.txt")
File "Configuration.py", line 281, in set_logfile
sys.stderr.write(f"Could not setup log file {file_name}")
^^^^^^^^^^^^^^^^
AttributeError: 'NoneType' object has no attribute 'write'
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
04-28-2024 , 12:54 PM
hello,

can you give more context?

os? windows, linux or macos
execute from sources or from executable?
did you follow instructions:
first alpha version

install:
FPDB is a poker tools - HUD - Replayer installment bugs -> copy logging.conf,HUD_config.xml ... on C:\Users\your_user_name\AppData\Roaming\fpdb

not included fpdb web

Last edited by jejellyroll; 04-28-2024 at 12:57 PM. Reason: fault
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
04-28-2024 , 01:26 PM
hello all,

I'd like to take this opportunity to give you some news about the project and the libraries I'm using:
- poker-eval library: tech: restructured the project, added CI/CD, redesigned the build with cmake, poker: added a short deck, and the ShortDeck NL game)
- binding c/python pypokereval: tech: restructured project, added CI/CD, reworked build with cmake
-FPDB3: project restructuring, some bugs fixed, add new ui with pyside6(WIP), poker: web interface and webreplayer

plus other projects in parallel: Rust rewrite of the poker-eval lib

Last edited by jejellyroll; 04-28-2024 at 01:26 PM. Reason: fault
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
05-09-2024 , 12:11 AM
Quote:
Originally Posted by jejellyroll
hello all,

I'd like to take this opportunity to give you some news about the project and the libraries I'm using:
- poker-eval library: tech: restructured the project, added CI/CD, redesigned the build with cmake, poker: added a short deck, and the ShortDeck NL game)
- binding c/python pypokereval: tech: restructured project, added CI/CD, reworked build with cmake
-FPDB3: project restructuring, some bugs fixed, add new ui with pyside6(WIP), poker: web interface and webreplayer

plus other projects in parallel: Rust rewrite of the poker-eval lib
Very nice that you are working on this. When is estimated time for new version?
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
05-28-2024 , 03:35 PM
hello PetQQ,

tx, i hope to have time soon
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
06-27-2024 , 11:51 AM
I'm using fedora 40 and attempted to follow the instructions in the fpdb wiki but when I run "./fpdb.py" I get a syntax error. Same if I try it with the fpdb.pyw file. Is there an updated installation that I am unaware of?
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
07-02-2024 , 10:52 AM
Update: I have switched to test the jejellyroll version. I am using fedora 40 and following the steps on the github for install.
While installing requirements.txt I run into an error installing numpy: AttributeError: module 'pkgutil' has no attribute 'ImpImporter'. Did you mean: 'zipimporter'?
I believe this is coming from either setuptools or numpy itself.
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
07-02-2024 , 03:47 PM
Hello chadpilled

i never used this distro ...i will try on a vm ...and make some feedbacks
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
07-03-2024 , 12:20 PM
hello chadpilled,

ok ... i see .. some conflit with python 3.11...i need probably use newer libs

here is how i proceed:

open terminal

1-update system:
sudo dnf update

2-install git
sudo dnf install git

3.clone my repo:
git clone https://github.com/jejellyroll-fr/fpdb-3.git

4. install vscode
sudo rpm --import https://packages.microsoft.com/keys/microsoft.asc
sudo sh -c 'echo -e "[code]\nname=Visual Studio Code\nbaseurl=https://packages.microsoft.com/yumrepos/vscode\nenabled=1\ngpgcheck=1\ngpgkey=https://packages.microsoft.com/keys/microsoft.asc" > /etc/yum.repos.d/vscode.repo'
sudo dnf check-update
sudo dnf install code


4-install python (i like to use conda) and update it
wget https://repo.anaconda.com/archive/Anaconda3-2023.03-Linux-x86_64.sh
bash Anaconda3-2023.03-Linux-x86_64.sh
conda update conda

5- open code with command line
code

6-open the folder fpdb-3 on vscode

7-open terminal in vscode

8- create conda env:
conda create --name fpdb3.8 python=3.8
conda activate fpdb3.8

10- install some needed package
sudo dnf install -y gcc gcc-c++ kernel-devel
sudo dnf install -y python3-devel
sudo dnf install -y redhat-rpm-config


11- install requirements
pip install -r requirements.txt


12- create at your home directory .fpdb and copy config
mkdir ~/.fpdb/
cp logging.conf ~/.fpdb/logging.conf
cp logging.conf~/.fpdb/logging.conf
cp HUD_config.xml ~/.fpdb/HUD_config.xml
cp HUD_config.xml.exemple ~/.fpdb/HUD_config.xml.exemple


and finally:
python fpdb.pyw


you can also switch to newui-mini
pip install qt_material


you can also try web interface:
pip install -r requirement_fpdb_web.txt
python start_fpdb_web.py
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
07-03-2024 , 02:55 PM
Thanks for the quick response! I will try this out when I get a chance and report back
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
07-06-2024 , 05:32 PM
Hi

Is it available for winamax in France, Spain, Italy region? Thanks a lot, will give it a try
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
07-07-2024 , 12:48 PM
Hi

yes it works with winamax



I recommend using the windows version on which I am most focused.
under linux I recommend ubuntu with kde
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
07-08-2024 , 11:54 AM
Quote:
Originally Posted by jejellyroll
hello chadpilled,

ok ... i see .. some conflit with python 3.11...i need probably use newer libs

here is how i proceed:

open terminal

1-update system:
sudo dnf update

2-install git
sudo dnf install git

3.clone my repo:
git clone https://github.com/jejellyroll-fr/fpdb-3.git

4. install vscode
sudo rpm --import https://packages.microsoft.com/keys/microsoft.asc
sudo sh -c 'echo -e "[code]\nname=Visual Studio Code\nbaseurl=https://packages.microsoft.com/yumrepos/vscode\nenabled=1\ngpgcheck=1\ngpgkey=https://packages.microsoft.com/keys/microsoft.asc" > /etc/yum.repos.d/vscode.repo'
sudo dnf check-update
sudo dnf install code


4-install python (i like to use conda) and update it
wget https://repo.anaconda.com/archive/Anaconda3-2023.03-Linux-x86_64.sh
bash Anaconda3-2023.03-Linux-x86_64.sh
conda update conda

5- open code with command line
code

6-open the folder fpdb-3 on vscode

7-open terminal in vscode

8- create conda env:
conda create --name fpdb3.8 python=3.8
conda activate fpdb3.8

10- install some needed package
sudo dnf install -y gcc gcc-c++ kernel-devel
sudo dnf install -y python3-devel
sudo dnf install -y redhat-rpm-config


11- install requirements
pip install -r requirements.txt


12- create at your home directory .fpdb and copy config
mkdir ~/.fpdb/
cp logging.conf ~/.fpdb/logging.conf
cp logging.conf~/.fpdb/logging.conf
cp HUD_config.xml ~/.fpdb/HUD_config.xml
cp HUD_config.xml.exemple ~/.fpdb/HUD_config.xml.exemple


and finally:
python fpdb.pyw


you can also switch to newui-mini
pip install qt_material


you can also try web interface:
pip install -r requirement_fpdb_web.txt
python start_fpdb_web.py
This worked perfectly! Thank you
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
07-08-2024 , 12:35 PM
Just ran into an issue when checking hand histories. Importation was successful but when checking hand histories the loader stops at 47% and the log file reads as follows: parser - ERROR - Hand - end - Pot.end(): '0': Major failure while calculating pot: 'list index out of range' Pot.end(): '%s': Major failure while calculating pot: '%s' 0 list index out of range
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
07-08-2024 , 01:16 PM
hello,

don't hesitate to open an issue on my github: https://github.com/jejellyroll-fr/fpdb-3/issues

can you share your hand causing the issue (you can anonymize it with anonymize.py script)

uncoment this line:
# anonymize_hand_history("here_put_the_path_of your_file", "your_hero_name")

and add all need info like: OS, logs and so on
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
07-10-2024 , 08:17 AM
hello all swc players,

i updated the parser on branch mini-newui:
i added short deck NL

freerol holdem NL, omaha, shortdeck are supported

for improving compatibility, i need more hands shared (i recommend to anonymize them)
feel free to send me by mp or on my mail

known bug: wrong detection of table
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
07-10-2024 , 07:10 PM
ACR, Bovada, Pokerstars mixed games 8 game?
Does it works on Windows 11
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
07-11-2024 , 03:34 AM
hello stumbras,

ACR and pokerstars for sur ...working
Bovada ...i don't know ... don't have access

for 8 games ... i don't know

yes works on win11
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote

      
m