PDA

View Full Version : Cdt



Vorian
01-30-2007, 17:45
In m Sabean campaign, a Ptolemaic army attacked me and the game closed when it went in loading screen. Just letting you know. It was the big dessert province in Arabia. Can't remember name.

Teleklos Archelaou
01-30-2007, 18:04
Has anyone ever figured out what the problem is with Sabaeans? Is it a sprite thing? They don't crash constantly from my experience, but it seems like they are the one faction with complaints about this we keep seeing.

Kull
02-02-2007, 08:05
Has anyone ever figured out what the problem is with Sabaeans? Is it a sprite thing? They don't crash constantly from my experience, but it seems like they are the one faction with complaints about this we keep seeing.

We've fixed this in the internal builds. As I recall, this is a text file problem, where they are referred to as "Roman Senate" or something, and it crashes at every battle unless that gets changed. Pretty sure there's a "how-to-fix-it-yourself" posted around here somewhere.

And in Update6, Saba is just as stable as everyone else (i.e. just the pre-battle CTD).

Edit: Here's the link to the fix (https://forums.totalwar.org/vb/showpost.php?p=1373317&postcount=13).

MarcusAureliusAntoninus
02-02-2007, 08:11
We've fixed this in the internal builds. As I recall, this is a text file problem, where they are referred to as "Roman Senate" or something, and it crashes at every battle unless that gets changed. Pretty sure there's a "how-to-fix-it-yourself" posted around here somewhere.

And in Update6, Saba is just as stable as everyone else (i.e. just the pre-battle CTD).

Edit: Here's the link to the fix (https://forums.totalwar.org/vb/showpost.php?p=1373317&postcount=13).
I thought that one only happened when fighting against Saba. And I thought it caused a freeze, not a CTD.

This is all, IIRC.

Kull
02-02-2007, 08:16
I thought that one only happened when fighting against Saba. And I thought it caused a freeze, not a CTD.

This is all, IIRC.

True. However, as noted in that linked post there's also a bad Saba sprite in the v.80 files, and that will take them down randomly, no matter if they are human or ai controlled. And then there's our old friend, the pre-battle CTD. So he's got a wealth of bad possibilities there.

Barabas
02-03-2007, 15:51
This CTD has happened to me as well. The City was Carna 260BC. The message was:

Generic Error

Failed to find texture 'eb/data/models_unit/textures/celtic_heavy_infantry2.tga.psd'.

Hope this helps...

Oleo
02-03-2007, 16:47
This CTD has happened to me as well. The City was Carna 260BC. The message was:

Generic Error

Failed to find texture 'eb/data/models_unit/textures/celtic_heavy_infantry2.tga.psd'.

Hope this helps...

Thats caused by this mercenary unit: Assilin Modarra'in (Saba Heavy infantry). More specifically the missing attribute mercenary_unit in the export_descr_unit.txt file for this unit.

To fix,

- backup and open up Export_descr_unit.txt in: your installation folder\eb\data with notepad

- do a search for
arabian infantry assilinmodarra merc

and change (you'll find this approx. 5 lines lower)
attributes sea_faring, hide_forest

into


attributes sea_faring, hide_forest, mercenary_unit

-save and exit.

pay attention that you are actually changing this unit:


arabian infantry assilinmodarra merc

and not this unit:


arabian infantry assilinmodarra


The crash should be gone.

Barabas
02-04-2007, 11:14
Cheers Oleo. Thanks for the help...