Weird Error causing crash
Moderator: Moderators
-
MasterFang1
- Corporal

- Posts: 144
- Joined: Sat Apr 05, 2008 4:30 pm
- Projects :: No Mod project currently.
- xbox live or psn: No gamertag set
Weird Error causing crash
Message Severity: 2
D:\src\FRONTLINE_PC\RedEngineFL\movie\RedMovie.cpp(467)
Segment 0x8f476006 does not exist in movie 0xb86e8e36
Message Severity: 3
D:\src\FRONTLINE_PC\RedEngineFL\Graphics\PC\Shaders\pcTerrainShader.cpp(176)
pcTerrainShader: detail texture expects L8 format!
Message Severity: 3
D:\src\FRONTLINE_PC\FrontLine\Source\GameModel.cpp(209)
GameModel [cuttercube] no valid LOD found
Can anyone tell me what i need to change to make it not crash?
D:\src\FRONTLINE_PC\RedEngineFL\movie\RedMovie.cpp(467)
Segment 0x8f476006 does not exist in movie 0xb86e8e36
Message Severity: 3
D:\src\FRONTLINE_PC\RedEngineFL\Graphics\PC\Shaders\pcTerrainShader.cpp(176)
pcTerrainShader: detail texture expects L8 format!
Message Severity: 3
D:\src\FRONTLINE_PC\FrontLine\Source\GameModel.cpp(209)
GameModel [cuttercube] no valid LOD found
Can anyone tell me what i need to change to make it not crash?
- ANDEWEGET
- Ancient Force

- Posts: 1266
- Joined: Tue Apr 01, 2008 8:42 am
- Location: Germany
- Contact:
Re: Weird Error causing crash
this should be the prob...a model with name cuttercube has no valid lod...i think you should try to find this object and kill itMasterFang1 wrote:Message Severity: 3
D:\src\FRONTLINE_PC\FrontLine\Source\GameModel.cpp(209)
GameModel [cuttercube] no valid LOD found
-
MasterFang1
- Corporal

- Posts: 144
- Joined: Sat Apr 05, 2008 4:30 pm
- Projects :: No Mod project currently.
- xbox live or psn: No gamertag set
Re: Weird Error causing crash
cuttercube is a terrain cutter that FragMe! made. I don't see why that would cause a crash.
- ANDEWEGET
- Ancient Force

- Posts: 1266
- Joined: Tue Apr 01, 2008 8:42 am
- Location: Germany
- Contact:
Re: Weird Error causing crash
it looks like it caused the crash...
-
breakdown
- Lance Corporal
- Posts: 91
- Joined: Thu Oct 16, 2008 6:44 pm
- Projects :: No Mod project currently.
- xbox live or psn: No gamertag set
Re: Weird Error causing crash
yeah, I tried to use the terrain cutters in a map of mine a long time ago, and it crashed. Must not be compatible for SWBF1.
- Teancum
- Jedi Admin

- Posts: 11080
- Joined: Wed Sep 07, 2005 11:42 pm
- Projects :: No Mod project currently.
- xbox live or psn: No gamertag set
- Location: Indiana
Re: Weird Error causing crash
Turn RLE compression off when saving TGAs
- ANDEWEGET
- Ancient Force

- Posts: 1266
- Joined: Tue Apr 01, 2008 8:42 am
- Location: Germany
- Contact:
Re: Weird Error causing crash
a other way for having terraincutters without visible meshes and collision: hex the hoth tunnel for alpha, make the texture invisible and add -nocollision in the .option... should work
- Teancum
- Jedi Admin

- Posts: 11080
- Joined: Wed Sep 07, 2005 11:42 pm
- Projects :: No Mod project currently.
- xbox live or psn: No gamertag set
- Location: Indiana
Re: Weird Error causing crash
This error is causing your crash, so you need to:Message Severity: 3
D:\src\FRONTLINE_PC\RedEngineFL\Graphics\PC\Shaders\pcTerrainShader.cpp(176)
pcTerrainShader: detail texture expects L8 format!
Teancum wrote:Turn RLE compression off when saving TGAs
-
BattleBelk
- Private First Class
- Posts: 77
- Joined: Thu Jun 28, 2007 7:08 am
- Projects :: No Mod project currently.
- xbox live or psn: No gamertag set
- Location: Russia
- Contact:
Re: Weird Error causing crash
I think its 100% model terrain cuter problem
RLE compression enabled only gives black texture couse mod tool dosent support it but its not a reason for crash and this error message not about RLE
http://www.secretsociety.com/forum/disp ... sp?mid=312 and its gone but reason for crash is wrong terrain cutter model
RLE compression enabled only gives black texture couse mod tool dosent support it but its not a reason for crash and this error message not about RLE
http://www.secretsociety.com/forum/disp ... sp?mid=312
You can set .option file for detail texture withPsychofred wrote:Well the template itself didn't use a real terrain texture, but look at any of the shipped worlds and use what they used. And the L8 error doesn't crash the game, and to be hinest isn't quite right, meaning I made an image the L8 format and still got the error, but maybe it just REQUIRES a detail texture. I'm not sure. What I do is put the same texture in slot 0 in slot 1. I fill with slot 0 and paint with slot 1. That way I can use any texture to blend and layer with the others.
Code: Select all
-format L8- Teancum
- Jedi Admin

- Posts: 11080
- Joined: Wed Sep 07, 2005 11:42 pm
- Projects :: No Mod project currently.
- xbox live or psn: No gamertag set
- Location: Indiana
Re: Weird Error causing crash
L8 crashes SWBF2 for sure, I can tell you that. Severity 3's typically crash a game. So whether that's the error or not that's a must-fix.
-
BattleBelk
- Private First Class
- Posts: 77
- Joined: Thu Jun 28, 2007 7:08 am
- Projects :: No Mod project currently.
- xbox live or psn: No gamertag set
- Location: Russia
- Contact:
Re: Weird Error causing crash
I am sorry but we talking about SWBF1 here and I saw this error many times and it dosent crash SWBF1 for sure
- Teancum
- Jedi Admin

- Posts: 11080
- Joined: Wed Sep 07, 2005 11:42 pm
- Projects :: No Mod project currently.
- xbox live or psn: No gamertag set
- Location: Indiana
Re: Weird Error causing crash
Dude, I know we're talking about SWBF1. Don't think I haven't edit SWBF1 before. I edited that game long before you came along. What I'm SAYING is that it doesn't matter if that's what's causing a crash. It needs to be fixed. Since turning off RLE compression SETS the tga to L8 format that is the easiest way to fix that error.
