Generated magics in 642ms
UCI thread running
uci
id name PlentyChess 7.0.37
id author Yoshie2000
option name Hash type spin default 16 min 1 max 1048576
option name Threads type spin default 1 min 1 max 4096
option name MultiPV type spin default 1 min 1 max 218
option name MoveOverhead type spin default 100 min 10 max 10000
option name UCI_Chess960 type check default false
option name Ponder type check default false
option name Datagen type check default false
option name Minimal type check default false
option name SyzygyPath type string default
option name SyzygyProbeLimit type spin default 7 min 0 max 7
pi@pico:/opt/picochess/engines/aarch64 $ ls -l PlentyChess*
-rwxrwxr-x 1 pi pi 63280152 Dec 26 00:47 PlentyChess
-rw-r--r-- 1 pi pi 105 Dec 26 01:26 PlentyChess.uci
--------------------------------------------------------------
pi@pico:/opt/picochess/engines/aarch64 $ cat PlentyChess.uci
[DEFAULT]
SyzygyPath = /opt/picochess/tablebases/syzygy
Threads = 1
UCI_Chess960 = false
Ponder = false
------------------------------------------------------------------------------
pi@pico:/opt/picochess/engines/aarch64 $ cat engines.ini
.....
[saruman]
name = Saruman
web = Saruman
small = Saruman
medium = Saruman
large = Saruman
elo = 1425
ccrl = 1467
levels = 0
cores = 1
ponder/brain = n
fischer chess960 support = n
comments: Use Game in X or Fisher time only, moves too fast
[PlentyChess]
name = PlentyChess
web = PlentyChess
small = PlentyChess
medium = PlentyChess
large = PlentyChess
elo = 3789
ccrl = 3642
levels = 0
cores = 1
ponder/brain = n
fischer chess960 support = n
[shashchess]
name = ShashChess 39
web = ShashChess 39
small = shash
medium = shash 39
large = ShashChess
elo = 3642
ccrl = 3642
levels = 20 + auto, 18 1 core, levels Elo@3000 and Elo@3100 2 cores, level Elo@3190 3 cores
ponder/brain = y
fischer chess960 support = y
comments: Specify NNUE network files in the <engine>.uci file. Uses embedded nets as default.
--------------------------------------
Or is it crucial to list the engines in alphabetical order?
Greetz
Robert
2025-12-26 12:53:52.370 DEBUG pgn - message_consumer: received message from msg_queue: MSG_EXIT_MENU
2025-12-26 12:53:53.122 INFO engine - __init__: mame parameters=-nothrottle
2025-12-26 12:53:53.122 INFO engine - _open_local_engine: file /opt/picochess/engines/aarch64/PlentyChess
2025-12-26 12:53:53.123 INFO engine - _open_local_engine: mfile ['/opt/picochess/engines/aarch64/PlentyChess']
2025-12-26 12:53:53.123 INFO engine - _open_local_engine: opening engine locally
2025-12-26 12:53:53.740 ERROR base_events - default_exception_handler: Task exception was never retrieved
future: <Task finished name='Task-209' coro=<main.<locals>.MainLoop.process_main_events() done, defined at /opt/picochess/picochess.py:3514> exception=IndexError('pop from empty list')>
Traceback (most recent call last):
File "/opt/picochess/picochess.py", line 3636, in process_main_events
await self.engine.startup(event.options, self.state.rating)
File "/opt/picochess/uci/engine.py", line 1445, in startup
options = dict(parser[parser.sections().pop()])
~~~~~~~~~~~~~~~~~~~~~^^
IndexError: pop from empty list
2025-12-26 12:53:54.037 DEBUG dispatcher - _stopped_maxtimer: processing delayed (web) tasks: [DGT_DISPLAY_TIME]
2025-12-26 12:53:54.037 DEBUG dispatcher - _stopped_maxtimer: (web) tasks has 1 members
2025-12-26 12:53:54.037 DEBUG dispatcher - _process_message: (web) handle DgtApi: DGT_DISPLAY_TIME
2025-12-26 12:53:54.037 DEBUG iface - _process_message: (web) handle DgtApi: DGT_DISPLAY_TIME started
2025-12-26 12:53:54.038 DEBUG iface - _process_message: (web) handle DgtApi: DGT_DISPLAY_TIME ended
-------------------------------------------------------------------------------------
i am not a coder so i can't imagine what' going wrong here.
After firing up the engine via the webinterface picochess stalls and is not responding anymore.
Robert
--
You received this message because you are subscribed to the Google Groups "PicoChess" group.
To unsubscribe from this group and stop receiving emails from it, send an email to picochess+...@googlegroups.com.
To view this discussion visit https://groups.google.com/d/msgid/picochess/64df2e17-7fc5-4e9b-97eb-258dde33c1b4n%40googlegroups.com.
SyzygyPath = /opt/picochess/tablebases/syzygy
Threads = 1
UCI_Chess960 = false
Ponder = false
To view this discussion visit https://groups.google.com/d/msgid/picochess/3298a647-8628-4d77-b1ac-cc1d2a0d0f00n%40googlegroups.com.