Hard Light Productions Forums

Modding, Mission Design, and Coding => FS2 Open Coding - The Source Code Project (SCP) => Topic started by: Fry_Day on May 19, 2003, 04:04:43 am

Title: CVS build woes
Post by: Fry_Day on May 19, 2003, 04:04:43 am
The state of fsscp seems to be just getting worse - current CVS build, clean, crashes, logfile including "2d.h  - about to init 104". It tries to init an invalid display mode, making it call int3. int3 calls the display mode init with 0, to disable display, but since the display mode is illegal, it is an infinite loop that causes a stack overflow. suspect - launcher.

Edit: I changed my mind. crashes under OpenGL only
Title: CVS build woes
Post by: Bobboau on May 19, 2003, 10:18:49 am
I've been getting odd graphics problems with debuging, any time it is suposed to minimize (warning/error/assert) or MSVC is suposed to regain focus (ie run to cursor) I just get a white screen, I've had to use the -window comand line and alt-tab to debug.
Title: CVS build woes
Post by: phreak on May 19, 2003, 02:02:48 pm
define USE_OPENGL
Title: CVS build woes
Post by: Inquisitor on May 19, 2003, 02:48:51 pm
I thought that the "run in a window" thing was fixed?

anywho, I clean built yesterday, and ran part of a user campaign, I got no errors like that, I am runing in d3d with the dx8 build.

and as for "things getting worse" you do realize that 1) we're in teh middle of bughunting and fixing, and 2) that's not a very nice way to put it.

fry: would you like ot join the project?
Title: CVS build woes
Post by: Bobboau on May 19, 2003, 10:25:17 pm
I think you would make a good addition
Title: CVS build woes
Post by: Fry_Day on May 20, 2003, 03:20:36 am
I'm flattered, but, I'm on the verge of finishing high-school, and I'd rather do it with good grades :)

In a month, tops, I'm totally free of that. YAY! :)

Edit: On an unrelated note, I've installed SP5 and the processor pack for MSVC6, yet it doesn't detect the new registers in inline asm, and doesn't have the __m64 or __m128 data types. I wanted to red0 the vector lib with some sort of SIMD, but I find that quite a hindrance...
Title: CVS build woes
Post by: Inquisitor on May 20, 2003, 07:44:01 am
Let me know when you get out of school.

Sounds like you have some Visual Studio funkiness going on though.
Title: CVS build woes
Post by: Fry_Day on May 20, 2003, 09:45:38 am
Last test - June 26th. 'Nuff said :)


Edit - back to my MSVC woes - After doing everything imaginable, I can get MASM to do SSE stuff, but Visual C still refuses to recognize the types __m64 and __m128, and the inline assembler also refuses to recognize SSE-related commands. NGAAH!!! :mad: