Immediate Crash (not main.cs)
by afharris_83 · in Torque Game Engine Advanced · 11/14/2006 (1:19 pm) · 7 replies
I downloaded the newest milestone of TSE and compiled with no problems. However when I start the engine, it begins to load, then I get this fatal error which I have copied from the console file.
Fatal: (c:\documents and settings\alan\desktop\tse\engine\shadergen\shadergen.cpp @ 67) Failed to open Shader Stream
Error, a DecalManager (1a17c00) isn't properly out of the bins!
Thoughts?
Fatal: (c:\documents and settings\alan\desktop\tse\engine\shadergen\shadergen.cpp @ 67) Failed to open Shader Stream
Error, a DecalManager (1a17c00) isn't properly out of the bins!
Thoughts?
#2
01/25/2007 (9:57 am)
Check and make sure that everything is not still flagged Read Only. That was my problem (which GG staff was kind enough to point out awhile back.) Hope that helps.
#3
01/25/2007 (5:31 pm)
Weird that only some people are seeing this. What program are you using to unzip?
#4
Made sure that debug wasn't enabled ...check.
Just crashes out as soon as I run the .exe on one of my systems.
02/14/2007 (8:57 am)
Same here. I made sure I've got no read only files ... check.Made sure that debug wasn't enabled ...check.
Just crashes out as soon as I run the .exe on one of my systems.
#5
System has a brand new Nvidia card (Geforce 6200), 512mb, WinXP Pro
It just doesn't launch at all. I checked to make sure that no debugging was enabled in main.cs, but still it dies :(
02/15/2007 (7:34 am)
Used winzip to unzip with (don't know if that helps??)System has a brand new Nvidia card (Geforce 6200), 512mb, WinXP Pro
It just doesn't launch at all. I checked to make sure that no debugging was enabled in main.cs, but still it dies :(
#6
Double check the drivers for the card. 90+ drivers will most likely cause errors, remove Shader support and other funny things. (I'm on a 7600Go = 7300GT+ and had to revert from 97.X to 84.25 to get back SM3 support)
Best driver for your card most likely is the same, so 84.25.
You can grab it from www.guru3d.com or www.laptopvideo2go.com
02/15/2007 (4:52 pm)
Brand new and brand slowest. Only a little faster than intel onboard so you will not be able to use many shadersDouble check the drivers for the card. 90+ drivers will most likely cause errors, remove Shader support and other funny things. (I'm on a 7600Go = 7300GT+ and had to revert from 97.X to 84.25 to get back SM3 support)
Best driver for your card most likely is the same, so 84.25.
You can grab it from www.guru3d.com or www.laptopvideo2go.com
#7
02/15/2007 (5:00 pm)
Thanks, but no it's not the card. I have another 3 systems here with exactly the same card and it runs fine on those.
Torque Owner Brian McRae
Anyone have a fix for this?