Myracle GUI

Discussion of anything and everything relating to chess playing software and machines.

Moderator: Ras

Modern Times
Posts: 3888
Joined: Thu Jun 07, 2012 11:02 pm

Re: Myracle GUI

Post by Modern Times »

mar wrote: Sun Jun 07, 2026 12:17 pm the way I do it is I load all the pgn games into memory first, then shuffle all of them (the indices actually)
and then I simply walk sequentially on the shuffled indices and pull them - so assuming this works as intended,
you should never see the same line except for the reverse, assuming repeat reverse is checked

EDIT: of course if the pgn contains the same line multiple times (within max ply if enabled), the of course it may repeat
Amazing, thanks :-)
Krzysztof Grzelak
Posts: 1623
Joined: Tue Jul 15, 2014 12:47 pm

Re: Myracle GUI

Post by Krzysztof Grzelak »

Ras wrote: Sun Jun 07, 2026 11:43 am Moderation: Krzysztof, stop spamming the thread with this question. You have asked that over and over already.
I'm sorry but I will still write and ask for it - since the GUI author forgot to hide it so that it is not visible.

Krzysztof
mar
Posts: 2765
Joined: Fri Nov 26, 2010 2:00 pm
Location: Czech Republic
Full name: Martin Sedlak

Re: Myracle GUI

Post by mar »

Mark 1 wrote: Sun Jun 07, 2026 4:13 am Hello Martin...

I may have discovered a bug. When you select an EPD file under *New Game* and click *OK*, error messages about illegal moves appear. In a tournament with multiple engines, however, everything works fine. Can you reproduce this on your side.

Best regards
Mark 1
yes I can reproduce the problem so hopefully this will be fixed in the next build, thanks for reporting Mark
mar
Posts: 2765
Joined: Fri Nov 26, 2010 2:00 pm
Location: Czech Republic
Full name: Martin Sedlak

Re: Myracle GUI

Post by mar »

vencenda wrote: Sun Jun 07, 2026 7:04 am Small bug (I think):
If you have overridden engines' options for threads and hash in a tournament, when you hover over the engine's name during a tournament game, in the status bar it shows the cores/hash from the engine's settings, instead of the cores/hash used right now.
yes it's a bug, I will attempt to fix it in the next build, thanks for the report
mar
Posts: 2765
Joined: Fri Nov 26, 2010 2:00 pm
Location: Czech Republic
Full name: Martin Sedlak

Re: Myracle GUI

Post by mar »

Wilhelm wrote: Sun Jun 07, 2026 8:37 am Hello Martin,
many thanks for this cool GUI, I realy like this clean look!
I have one question: is it possible to add the solving times and the average solving time when running an epd test suite? This would be an important feature.
Thank you!

regards
William
hi Wilhelm,

I'm glad you like it,
what you propose is certainly doable, considering there were bugs reported a new build will happen soon anyway
I assume average solving time doesn't count the time it takes to not find a solution, because that would skew the results
User avatar
Ras
Posts: 2769
Joined: Tue Aug 30, 2016 8:19 pm
Full name: Rasmus Althoff

Re: Myracle GUI

Post by Ras »

Moderation: One week ban for Krzysztof. Any further of his questions regarding this issue will be deleted and earn more bans. Trying to pressure an open source author to implement some feature is not acceptable.
Rasmus Althoff
https://www.ct800.net
chessica
Posts: 1071
Joined: Thu Aug 11, 2022 11:30 pm
Full name: Esmeralda Pinto

Re: Myracle GUI

Post by chessica »

Many thanks for the new chess GUI. I have a question about it: I want to load a position and have an
engine evaluate it, but I can't seem to get it to work. What could be the reason? Is it perhaps not
possible at all? If it *is* supposed to work, in what order should I configure the settings?
mar
Posts: 2765
Joined: Fri Nov 26, 2010 2:00 pm
Location: Czech Republic
Full name: Martin Sedlak

Re: Myracle GUI

Post by mar »

chessica wrote: Sun Jun 07, 2026 3:42 pm Many thanks for the new chess GUI. I have a question about it: I want to load a position and have an
engine evaluate it, but I can't seem to get it to work. What could be the reason? Is it perhaps not
possible at all? If it *is* supposed to work, in what order should I configure the settings?
hello,
the way it's supposed to work is as follows:

go to tools/settings/analysis
pick analysis set (default is 0) and add an engine to it from the installed engines by double-clicking it in the right listbox
(assuming you have some engines installed; if not you have to go to engines first and install a new engine)

so once you have an analysis engine set up you should be able to start analyzing (analysis/analyze or the shortcut)
you can either paste a FEN from the edit menu or use edit/setup board to set up a custom position
chessica
Posts: 1071
Joined: Thu Aug 11, 2022 11:30 pm
Full name: Esmeralda Pinto

Re: Myracle GUI

Post by chessica »

Ok, now it works fine. :D :D :D
mar
Posts: 2765
Joined: Fri Nov 26, 2010 2:00 pm
Location: Czech Republic
Full name: Martin Sedlak

Re: Myracle GUI

Post by mar »

build 65 is up:
- fix: new game (eng-eng) with epd book
- fix: wrong status tip when using tour engine options override
- epd suite now shows time to solution + avg solution time
- fix: quiet mode checkbox in tournament tab reacts immediately