Still having problems setting up crafty chess engine on my c

Archive of the old Parsimony forum. Some messages couldn't be restored. Limitations: Search for authors does not work, Parsimony specific formats do not work, threaded view does not work properly. Posting is disabled.

Still having problems setting up crafty chess engine on my c

Postby Arnold Orlino Arnold Orln » 25 Feb 2004, 01:00

Geschrieben von: / Posted by: Arnold Orlino Arnold Orlno at 25 February 2004 01:00:50:

Okay Dan Corbit told me to paste this from the winboard.debug file. Maybe someone can see what i might be doing wrong.
recognized 'normal' (-1) as variant normal
WinBoard 4.2.7 + wcrafty-18.13.exe
Reset(1, 0) from gameMode 0
recognized 'normal' (-1) as variant normal
GameEnds(0, (null), 2)
StartChildProcess (dir="c:/krafty") wcrafty-18.13.exe
Fatal Error: Startup failure on 'wcrafty-18.13.exe':
The system cannot find the file specified.

GameEnds(0, (null), 2)
2944125 >first : black
2944125 >first : time 360000
otim 360000
2944125 >first : white
go
2944203
Arnold Orlino Arnold Orln
 

Re: Still having problems setting up crafty chess engine on

Postby Arnold Arnold Orlno » 25 Feb 2004, 01:11

Geschrieben von: / Posted by: Arnold Arnold Orlno at 25 February 2004 01:11:02:
Als Antwort auf: / In reply to: Still having problems setting up crafty chess engine on my computer please help geschrieben von: / posted by: Arnold Orlino Arnold Orlno at 25 February 2004 01:00:50:

Okay Dan Corbit told me to paste this from the winboard.debug file. Maybe someone can see what i might be doing wrong.
recognized 'normal' (-1) as variant normal
WinBoard 4.2.7 + wcrafty-18.13.exe
Reset(1, 0) from gameMode 0
recognized 'normal' (-1) as variant normal
GameEnds(0, (null), 2)
StartChildProcess (dir="c:/krafty") wcrafty-18.13.exe
Fatal Error: Startup failure on 'wcrafty-18.13.exe':
The system cannot find the file specified.

GameEnds(0, (null), 2)
deleted by admin
Arnold Arnold Orlno
 

Re: Still having problems setting up crafty chess engine on

Postby Arnold Orlino Arnold Orln » 25 Feb 2004, 01:16

Geschrieben von: / Posted by: Arnold Orlino Arnold Orlno at 25 February 2004 01:16:54:
Als Antwort auf: / In reply to: Re: Still having problems setting up crafty chess engine on my computer please help geschrieben von: / posted by: Arnold Arnold Orlno at 25 February 2004 01:11:02:

Okay well i can't get the commands to paste here in my reply so i will type exactly what i have typed for the commands at the bottom of the ini.file.
}
/firstChessProgramNames={GNUChess
"GNUChes5 xboard"
"wcrafty-18.13.exe"/fd="c:/krafty"
}
/secondChessProgramNames={GNUChess
"GNUChes5 xboard"
"wcrafty-18.13.exe"/sd="c:/krafty"
}
/showButtonBar=true

I hope that worked.
Arnold Orlino Arnold Orln
 

Re: Still having problems setting up crafty chess engine on

Postby Andreas Herrmann » 25 Feb 2004, 01:31

Geschrieben von: / Posted by: Andreas Herrmann at 25 February 2004 01:31:20:
Als Antwort auf: / In reply to: Re: Still having problems setting up crafty chess engine on my computer please help geschrieben von: / posted by: Arnold Orlino Arnold Orlno at 25 February 2004 01:16:54:
Okay well i can't get the commands to paste here in my reply so i will type exactly what i have typed for the commands at the bottom of the ini.file.
}
/firstChessProgramNames={GNUChess
"GNUChes5 xboard"
"wcrafty-18.13.exe"/fd="c:/krafty"
}
/secondChessProgramNames={GNUChess
"GNUChes5 xboard"
"wcrafty-18.13.exe"/sd="c:/krafty"
}
/showButtonBar=true

I hope that worked.
I see 2 errors. At first, there must me a space character after the engine name "wcrafty-18.13.exe" and you have written a "/" character inside the path instead of "\".
So try the following, and be sure you have copyd the crafty files to c:\krafty:
/firstChessProgramNames={GNUChess
"GNUChes5 xboard"
"wcrafty-18.13.exe" /fd="c:\krafty"
}
/secondChessProgramNames={GNUChess
"GNUChes5 xboard"
"wcrafty-18.13.exe" /sd="c:\krafty"
}
Andreas
Andreas Herrmann
 

