Computer Chess Club Archives


Search

Terms

Messages

Subject: Re: TSCP error

Author: Matt Taylor

Date: 09:54:21 02/24/03

Go up one level in this thread


On February 23, 2003 at 23:12:52, Joshua Haglund wrote:

>When I compile Tscp with
>GCC, It compiles fine with the following.
>
>
>gcc -Os -W -Werror -fomit-frame-pointer -c board.c
>gcc -Os -W -Werror -fomit-frame-pointer -c book.c
>gcc -Os -W -Werror -fomit-frame-pointer -c data.c
>gcc -O3 -W -Werror -fomit-frame-pointer -c eval.c
>gcc -Os -W -Werror -fomit-frame-pointer -c main.c
>gcc -O3 -W -Werror -fomit-frame-pointer -c search.c
>
>gcc -o tscp.exe board.o book.o eval.o data.o main.o search.o
>
>Now, when to play a certain time control...
>
>st 5
>
>It searches until 5 seconds is reaches then...
>it Errors with dialog box saying tscp errors in MSVCRT.DLL
>
>Any clue?
>
>Joshua
>toneewa@yahoo.com

If you post the crash data, I will look into it and try to pinpoint the location
of the error. By crash data I mean all the "eip=xxxxxxxx eax=xxxxxxxx..." stuff.
Any other info you can supply would be helpful.

-Matt



This page took 0 seconds to execute

Last modified: Thu, 15 Apr 21 08:11:13 -0700

Current Computer Chess Club Forums at Talkchess. This site by Sean Mintz.