Thinker 5.4d and Linux - getting error

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

Moderator: Ras

royb
Posts: 566
Joined: Thu Mar 09, 2006 12:53 am

Thinker 5.4d and Linux - getting error

Post by royb »

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
User avatar
Matthias Gemuh
Posts: 3245
Joined: Thu Mar 09, 2006 9:10 am

Re: Thinker 5.4d and Linux - getting error

Post by Matthias Gemuh »

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
glorfindel

Re: Thinker 5.4d and Linux - getting error

Post by glorfindel »

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
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 this

Code: Select all

$>xboard -fd /home/christos/chess/engines/Thinker -fcp ./runThinker.sh
where runThinker.sh contains only one line

Code: Select all

wine ./thinker
and it is executable ($>chmod +x runThinker.sh).

You could add the option -debug when running XBoard, to get more information about the error. You should be running the x86 version.
royb
Posts: 566
Joined: Thu Mar 09, 2006 12:53 am

Re: Thinker 5.4d and Linux - getting error

Post by royb »

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.
I cannot offer any insight into why it crashes. The error that xboard displays is this:

Fatal Error: first chess program exited unexpectedly.
Fatal Error: Error writing to first chess program: Broken pipe

Roy
User avatar
Matthias Gemuh
Posts: 3245
Joined: Thu Mar 09, 2006 9:10 am

Re: Thinker 5.4d and Linux - getting error

Post by Matthias Gemuh »

royb wrote:
Matthias Gemuh wrote:
How can Thinker crash ?
It has a uniquely clean design. Crashing should be impossible.

Matthias.
I cannot offer any insight into why it crashes. The error that xboard displays is this:

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 :wink:
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
royb
Posts: 566
Joined: Thu Mar 09, 2006 12:53 am

Re: Thinker 5.4d and Linux - getting error

Post by royb »

glorfindel 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
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 this

Code: Select all

$>xboard -fd /home/christos/chess/engines/Thinker -fcp ./runThinker.sh
where runThinker.sh contains only one line

Code: Select all

wine ./thinker
and it is executable ($>chmod +x runThinker.sh).

You could add the option -debug when running XBoard, to get more information about the error. You should be running the x86 version.
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!

Thanks again.

Roy
glorfindel

Re: Thinker 5.4d and Linux - getting error

Post by glorfindel »

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!
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.