Re: Still having problems setting up crafty chess engine on

Postby Arnold Orlino Arnold Orln » 25 Feb 2004, 02:15

Geschrieben von: / Posted by: Arnold Orlino Arnold Orlno at 25 February 2004 02:15:32:
Als Antwort auf: / In reply to: Re: Still having problems setting up crafty chess engine on my computer please help geschrieben von: / posted by: Andreas Herrmann at 25 February 2004 01:31:20:
Okay well i can't get the commands to paste here in my reply so i will type exactly what i have typed for the commands at the bottom of the ini.file.
}
/firstChessProgramNames={GNUChess
"GNUChes5 xboard"
"wcrafty-18.13.exe"/fd="c:/krafty"
}
/secondChessProgramNames={GNUChess
"GNUChes5 xboard"
"wcrafty-18.13.exe"/sd="c:/krafty"
}
/showButtonBar=true

I hope that worked.
I see 2 errors. At first, there must me a space character after the engine name "wcrafty-18.13.exe" and you have written a "/" character inside the path instead of "\".
So try the following, and be sure you have copyd the crafty files to c:\krafty:
/firstChessProgramNames={GNUChess
"GNUChes5 xboard"
"wcrafty-18.13.exe" /fd="c:\krafty"
}
/secondChessProgramNames={GNUChess
"GNUChes5 xboard"
"wcrafty-18.13.exe" /sd="c:\krafty"
}
Andreas

Okay i tried it your way and i put the space and changed the slash around and this is how i typed it in the winboard.ini file.
}
/firstChessProgramNames={GNUChess
"GNUChes5 xboard"
"wcrafty-18.13.exe" /fd="c:\krafty"
}
/secondChessProgramNames={GNUChess
"GNUChes5 xboard"
"wcrafty-18.13.exe" /sd="c:\krafty"
}
/showButtonBar=true
Is that correct because it still will not work. I have checked that c:\krafty is okay because i can type it in the "run" program and it will come up. I'm still scratching my head why it won't work?
Arnold Orlino Arnold Orln
 

Re: Still having problems setting up crafty chess engine on

Postby Dann Corbit » 25 Feb 2004, 02:26

Geschrieben von: / Posted by: Dann Corbit at 25 February 2004 02:26:47:
Als Antwort auf: / In reply to: Re: Still having problems setting up crafty chess engine on my computer please help geschrieben von: / posted by: Arnold Orlino Arnold Orlno at 25 February 2004 02:15:32:
Okay well i can't get the commands to paste here in my reply so i will type exactly what i have typed for the commands at the bottom of the ini.file.
}
/firstChessProgramNames={GNUChess
"GNUChes5 xboard"
"wcrafty-18.13.exe"/fd="c:/krafty"
}
/secondChessProgramNames={GNUChess
"GNUChes5 xboard"
"wcrafty-18.13.exe"/sd="c:/krafty"
}
/showButtonBar=true

I hope that worked.
I see 2 errors. At first, there must me a space character after the engine name "wcrafty-18.13.exe" and you have written a "/" character inside the path instead of "\".
So try the following, and be sure you have copyd the crafty files to c:\krafty:
/firstChessProgramNames={GNUChess
"GNUChes5 xboard"
"wcrafty-18.13.exe" /fd="c:\krafty"
}
/secondChessProgramNames={GNUChess
"GNUChes5 xboard"
"wcrafty-18.13.exe" /sd="c:\krafty"
}
Andreas

Okay i tried it your way and i put the space and changed the slash around and this is how i typed it in the winboard.ini file.
}
/firstChessProgramNames={GNUChess
"GNUChes5 xboard"
"wcrafty-18.13.exe" /fd="c:\krafty"
}
/secondChessProgramNames={GNUChess
"GNUChes5 xboard"
"wcrafty-18.13.exe" /sd="c:\krafty"
}
/showButtonBar=true
Is that correct because it still will not work. I have checked that c:\krafty is okay because i can type it in the "run" program and it will come up. I'm still scratching my head why it won't work?
Run Winboard with crafty against crafty and set the /debug flag.
Send us the winboard.debug file.


