by H.G.Muller » 19 Oct 2011, 18:47
It could be that the system gets confused by the space in the pathname of the "Shredder 12.app" folder. Not sure if Shredder would still be able to find its files of you renamed that to something without a space, though. To get this name across to XBoard might require a double level of quoting.
Try
xboard -fcp "Shredder12Mac" -fd "'/Applictations/Shredder 12.app/Contents/Resources/Java/engines'" -fUCI
(so mentioning the Shredder directory in a separate -fd option, which has single quotes inside the double quotes), just to see if we canrun Shredder that way.
The 'connection closed' problem could be because youdon't have the timestamp executable, or have it in a place where XBoard cannot find it. If Shredder works, the next step would be to try it on ICC without timestamp, i.e. leave out the -icshelper timestamp option:
xboard -zp -ics chessclub.com -fcp "Shredder12Mac" -fd "'/Applictations/Shredder 12.app/Contents/Resources/Java/engines'" -fUCI
When that works youknow the connection is OK, and timestamp was the problem. How did you install XBoard? Was it from the Mac package distributed from this forum? I thought that included timestamp and timeseal. But I am no Mac user, and did not make the package, so I could be wrong.