Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

External Engine Not Working on Arch Linux (Stuck on Loading) #14

Closed
agenttux opened this issue Aug 19, 2022 · 4 comments
Closed

External Engine Not Working on Arch Linux (Stuck on Loading) #14

agenttux opened this issue Aug 19, 2022 · 4 comments
Labels
bug Something isn't working

Comments

@agenttux
Copy link

agenttux commented Aug 19, 2022

Hi, I'm trying to run this but it gets stuck. The command I'm using is:

remote-uci stockfish

When I click the link in the terminal, I see this:
image

After I authorize and try to open one of my games, it gets stuck like this and never evaluates:
image

Any suggestions for fixes? This is my log:

[2022-08-19T15:46:23Z WARN ] 0 >> Stockfish 15 by the Stockfish developers (see AUTHORS file)
[2022-08-19T15:46:24Z INFO ] 0 >> id name Stockfish 15
[2022-08-19T15:46:24Z INFO ] 0 >> id author the Stockfish developers (see AUTHORS file)
[2022-08-19T15:46:24Z WARN ] 0 >> 
[2022-08-19T15:46:24Z INFO ] 0 >> option name Debug Log File type string default 
[2022-08-19T15:46:24Z INFO ] 0 >> option name Threads type spin default 1 min 1 max 512
[2022-08-19T15:46:24Z INFO ] 0 >> option name Hash type spin default 16 min 1 max 33554432
[2022-08-19T15:46:24Z INFO ] 0 >> option name Clear Hash type button
[2022-08-19T15:46:24Z INFO ] 0 >> option name Ponder type check default false
[2022-08-19T15:46:24Z INFO ] 0 >> option name MultiPV type spin default 1 min 1 max 500
[2022-08-19T15:46:24Z INFO ] 0 >> option name Skill Level type spin default 20 min 0 max 20
[2022-08-19T15:46:24Z INFO ] 0 >> option name Move Overhead type spin default 10 min 0 max 5000
[2022-08-19T15:46:24Z INFO ] 0 >> option name Slow Mover type spin default 100 min 10 max 1000
[2022-08-19T15:46:24Z INFO ] 0 >> option name nodestime type spin default 0 min 0 max 10000
[2022-08-19T15:46:24Z INFO ] 0 >> option name UCI_Chess960 type check default false
[2022-08-19T15:46:24Z INFO ] 0 >> option name UCI_AnalyseMode type check default false
[2022-08-19T15:46:24Z INFO ] 0 >> option name UCI_LimitStrength type check default false
[2022-08-19T15:46:24Z INFO ] 0 >> option name UCI_Elo type spin default 1350 min 1350 max 2850
[2022-08-19T15:46:24Z INFO ] 0 >> option name UCI_ShowWDL type check default false
[2022-08-19T15:46:24Z INFO ] 0 >> option name SyzygyPath type string default <empty>
[2022-08-19T15:46:24Z INFO ] 0 >> option name SyzygyProbeDepth type spin default 1 min 1 max 100
[2022-08-19T15:46:24Z INFO ] 0 >> option name Syzygy50MoveRule type check default true
[2022-08-19T15:46:24Z INFO ] 0 >> option name SyzygyProbeLimit type spin default 7 min 0 max 7
[2022-08-19T15:46:24Z INFO ] 0 >> option name Use NNUE type check default true
[2022-08-19T15:46:24Z INFO ] 0 >> option name EvalFile type string default nn-6877cd24400e.nnue
[2022-08-19T15:46:24Z INFO ] 0 >> uciok
@niklasf niklasf added the bug Something isn't working label Aug 19, 2022
@abdavis
Copy link

abdavis commented Aug 26, 2022

Also using arch, installed using docker compose. also using chromium. I get the same result. of note, the last log is uciok, and starting/stopping analysis on lichess doesn't seem to do anything. seems like the browser isn't able to talk to the engine at all. Either that or the log only shows the startup and doesn't say anything about ongoing games.

@agenttux
Copy link
Author

fyi, this also occurs when I compile from source and try to run the compiled executable

@jason-s-yu
Copy link

I'm getting this issue on Windows 10 running Docker with WSL2 backend. Launched with docker-compose in WSL2/Ubuntu 20.

@niklasf
Copy link
Member

niklasf commented Oct 24, 2022

Probably solved in alpha 2.

@niklasf niklasf closed this as completed Oct 24, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

4 participants