Harald JOHNSEN wrote :
Ben Morrison wrote:
I have downloaded the following source code files: FlightGear 9.8, SimGear 3.8, plib 1.8.4, and zlib 1.1.4. I was able to get this to compile in Visual Studio 2003 but when I try to run flight gear with the following command: “fgfs –fg-root=c:\\GS_PTT\\Flightgear\\data –airport=KSFO – aircraft=A-10cl –disable-sound” and I get the following runtime error almost immediately:You can debug, no problem.
Debug assertion failed!
Program: fgfs.exe
File: isctype.c
Line: 68
Expression: (unsigned)(c+1) <= 256
Has anyone ever encountered this error? Is it possible to set breakpoints in Flightgear and debug it that way?
The assert is a known problem, it happens with a debug build under VS, you have to change a view lines in simgear, patch attached.
BTW: you will get a 2x to 3x framerate improvement if you compile flightgear in release mode, and you will not be annoyed by this assertion failure.
-Fred
_______________________________________________ Flightgear-devel mailing list [email protected] http://mail.flightgear.org/mailman/listinfo/flightgear-devel 2f585eeea02e2c79d7b1d8c4963bae2d