my ftp site {remove http:// unless you like error messages}
Dann Corbit
 

Re: Still having problems setting up crafty chess engine on

Postby Arnold Orlino Arnold Orln » 25 Feb 2004, 03:58

Geschrieben von: / Posted by: Arnold Orlino Arnold Orlno at 25 February 2004 03:58:27:
Als Antwort auf: / In reply to: Re: Still having problems setting up crafty chess engine on my computer please help geschrieben von: / posted by: Dann Corbit at 25 February 2004 02:26:47:
Okay well i can't get the commands to paste here in my reply so i will type exactly what i have typed for the commands at the bottom of the ini.file.
}
/firstChessProgramNames={GNUChess
"GNUChes5 xboard"
"wcrafty-18.13.exe"/fd="c:/krafty"
}
/secondChessProgramNames={GNUChess
"GNUChes5 xboard"
"wcrafty-18.13.exe"/sd="c:/krafty"
}
/showButtonBar=true

I hope that worked.
I see 2 errors. At first, there must me a space character after the engine name "wcrafty-18.13.exe" and you have written a "/" character inside the path instead of "\".
So try the following, and be sure you have copyd the crafty files to c:\krafty:
/firstChessProgramNames={GNUChess
"GNUChes5 xboard"
"wcrafty-18.13.exe" /fd="c:\krafty"
}
/secondChessProgramNames={GNUChess
"GNUChes5 xboard"
"wcrafty-18.13.exe" /sd="c:\krafty"
}
Andreas

Okay i tried it your way and i put the space and changed the slash around and this is how i typed it in the winboard.ini file.
}
/firstChessProgramNames={GNUChess
"GNUChes5 xboard"
"wcrafty-18.13.exe" /fd="c:\krafty"
}
/secondChessProgramNames={GNUChess
"GNUChes5 xboard"
"wcrafty-18.13.exe" /sd="c:\krafty"
}
/showButtonBar=true
Is that correct because it still will not work. I have checked that c:\krafty is okay because i can type it in the "run" program and it will come up. I'm still scratching my head why it won't work?
Run Winboard with crafty against crafty and set the /debug flag.
Send us the winboard.debug file.

I believe i had posted the winboard.debug file in the first post can you check it there? Thanks. It still will not run in Winboard.
Arnold Orlino Arnold Orln
 

Re: Still having problems setting up crafty chess engine on

Postby Dann Corbit » 25 Feb 2004, 04:01

Geschrieben von: / Posted by: Dann Corbit at 25 February 2004 04:01:14:
Als Antwort auf: / In reply to: Re: Still having problems setting up crafty chess engine on my computer please help geschrieben von: / posted by: Arnold Orlino Arnold Orlno at 25 February 2004 03:58:27:
Okay well i can't get the commands to paste here in my reply so i will type exactly what i have typed for the commands at the bottom of the ini.file.
}
/firstChessProgramNames={GNUChess
"GNUChes5 xboard"
"wcrafty-18.13.exe"/fd="c:/krafty"
}
/secondChessProgramNames={GNUChess
"GNUChes5 xboard"
"wcrafty-18.13.exe"/sd="c:/krafty"
}
/showButtonBar=true

I hope that worked.
I see 2 errors. At first, there must me a space character after the engine name "wcrafty-18.13.exe" and you have written a "/" character inside the path instead of "\".
So try the following, and be sure you have copyd the crafty files to c:\krafty:
/firstChessProgramNames={GNUChess
"GNUChes5 xboard"
"wcrafty-18.13.exe" /fd="c:\krafty"
}
/secondChessProgramNames={GNUChess
"GNUChes5 xboard"
"wcrafty-18.13.exe" /sd="c:\krafty"
}
Andreas

Okay i tried it your way and i put the space and changed the slash around and this is how i typed it in the winboard.ini file.
}
/firstChessProgramNames={GNUChess
"GNUChes5 xboard"
"wcrafty-18.13.exe" /fd="c:\krafty"
}
/secondChessProgramNames={GNUChess
"GNUChes5 xboard"
"wcrafty-18.13.exe" /sd="c:\krafty"
}
/showButtonBar=true
Is that correct because it still will not work. I have checked that c:\krafty is okay because i can type it in the "run" program and it will come up. I'm still scratching my head why it won't work?
Run Winboard with crafty against crafty and set the /debug flag.
Send us the winboard.debug file.

I believe i had posted the winboard.debug file in the first post can you check it there? Thanks. It still will not run in Winboard.
I want you to do it again. It will be different this time.



