Author Topic: CVS build woes  (Read 1586 times)

0 Members and 1 Guest are viewing this topic.

Offline Fry_Day

  • 28
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
« Last Edit: May 19, 2003, 04:07:50 am by 791 »

 

Offline Bobboau

  • Just a MODern kinda guy
    Just MODerately cool
    And MODest too
  • 213
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.
Bobboau, bringing you products that work... in theory
learn to use PCS
creator of the ProXimus Procedural Texture and Effect Generator
My latest build of PCS2, get it while it's hot!
PCS 2.0.3


DEUTERONOMY 22:11
Thou shalt not wear a garment of diverse sorts, [as] of woollen and linen together

  

Offline phreak

  • Gun Phreak
  • 211
  • -1
define USE_OPENGL
Offically approved by Ebola Virus Man :wtf:
phreakscp - gtalk
phreak317#7583 - discord

 

Offline Inquisitor

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?
No signature.

 

Offline Bobboau

  • Just a MODern kinda guy
    Just MODerately cool
    And MODest too
  • 213
I think you would make a good addition
Bobboau, bringing you products that work... in theory
learn to use PCS
creator of the ProXimus Procedural Texture and Effect Generator
My latest build of PCS2, get it while it's hot!
PCS 2.0.3


DEUTERONOMY 22:11
Thou shalt not wear a garment of diverse sorts, [as] of woollen and linen together

 

Offline Fry_Day

  • 28
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...
« Last Edit: May 20, 2003, 04:02:10 am by 791 »

 

Offline Inquisitor

Let me know when you get out of school.

Sounds like you have some Visual Studio funkiness going on though.
No signature.

 

Offline Fry_Day

  • 28
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:
« Last Edit: May 20, 2003, 10:23:40 am by 791 »