DevLabs > DevLabs Forums > CHESS – Find and Reproduce Concurrency Heisenbugs > How to fix "(file not found)" in ChessBoard?
Ask a questionAsk a question
 

AnswerHow to fix "(file not found)" in ChessBoard?

  • Saturday, August 22, 2009 5:04 PMNeil_J Users MedalsUsers MedalsUsers MedalsUsers MedalsUsers Medals
     
    In ChessBoard when I try to run any test, I receive a "(file not found)" error:

     

     






    How can this be fixed?

Answers

  • Sunday, August 23, 2009 12:33 AMTom BallMSFT, ModeratorUsers MedalsUsers MedalsUsers MedalsUsers MedalsUsers Medals
     Answer
    Looks like an easy bug. The directory has spaces and isn't quoted. Move the Samples directory to something like c:\ChessSamples and try again.

    -- Tom

All Replies

  • Sunday, August 23, 2009 12:33 AMTom BallMSFT, ModeratorUsers MedalsUsers MedalsUsers MedalsUsers MedalsUsers Medals
     Answer
    Looks like an easy bug. The directory has spaces and isn't quoted. Move the Samples directory to something like c:\ChessSamples and try again.

    -- Tom
  • Sunday, August 23, 2009 4:30 AMNeil_J Users MedalsUsers MedalsUsers MedalsUsers MedalsUsers Medals
     
    Thanks Tom. I had to move chessboard.exe to a non-spaced directory also.

    Here it is working: