Results 1 to 16 of 16

Thread: Unspecified Error at new campaign start

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1

    Default Unspecified Error at new campaign start

    Hello all,

    I hope someone can help.

    I have been making some changes to units in SS6.3. The last thing I tried to edit was removing "Fyrd Spearmen" from the mod. I used the ";" to comment out the unit in the EDU, EDB, and descr_mercenaries. in the decsr_strat, and campaign_script I changed all entries for Fyrd Spearmen to Spear Militia.

    When I tried to start a new campaign with any faction I get an error "Medieval 2: Total War encountered an unspecified error and will now exit." So I tried to reverse all of my changes but I still have the error.

    I have been trying to decipher the system log but I do not really know how to read it.

    Here is the last few lines in my log. Line 31278 is the end of my campaign script

    Thanks for any help.

    Code:
    15:55:29.468 [game.script.exec] [trace] exec <monitor_event> at line 31269 in mods/SS6.3/data/world/maps/campaign/imperial_campaign/campaign_script.txt
    15:55:29.468 [game.script.exec] [trace] exec <wait_monitors> at line 31278 in mods/SS6.3/data/world/maps/campaign/imperial_campaign/campaign_script.txt
    15:55:29.734 [system.rpt] [error] Medieval 2: Total War encountered an unspecified error and will now exit.

  2. #2

    Default Re: Unspecified Error at new campaign start

    What did you change before? It looks like an error in campaign script. Did you make something in this file?

  3. #3

    Default Re: Unspecified Error at new campaign start

    Thanks for replying attyla. The only change I made to the campaign script was the Fyrd Spearmen to Spear Militia. I have now changed that back again, but still have the problem. I even tried commenting out every entry for Spear Militia and Fyrd Spearmen

  4. #4

    Default Re: Unspecified Error at new campaign start

    give us your changed and restored entry. I cannot imagine how campaign script is connected with specifiet unit
    Maybe you tried to change EDU?

    one more thing: you should make copy of safety files you are changing or whole mod.

  5. #5

    Default Re: Unspecified Error at new campaign start

    I did change the EDU.
    I commented out the Fyrd Spearmen but have recently restored it.

    I have backups of original SS6.3 files as well as several backups as I make changes. I think my problem is that I got a little too comfortable these last few times and made three or four changes before backing up.

    I am in the process of stepping backwards through the changes to see where the error started.

    In order to prevent you from having do any more work than necessary for my mistake I will wait until I find the last working file before I post the working and non-working ones.

    Thank you again so much for helping.

  6. #6

    Default Re: Unspecified Error at new campaign start

    I think I found the problem.

    When I change the Border Horse Unit to only be available for Scotland I get the error. Here is the change in the EDU.

    Code:
    ;ownership        all; scotland, england, slave
    ownership        scotland
    Now there is no instance of "Border Horse in the descr_mercenaries file. In the campaign script the only entry is under the Wallace Uprising which I have commented out as follows
    Code:
    		unit		Highland Rabble	exp 4 armour 0 weapon_lvl 0
    		unit		Highland Rabble	exp 4 armour 0 weapon_lvl 0
    ;		unit		Border Horse	exp 2 armour 0 weapon_lvl 0
    ;		unit		Border Horse	exp 2 armour 0 weapon_lvl 0
    	end

    I also commented out other factions recruit entry in the EDB as follows.
    Code:
    ;        recruit_pool "Border Horse"  0   0.17   2  0  requires factions { venice,  england, france, portugal, spain, aragon, moors, milan, 
    
    papal_states, sicily, hre, norway, denmark, poland, russia, lithuania, cumans, kwarezm, turks, jerusalem, egypt, byzantium, hungary, kievan_rus, 
    
    teutonic_order, mongols, slave, timurids, } and hidden_resource scotland and event_counter pike_and_shot 1
    So now my question is what am I missing?

    Thanks again so much for your help.

  7. #7
    Gigantus's Avatar I am not special - I am a limited edition.
    Moderator Emeritus Administrator Emeritus

    Join Date
    Aug 2006
    Location
    Goa - India
    Posts
    52,682
    Blog Entries
    35

    Default Re: Unspecified Error at new campaign start

    Did you check descr_rebel_factions for that unit?

    Compress and uplaod the log, the fatal error doesn't necessarily appear at the end of the log, especially not if the log is set to trace as in your case.










  8. #8

    Default Re: Unspecified Error at new campaign start

    @ronnie76
    Your errors are:-
    Spoiler for Errors

    14:05:58.718 [script.err] [error] Script Error in mods/SS6.3/data/descr_rebel_factions.txt, at line 229, column 21
    rebel unit type 'Border Horse' not available to faction type 'Berwick' (see unit ownership)

    14:05:59.093 [script.err] [error] Script Error in mods/SS6.3/data/export_descr_buildings.txt, at line 3855, column 399
    unit(Highland Pikemen) does not match up to the ownership for faction(venice)
    14:05:59.093 [script.err] [error] Script Error in mods/SS6.3/data/export_descr_buildings.txt, at line 3855, column 399
    unit(Highland Pikemen) does not match up to the ownership for faction(sicily)
    14:05:59.093 [script.err] [error] Script Error in mods/SS6.3/data/export_descr_buildings.txt, at line 3855, column 399
    unit(Highland Pikemen) does not match up to the ownership for faction(milan)
    14:05:59.093 [script.err] [error] Script Error in mods/SS6.3/data/export_descr_buildings.txt, at line 3855, column 399
    unit(Highland Pikemen) does not match up to the ownership for faction(papal_states)
    14:05:59.093 [script.err] [error] Script Error in mods/SS6.3/data/export_descr_buildings.txt, at line 3855, column 399
    unit(Highland Pikemen) does not match up to the ownership for faction(denmark)
    14:05:59.093 [script.err] [error] Script Error in mods/SS6.3/data/export_descr_buildings.txt, at line 3855, column 399
    unit(Highland Pikemen) does not match up to the ownership for faction(egypt)
    14:05:59.093 [script.err] [error] Script Error in mods/SS6.3/data/export_descr_buildings.txt, at line 3855, column 399
    unit(Highland Pikemen) does not match up to the ownership for faction(cumans)
    14:05:59.093 [script.err] [error] Script Error in mods/SS6.3/data/export_descr_buildings.txt, at line 3855, column 399
    unit(Highland Pikemen) does not match up to the ownership for faction(mongols)
    14:05:59.093 [script.err] [error] Script Error in mods/SS6.3/data/export_descr_buildings.txt, at line 3855, column 399
    unit(Highland Pikemen) does not match up to the ownership for faction(turks)
    14:05:59.093 [script.err] [error] Script Error in mods/SS6.3/data/export_descr_buildings.txt, at line 3855, column 399
    unit(Highland Pikemen) does not match up to the ownership for faction(france)
    14:05:59.093 [script.err] [error] Script Error in mods/SS6.3/data/export_descr_buildings.txt, at line 3855, column 399
    unit(Highland Pikemen) does not match up to the ownership for faction(hre)
    14:05:59.093 [script.err] [error] Script Error in mods/SS6.3/data/export_descr_buildings.txt, at line 3855, column 399
    unit(Highland Pikemen) does not match up to the ownership for faction(england)
    14:05:59.093 [script.err] [error] Script Error in mods/SS6.3/data/export_descr_buildings.txt, at line 3855, column 399
    unit(Highland Pikemen) does not match up to the ownership for faction(portugal)
    14:05:59.093 [script.err] [error] Script Error in mods/SS6.3/data/export_descr_buildings.txt, at line 3855, column 399
    unit(Highland Pikemen) does not match up to the ownership for faction(poland)
    14:05:59.093 [script.err] [error] Script Error in mods/SS6.3/data/export_descr_buildings.txt, at line 3855, column 399
    unit(Highland Pikemen) does not match up to the ownership for faction(byzantium)
    14:05:59.093 [script.err] [error] Script Error in mods/SS6.3/data/export_descr_buildings.txt, at line 3855, column 399
    unit(Highland Pikemen) does not match up to the ownership for faction(moors)
    14:05:59.093 [script.err] [error] Script Error in mods/SS6.3/data/export_descr_buildings.txt, at line 3855, column 399
    unit(Highland Pikemen) does not match up to the ownership for faction(russia)
    14:05:59.093 [script.err] [error] Script Error in mods/SS6.3/data/export_descr_buildings.txt, at line 3855, column 399
    unit(Highland Pikemen) does not match up to the ownership for faction(spain)
    14:05:59.093 [script.err] [error] Script Error in mods/SS6.3/data/export_descr_buildings.txt, at line 3855, column 399
    unit(Highland Pikemen) does not match up to the ownership for faction(hungary)
    14:05:59.093 [script.err] [error] Script Error in mods/SS6.3/data/export_descr_buildings.txt, at line 3855, column 399
    unit(Highland Pikemen) does not match up to the ownership for faction(aragon)
    14:05:59.093 [script.err] [error] Script Error in mods/SS6.3/data/export_descr_buildings.txt, at line 3855, column 399
    unit(Highland Pikemen) does not match up to the ownership for faction(lithuania)
    14:05:59.093 [script.err] [error] Script Error in mods/SS6.3/data/export_descr_buildings.txt, at line 3855, column 399
    unit(Highland Pikemen) does not match up to the ownership for faction(kievan_rus)
    14:05:59.093 [script.err] [error] Script Error in mods/SS6.3/data/export_descr_buildings.txt, at line 3855, column 399
    unit(Highland Pikemen) does not match up to the ownership for faction(teutonic_order)
    14:05:59.093 [script.err] [error] Script Error in mods/SS6.3/data/export_descr_buildings.txt, at line 3855, column 399
    unit(Highland Pikemen) does not match up to the ownership for faction(timurids)
    14:05:59.093 [script.err] [error] Script Error in mods/SS6.3/data/export_descr_buildings.txt, at line 3855, column 399
    unit(Highland Pikemen) does not match up to the ownership for faction(norway)
    14:05:59.093 [script.err] [error] Script Error in mods/SS6.3/data/export_descr_buildings.txt, at line 3855, column 399
    unit(Highland Pikemen) does not match up to the ownership for faction(jerusalem)
    14:05:59.093 [script.err] [error] Script Error in mods/SS6.3/data/export_descr_buildings.txt, at line 3855, column 399
    unit(Highland Pikemen) does not match up to the ownership for faction(kwarezm)

    14:05:59.093 [script.err] [error] Script Error in mods/SS6.3/data/export_descr_buildings.txt, at line 4235, column 399
    unit(Highland Pikemen) does not match up to the ownership for faction(venice)
    14:05:59.093 [script.err] [error] Script Error in mods/SS6.3/data/export_descr_buildings.txt, at line 4235, column 399
    unit(Highland Pikemen) does not match up to the ownership for faction(sicily)
    14:05:59.093 [script.err] [error] Script Error in mods/SS6.3/data/export_descr_buildings.txt, at line 4235, column 399
    unit(Highland Pikemen) does not match up to the ownership for faction(milan)
    14:05:59.093 [script.err] [error] Script Error in mods/SS6.3/data/export_descr_buildings.txt, at line 4235, column 399
    unit(Highland Pikemen) does not match up to the ownership for faction(papal_states)
    14:05:59.093 [script.err] [error] Script Error in mods/SS6.3/data/export_descr_buildings.txt, at line 4235, column 399
    unit(Highland Pikemen) does not match up to the ownership for faction(denmark)
    14:05:59.093 [script.err] [error] Script Error in mods/SS6.3/data/export_descr_buildings.txt, at line 4235, column 399
    unit(Highland Pikemen) does not match up to the ownership for faction(egypt)
    14:05:59.093 [script.err] [error] Script Error in mods/SS6.3/data/export_descr_buildings.txt, at line 4235, column 399
    unit(Highland Pikemen) does not match up to the ownership for faction(cumans)
    14:05:59.093 [script.err] [error] Script Error in mods/SS6.3/data/export_descr_buildings.txt, at line 4235, column 399
    unit(Highland Pikemen) does not match up to the ownership for faction(mongols)
    14:05:59.093 [script.err] [error] Script Error in mods/SS6.3/data/export_descr_buildings.txt, at line 4235, column 399
    unit(Highland Pikemen) does not match up to the ownership for faction(turks)
    14:05:59.093 [script.err] [error] Script Error in mods/SS6.3/data/export_descr_buildings.txt, at line 4235, column 399
    unit(Highland Pikemen) does not match up to the ownership for faction(france)
    14:05:59.093 [script.err] [error] Script Error in mods/SS6.3/data/export_descr_buildings.txt, at line 4235, column 399
    unit(Highland Pikemen) does not match up to the ownership for faction(hre)
    14:05:59.093 [script.err] [error] Script Error in mods/SS6.3/data/export_descr_buildings.txt, at line 4235, column 399
    unit(Highland Pikemen) does not match up to the ownership for faction(england)
    14:05:59.093 [script.err] [error] Script Error in mods/SS6.3/data/export_descr_buildings.txt, at line 4235, column 399
    unit(Highland Pikemen) does not match up to the ownership for faction(portugal)
    14:05:59.109 [script.err] [error] Script Error in mods/SS6.3/data/export_descr_buildings.txt, at line 4235, column 399
    unit(Highland Pikemen) does not match up to the ownership for faction(poland)
    14:05:59.109 [script.err] [error] Script Error in mods/SS6.3/data/export_descr_buildings.txt, at line 4235, column 399
    unit(Highland Pikemen) does not match up to the ownership for faction(byzantium)
    14:05:59.109 [script.err] [error] Script Error in mods/SS6.3/data/export_descr_buildings.txt, at line 4235, column 399
    unit(Highland Pikemen) does not match up to the ownership for faction(moors)
    14:05:59.109 [script.err] [error] Script Error in mods/SS6.3/data/export_descr_buildings.txt, at line 4235, column 399
    unit(Highland Pikemen) does not match up to the ownership for faction(russia)
    14:05:59.109 [script.err] [error] Script Error in mods/SS6.3/data/export_descr_buildings.txt, at line 4235, column 399
    unit(Highland Pikemen) does not match up to the ownership for faction(spain)
    14:05:59.109 [script.err] [error] Script Error in mods/SS6.3/data/export_descr_buildings.txt, at line 4235, column 399
    unit(Highland Pikemen) does not match up to the ownership for faction(hungary)
    14:05:59.109 [script.err] [error] Script Error in mods/SS6.3/data/export_descr_buildings.txt, at line 4235, column 399
    unit(Highland Pikemen) does not match up to the ownership for faction(aragon)
    14:05:59.109 [script.err] [error] Script Error in mods/SS6.3/data/export_descr_buildings.txt, at line 4235, column 399
    unit(Highland Pikemen) does not match up to the ownership for faction(lithuania)
    14:05:59.109 [script.err] [error] Script Error in mods/SS6.3/data/export_descr_buildings.txt, at line 4235, column 399
    unit(Highland Pikemen) does not match up to the ownership for faction(kievan_rus)
    14:05:59.109 [script.err] [error] Script Error in mods/SS6.3/data/export_descr_buildings.txt, at line 4235, column 399
    unit(Highland Pikemen) does not match up to the ownership for faction(teutonic_order)
    14:05:59.109 [script.err] [error] Script Error in mods/SS6.3/data/export_descr_buildings.txt, at line 4235, column 399
    unit(Highland Pikemen) does not match up to the ownership for faction(timurids)
    14:05:59.109 [script.err] [error] Script Error in mods/SS6.3/data/export_descr_buildings.txt, at line 4235, column 399
    unit(Highland Pikemen) does not match up to the ownership for faction(norway)
    14:05:59.109 [script.err] [error] Script Error in mods/SS6.3/data/export_descr_buildings.txt, at line 4235, column 399
    unit(Highland Pikemen) does not match up to the ownership for faction(jerusalem)
    14:05:59.109 [script.err] [error] Script Error in mods/SS6.3/data/export_descr_buildings.txt, at line 4235, column 399
    unit(Highland Pikemen) does not match up to the ownership for faction(kwarezm)

    14:05:59.109 [script.err] [error] Script Error in mods/SS6.3/data/export_descr_buildings.txt, at line 4687, column 399
    unit(Highland Pikemen) does not match up to the ownership for faction(venice)
    14:05:59.109 [script.err] [error] Script Error in mods/SS6.3/data/export_descr_buildings.txt, at line 4687, column 399
    unit(Highland Pikemen) does not match up to the ownership for faction(sicily)
    14:05:59.109 [script.err] [error] Script Error in mods/SS6.3/data/export_descr_buildings.txt, at line 4687, column 399
    unit(Highland Pikemen) does not match up to the ownership for faction(milan)
    14:05:59.109 [script.err] [error] Script Error in mods/SS6.3/data/export_descr_buildings.txt, at line 4687, column 399
    unit(Highland Pikemen) does not match up to the ownership for faction(papal_states)
    14:05:59.109 [script.err] [error] Script Error in mods/SS6.3/data/export_descr_buildings.txt, at line 4687, column 399
    unit(Highland Pikemen) does not match up to the ownership for faction(denmark)
    14:05:59.109 [script.err] [error] Script Error in mods/SS6.3/data/export_descr_buildings.txt, at line 4687, column 399
    unit(Highland Pikemen) does not match up to the ownership for faction(egypt)
    14:05:59.109 [script.err] [error] Script Error in mods/SS6.3/data/export_descr_buildings.txt, at line 4687, column 399
    unit(Highland Pikemen) does not match up to the ownership for faction(cumans)
    14:05:59.109 [script.err] [error] Script Error in mods/SS6.3/data/export_descr_buildings.txt, at line 4687, column 399
    unit(Highland Pikemen) does not match up to the ownership for faction(mongols)
    14:05:59.109 [script.err] [error] Script Error in mods/SS6.3/data/export_descr_buildings.txt, at line 4687, column 399
    unit(Highland Pikemen) does not match up to the ownership for faction(turks)
    14:05:59.109 [script.err] [error] Script Error in mods/SS6.3/data/export_descr_buildings.txt, at line 4687, column 399
    unit(Highland Pikemen) does not match up to the ownership for faction(france)
    14:05:59.109 [script.err] [error] Script Error in mods/SS6.3/data/export_descr_buildings.txt, at line 4687, column 399
    unit(Highland Pikemen) does not match up to the ownership for faction(hre)
    14:05:59.109 [script.err] [error] Script Error in mods/SS6.3/data/export_descr_buildings.txt, at line 4687, column 399
    unit(Highland Pikemen) does not match up to the ownership for faction(england)
    14:05:59.109 [script.err] [error] Script Error in mods/SS6.3/data/export_descr_buildings.txt, at line 4687, column 399
    unit(Highland Pikemen) does not match up to the ownership for faction(portugal)
    14:05:59.109 [script.err] [error] Script Error in mods/SS6.3/data/export_descr_buildings.txt, at line 4687, column 399
    unit(Highland Pikemen) does not match up to the ownership for faction(poland)
    14:05:59.109 [script.err] [error] Script Error in mods/SS6.3/data/export_descr_buildings.txt, at line 4687, column 399
    unit(Highland Pikemen) does not match up to the ownership for faction(byzantium)
    14:05:59.109 [script.err] [error] Script Error in mods/SS6.3/data/export_descr_buildings.txt, at line 4687, column 399
    unit(Highland Pikemen) does not match up to the ownership for faction(moors)
    14:05:59.109 [script.err] [error] Script Error in mods/SS6.3/data/export_descr_buildings.txt, at line 4687, column 399
    unit(Highland Pikemen) does not match up to the ownership for faction(russia)
    14:05:59.109 [script.err] [error] Script Error in mods/SS6.3/data/export_descr_buildings.txt, at line 4687, column 399
    unit(Highland Pikemen) does not match up to the ownership for faction(spain)
    14:05:59.109 [script.err] [error] Script Error in mods/SS6.3/data/export_descr_buildings.txt, at line 4687, column 399
    unit(Highland Pikemen) does not match up to the ownership for faction(hungary)
    14:05:59.109 [script.err] [error] Script Error in mods/SS6.3/data/export_descr_buildings.txt, at line 4687, column 399
    unit(Highland Pikemen) does not match up to the ownership for faction(aragon)
    14:05:59.109 [script.err] [error] Script Error in mods/SS6.3/data/export_descr_buildings.txt, at line 4687, column 399
    unit(Highland Pikemen) does not match up to the ownership for faction(lithuania)
    14:05:59.109 [script.err] [error] Script Error in mods/SS6.3/data/export_descr_buildings.txt, at line 4687, column 399
    unit(Highland Pikemen) does not match up to the ownership for faction(kievan_rus)
    14:05:59.109 [script.err] [error] Script Error in mods/SS6.3/data/export_descr_buildings.txt, at line 4687, column 399
    unit(Highland Pikemen) does not match up to the ownership for faction(teutonic_order)
    14:05:59.109 [script.err] [error] Script Error in mods/SS6.3/data/export_descr_buildings.txt, at line 4687, column 399
    unit(Highland Pikemen) does not match up to the ownership for faction(timurids)
    14:05:59.109 [script.err] [error] Script Error in mods/SS6.3/data/export_descr_buildings.txt, at line 4687, column 399
    unit(Highland Pikemen) does not match up to the ownership for faction(norway)
    14:05:59.109 [script.err] [error] Script Error in mods/SS6.3/data/export_descr_buildings.txt, at line 4687, column 399
    unit(Highland Pikemen) does not match up to the ownership for faction(jerusalem)
    14:05:59.109 [script.err] [error] Script Error in mods/SS6.3/data/export_descr_buildings.txt, at line 4687, column 399
    unit(Highland Pikemen) does not match up to the ownership for faction(kwarezm)

    14:06:39.421 [script.err] [error] Script Error in mods/SS6.3/data/world/maps/base/descr_regions.txt, at line 18, column 5
    couldn't find rebel faction(Norse_Rebels), going to set it to (gladiator_uprising)
    14:06:39.421 [script.err] [error] Script Error in mods/SS6.3/data/world/maps/base/descr_regions.txt, at line 27, column 5
    couldn't find rebel faction(Norse_Rebels), going to set it to (gladiator_uprising)
    14:06:39.421 [script.err] [error] Script Error in mods/SS6.3/data/world/maps/base/descr_regions.txt, at line 36, column 5
    couldn't find rebel faction(Rus_Rebels), going to set it to (gladiator_uprising)
    14:06:39.421 [script.err] [error] Script Error in mods/SS6.3/data/world/maps/base/descr_regions.txt, at line 45, column 5
    couldn't find rebel faction(Rus_Rebels), going to set it to (gladiator_uprising)
    14:06:39.421 [script.err] [error] Script Error in mods/SS6.3/data/world/maps/base/descr_regions.txt, at line 54, column 5
    couldn't find rebel faction(Steppe_Rebels), going to set it to (gladiator_uprising)
    14:06:39.421 [script.err] [error] Script Error in mods/SS6.3/data/world/maps/base/descr_regions.txt, at line 72, column 5
    couldn't find rebel faction(Norse_Rebels), going to set it to (gladiator_uprising)
    14:06:39.421 [script.err] [error] Script Error in mods/SS6.3/data/world/maps/base/descr_regions.txt, at line 81, column 5
    couldn't find rebel faction(Scots_Rebels), going to set it to (gladiator_uprising)
    14:06:39.421 [script.err] [error] Script Error in mods/SS6.3/data/world/maps/base/descr_regions.txt, at line 90, column 5
    couldn't find rebel faction(Rus_Rebels), going to set it to (gladiator_uprising)
    14:06:39.421 [script.err] [error] Script Error in mods/SS6.3/data/world/maps/base/descr_regions.txt, at line 99, column 5
    couldn't find rebel faction(Irish_Rebels), going to set it to (gladiator_uprising)
    14:06:39.421 [script.err] [error] Script Error in mods/SS6.3/data/world/maps/base/descr_regions.txt, at line 108, column 5
    couldn't find rebel faction(Irish_Rebels), going to set it to (gladiator_uprising)
    14:06:39.437 [script.err] [error] Script Error in mods/SS6.3/data/world/maps/base/descr_regions.txt, at line 110, column 11
    Unrecognised: 'atlantic' as a region resource class (or hidden resource)
    14:06:39.437 [script.err] [error] Script Error in mods/SS6.3/data/world/maps/base/descr_regions.txt, at line 135, column 5
    couldn't find rebel faction(Rus_Rebels), going to set it to (gladiator_uprising)
    14:06:39.437 [script.err] [error] Script Error in mods/SS6.3/data/world/maps/base/descr_regions.txt, at line 144, column 5
    couldn't find rebel faction(Welsh_Rebels), going to set it to (gladiator_uprising)
    14:06:39.437 [script.err] [error] Script Error in mods/SS6.3/data/world/maps/base/descr_regions.txt, at line 153, column 5
    couldn't find rebel faction(Polish_Rebels), going to set it to (gladiator_uprising)
    14:06:39.437 [script.err] [error] Script Error in mods/SS6.3/data/world/maps/base/descr_regions.txt, at line 171, column 5
    couldn't find rebel faction(German_Rebels), going to set it to (gladiator_uprising)
    14:06:39.437 [script.err] [error] Script Error in mods/SS6.3/data/world/maps/base/descr_regions.txt, at line 180, column 5
    couldn't find rebel faction(German_Rebels), going to set it to (gladiator_uprising)
    14:06:39.437 [script.err] [error] Script Error in mods/SS6.3/data/world/maps/base/descr_regions.txt, at line 189, column 5
    couldn't find rebel faction(Steppe_Rebels), going to set it to (gladiator_uprising)
    14:06:39.437 [script.err] [error] Script Error in mods/SS6.3/data/world/maps/base/descr_regions.txt, at line 198, column 5
    couldn't find rebel faction(Flemish_Rebels), going to set it to (gladiator_uprising)
    14:06:39.437 [script.err] [error] Script Error in mods/SS6.3/data/world/maps/base/descr_regions.txt, at line 207, column 5
    couldn't find rebel faction(German_Rebels), going to set it to (gladiator_uprising)
    14:06:39.437 [script.err] [error] Script Error in mods/SS6.3/data/world/maps/base/descr_regions.txt, at line 216, column 5
    couldn't find rebel faction(Polish_Rebels), going to set it to (gladiator_uprising)
    14:06:39.437 [script.err] [error] Script Error in mods/SS6.3/data/world/maps/base/descr_regions.txt, at line 225, column 5
    couldn't find rebel faction(Polish_Rebels), going to set it to (gladiator_uprising)
    14:06:39.437 [script.err] [error] Script Error in mods/SS6.3/data/world/maps/base/descr_regions.txt, at line 243, column 5
    couldn't find rebel faction(German_Rebels), going to set it to (gladiator_uprising)
    14:06:39.437 [script.err] [error] Script Error in mods/SS6.3/data/world/maps/base/descr_regions.txt, at line 252, column 5
    couldn't find rebel faction(Rus_Rebels), going to set it to (gladiator_uprising)
    14:06:39.437 [script.err] [error] Script Error in mods/SS6.3/data/world/maps/base/descr_regions.txt, at line 261, column 5
    couldn't find rebel faction(Flemish_Rebels), going to set it to (gladiator_uprising)
    14:06:39.437 [script.err] [error] Script Error in mods/SS6.3/data/world/maps/base/descr_regions.txt, at line 270, column 5
    couldn't find rebel faction(German_Rebels), going to set it to (gladiator_uprising)
    14:06:39.437 [script.err] [error] Script Error in mods/SS6.3/data/world/maps/base/descr_regions.txt, at line 279, column 5
    couldn't find rebel faction(Burgundian_Rebels), going to set it to (gladiator_uprising)
    14:06:39.437 [script.err] [error] Script Error in mods/SS6.3/data/world/maps/base/descr_regions.txt, at line 288, column 5
    couldn't find rebel faction(French_Rebels), going to set it to (gladiator_uprising)
    14:06:39.437 [script.err] [error] Script Error in mods/SS6.3/data/world/maps/base/descr_regions.txt, at line 306, column 5
    couldn't find rebel faction(French_Rebels), going to set it to (gladiator_uprising)
    14:06:39.437 [script.err] [error] Script Error in mods/SS6.3/data/world/maps/base/descr_regions.txt, at line 315, column 5
    couldn't find rebel faction(French_Rebels), going to set it to (gladiator_uprising)
    14:06:39.437 [script.err] [error] Script Error in mods/SS6.3/data/world/maps/base/descr_regions.txt, at line 324, column 5
    couldn't find rebel faction(German_Rebels), going to set it to (gladiator_uprising)
    14:06:39.437 [script.err] [error] Script Error in mods/SS6.3/data/world/maps/base/descr_regions.txt, at line 333, column 5
    couldn't find rebel faction(French_Rebels), going to set it to (gladiator_uprising)
    14:06:39.437 [script.err] [error] Script Error in mods/SS6.3/data/world/maps/base/descr_regions.txt, at line 342, column 5
    couldn't find rebel faction(German_Rebels), going to set it to (gladiator_uprising)
    14:06:39.437 [script.err] [error] Script Error in mods/SS6.3/data/world/maps/base/descr_regions.txt, at line 360, column 5
    couldn't find rebel faction(Magyar_Rebels), going to set it to (gladiator_uprising)
    14:06:39.437 [script.err] [error] Script Error in mods/SS6.3/data/world/maps/base/descr_regions.txt, at line 369, column 5
    couldn't find rebel faction(French_Rebels), going to set it to (gladiator_uprising)
    14:06:39.437 [script.err] [error] Script Error in mods/SS6.3/data/world/maps/base/descr_regions.txt, at line 387, column 5
    couldn't find rebel faction(Steppe_Rebels), going to set it to (gladiator_uprising)
    14:06:39.437 [script.err] [error] Script Error in mods/SS6.3/data/world/maps/base/descr_regions.txt, at line 405, column 5
    couldn't find rebel faction(Burgundian_Rebels), going to set it to (gladiator_uprising)
    14:06:39.437 [script.err] [error] Script Error in mods/SS6.3/data/world/maps/base/descr_regions.txt, at line 414, column 5
    couldn't find rebel faction(Swiss_Rebels), going to set it to (gladiator_uprising)
    14:06:39.437 [script.err] [error] Script Error in mods/SS6.3/data/world/maps/base/descr_regions.txt, at line 423, column 5
    couldn't find rebel faction(Swiss_Rebels), going to set it to (gladiator_uprising)
    14:06:39.437 [script.err] [error] Script Error in mods/SS6.3/data/world/maps/base/descr_regions.txt, at line 432, column 5
    couldn't find rebel faction(French_Rebels), going to set it to (gladiator_uprising)
    14:06:39.437 [script.err] [error] Script Error in mods/SS6.3/data/world/maps/base/descr_regions.txt, at line 441, column 5
    couldn't find rebel faction(Steppe_Rebels), going to set it to (gladiator_uprising)
    14:06:39.437 [script.err] [error] Script Error in mods/SS6.3/data/world/maps/base/descr_regions.txt, at line 459, column 5
    couldn't find rebel faction(Italian_Rebels), going to set it to (gladiator_uprising)
    14:06:39.437 [script.err] [error] Script Error in mods/SS6.3/data/world/maps/base/descr_regions.txt, at line 468, column 5
    couldn't find rebel faction(Italian_Rebels), going to set it to (gladiator_uprising)
    14:06:39.437 [script.err] [error] Script Error in mods/SS6.3/data/world/maps/base/descr_regions.txt, at line 477, column 5
    couldn't find rebel faction(French_Rebels), going to set it to (gladiator_uprising)
    14:06:39.437 [script.err] [error] Script Error in mods/SS6.3/data/world/maps/base/descr_regions.txt, at line 486, column 5
    couldn't find rebel faction(Iberian_Rebels), going to set it to (gladiator_uprising)
    14:06:39.437 [script.err] [error] Script Error in mods/SS6.3/data/world/maps/base/descr_regions.txt, at line 522, column 5
    couldn't find rebel faction(Spanish_Rebels), going to set it to (gladiator_uprising)
    14:06:39.437 [script.err] [error] Script Error in mods/SS6.3/data/world/maps/base/descr_regions.txt, at line 531, column 5
    couldn't find rebel faction(Italian_Rebels), going to set it to (gladiator_uprising)
    14:06:39.437 [script.err] [error] Script Error in mods/SS6.3/data/world/maps/base/descr_regions.txt, at line 540, column 5
    couldn't find rebel faction(Spanish_Rebels), going to set it to (gladiator_uprising)
    14:06:39.437 [script.err] [error] Script Error in mods/SS6.3/data/world/maps/base/descr_regions.txt, at line 549, column 5
    couldn't find rebel faction(Italian_Rebels), going to set it to (gladiator_uprising)
    14:06:39.437 [script.err] [error] Script Error in mods/SS6.3/data/world/maps/base/descr_regions.txt, at line 558, column 5
    couldn't find rebel faction(Italian_Rebels), going to set it to (gladiator_uprising)
    14:06:39.437 [script.err] [error] Script Error in mods/SS6.3/data/world/maps/base/descr_regions.txt, at line 576, column 5
    couldn't find rebel faction(French_Rebels), going to set it to (gladiator_uprising)
    14:06:39.437 [script.err] [error] Script Error in mods/SS6.3/data/world/maps/base/descr_regions.txt, at line 585, column 5
    couldn't find rebel faction(Armenian_Rebels), going to set it to (gladiator_uprising)
    14:06:39.437 [script.err] [error] Script Error in mods/SS6.3/data/world/maps/base/descr_regions.txt, at line 594, column 5
    couldn't find rebel faction(Spanish_Rebels), going to set it to (gladiator_uprising)
    14:06:39.437 [script.err] [error] Script Error in mods/SS6.3/data/world/maps/base/descr_regions.txt, at line 612, column 5
    couldn't find rebel faction(Iberian_Rebels), going to set it to (gladiator_uprising)
    14:06:39.437 [script.err] [error] Script Error in mods/SS6.3/data/world/maps/base/descr_regions.txt, at line 639, column 5
    couldn't find rebel faction(Island_Rebels), going to set it to (gladiator_uprising)
    14:06:39.437 [script.err] [error] Script Error in mods/SS6.3/data/world/maps/base/descr_regions.txt, at line 657, column 5
    couldn't find rebel faction(Italian_Rebels), going to set it to (gladiator_uprising)
    14:06:39.437 [script.err] [error] Script Error in mods/SS6.3/data/world/maps/base/descr_regions.txt, at line 666, column 5
    couldn't find rebel faction(Italian_Rebels), going to set it to (gladiator_uprising)
    14:06:39.437 [script.err] [error] Script Error in mods/SS6.3/data/world/maps/base/descr_regions.txt, at line 684, column 5
    couldn't find rebel faction(Seljuk_Rebels), going to set it to (gladiator_uprising)
    14:06:39.437 [script.err] [error] Script Error in mods/SS6.3/data/world/maps/base/descr_regions.txt, at line 693, column 5
    couldn't find rebel faction(Iberian_Rebels), going to set it to (gladiator_uprising)
    14:06:39.437 [script.err] [error] Script Error in mods/SS6.3/data/world/maps/base/descr_regions.txt, at line 711, column 5
    couldn't find rebel faction(Spanish_Rebels), going to set it to (gladiator_uprising)
    14:06:39.437 [script.err] [error] Script Error in mods/SS6.3/data/world/maps/base/descr_regions.txt, at line 729, column 5
    couldn't find rebel faction(Armenian_Rebels), going to set it to (gladiator_uprising)
    14:06:39.437 [script.err] [error] Script Error in mods/SS6.3/data/world/maps/base/descr_regions.txt, at line 738, column 5
    couldn't find rebel faction(Seljuk_Rebels), going to set it to (gladiator_uprising)
    14:06:39.437 [script.err] [error] Script Error in mods/SS6.3/data/world/maps/base/descr_regions.txt, at line 747, column 5
    couldn't find rebel faction(Island_Rebels), going to set it to (gladiator_uprising)
    14:06:39.437 [script.err] [error] Script Error in mods/SS6.3/data/world/maps/base/descr_regions.txt, at line 756, column 5
    couldn't find rebel faction(Seljuk_Rebels), going to set it to (gladiator_uprising)
    14:06:39.437 [script.err] [error] Script Error in mods/SS6.3/data/world/maps/base/descr_regions.txt, at line 774, column 5
    couldn't find rebel faction(Seljuk_Rebels), going to set it to (gladiator_uprising)
    14:06:39.437 [script.err] [error] Script Error in mods/SS6.3/data/world/maps/base/descr_regions.txt, at line 783, column 5
    couldn't find rebel faction(Iberian_Rebels), going to set it to (gladiator_uprising)
    14:06:39.437 [script.err] [error] Script Error in mods/SS6.3/data/world/maps/base/descr_regions.txt, at line 792, column 5
    couldn't find rebel faction(Seljuk_Rebels), going to set it to (gladiator_uprising)
    14:06:39.437 [script.err] [error] Script Error in mods/SS6.3/data/world/maps/base/descr_regions.txt, at line 801, column 5
    couldn't find rebel faction(Arab_Rebels), going to set it to (gladiator_uprising)
    14:06:39.437 [script.err] [error] Script Error in mods/SS6.3/data/world/maps/base/descr_regions.txt, at line 810, column 5
    couldn't find rebel faction(Island_Rebels), going to set it to (gladiator_uprising)
    14:06:39.437 [script.err] [error] Script Error in mods/SS6.3/data/world/maps/base/descr_regions.txt, at line 828, column 5
    couldn't find rebel faction(Saharan_Rebels), going to set it to (gladiator_uprising)
    14:06:39.437 [script.err] [error] Script Error in mods/SS6.3/data/world/maps/base/descr_regions.txt, at line 846, column 5
    couldn't find rebel faction(Arab_Rebels), going to set it to (gladiator_uprising)
    14:06:39.437 [script.err] [error] Script Error in mods/SS6.3/data/world/maps/base/descr_regions.txt, at line 855, column 5
    couldn't find rebel faction(Saharan_Rebels), going to set it to (gladiator_uprising)
    14:06:39.437 [script.err] [error] Script Error in mods/SS6.3/data/world/maps/base/descr_regions.txt, at line 864, column 5
    couldn't find rebel faction(Fatimid_Rebels), going to set it to (gladiator_uprising)
    14:06:39.437 [script.err] [error] Script Error in mods/SS6.3/data/world/maps/base/descr_regions.txt, at line 873, column 5
    couldn't find rebel faction(Arab_Rebels), going to set it to (gladiator_uprising)
    14:06:39.437 [script.err] [error] Script Error in mods/SS6.3/data/world/maps/base/descr_regions.txt, at line 891, column 5
    couldn't find rebel faction(Arab_Rebels), going to set it to (gladiator_uprising)
    14:06:39.437 [script.err] [error] Script Error in mods/SS6.3/data/world/maps/base/descr_regions.txt, at line 900, column 5
    couldn't find rebel faction(Arab_Rebels), going to set it to (gladiator_uprising)
    14:06:39.437 [script.err] [error] Script Error in mods/SS6.3/data/world/maps/base/descr_regions.txt, at line 909, column 5
    couldn't find rebel faction(Saharan_Rebels), going to set it to (gladiator_uprising)
    14:06:39.437 [script.err] [error] Script Error in mods/SS6.3/data/world/maps/base/descr_regions.txt, at line 918, column 5
    couldn't find rebel faction(Fatimid_Rebels), going to set it to (gladiator_uprising)
    14:06:39.437 [script.err] [error] Script Error in mods/SS6.3/data/world/maps/base/descr_regions.txt, at line 927, column 5
    couldn't find rebel faction(Fatimid_Rebels), going to set it to (gladiator_uprising)
    14:06:39.437 [script.err] [error] Script Error in mods/SS6.3/data/world/maps/base/descr_regions.txt, at line 936, column 5
    couldn't find rebel faction(Fatimid_Rebels), going to set it to (gladiator_uprising)
    14:06:39.437 [script.err] [error] Script Error in mods/SS6.3/data/world/maps/base/descr_regions.txt, at line 945, column 5
    couldn't find rebel faction(Saharan_Rebels), going to set it to (gladiator_uprising)
    14:06:39.437 [script.err] [error] Script Error in mods/SS6.3/data/world/maps/base/descr_regions.txt, at line 954, column 5
    couldn't find rebel faction(Saharan_Rebels), going to set it to (gladiator_uprising)
    14:06:39.437 [script.err] [error] Script Error in mods/SS6.3/data/world/maps/base/descr_regions.txt, at line 963, column 5
    couldn't find rebel faction(Saharan_Rebels), going to set it to (gladiator_uprising)
    14:06:39.437 [script.err] [error] Script Error in mods/SS6.3/data/world/maps/base/descr_regions.txt, at line 972, column 5
    couldn't find rebel faction(Steppe_Rebels), going to set it to (gladiator_uprising)
    14:06:39.437 [script.err] [error] Script Error in mods/SS6.3/data/world/maps/base/descr_regions.txt, at line 981, column 5
    couldn't find rebel faction(French_Rebels), going to set it to (gladiator_uprising)
    14:06:39.437 [script.err] [error] Script Error in mods/SS6.3/data/world/maps/base/descr_regions.txt, at line 990, column 5
    couldn't find rebel faction(Arab_Rebels), going to set it to (gladiator_uprising)
    14:06:39.437 [script.err] [error] Script Error in mods/SS6.3/data/world/maps/base/descr_regions.txt, at line 1008, column 5
    couldn't find rebel faction(Spanish_Rebels), going to set it to (gladiator_uprising)
    14:06:39.437 [script.err] [error] Script Error in mods/SS6.3/data/world/maps/base/descr_regions.txt, at line 1017, column 5
    couldn't find rebel faction(Spanish_Rebels), going to set it to (gladiator_uprising)
    14:06:39.437 [script.err] [error] Script Error in mods/SS6.3/data/world/maps/base/descr_regions.txt, at line 1026, column 5
    couldn't find rebel faction(Island_Rebels), going to set it to (gladiator_uprising)
    14:06:39.437 [script.err] [error] Script Error in mods/SS6.3/data/world/maps/base/descr_regions.txt, at line 1035, column 5
    couldn't find rebel faction(Norse_Rebels), going to set it to (gladiator_uprising)
    14:06:39.437 [script.err] [error] Script Error in mods/SS6.3/data/world/maps/base/descr_regions.txt, at line 1053, column 5
    couldn't find rebel faction(Iberian_Rebels), going to set it to (gladiator_uprising)
    14:06:39.437 [script.err] [error] Script Error in mods/SS6.3/data/world/maps/base/descr_regions.txt, at line 1062, column 5
    couldn't find rebel faction(Fatimid_Rebels), going to set it to (gladiator_uprising)
    14:06:39.437 [script.err] [error] Script Error in mods/SS6.3/data/world/maps/base/descr_regions.txt, at line 1071, column 5
    couldn't find rebel faction(Fatimid_Rebels), going to set it to (gladiator_uprising)
    14:06:39.437 [script.err] [error] Script Error in mods/SS6.3/data/world/maps/base/descr_regions.txt, at line 1080, column 5
    couldn't find rebel faction(Arab_Rebels), going to set it to (gladiator_uprising)
    14:06:39.437 [script.err] [error] Script Error in mods/SS6.3/data/world/maps/base/descr_regions.txt, at line 1089, column 5
    couldn't find rebel faction(Steppe_Rebels), going to set it to (gladiator_uprising)
    14:06:39.437 [script.err] [error] Script Error in mods/SS6.3/data/world/maps/base/descr_regions.txt, at line 1098, column 5
    couldn't find rebel faction(Saharan_Rebels), going to set it to (gladiator_uprising)
    14:06:39.437 [script.err] [error] Script Error in mods/SS6.3/data/world/maps/base/descr_regions.txt, at line 1107, column 5
    couldn't find rebel faction(French_Rebels), going to set it to (gladiator_uprising)
    14:06:39.437 [script.err] [error] Script Error in mods/SS6.3/data/world/maps/base/descr_regions.txt, at line 1116, column 5
    couldn't find rebel faction(Flemish_Rebels), going to set it to (gladiator_uprising)
    14:06:39.437 [script.err] [error] Script Error in mods/SS6.3/data/world/maps/base/descr_regions.txt, at line 1125, column 5
    couldn't find rebel faction(Spanish_Rebels), going to set it to (gladiator_uprising)
    14:06:39.437 [script.err] [error] Script Error in mods/SS6.3/data/world/maps/base/descr_regions.txt, at line 1134, column 5
    couldn't find rebel faction(Saharan_Rebels), going to set it to (gladiator_uprising)
    14:06:39.437 [script.err] [error] Script Error in mods/SS6.3/data/world/maps/base/descr_regions.txt, at line 1143, column 5
    couldn't find rebel faction(Steppe_Rebels), going to set it to (gladiator_uprising)
    14:06:39.437 [script.err] [error] Script Error in mods/SS6.3/data/world/maps/base/descr_regions.txt, at line 1152, column 5
    couldn't find rebel faction(Swiss_Rebels), going to set it to (gladiator_uprising)
    14:06:39.437 [script.err] [error] Script Error in mods/SS6.3/data/world/maps/base/descr_regions.txt, at line 1170, column 5
    couldn't find rebel faction(Polish_Rebels), going to set it to (gladiator_uprising)
    14:06:39.437 [script.err] [error] Script Error in mods/SS6.3/data/world/maps/base/descr_regions.txt, at line 1179, column 5
    couldn't find rebel faction(Italian_Rebels), going to set it to (gladiator_uprising)
    14:06:39.437 [script.err] [error] Script Error in mods/SS6.3/data/world/maps/base/descr_regions.txt, at line 1206, column 5
    couldn't find rebel faction(Norse_Rebels), going to set it to (gladiator_uprising)
    14:06:39.437 [script.err] [error] Script Error in mods/SS6.3/data/world/maps/base/descr_regions.txt, at line 1215, column 5
    couldn't find rebel faction(Steppe_Rebels), going to set it to (gladiator_uprising)
    14:06:39.437 [script.err] [error] Script Error in mods/SS6.3/data/world/maps/base/descr_regions.txt, at line 1224, column 5
    couldn't find rebel faction(Norse_Rebels), going to set it to (gladiator_uprising)
    14:06:39.437 [script.err] [error] Script Error in mods/SS6.3/data/world/maps/base/descr_regions.txt, at line 1233, column 5
    couldn't find rebel faction(Magyar_Rebels), going to set it to (gladiator_uprising)
    14:06:39.437 [script.err] [error] Script Error in mods/SS6.3/data/world/maps/base/descr_regions.txt, at line 1242, column 5
    couldn't find rebel faction(Iberian_Rebels), going to set it to (gladiator_uprising)
    14:06:39.437 [script.err] [error] Script Error in mods/SS6.3/data/world/maps/base/descr_regions.txt, at line 1269, column 5
    couldn't find rebel faction(Armenian_Rebels), going to set it to (gladiator_uprising)
    14:06:39.437 [script.err] [error] Script Error in mods/SS6.3/data/world/maps/base/descr_regions.txt, at line 1278, column 5
    couldn't find rebel faction(Spanish_Rebels), going to set it to (gladiator_uprising)
    14:06:39.437 [script.err] [error] Script Error in mods/SS6.3/data/world/maps/base/descr_regions.txt, at line 1287, column 5
    couldn't find rebel faction(Island_Rebels), going to set it to (gladiator_uprising)
    14:06:39.437 [script.err] [error] Script Error in mods/SS6.3/data/world/maps/base/descr_regions.txt, at line 1296, column 5
    couldn't find rebel faction(Arab_Rebels), going to set it to (gladiator_uprising)
    14:06:39.437 [script.err] [error] Script Error in mods/SS6.3/data/world/maps/base/descr_regions.txt, at line 1305, column 5
    couldn't find rebel faction(Spanish_Rebels), going to set it to (gladiator_uprising)
    14:06:39.437 [script.err] [error] Script Error in mods/SS6.3/data/world/maps/base/descr_regions.txt, at line 1314, column 5
    couldn't find rebel faction(Rus_Rebels), going to set it to (gladiator_uprising)
    14:06:39.437 [script.err] [error] Script Error in mods/SS6.3/data/world/maps/base/descr_regions.txt, at line 1323, column 5
    couldn't find rebel faction(German_Rebels), going to set it to (gladiator_uprising)
    14:06:39.437 [script.err] [error] Script Error in mods/SS6.3/data/world/maps/base/descr_regions.txt, at line 1332, column 5
    couldn't find rebel faction(Fatimid_Rebels), going to set it to (gladiator_uprising)
    14:06:39.437 [script.err] [error] Script Error in mods/SS6.3/data/world/maps/base/descr_regions.txt, at line 1341, column 5
    couldn't find rebel faction(Armenian_Rebels), going to set it to (gladiator_uprising)
    14:06:39.437 [script.err] [error] Script Error in mods/SS6.3/data/world/maps/base/descr_regions.txt, at line 1350, column 5
    couldn't find rebel faction(Rus_Rebels), going to set it to (gladiator_uprising)
    14:06:39.437 [script.err] [error] Script Error in mods/SS6.3/data/world/maps/base/descr_regions.txt, at line 1359, column 5
    couldn't find rebel faction(Arab_Rebels), going to set it to (gladiator_uprising)
    14:06:39.437 [script.err] [error] Script Error in mods/SS6.3/data/world/maps/base/descr_regions.txt, at line 1368, column 5
    couldn't find rebel faction(Norse_Rebels), going to set it to (gladiator_uprising)
    14:06:39.437 [script.err] [error] Script Error in mods/SS6.3/data/world/maps/base/descr_regions.txt, at line 1377, column 5
    couldn't find rebel faction(Irish_Rebels), going to set it to (gladiator_uprising)
    14:06:39.437 [script.err] [error] Script Error in mods/SS6.3/data/world/maps/base/descr_regions.txt, at line 1386, column 5
    couldn't find rebel faction(Polish_Rebels), going to set it to (gladiator_uprising)
    14:06:39.437 [script.err] [error] Script Error in mods/SS6.3/data/world/maps/base/descr_regions.txt, at line 1395, column 5
    couldn't find rebel faction(Rus_Rebels), going to set it to (gladiator_uprising)
    14:06:39.437 [script.err] [error] Script Error in mods/SS6.3/data/world/maps/base/descr_regions.txt, at line 1404, column 5
    couldn't find rebel faction(Norse_Rebels), going to set it to (gladiator_uprising)
    14:06:39.437 [script.err] [error] Script Error in mods/SS6.3/data/world/maps/base/descr_regions.txt, at line 1413, column 5
    couldn't find rebel faction(Norse_Rebels), going to set it to (gladiator_uprising)
    14:06:39.437 [script.err] [error] Script Error in mods/SS6.3/data/world/maps/base/descr_regions.txt, at line 1422, column 5
    couldn't find rebel faction(Norse_Rebels), going to set it to (gladiator_uprising)
    14:06:39.437 [script.err] [error] Script Error in mods/SS6.3/data/world/maps/base/descr_regions.txt, at line 1431, column 5
    couldn't find rebel faction(Fatimid_Rebels), going to set it to (gladiator_uprising)
    14:06:39.437 [script.err] [error] Script Error in mods/SS6.3/data/world/maps/base/descr_regions.txt, at line 1440, column 5
    couldn't find rebel faction(Fatimid_Rebels), going to set it to (gladiator_uprising)
    14:06:39.437 [script.err] [error] Script Error in mods/SS6.3/data/world/maps/base/descr_regions.txt, at line 1449, column 5
    couldn't find rebel faction(Seljuk_Rebels), going to set it to (gladiator_uprising)
    14:06:39.437 [script.err] [error] Script Error in mods/SS6.3/data/world/maps/base/descr_regions.txt, at line 1458, column 5
    couldn't find rebel faction(Fatimid_Rebels), going to set it to (gladiator_uprising)
    14:06:39.437 [script.err] [error] Script Error in mods/SS6.3/data/world/maps/base/descr_regions.txt, at line 1467, column 5
    couldn't find rebel faction(Fatimid_Rebels), going to set it to (gladiator_uprising)
    14:06:39.437 [script.err] [error] Script Error in mods/SS6.3/data/world/maps/base/descr_regions.txt, at line 1476, column 5
    couldn't find rebel faction(Fatimid_Rebels), going to set it to (gladiator_uprising)
    14:06:39.437 [script.err] [error] Script Error in mods/SS6.3/data/world/maps/base/descr_regions.txt, at line 1485, column 5
    couldn't find rebel faction(Fatimid_Rebels), going to set it to (gladiator_uprising)
    14:06:39.437 [script.err] [error] Script Error in mods/SS6.3/data/world/maps/base/descr_regions.txt, at line 1494, column 5
    couldn't find rebel faction(Seljuk_Rebels), going to set it to (gladiator_uprising)
    14:06:39.437 [script.err] [error] Script Error in mods/SS6.3/data/world/maps/base/descr_regions.txt, at line 1503, column 5
    couldn't find rebel faction(Seljuk_Rebels), going to set it to (gladiator_uprising)
    14:06:39.437 [script.err] [error] Script Error in mods/SS6.3/data/world/maps/base/descr_regions.txt, at line 1512, column 5
    couldn't find rebel faction(Rus_Rebels), going to set it to (gladiator_uprising)
    14:06:39.437 [script.err] [error] Script Error in mods/SS6.3/data/world/maps/base/descr_regions.txt, at line 1521, column 5
    couldn't find rebel faction(Fatimid_Rebels), going to set it to (gladiator_uprising)
    14:06:39.437 [script.err] [error] Script Error in mods/SS6.3/data/world/maps/base/descr_regions.txt, at line 1530, column 5
    couldn't find rebel faction(Steppe_Rebels), going to set it to (gladiator_uprising)
    14:06:39.437 [script.err] [error] Script Error in mods/SS6.3/data/world/maps/base/descr_regions.txt, at line 1539, column 5
    couldn't find rebel faction(Steppe_Rebels), going to set it to (gladiator_uprising)
    14:06:39.437 [script.err] [error] Script Error in mods/SS6.3/data/world/maps/base/descr_regions.txt, at line 1548, column 5
    couldn't find rebel faction(Fatimid_Rebels), going to set it to (gladiator_uprising)
    14:06:39.437 [script.err] [error] Script Error in mods/SS6.3/data/world/maps/base/descr_regions.txt, at line 1557, column 5
    couldn't find rebel faction(Saharan_Rebels), going to set it to (gladiator_uprising)
    14:06:39.437 [script.err] [error] Script Error in mods/SS6.3/data/world/maps/base/descr_regions.txt, at line 1566, column 5
    couldn't find rebel faction(Rus_Rebels), going to set it to (gladiator_uprising)
    14:06:39.437 [script.err] [error] Script Error in mods/SS6.3/data/world/maps/base/descr_regions.txt, at line 1575, column 5
    couldn't find rebel faction(Rus_Rebels), going to set it to (gladiator_uprising)
    14:06:39.437 [script.err] [error] Script Error in mods/SS6.3/data/world/maps/base/descr_regions.txt, at line 1584, column 5
    couldn't find rebel faction(Rus_Rebels), going to set it to (gladiator_uprising)
    14:06:39.437 [script.err] [error] Script Error in mods/SS6.3/data/world/maps/base/descr_regions.txt, at line 1593, column 5
    couldn't find rebel faction(Fatimid_Rebels), going to set it to (gladiator_uprising)
    14:06:39.437 [script.err] [error] Script Error in mods/SS6.3/data/world/maps/base/descr_regions.txt, at line 1602, column 5
    couldn't find rebel faction(Norse_Rebels), going to set it to (gladiator_uprising)
    14:06:39.437 [script.err] [error] Script Error in mods/SS6.3/data/world/maps/base/descr_regions.txt, at line 1611, column 5
    couldn't find rebel faction(Saharan_Rebels), going to set it to (gladiator_uprising)
    14:06:39.437 [script.err] [error] Script Error in mods/SS6.3/data/world/maps/base/descr_regions.txt, at line 1629, column 5
    couldn't find rebel faction(Seljuk_Rebels), going to set it to (gladiator_uprising)
    14:06:39.437 [script.err] [error] Script Error in mods/SS6.3/data/world/maps/base/descr_regions.txt, at line 1638, column 5
    couldn't find rebel faction(Seljuk_Rebels), going to set it to (gladiator_uprising)
    14:06:39.437 [script.err] [error] Script Error in mods/SS6.3/data/world/maps/base/descr_regions.txt, at line 1647, column 5
    couldn't find rebel faction(Rus_Rebels), going to set it to (gladiator_uprising)
    14:06:39.437 [script.err] [error] Script Error in mods/SS6.3/data/world/maps/base/descr_regions.txt, at line 1665, column 5
    couldn't find rebel faction(Spanish_Rebels), going to set it to (gladiator_uprising)
    14:06:39.437 [script.err] [error] Script Error in mods/SS6.3/data/world/maps/base/descr_regions.txt, at line 1674, column 5
    couldn't find rebel faction(Scots_Rebels), going to set it to (gladiator_uprising)
    14:06:39.437 [script.err] [error] Script Error in mods/SS6.3/data/world/maps/base/descr_regions.txt, at line 1683, column 5
    couldn't find rebel faction(Saharan_Rebels), going to set it to (gladiator_uprising)
    14:06:39.437 [script.err] [error] Script Error in mods/SS6.3/data/world/maps/base/descr_regions.txt, at line 1701, column 5
    couldn't find rebel faction(Rus_Rebels), going to set it to (gladiator_uprising)
    14:06:39.437 [script.err] [error] Script Error in mods/SS6.3/data/world/maps/base/descr_regions.txt, at line 1719, column 5
    couldn't find rebel faction(Magyar_Rebels), going to set it to (gladiator_uprising)
    14:06:39.437 [script.err] [error] Script Error in mods/SS6.3/data/world/maps/base/descr_regions.txt, at line 1728, column 5
    couldn't find rebel faction(Norse_Rebels), going to set it to (gladiator_uprising)
    14:06:39.437 [script.err] [error] Script Error in mods/SS6.3/data/world/maps/base/descr_regions.txt, at line 1737, column 5
    couldn't find rebel faction(Steppe_Rebels), going to set it to (gladiator_uprising)
    14:06:39.437 [script.err] [error] Script Error in mods/SS6.3/data/world/maps/base/descr_regions.txt, at line 1746, column 5
    couldn't find rebel faction(Seljuk_Rebels), going to set it to (gladiator_uprising)
    14:06:39.437 [script.err] [error] Script Error in mods/SS6.3/data/world/maps/base/descr_regions.txt, at line 1755, column 5
    couldn't find rebel faction(Rus_Rebels), going to set it to (gladiator_uprising)
    14:06:39.437 [script.err] [error] Script Error in mods/SS6.3/data/world/maps/base/descr_regions.txt, at line 1773, column 5
    couldn't find rebel faction(Steppe_Rebels), going to set it to (gladiator_uprising)
    14:06:39.437 [script.err] [error] Script Error in mods/SS6.3/data/world/maps/base/descr_regions.txt, at line 1782, column 5
    couldn't find rebel faction(Saharan_Rebels), going to set it to (gladiator_uprising)
    14:06:39.437 [script.err] [error] Script Error in mods/SS6.3/data/world/maps/base/descr_regions.txt, at line 1791, column 5
    couldn't find rebel faction(Steppe_Rebels), going to set it to (gladiator_uprising)


    ^These are all simple errors fix them the error itself is self-explanatory.

  9. #9

    Default Re: Unspecified Error at new campaign start

    Thanks for responding Ishan.

    I did see the EDB errors an corrected in a previous try but that didn't fix the problem. But I did not see the rebel_factions error and actually did not even know about that file.

    Yayhooo!! Problem fixed.

    Two other quick questions though.
    The EDB errors do not actually cause a CTD. Does the game just ignore them?
    Also what does "couldn't find rebel faction(Norse_Rebels), going to set it to (gladiator_uprising)" mean?

    Thanks again you have been a huge help as always.

    Thanks to everyone for sharing their knowledge and insight.

    Regards,
    Ronnie

  10. #10

    Default Re: Unspecified Error at new campaign start

    Quote Originally Posted by ronnie76 View Post
    Two other quick questions though.
    The EDB errors do not actually cause a CTD. Does the game just ignore them?
    Yes it causes a CTD a mismatch of ownership between EDB and EDU file gives you a CTD, or like ownership given to a faction that doesn't exists say Engladn<---Spelling error etc.

    Quote Originally Posted by ronnie76 View Post
    Also what does "couldn't find rebel faction(Norse_Rebels), going to set it to (gladiator_uprising)" mean?
    It means that in the descr_rebel_factions.txt file(Also has a relevant file in the data\text folder) Norse_rebels doesn't exists and when that happens the game sets it to default gladiator uprising a left over from RTW.
    ^I'm not sure about this theory though.

  11. #11

    Default Re: Unspecified Error at new campaign start

    I tested it without fixing the EDB errors and it actually works. I played for 12 turns before stopping, so the EDB errors don't cause a CTD for me.

    Kind of irrelevant I suppose. They need to be fixed anyway.

    Thanks again for the help.

  12. #12
    Gigantus's Avatar I am not special - I am a limited edition.
    Moderator Emeritus Administrator Emeritus

    Join Date
    Aug 2006
    Location
    Goa - India
    Posts
    52,682
    Blog Entries
    35

    Default Re: Unspecified Error at new campaign start

    Quote Originally Posted by Ishan View Post
    It means that in the descr_rebel_factions.txt file(Also has a relevant file in the data\text folder) Norse_rebels doesn't exists and when that happens the game sets it to default gladiator uprising a left over from RTW.
    ^I'm not sure about this theory though.
    That is correct, most of the times the error is caused by an invalid entry in the file (unit doesn't exist, spelling) which voids the entries, thus creating a domino effect.

    Unrecognised: 'atlantic' as a region resource class (or hidden resource)
    This means you have an entry here that doesn't correspond to the hidden_resources listed in the EDB.










  13. #13

    Default Re: Unspecified Error at new campaign start

    Quote Originally Posted by Gigantus View Post
    That is correct, most of the times the error is caused by an invalid entry in the file (unit doesn't exist, spelling) which voids the entries, thus creating a domino effect.
    Thanks Gigantus for confirming it.

    Quote Originally Posted by Gigantus View Post
    This means you have an entry here that doesn't correspond to the hidden_resources listed in the EDB.
    Yes, this error happens when we don't or forget to delete the map.rwm file after placing the hidden resource in the descr_regions.txt file.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •