Hi all
How to get bigger (200%) card size than 48x76 ?
Some of the provided on https://cdstyles.pokerth.net/
I increased image size but doesnt work pokerth scales down I think.
I can increase the size of Goldenpalm table but cards remain small.
Search found 15 matches
- Mon May 22, 2023 9:26 am
- Forum: General
- Topic: How to increase size of the whole game ?
- Replies: 0
- Views: 69392
- Fri May 19, 2023 9:20 pm
- Forum: Bugs
- Topic: Error Message: "Could not create pixmap from ..."
- Replies: 2
- Views: 8255
Re: Error Message: "Could not create pixmap from ..."
Thanks very much. :-)
I create a small transparent nopic.png and I put in danuxi1tablestyle.xml instead of NULL.
Now no errors. But the action call, raise ... is not visible anymore.
I switch back to default table theme.
I need the console to put same printf statements in code for debugging and ...
I create a small transparent nopic.png and I put in danuxi1tablestyle.xml instead of NULL.
Now no errors. But the action call, raise ... is not visible anymore.
I switch back to default table theme.
I need the console to put same printf statements in code for debugging and ...
- Thu May 18, 2023 7:00 am
- Forum: Bugs
- Topic: Error Message: "Could not create pixmap from ..."
- Replies: 2
- Views: 8255
Error Message: "Could not create pixmap from ..."
Got pokerth client running on Debian 10.
Get many annoying error messages in the console: "Could not create pixmap from /opt/pokerth/data/gfx/gui/table/danuxil/NULL".
I have searched all the source code. Just can't find the place where this error is produced.
The caller has write access to the ...
Get many annoying error messages in the console: "Could not create pixmap from /opt/pokerth/data/gfx/gui/table/danuxil/NULL".
I have searched all the source code. Just can't find the place where this error is produced.
The caller has write access to the ...
- Sun May 14, 2023 3:30 pm
- Forum: General
- Topic: Pokerth to MTT Poker Simulation for Training
- Replies: 1
- Views: 4329
Re: Pokerth to MTT Poker Simulation
Now I add 10 % ante deduction. It worked well YEAH, but it is more like a hack than following the OOP ideas.
Put real blindslist from Pokerstars Sunday Storm MTT in config.xml.
and comment out
// currentSmallBlind = min( currentSmallBlind,startQuantityPlayers*startCash/2 );
in game.cpp ...
Put real blindslist from Pokerstars Sunday Storm MTT in config.xml.
and comment out
// currentSmallBlind = min( currentSmallBlind,startQuantityPlayers*startCash/2 );
in game.cpp ...
- Fri May 12, 2023 3:12 pm
- Forum: General
- Topic: Pokerth to MTT Poker Simulation for Training
- Replies: 1
- Views: 4329
Pokerth to MTT Poker Simulation for Training
Hi ho :lol:
This is a MTT Simulation with 8 Players. And when one players lost
and stack = 0 then another Player with random stack takes this seat.
Just like in real MTTs.
But when human players stack = 0 then game is over ! :D
Next to do is to change bots behaviour. Maybe some Types of players
I ...
This is a MTT Simulation with 8 Players. And when one players lost
and stack = 0 then another Player with random stack takes this seat.
Just like in real MTTs.
But when human players stack = 0 then game is over ! :D
Next to do is to change bots behaviour. Maybe some Types of players
I ...
- Tue Feb 28, 2023 10:26 am
- Forum: Installation
- Topic: Compile pokerTH on Debian 11 doesnt work
- Replies: 21
- Views: 63713
Re: Compile pokerTH on Debian 11 doesnt work
I thought this allready, but I doubted
that the application window of pokerth is popping up in Gnome, isn't it ?
that the application window of pokerth is popping up in Gnome, isn't it ?
- Mon Feb 27, 2023 5:25 pm
- Forum: Installation
- Topic: Compile pokerTH on Debian 11 doesnt work
- Replies: 21
- Views: 63713
Re: Compile pokerTH on Debian 11 doesnt work
Thanks for your effort. 
Do you know how to do the same with the application pokerth client ?
I wanted to change some code and step by step debugging.
Change stacks in BB, add buttons for 3x, 4x etc etc

Do you know how to do the same with the application pokerth client ?
I wanted to change some code and step by step debugging.
Change stacks in BB, add buttons for 3x, 4x etc etc
- Sun Feb 26, 2023 10:39 am
- Forum: Installation
- Topic: Compile pokerTH on Debian 11 doesnt work
- Replies: 21
- Views: 63713
Re: Compile pokerTH on Debian 11 doesnt work
Can't unrar the rar files after installing unrar-free package.
"unknown archive type"
I installed docker and it seems to work.
Now I am reading "Containerize an application" .... :roll:
And then "der Groschen ist gefallen" I got it.
Build an image ... before rename Dockerfile.txt to Dockerfile ...
"unknown archive type"
I installed docker and it seems to work.
Now I am reading "Containerize an application" .... :roll:
And then "der Groschen ist gefallen" I got it.
Build an image ... before rename Dockerfile.txt to Dockerfile ...
- Sat Feb 25, 2023 10:14 pm
- Forum: Installation
- Topic: Compile pokerTH on Debian 11 doesnt work
- Replies: 21
- Views: 63713
Re: Compile pokerTH on Debian 11 doesnt work
I additionally install libboost-all-dev but no success.
I tried to install older libboost-all-dev for debian 10 with
apt install libboost-all-dev=1.67.0.1
but it failed. It can't find it.
For Debian 11 it is libboost-all-dev (1.74.0.3) .
Then I deleted all libboost* packages with
apt-get ...
I tried to install older libboost-all-dev for debian 10 with
apt install libboost-all-dev=1.67.0.1
but it failed. It can't find it.
For Debian 11 it is libboost-all-dev (1.74.0.3) .
Then I deleted all libboost* packages with
apt-get ...
- Fri Feb 24, 2023 5:53 pm
- Forum: Installation
- Topic: Compile pokerTH on Debian 11 doesnt work
- Replies: 21
- Views: 63713
Re: Compile pokerTH on Debian 8 doesnt work
Not good idea to flood 1800 lines text here :D
So a link is better, I think.
https://davalo.de/storage/packetliste.txt
I tried many possibilities:
qmake CONFIG+="c++11" pokerth.pro
qmake CONFIG+="client c++11" pokerth.pro
qmake "CONFIG+=client c++11" pokerth.pro
qmake CONFIG+="client c++11 ...
So a link is better, I think.
https://davalo.de/storage/packetliste.txt
I tried many possibilities:
qmake CONFIG+="c++11" pokerth.pro
qmake CONFIG+="client c++11" pokerth.pro
qmake "CONFIG+=client c++11" pokerth.pro
qmake CONFIG+="client c++11 ...