When I run thinker-5.4d (inert version, single processor version) under xboard and wine, thinker crashes immediately after my second move (as white) in a game. My OSes are 32-bit and 64-bit Ubuntu (multiple systems).
Have others seen this? Is there no way to run Thinker under Linux?
Thanks in advance for any help on this,
Roy
Thinker 5.4d and Linux - getting error
Moderator: Ras
-
- Posts: 3245
- Joined: Thu Mar 09, 2006 9:10 am
Re: Thinker 5.4d and Linux - getting error
royb wrote:When I run thinker-5.4d (inert version, single processor version) under xboard and wine, thinker crashes immediately after my second move (as white) in a game. My OSes are 32-bit and 64-bit Ubuntu (multiple systems).
Have others seen this? Is there no way to run Thinker under Linux?
Thanks in advance for any help on this,
Roy
How can Thinker crash ?
It has a uniquely clean design. Crashing should be impossible.
Matthias.
My engine was quite strong till I added knowledge to it.
http://www.chess.hylogic.de
http://www.chess.hylogic.de
Re: Thinker 5.4d and Linux - getting error
From time to time I see crashes like the one you describe with several engines under wine. But Thinker works for me. I run it like thisroyb wrote:When I run thinker-5.4d (inert version, single processor version) under xboard and wine, thinker crashes immediately after my second move (as white) in a game. My OSes are 32-bit and 64-bit Ubuntu (multiple systems).
Have others seen this? Is there no way to run Thinker under Linux?
Thanks in advance for any help on this,
Roy
Code: Select all
$>xboard -fd /home/christos/chess/engines/Thinker -fcp ./runThinker.sh
Code: Select all
wine ./thinker
You could add the option -debug when running XBoard, to get more information about the error. You should be running the x86 version.
-
- Posts: 566
- Joined: Thu Mar 09, 2006 12:53 am
Re: Thinker 5.4d and Linux - getting error
I cannot offer any insight into why it crashes. The error that xboard displays is this:Matthias Gemuh wrote:royb wrote:When I run thinker-5.4d (inert version, single processor version) under xboard and wine, thinker crashes immediately after my second move (as white) in a game. My OSes are 32-bit and 64-bit Ubuntu (multiple systems).
Have others seen this? Is there no way to run Thinker under Linux?
Thanks in advance for any help on this,
Roy
How can Thinker crash ?
It has a uniquely clean design. Crashing should be impossible.
Matthias.
Fatal Error: first chess program exited unexpectedly.
Fatal Error: Error writing to first chess program: Broken pipe
Roy
-
- Posts: 3245
- Joined: Thu Mar 09, 2006 9:10 am
Re: Thinker 5.4d and Linux - getting error
royb wrote:I cannot offer any insight into why it crashes. The error that xboard displays is this:Matthias Gemuh wrote:
How can Thinker crash ?
It has a uniquely clean design. Crashing should be impossible.
Matthias.
Fatal Error: first chess program exited unexpectedly.
Fatal Error: Error writing to first chess program: Broken pipe
Roy
It is not from you that I expect an answer

The PV is being supressed to guarantee stability and elegance.
Matthias.
My engine was quite strong till I added knowledge to it.
http://www.chess.hylogic.de
http://www.chess.hylogic.de
-
- Posts: 566
- Joined: Thu Mar 09, 2006 12:53 am
Re: Thinker 5.4d and Linux - getting error
Christos - thanks for the assist. The way you have it set up works for me though I cannot see why there is a difference; that is not important!glorfindel wrote:From time to time I see crashes like the one you describe with several engines under wine. But Thinker works for me. I run it like thisroyb wrote:When I run thinker-5.4d (inert version, single processor version) under xboard and wine, thinker crashes immediately after my second move (as white) in a game. My OSes are 32-bit and 64-bit Ubuntu (multiple systems).
Have others seen this? Is there no way to run Thinker under Linux?
Thanks in advance for any help on this,
Roywhere runThinker.sh contains only one lineCode: Select all
$>xboard -fd /home/christos/chess/engines/Thinker -fcp ./runThinker.sh
and it is executable ($>chmod +x runThinker.sh).Code: Select all
wine ./thinker
You could add the option -debug when running XBoard, to get more information about the error. You should be running the x86 version.
Thanks again.
Roy
Re: Thinker 5.4d and Linux - getting error
Probably because wine needs to be started from within the directory where the engine is, else it gives an error that it could not load the binary.royb wrote:The way you have it set up works for me though I cannot see why there is a difference; that is not important!