I update to version 135.
I'm checking ChessbrainVbNet V5.10 engine. When ponder is on always disconnect after a few moves (usually bellow 10).
I check the log and it says:
"tablebases initialized, 5 pieces, 145 WDL files found
initial tour load took 322 msec
white disconnects
invalid ponder move d6e5 for engine ChessbrainVbNet V5.10 (FEN r2qkbnr/pp4pp/2n5/4p3/4P3/7P/PP3PP1/RNBQK2R b KQ - 1 11)
white disconnects"
I think there is a bug in GUI because I check the engine with other gui's (arena 3.5.1, shredder 14) and plays ok
Myracle GUI
Moderator: Ras
-
mar
- Posts: 3015
- Joined: Fri Nov 26, 2010 2:00 pm
- Location: Czech Republic
- Full name: Martin Sedlak
Re: Myracle GUI
ok, I'll look into it. where to download the engine? I oly see ChessbrainVB 4.10SSTATHIS wrote: ↑Wed Sep 23, 2026 7:55 pm I update to version 135.
I'm checking ChessbrainVbNet V5.10 engine. When ponder is on always disconnect after a few moves (usually bellow 10).
I check the log and it says:
"tablebases initialized, 5 pieces, 145 WDL files found
initial tour load took 322 msec
white disconnects
invalid ponder move d6e5 for engine ChessbrainVbNet V5.10 (FEN r2qkbnr/pp4pp/2n5/4p3/4P3/7P/PP3PP1/RNBQK2R b KQ - 1 11)
white disconnects"
I think there is a bug in GUI because I check the engine with other gui's (arena 3.5.1, shredder 14) and plays ok
-
Graham Banks
- Posts: 46483
- Joined: Sun Feb 26, 2006 10:52 am
- Location: Auckland, NZ
Re: Myracle GUI
https://github.com/RZulu54/ChessBrainVB/releasesmar wrote: ↑Thu Sep 24, 2026 1:55 amok, I'll look into it. where to download the engine? I oly see ChessbrainVB 4.10SSTATHIS wrote: ↑Wed Sep 23, 2026 7:55 pm I update to version 135.
I'm checking ChessbrainVbNet V5.10 engine. When ponder is on always disconnect after a few moves (usually bellow 10).
I check the log and it says:
"tablebases initialized, 5 pieces, 145 WDL files found
initial tour load took 322 msec
white disconnects
invalid ponder move d6e5 for engine ChessbrainVbNet V5.10 (FEN r2qkbnr/pp4pp/2n5/4p3/4P3/7P/PP3PP1/RNBQK2R b KQ - 1 11)
white disconnects"
I think there is a bug in GUI because I check the engine with other gui's (arena 3.5.1, shredder 14) and plays ok
Can't see it in there.
gbanksnz at gmail.com
-
mar
- Posts: 3015
- Joined: Fri Nov 26, 2010 2:00 pm
- Location: Czech Republic
- Full name: Martin Sedlak
Re: Myracle GUI
ok, turns out I can reproduce with 4.10
looks like it's non-compliant and reports bestmove when asked to ponder, but it should wait for stop or ponderhit
the GUI, however, should be able to handle such cases - looks like UCI pondering is broken in Myracle and I'll have to fix it, thanks for reporting
looks like it's non-compliant and reports bestmove when asked to ponder, but it should wait for stop or ponderhit
the GUI, however, should be able to handle such cases - looks like UCI pondering is broken in Myracle and I'll have to fix it, thanks for reporting
-
SSTATHIS
- Posts: 56
- Joined: Tue Jun 22, 2010 7:55 pm
Re: Myracle GUI
Here it is:mar wrote: ↑Thu Sep 24, 2026 1:55 amok, I'll look into it. where to download the engine? I oly see ChessbrainVB 4.10SSTATHIS wrote: ↑Wed Sep 23, 2026 7:55 pm I update to version 135.
I'm checking ChessbrainVbNet V5.10 engine. When ponder is on always disconnect after a few moves (usually bellow 10).
I check the log and it says:
"tablebases initialized, 5 pieces, 145 WDL files found
initial tour load took 322 msec
white disconnects
invalid ponder move d6e5 for engine ChessbrainVbNet V5.10 (FEN r2qkbnr/pp4pp/2n5/4p3/4P3/7P/PP3PP1/RNBQK2R b KQ - 1 11)
white disconnects"
I think there is a bug in GUI because I check the engine with other gui's (arena 3.5.1, shredder 14) and plays ok
https://github.com/RZulu54/ChessbrainVb ... /tag/V5.01