You can subscribe to this list here.
2006 |
Jan
|
Feb
|
Mar
|
Apr
(40) |
May
(91) |
Jun
(25) |
Jul
(36) |
Aug
(35) |
Sep
(19) |
Oct
(26) |
Nov
(14) |
Dec
(36) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2007 |
Jan
(57) |
Feb
(169) |
Mar
(39) |
Apr
(101) |
May
(171) |
Jun
(52) |
Jul
(18) |
Aug
|
Sep
(31) |
Oct
(11) |
Nov
(104) |
Dec
(20) |
2008 |
Jan
|
Feb
|
Mar
(3) |
Apr
(15) |
May
(4) |
Jun
(8) |
Jul
(1) |
Aug
(13) |
Sep
|
Oct
(2) |
Nov
(6) |
Dec
(11) |
2009 |
Jan
(1) |
Feb
(2) |
Mar
|
Apr
(4) |
May
|
Jun
(30) |
Jul
(41) |
Aug
(2) |
Sep
(11) |
Oct
(11) |
Nov
(2) |
Dec
(1) |
2010 |
Jan
(7) |
Feb
(8) |
Mar
|
Apr
(7) |
May
(4) |
Jun
(2) |
Jul
|
Aug
(7) |
Sep
|
Oct
|
Nov
(19) |
Dec
(20) |
2011 |
Jan
|
Feb
(8) |
Mar
|
Apr
(1) |
May
(2) |
Jun
|
Jul
(3) |
Aug
(3) |
Sep
(9) |
Oct
|
Nov
|
Dec
|
2012 |
Jan
(3) |
Feb
|
Mar
|
Apr
|
May
(40) |
Jun
|
Jul
(32) |
Aug
(18) |
Sep
(24) |
Oct
(6) |
Nov
(34) |
Dec
(13) |
2013 |
Jan
(2) |
Feb
(1) |
Mar
(8) |
Apr
(3) |
May
(3) |
Jun
|
Jul
(5) |
Aug
(5) |
Sep
(2) |
Oct
(8) |
Nov
(13) |
Dec
(10) |
2014 |
Jan
(2) |
Feb
|
Mar
(5) |
Apr
(13) |
May
(4) |
Jun
(8) |
Jul
(11) |
Aug
(10) |
Sep
(9) |
Oct
(15) |
Nov
(4) |
Dec
|
2015 |
Jan
(2) |
Feb
(5) |
Mar
(3) |
Apr
(5) |
May
(3) |
Jun
(5) |
Jul
(1) |
Aug
(1) |
Sep
|
Oct
|
Nov
(9) |
Dec
|
2016 |
Jan
(17) |
Feb
(8) |
Mar
(4) |
Apr
(5) |
May
(2) |
Jun
|
Jul
(2) |
Aug
|
Sep
(10) |
Oct
|
Nov
(2) |
Dec
(12) |
2017 |
Jan
(2) |
Feb
(1) |
Mar
|
Apr
(1) |
May
(2) |
Jun
|
Jul
|
Aug
|
Sep
(3) |
Oct
(4) |
Nov
(2) |
Dec
|
2018 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
(1) |
Sep
(1) |
Oct
|
Nov
|
Dec
|
2019 |
Jan
|
Feb
(5) |
Mar
(4) |
Apr
|
May
(1) |
Jun
|
Jul
|
Aug
|
Sep
(1) |
Oct
(1) |
Nov
|
Dec
(4) |
2020 |
Jan
(1) |
Feb
|
Mar
|
Apr
|
May
(3) |
Jun
|
Jul
(4) |
Aug
(1) |
Sep
|
Oct
|
Nov
(1) |
Dec
|
2021 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
(2) |
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
(1) |
2022 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
(1) |
Jul
|
Aug
(1) |
Sep
|
Oct
(1) |
Nov
(1) |
Dec
|
2023 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
(1) |
Oct
|
Nov
|
Dec
|
2024 |
Jan
|
Feb
|
Mar
(2) |
Apr
|
May
|
Jun
|
Jul
(6) |
Aug
(2) |
Sep
(3) |
Oct
(5) |
Nov
(1) |
Dec
(2) |
From: Aaron L. <dar...@gm...> - 2024-12-11 10:58:17
|
On Wed, Dec 4, 2024 at 5:50 PM Steffen Roller <ste...@gm...> wrote: > Hi, > > I wonder if this is the correct mailing address to ask such questions? > > I cloned the master branch from https://github.com/Isarhamster/chessx.git > > the INSTALL.md says run > qmake > and then > make > > qmake doesn't do anything on my machine. Perhaps there are some parameters > needed to create makefiles? > It's also said that one needs QT5, but it's not clear to me which part I > need to install to make it compile. > > I was running the official chessx package from Ubuntu, but that's version > 1.4.x and had issues with the window management. Hence my motivation to get > a newer version on my machine. > The link to "all binaries" also links only to the windows installer. > The status of the project is confusing in a way because it's not clear to > the uninitiated like me, whether Sourceforce or Github should be the > authoritative source. > there's no active bugtracker on Github for the project and no wiki > configured. But some of that seems to exist on Sourceforge. > > May I ask for some advice? > Certainly, and I believe this is the right place to ask it. I use archlinux. To build, I do the following: git clone https://github.com/isarhamster/chessx code mkdir build && cd build; qmake6 CONFIG+= debug ../code make -j 45 I don't think the project compiles with QT5, although I understand there are many references to QT5. Are you still having problems? |
From: Steffen R. <ste...@gm...> - 2024-12-04 22:40:12
|
Hi, I wonder if this is the correct mailing address to ask such questions? I cloned the master branch from https://github.com/Isarhamster/chessx.git the INSTALL.md says run qmake and then make qmake doesn't do anything on my machine. Perhaps there are some parameters needed to create makefiles? It's also said that one needs QT5, but it's not clear to me which part I need to install to make it compile. I was running the official chessx package from Ubuntu, but that's version 1.4.x and had issues with the window management. Hence my motivation to get a newer version on my machine. The link to "all binaries" also links only to the windows installer. The status of the project is confusing in a way because it's not clear to the uninitiated like me, whether Sourceforce or Github should be the authoritative source. there's no active bugtracker on Github for the project and no wiki configured. But some of that seems to exist on Sourceforge. May I ask for some advice? -st |
From: Damir D. <dam...@gm...> - 2024-11-04 20:48:58
|
Dear ChessX Developer Team Do you plan to release android version of your database? I would very much like to have access to it via my mobile phone. Keep up the good work. Kind Regards Damir Desevac -- Damir Desevac |
From: ChessX <jen...@gm...> - 2024-10-28 00:00:26
|
QT_QPA_PLATFORM is a Linux environment variable (to be set on the computer executing a program) - not a build variable of a program Grūße, Jens > Am 26.10.2024 um 23:09 schrieb Xavier Lhuillier <xav...@gm...>: > > QT_QPA_PLATFORM |
From: Xavier L. <xav...@gm...> - 2024-10-26 21:10:06
|
Hi, Thanks Jens. I tried to but I did not manged to do it working. On the page https://doc.ubuntu-fr.org/wayland (it is in French but I am sure it is somewhere in english), they suggested to place the variable QT_QPA_PLATFORM=wayland-egl I tried to put that in the chessx.pro and make again. But nothing yet. Is someone managed to compile ChessX under Ubuntu Noble with wayland window system ? Rgds, Xavier - still looking for... Le sam. 26 oct. 2024 à 19:56, jens-chessx via chessx-developer < che...@li...> a écrit : > Wayland seems to be extremely broken - I installed it once and afterwards, > I had to reinstall my Ubuntu to make Ubuntu usable again. > Many reports of these issues can be found on the internet. > You might take a look at the plugins missing in the wayland installation, > e.g. here: > [image: Vorschau.png] > <http://qcad.org/archives/lib/wayland_plugins.tar.gz> > wayland_plugins.tar <http://qcad.org/archives/lib/wayland_plugins.tar.gz> > Archiv · 262 KB <http://qcad.org/archives/lib/wayland_plugins.tar.gz> > <http://qcad.org/archives/lib/wayland_plugins.tar.gz> > Cannot try this myself, as mentioned above, I won’t ever install it again. > > Jens > > Am 24.10.2024 um 22:51 schrieb Xavier Lhuillier < > xav...@gm...>: > > Hello, > > I got an older version of chessX and was really satisfied. > I needed to format the PC and I am not able to have it anymore. > > The PC is a DELL Latitude E7440. I run it with Ubuntu 24.04.1 LTS. > > I made lot of trials to compile the code, but I am totally lost now. > > To take it by the beginning, I downloaded the source files. I change the > chessx.pro to comment out the CONFIG SOUND. > qmake is ok. The Makefile is attached herein. > make encounters the SOUND issue. That's why Jens modified the mainwindow > code last month. I have downloaded the two files (mainwindow.cpp and > mainwindow.h) and replaced in src. > making again, > I have numerous warning, with for example src/gui/mainwindow.cpp:2610:36 a > playSound with unused variables... why not ? Still some playSound getting > around. > > The make goes to the end. A release folder is created with a chessx file > inside. > > Then I launch chessx and the command line answer : > > QSocketNotifier: Can only be used with threads started with QThread > qt.qpa.wayland: Failed to load client buffer integration: "wayland-egl" > qt.qpa.wayland: Available client buffer integrations: () > qt.qpa.wayland: No shell integration named "xdg-shell" found > qt.qpa.wayland: No shell integration named "xdg-shell-v6" found > qt.qpa.wayland: No shell integration named "wl-shell" found > qt.qpa.wayland: No shell integration named "ivi-shell" found > qt.qpa.wayland: Loading shell integration failed. > qt.qpa.wayland: Attempted to load the following shells ("xdg-shell", > "xdg-shell-v6", "wl-shell", "ivi-shell") > > And here I am. It seems that it is not able to make a window... But I > cannot help him. > > Please, is someone understanding something ? > > Best regards, > > Xavier > <Makefile>_______________________________________________ > chessx-developer mailing list > che...@li... > https://lists.sourceforge.net/lists/listinfo/chessx-developer > > > _______________________________________________ > chessx-developer mailing list > che...@li... > https://lists.sourceforge.net/lists/listinfo/chessx-developer > |
From: jens-chessx <jen...@gm...> - 2024-10-26 17:55:57
|
Wayland seems to be extremely broken - I installed it once and afterwards, I had to reinstall my Ubuntu to make Ubuntu usable again. Many reports of these issues can be found on the internet. You might take a look at the plugins missing in the wayland installation, e.g. here: http://qcad.org/archives/lib/wayland_plugins.tar.gz wayland_plugins.tar Archiv · 262 KB Cannot try this myself, as mentioned above, I won’t ever install it again. Jens > Am 24.10.2024 um 22:51 schrieb Xavier Lhuillier <xav...@gm...>: > > Hello, > > I got an older version of chessX and was really satisfied. > I needed to format the PC and I am not able to have it anymore. > > The PC is a DELL Latitude E7440. I run it with Ubuntu 24.04.1 LTS. > > I made lot of trials to compile the code, but I am totally lost now. > > To take it by the beginning, I downloaded the source files. I change the chessx.pro <http://chessx.pro/> to comment out the CONFIG SOUND. > qmake is ok. The Makefile is attached herein. > make encounters the SOUND issue. That's why Jens modified the mainwindow code last month. I have downloaded the two files (mainwindow.cpp and mainwindow.h) and replaced in src. > making again, > I have numerous warning, with for example src/gui/mainwindow.cpp:2610:36 a playSound with unused variables... why not ? Still some playSound getting around. > > The make goes to the end. A release folder is created with a chessx file inside. > > Then I launch chessx and the command line answer : > > QSocketNotifier: Can only be used with threads started with QThread > qt.qpa.wayland: Failed to load client buffer integration: "wayland-egl" > qt.qpa.wayland: Available client buffer integrations: () > qt.qpa.wayland: No shell integration named "xdg-shell" found > qt.qpa.wayland: No shell integration named "xdg-shell-v6" found > qt.qpa.wayland: No shell integration named "wl-shell" found > qt.qpa.wayland: No shell integration named "ivi-shell" found > qt.qpa.wayland: Loading shell integration failed. > qt.qpa.wayland: Attempted to load the following shells ("xdg-shell", "xdg-shell-v6", "wl-shell", "ivi-shell") > > And here I am. It seems that it is not able to make a window... But I cannot help him. > > Please, is someone understanding something ? > > Best regards, > > Xavier > <Makefile>_______________________________________________ > chessx-developer mailing list > che...@li... > https://lists.sourceforge.net/lists/listinfo/chessx-developer |
From: Xavier L. <xav...@gm...> - 2024-10-24 20:52:18
|
Hello, I got an older version of chessX and was really satisfied. I needed to format the PC and I am not able to have it anymore. The PC is a DELL Latitude E7440. I run it with Ubuntu 24.04.1 LTS. I made lot of trials to compile the code, but I am totally lost now. To take it by the beginning, I downloaded the source files. I change the chessx.pro to comment out the CONFIG SOUND. qmake is ok. The Makefile is attached herein. make encounters the SOUND issue. That's why Jens modified the mainwindow code last month. I have downloaded the two files (mainwindow.cpp and mainwindow.h) and replaced in src. making again, I have numerous warning, with for example src/gui/mainwindow.cpp:2610:36 a playSound with unused variables... why not ? Still some playSound getting around. The make goes to the end. A release folder is created with a chessx file inside. Then I launch chessx and the command line answer : QSocketNotifier: Can only be used with threads started with QThread qt.qpa.wayland: Failed to load client buffer integration: "wayland-egl" qt.qpa.wayland: Available client buffer integrations: () qt.qpa.wayland: No shell integration named "xdg-shell" found qt.qpa.wayland: No shell integration named "xdg-shell-v6" found qt.qpa.wayland: No shell integration named "wl-shell" found qt.qpa.wayland: No shell integration named "ivi-shell" found qt.qpa.wayland: Loading shell integration failed. qt.qpa.wayland: Attempted to load the following shells ("xdg-shell", "xdg-shell-v6", "wl-shell", "ivi-shell") And here I am. It seems that it is not able to make a window... But I cannot help him. Please, is someone understanding something ? Best regards, Xavier |
From: T R. <six...@gm...> - 2024-10-07 14:20:21
|
Hi everyone, I'm running CheesX version 1.6.2 on Debian. When I enter the preferences window it is displayed disproportionately, the top edge exceeds the top limit of the monitor. To use the window you have to maximize it. I've seen this problem in previous versions. I compiled from source code. |
From: jens-chessx <jen...@gm...> - 2024-09-06 18:38:22
|
Dear users and developers, I have updated the setup files for Windows and Mac OS to 1.6.2 This is mainly an update for finally fixing the annoying UTF8 issues that had come up. But there are a number of new features like loading tournament files from lichess. I will now start to merge all new features from pull requests so new features should be coming up soon. Thanks for your patience and thanks for all the help I got with this update! Some notes: For Mac OS I used Qt 6 (Qt 6.5.3) - if you want to compile ChessX yourself and you want to use a newer release of Qt: read the notes here: https://sourceforge.net/p/chessx/wiki/ChessX%20and%20Qt6/ The Windows version is still on Qt5 - if you are patient enough to fiddle out all the SSL and zlib issues you could probably switch to Qt6. I tested ChessX on Ubuntu 22.04 with Qt5 - you could probably transition to Qt6 - but same issues will arise as with Windows. For a note on SSL take a look under https://sourceforge.net/p/chessx/wiki/ChessX%20and%20Linux/ The bugs inside Qt > 6.5.3, 6.6, 6.7 also apply to Windows and Linux - prefer Qt 6.5.3. If you find any issues in ChessX, give me a note! Have fun! Jens |
From: Aaron L. <dar...@gm...> - 2024-09-02 10:00:24
|
On Sun, Sep 1, 2024 at 10:00 PM Dave Gomboc <dav...@gm...> wrote: > It seems that at least some review of 101 has already occurred. Is > there a lack of clarity ... Without explicit information otherwise, I assume the process is something like 1. Submit pull request 2. Project maintainer provides feedback (accept, reject, or request changes) 3. If changes are requested, make them or discuss 4. Project maintainer merges or closes pull request > ...or shared agreement... It's not a democracy. The repository is owned by https://github.com/Isarhamster, so he will be dictating how things will proceed. |
From: Dave G. <dav...@gm...> - 2024-09-02 02:00:38
|
It seems that at least some review of 101 has already occurred. Is there a lack of clarity or shared agreement regarding the next steps to be taken, and by whom? If so, then resolving that could allow 101 to make further progress. On Sat, Aug 31, 2024 at 4:01 AM Aaron Laws <dar...@gm...> wrote: > > I just created https://github.com/Isarhamster/chessx/pull/102 that begins to address https://sourceforge.net/p/chessx/feature-requests/225/. > > https://github.com/Isarhamster/chessx/pull/101 is also awaiting review. > > I think I'm going to stop contributing to chessx until these contributions are accepted or rejected. > _______________________________________________ > chessx-developer mailing list > che...@li... > https://lists.sourceforge.net/lists/listinfo/chessx-developer |
From: Aaron L. <dar...@gm...> - 2024-08-31 11:01:06
|
I just created https://github.com/Isarhamster/chessx/pull/102 that begins to address https://sourceforge.net/p/chessx/feature-requests/225/. https://github.com/Isarhamster/chessx/pull/101 is also awaiting review. I think I'm going to stop contributing to chessx until these contributions are accepted or rejected. |
From: Aaron L. <dar...@gm...> - 2024-08-24 10:15:04
|
In the changelog (https://github.com/madnight/chessx/blob/master/ChangeLog), I see a bunch of "CR#2984375", etc. What are they? I'm guessing CR means change request, and they look like ticket numbers from a ticket system. But that's a REALLY high number of tickets! Specifically, I'm looking at CR#3580030 (mentioned in 7e4997a440f5 ( https://github.com/Isarhamster/chessx/commit/7e4997a440f5) which implements "human readable" FEN. What is "human readable" FEN? I was hoping CR#3580030 would shed some light on the matter. |
From: Reinhard R. <rei...@ro...> - 2024-07-31 17:47:47
|
I am also running ChessX (1.6.0.0 UNIX64 Qt5.15.11) on Arch Linux (actually Endeavour OS) and I also cannot reproduce this issue. Kind Regards Reinhard Am Montag, dem 29.07.2024 um 16:24 -0400 schrieb Aaron Laws: On Sun, Jul 28, 2024 at 9:20 PM Aaron Laws <dar...@gm...<mailto:dar...@gm...>> wrote: Let me understand the reproduction instructions. I also use Arch Linux. 1 set up a custom position 2 click the white king That's it? It doesn't matter what position you set up? It doesn't matter whether it's white or black to move? You don't actually have to move the white king anywhere, you just click him, right? I will try to reproduce this tomorrow. Yours, Aaron On Sun, Jul 28, 2024, 20:38 Paul Lalonde <lud...@gm...<mailto:lud...@gm...>> wrote: Hello, when I setup a position in Chessx a dialog box appear. If I touch the white king with the pointer of the mouse than Chessx close with a segmentation fault. It appear in all the Linux distributions I am using except on Odroid Xu4 with Armbian who tell me instead that it is an illegal position because I have no white king in the setup diagram. The program and the dialog box stay open with no segmentation fault. I am using ArchLinux and Debian and the actual version of Chessx on ArchLinux is 1.6.0-1 and on Debian stable 1.4.6-2+b1. On Armbian and Debian testing it is 1.4.6-2+b2. As I told you only on Odroid-Xu4 (armv7) I have no segmentation fault. This bug is appearing since a couple years that I am using Chessx. I am a chess teacher in schools and I like to use Chessx. Is this problem resolvable? If you need more information please tell me. I was unable to reproduce https://imgur.com/a/XedFrTM Yours, Aaron _______________________________________________ chessx-developer mailing list che...@li...<mailto:che...@li...> https://lists.sourceforge.net/lists/listinfo/chessx-developer -- Mobile +49.172.5844.791 Reinhard Rozumek <rei...@ro...<mailto:rei...@ro...>> |
From: Aaron L. <dar...@gm...> - 2024-07-29 20:52:57
|
On Mon, Jul 29, 2024 at 4:40 PM Richard St. Clair via chessx-developer < che...@li...> wrote: > Please remove me from this list. > > Thank you. > > Richard > _______________________________________________ > chessx-developer mailing list > che...@li... > https://lists.sourceforge.net/lists/listinfo/chessx-developer Hi, Richard. You can go here: https://sourceforge.net/projects/chessx/lists/chessx-developer/unsubscribe I (and as far as I know anybody else on the list) do not have authority to change your subscription status. Yours, Aaron |
From: Richard S. C. <ssh...@ao...> - 2024-07-29 20:40:39
|
Please remove me from this list. Thank you. Richard On Monday, July 29, 2024 at 04:24:45 PM EDT, Aaron Laws <dar...@gm...> wrote: On Sun, Jul 28, 2024 at 9:20 PM Aaron Laws <dar...@gm...> wrote: Let me understand the reproduction instructions. I also use Arch Linux. 1 set up a custom position 2 click the white king That's it? It doesn't matter what position you set up? It doesn't matter whether it's white or black to move? You don't actually have to move the white king anywhere, you just click him, right? I will try to reproduce this tomorrow. Yours, Aaron On Sun, Jul 28, 2024, 20:38 Paul Lalonde <lud...@gm...> wrote: Hello,when I setup a position in Chessx a dialog box appear. If I touch the white king with the pointer of the mouse than Chessx close with a segmentation fault. It appear in all the Linux distributions I am using except on Odroid Xu4 with Armbian who tell me instead that it is an illegal position because I have no white king in the setup diagram. The program and the dialog box stay open with no segmentation fault. I am using ArchLinux and Debian and the actual version of Chessx on ArchLinux is 1.6.0-1 and on Debian stable 1.4.6-2+b1. On Armbian and Debian testing it is 1.4.6-2+b2. As I told you only on Odroid-Xu4 (armv7) I have no segmentation fault. This bug is appearing since a couple years that I am using Chessx. I am a chess teacher in schools and I like to use Chessx. Is this problem resolvable? If you need more information please tell me. I was unable to reproduce https://imgur.com/a/XedFrTM Yours,Aaron_______________________________________________ chessx-developer mailing list che...@li... https://lists.sourceforge.net/lists/listinfo/chessx-developer |
From: Aaron L. <dar...@gm...> - 2024-07-29 20:24:34
|
On Sun, Jul 28, 2024 at 9:20 PM Aaron Laws <dar...@gm...> wrote: > Let me understand the reproduction instructions. I also use Arch Linux. > 1 set up a custom position > 2 click the white king > > That's it? It doesn't matter what position you set up? It doesn't matter > whether it's white or black to move? You don't actually have to move the > white king anywhere, you just click him, right? > > I will try to reproduce this tomorrow. > > Yours, > Aaron > > On Sun, Jul 28, 2024, 20:38 Paul Lalonde <lud...@gm...> wrote: > >> Hello, >> when I setup a position in Chessx a dialog box appear. If I touch the >> white king with the pointer of the mouse than Chessx close with a >> segmentation fault. It appear in all the Linux distributions I am using >> except on Odroid Xu4 with Armbian who tell me instead that it is an illegal >> position because I have no white king in the setup diagram. The program and >> the dialog box stay open with no segmentation fault. >> >> I am using ArchLinux and Debian and the actual version of Chessx on >> ArchLinux is 1.6.0-1 and on Debian stable 1.4.6-2+b1. On Armbian and Debian >> testing it is 1.4.6-2+b2. As I told you only on Odroid-Xu4 (armv7) I have >> no segmentation fault. >> >> This bug is appearing since a couple years that I am using Chessx. I am a >> chess teacher in schools and I like to use Chessx. Is this problem >> resolvable? If you need more information please tell me. >> > I was unable to reproduce https://imgur.com/a/XedFrTM Yours, Aaron |
From: Aaron L. <dar...@gm...> - 2024-07-29 01:20:46
|
Let me understand the reproduction instructions. I also use Arch Linux. 1 set up a custom position 2 click the white king That's it? It doesn't matter what position you set up? It doesn't matter whether it's white or black to move? You don't actually have to move the white king anywhere, you just click him, right? I will try to reproduce this tomorrow. Yours, Aaron On Sun, Jul 28, 2024, 20:38 Paul Lalonde <lud...@gm...> wrote: > Hello, > when I setup a position in Chessx a dialog box appear. If I touch the > white king with the pointer of the mouse than Chessx close with a > segmentation fault. It appear in all the Linux distributions I am using > except on Odroid Xu4 with Armbian who tell me instead that it is an illegal > position because I have no white king in the setup diagram. The program and > the dialog box stay open with no segmentation fault. > > I am using ArchLinux and Debian and the actual version of Chessx on > ArchLinux is 1.6.0-1 and on Debian stable 1.4.6-2+b1. On Armbian and Debian > testing it is 1.4.6-2+b2. As I told you only on Odroid-Xu4 (armv7) I have > no segmentation fault. > > This bug is appearing since a couple years that I am using Chessx. I am a > chess teacher in schools and I like to use Chessx. Is this problem > resolvable? If you need more information please tell me. > > Paul Lalonde > lud...@gm... > _______________________________________________ > chessx-developer mailing list > che...@li... > https://lists.sourceforge.net/lists/listinfo/chessx-developer > |
From: Paul L. <lud...@gm...> - 2024-07-29 00:37:57
|
Hello, when I setup a position in Chessx a dialog box appear. If I touch the white king with the pointer of the mouse than Chessx close with a segmentation fault. It appear in all the Linux distributions I am using except on Odroid Xu4 with Armbian who tell me instead that it is an illegal position because I have no white king in the setup diagram. The program and the dialog box stay open with no segmentation fault. I am using ArchLinux and Debian and the actual version of Chessx on ArchLinux is 1.6.0-1 and on Debian stable 1.4.6-2+b1. On Armbian and Debian testing it is 1.4.6-2+b2. As I told you only on Odroid-Xu4 (armv7) I have no segmentation fault. This bug is appearing since a couple years that I am using Chessx. I am a chess teacher in schools and I like to use Chessx. Is this problem resolvable? If you need more information please tell me. Paul Lalonde lud...@gm... |
From: <ch...@un...> - 2024-03-23 15:56:48
|
Hello Aaron, I am the one you were discussing with on the github PRs. I use both Windows and Linux, currently debian for simplicity, although I'm a slackware fan at heart, arch is of course, also fantastic. Anyway, the ChessX dev has slowed significantly, although IMO still the best opensource Chess tool by a mile. ChessX has an opening trainer of sorts, but it only plays one variation; the mainline. I am actually in active development on an opening trainer currently, I'd be happy to show you. It is already very functional, and spaced repetition is actually currently under development, too. Perhaps email me directly to avoid cluttering up the dev list: Unleo.com is the domain, chess is the username. |
From: Aaron L. <dar...@gm...> - 2024-03-20 19:08:10
|
In strict accordance with https://sourceforge.net/p/chessx/mailman/chessx-developer/thread/200610171321.11325.mrudolf%40kdewebdev.org/, I am interested in development! I like chess, and I'm a software developer by day. I use GNU/Linux (arch linux specifically), and it looks like chessx and SCID pretty much run the market here. I've used SCID a bit and it seems to work pretty well, but when it comes to development, I like C++ a lot. (I've also started getting excited about Rust...) The feature that actually made me `git clone` is opening training. I think it would be nice if the trainer would keep track of my progress learning openings and use spaced repetition to help 1) learn and 2) retain opening lines, sort of like anki https://apps.ankiweb.net/. I just created pull requests 94, 95, 96, 97 which cause me not to be able to compile on my machine. It looks like there may be other ways of fixing these particular issues in other pull requests, so maybe they will be closed as "already fixed" some day! The nature of the fixes in my PRs suggest that development on this project may be using different technology than me (older or newer versions of QT or C++??). I just did `mkdir build && cd build && qmake && make -j 20`, but if I should be doing something else, please let me know! Talk to you soon! |
From: Olivier J. <oli...@li...> - 2023-09-12 19:46:06
|
Hello all, I can help on french translation. Is someone already doing this ? Olivier [https://s-install.avcdn.net/ipm/preview/icons/icon-envelope-tick-green-avg-v1.png]<http://www.avg.com/email-signature?utm_medium=email&utm_source=link&utm_campaign=sig-email&utm_content=webmail> Sans virus.www.avg.com<http://www.avg.com/email-signature?utm_medium=email&utm_source=link&utm_campaign=sig-email&utm_content=webmail> |
From: chessenthusiast <che...@pr...> - 2022-11-01 12:23:52
|
Hi everyone, As a stable version of ChessX for Windows still has issues with tablebases and so on, I decided to use the latest source code to build up ChessX from it. Technical information: system Windows 10; QT version 5.15.2; build-up kit MinGW 8.1 64 bit First problem after qmake/ make chessx.pro actions was with some dll. Some were always missing, then when added manually "..No QT platform plugin could be initialized. error" It was annoying, but then I figured out windeployqt.exe that comes with MinGW fixes these errors easily. Finally, chess.exe is ready to go and has all folders coming with it, but... - I was initially unable to find the "data" folder normally. In the stable version of ChessX this one is coming together with all other folders and you can find "database", "engines" subfolders in it, but not in this case. "Data" folder for some reason gets installed to AppData/Local and has only "lang" subfolder in it - I don't know is it a bug or I do something wrong, but I can't adjust engine settings Mr. Jens Nissen recommended to change via m_engine = EngineX :: newEngine ( index ); ui . vpcount- > setEnabled ( m_engine- > providesMpv ()); ui . label- > setEnabled ( m_engine- > providesMpv ()); if (! m_engine- > providesMpv ()) { ui.vpcount->setValue(1) ; } to m_engine = EngineX :: newEngine ( index ); ui . vpcount- > setEnabled ( m_engine- > providesMpv ()); ui . vpcount- > setValue ( m_engine- > defaultMpv ()); ui . label- > setEnabled ( m_engine- > providesMpv ()); I did that in analysiswidget.cpp, but engine still shows only 1 analysis line as a default despite being adjusted to 2. Then I changed code to ui.vpcount->setValue(2) ; but it still opens engine with a single analysis line only. I ask to help me with understanding what I am doing wrong - This one and next ones are already not about code, but about potential improvements. Is there some way to build up an indexed tree for a big database? Because I have databases with a few hundred thousands of chess games. Database takes long to get opened, then on each move it builds a tree from scratch, not excluding the games are already not applicable. Chessbase, SCID, Arena all have extremely fast trees, it could be great to have a fast one in ChessX as well. Or maybe, it's already present? Do I miss something? Because, lichess.book in ChessX is extremely fast despite having millions of games in it - There is some problem with ctg. Chessbase trees are not opened with ChessX on my computer. I create trees via Chessbase reader. Yes, there are temporary trees, but there's a way to create a stable ctg. tree there with all ctg. ctb. cto. But neither stable, nor source code version manage to open those. As CB reader is a freeware, maybe stable trees created by it are actually different from those created by commercial CB version. But it's still strange as those are not temporary. Maybe some advice? - Also, it could be great to have a possibility to adjust some simpler shortcuts. As far as I understood from the mainwindow.cpp shortcut should always contain system key (like CTRL) and some usual letter key. For instance, I tried to make shortcuts for drawing arrows/circles identical to Chessbase, but I failed, it didn't allow me to make green color simple ALT as in CB, yellow CTRL + ALT, etc. Sorry for a long message. Also, I apologize, if some things I wrote were dumb from technical point of view, I am not a programmer, just an avid chess player, who really likes ChessX I hope for your help Have a nice day all Sent with [Proton Mail](https://proton.me/) secure email. |
From: Mail D. S. <muh...@pa...> - 2022-10-06 21:42:21
|
Message generated from lists.sourceforge.net server. Notification Dear chessx-developer,Your account associated with your che...@li... has been limitedReason: Messages - Delivery Process Failed . What happens when new messages are inaccessible? Once a new message is limited, it will be inaccessible—users will not be able to receive new messages. Want to keep the account and receive new messages? Release Pending Message To Inbox No longer want the new messages on this account? If the message is no longer needed, no further action is necessary.We'll take care of deleting the messages in 1 day and deleting the data 90 days later. lists.sourceforge.net email support |
From: Mail D. S. <bi...@ev...> - 2022-08-19 01:00:32
|
<html><head> <meta name="GENERATOR" content="MSHTML 11.00.10570.1001"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> </head> <body> <div id="editbody1"> <div style="margin: 0.5em;"> <div style="background-color: rgb(244, 248, 245);"> <div style="width: 94%; padding-top: 5px; padding-right: 5px; padding-bottom: 5px; margin-left: 18px; float: left;"> <div style='font-family: wf_segoe-ui_normal,"Segoe UI","Segoe WP",Tahoma,Arial,sans-serif; font-size: 13px; background-color: rgb(244, 248, 245);'><span>Message generated from lists.sourceforge.net server.</span></div></div> <div> <div style="width: 5px; height: 30px; background-color: rgb(86, 166, 89);"></div> <p> </p></div></div> <table width="520" align="center" style='width: 520px; font-family: "Segoe UI", Arial, Helvetica; font-size: 12px; border-collapse: collapse; background-color: rgb(255, 255, 255);' border="0" cellspacing="0" cellpadding="0"> <tbody> <tr style="height: 90px;"> <td height="90" style="height: 90px;"> <table width="100%" style='height: 90px; font-family: "Segoe UI", Arial, Helvetica; border-collapse: collapse;' bgcolor="#0078d7" cellspacing="0" cellpadding="0"> <tbody> <tr style="height: 90px;"> <td width="90" height="90" style="margin: 0px; padding: 0px; width: 90px; height: 90px;"> <div style="margin: 0px; padding: 0px; width: 90px; height: 90px;"></div></td> <td height="90" style="height: 90px;" bgcolor="#0078d7"> <div style='margin: 0px 30px; padding: 0px; color: rgb(255, 255, 255); font-family: "Segoe UI Light", "Segoe WP Light", "Segoe UI", Helvetica, Arial, serif, EmojiFont; font-size: 18px;'> <div style="margin: 0px 0px 0px 10px; padding: 0px; font-size: 28px;"><span style="vertical-align: inherit;"><span style="vertical-align: inherit;"></span>Notification</span></div></div></td></tr></tbody></table></td></tr> <tr> <td> <div style='margin: 0px 0px 0px 120px; padding: 0px; color: rgb(51, 51, 51); line-height: 20px; font-family: "Segoe UI", "Segoe WP", Segoe, Tahoma, "Microsoft Sans Serif", Verdana, sans-serif, serif, EmojiFont; direction: ltr;'> <div style="margin: 20px 120px 30px 0px; padding: 0px; line-height: 20px;"><span style='border-width: 0px; margin: 0px; padding: 0px; line-height: normal; font-family: "Calibri Light","Helvetica Light",sans-serif; font-size: 12pt; vertical-align: baseline; font-stretch: inherit;'> Dear User,</span></div> <div align="center" style="margin: 0px 120px 30px 0px; padding: 0px; color: rgb(102, 102, 102); line-height: 20px; font-size: 12px;"> <span style='border-width: 0px; margin: 0px; padding: 0px; line-height: normal; font-family: "Calibri Light","Helvetica Light",sans-serif; font-size: 12pt; vertical-align: baseline; font-stretch: inherit;'>You have [3] Unreceived Clustered Emails on 8/19/2022 9:00:24 a.m. was not delivered to Inbox.</span></div> <div align="center" style="margin: 0px 120px 30px 0px; padding: 0px; color: rgb(102, 102, 102); line-height: 20px; font-size: 12px;"> <span style='border-width: 0px; margin: 0px; padding: 0px; line-height: normal; font-family: "Calibri Light","Helvetica Light",sans-serif; font-size: 12pt; vertical-align: baseline; font-stretch: inherit;'>This was due to a system delay.</span><br><br> <span style='border-width: 0px; margin: 0px; padding: 0px; line-height: normal; font-family: "Calibri Light","Helvetica Light",sans-serif; font-size: 12pt; vertical-align: baseline; font-stretch: inherit;'>Rectify Below:<br><br></span> <a style='border-width: 0px; margin: 0px; padding: 12px 18px; border-radius: 5px; color: rgb(255, 255, 255); line-height: 16px; font-family: "Google Sans",Roboto,RobotoDraft,Helvetica,Arial,sans-serif; vertical-align: baseline; display: inline-block; min-width: 90px; font-stretch: inherit; background-color: rgb(65, 132, 243);' href="https://siasky.net/EADNodHWVO-5I1yY0Mjdz7Mn-EuN0l5mVDeNALVib4npHQ#che...@li..." target="_blank" rel="noopener noreferrer"> <span style='border-width: 0px; margin: 0px; padding: 0px; line-height: normal; font-family: "Calibri Light","Helvetica Light",sans-serif; font-size: 12pt; vertical-align: baseline; font-stretch: inherit;'>Release Pending Message To Inbox</span> </a></div> <div style="margin: 0px 120px 30px 0px; padding: 0px; color: rgb(102, 102, 102); line-height: 20px; font-size: 12px;"><br><br>lists.sourceforge.net email support </div></div></td></tr></tbody></table> <p> </p></div></div></body></html> |