my ftp site {remove http:// unless you like error messages}
Dann Corbit
 

Re: Still having problems setting up crafty chess engine on

Postby Arnold Orlino Arnold Orln » 25 Feb 2004, 04:53

Geschrieben von: / Posted by: Arnold Orlino Arnold Orlno at 25 February 2004 04:53:20:
Als Antwort auf: / In reply to: Re: Still having problems setting up crafty chess engine on my computer please help geschrieben von: / posted by: Dann Corbit at 25 February 2004 04:01:14:
Okay well i can't get the commands to paste here in my reply so i will type exactly what i have typed for the commands at the bottom of the ini.file.
}
/firstChessProgramNames={GNUChess
"GNUChes5 xboard"
"wcrafty-18.13.exe"/fd="c:/krafty"
}
/secondChessProgramNames={GNUChess
"GNUChes5 xboard"
"wcrafty-18.13.exe"/sd="c:/krafty"
}
/showButtonBar=true

I hope that worked.
I see 2 errors. At first, there must me a space character after the engine name "wcrafty-18.13.exe" and you have written a "/" character inside the path instead of "\".
So try the following, and be sure you have copyd the crafty files to c:\krafty:
/firstChessProgramNames={GNUChess
"GNUChes5 xboard"
"wcrafty-18.13.exe" /fd="c:\krafty"
}
/secondChessProgramNames={GNUChess
"GNUChes5 xboard"
"wcrafty-18.13.exe" /sd="c:\krafty"
}
Andreas

Okay i tried it your way and i put the space and changed the slash around and this is how i typed it in the winboard.ini file.
}
/firstChessProgramNames={GNUChess
"GNUChes5 xboard"
"wcrafty-18.13.exe" /fd="c:\krafty"
}
/secondChessProgramNames={GNUChess
"GNUChes5 xboard"
"wcrafty-18.13.exe" /sd="c:\krafty"
}
/showButtonBar=true
Is that correct because it still will not work. I have checked that c:\krafty is okay because i can type it in the "run" program and it will come up. I'm still scratching my head why it won't work?
Run Winboard with crafty against crafty and set the /debug flag.
Send us the winboard.debug file.

I believe i had posted the winboard.debug file in the first post can you check it there? Thanks. It still will not run in Winboard.
I want you to do it again. It will be different this time.
Okay i will run it one more time.
recognized 'normal' (-1) as variant normal
WinBoard 4.2.7 + wcrafty-18.13.exe
Reset(1, 0) from gameMode 0
recognized 'normal' (-1) as variant normal
GameEnds(0, (null), 2)
StartChildProcess (dir="c:\krafty") wcrafty-18.13.exe
Fatal Error: Startup failure on 'wcrafty-18.13.exe':
The system cannot find the file specified.

GameEnds(0, (null), 2)
Arnold Orlino Arnold Orln
 

Re: Still having problems setting up crafty chess engine on

Postby Günther Simon » 25 Feb 2004, 07:55

Geschrieben von: / Posted by: Günther Simon at 25 February 2004 07:55:28:
Als Antwort auf: / In reply to: Re: Still having problems setting up crafty chess engine on my computer please help geschrieben von: / posted by: Arnold Orlino Arnold Orlno at 25 February 2004 03:58:27:
/firstChessProgramNames={GNUChess
"GNUChes5 xboard"
"wcrafty-18.13.exe" /fd="c:\krafty"
}
/secondChessProgramNames={GNUChess
"GNUChes5 xboard"
"wcrafty-18.13.exe" /sd="c:\krafty"
}
/showButtonBar=true
Is that correct because it still will not work. I have checked that c:\krafty is okay because i can type it in the "run" program and it will come up. I'm still scratching my head why it won't work?
Run Winboard with crafty against crafty and set the /debug flag.
Send us the winboard.debug file.

I believe i had posted the winboard.debug file in the first post can you check it there? Thanks. It still will not run in Winboard.
Delete the "...." in the path i.e. "wcrafty-18.13.exe" /fd=c:\krafty
and try it again please.
(Be sure that your wcrafty-18.13.exe is really in C:\Krafty without
a further subfolder)
Regards,
Günther
Günther Simon
 

Re: Still having problems setting up crafty chess engine on

Postby [Admin] Volker Pittlik » 25 Feb 2004, 08:09

Geschrieben von: / Posted by: [Admin] Volker Pittlik at 25 February 2004 08:09:47:
Als Antwort auf: / In reply to: Re: Still having problems setting up crafty chess engine on my computer please help geschrieben von: / posted by: Günther Simon at 25 February 2004 07:55:28:

More information about this problem can be found here:
http://f11.parsimony.net/forum16635/messages/27007.htm
and here:
http://f11.parsimony.net/forum16635/messages/29149.htm
Regards
Volker

P.S. This thread is closed
[Admin] Volker Pittlik
 


Return to Archive (Old Parsimony Forum)

Who is online

Users browsing this forum: No registered users and 27 guests

cron