Results 1 to 12 of 12

Thread: CTD during summer 265 BC

Hybrid View

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

    Default Re: CTD during summer 265 BC

    Hi

    Sorry for delay reading your reply.

    Here's some of the things that have been picked up as errors. I have no idea if they actually impact on the game in the sense that they are actually triggered or cause problems. I cannot claim any credit given that ATVTW picked them up.


    Spoiler Alert, click show to read: 
    Error: Parsing EDCT failed, the followng errors were found:

    Line 63371 - Error: Expecting Trigger - Found: ------------------------------------------

    Line 151074 - Error: Expecting Trigger - Found: ------------------------------------------



    Spoiler Alert, click show to read: 
    Error: Parsing EDA failed, the followng errors were found:

    Line 6137 - Error: Invalid AcquireAncillary line, expected 'AcquireAncillary <ancillary> chance <percent>', found: AcquireAncillary Governor_of_Macedonia 1 Chance 100

    Line 6157 - Error: Invalid AcquireAncillary line, expected 'AcquireAncillary <ancillary> chance <percent>', found: AcquireAncillary Governor_of_Macedonia 1 Chance 100

    Line 6177 - Error: Invalid AcquireAncillary line, expected 'AcquireAncillary <ancillary> chance <percent>', found: AcquireAncillary Governor_of_Macedonia 1 Chance 100

    Line 6196 - Error: Invalid AcquireAncillary line, expected 'AcquireAncillary <ancillary> chance <percent>', found: AcquireAncillary Governor_of_Asia 1 Chance 100

    Line 6215 - Error: Invalid AcquireAncillary line, expected 'AcquireAncillary <ancillary> chance <percent>', found: AcquireAncillary Governor_of_Asia 1 Chance 100

    Line 6234 - Error: Invalid AcquireAncillary line, expected 'AcquireAncillary <ancillary> chance <percent>', found: AcquireAncillary Governor_of_Asia 1 Chance 100

    Line 6253 - Error: Invalid AcquireAncillary line, expected 'AcquireAncillary <ancillary> chance <percent>', found: AcquireAncillary Governor_of_Achaea 1 Chance 100

    Line 6272 - Error: Invalid AcquireAncillary line, expected 'AcquireAncillary <ancillary> chance <percent>', found: AcquireAncillary Governor_of_Achaea 1 Chance 100

    Line 6291 - Error: Invalid AcquireAncillary line, expected 'AcquireAncillary <ancillary> chance <percent>', found: AcquireAncillary Governor_of_Achaea 1 Chance 100

    Line 6310 - Error: Invalid AcquireAncillary line, expected 'AcquireAncillary <ancillary> chance <percent>', found: AcquireAncillary Governor_of_Bithynia 1 Chance 100

    Line 6329 - Error: Invalid AcquireAncillary line, expected 'AcquireAncillary <ancillary> chance <percent>', found: AcquireAncillary Governor_of_Bithynia 1 Chance 100

    Line 6348 - Error: Invalid AcquireAncillary line, expected 'AcquireAncillary <ancillary> chance <percent>', found: AcquireAncillary Governor_of_Bithynia 1 Chance 100

    Line 6367 - Error: Invalid AcquireAncillary line, expected 'AcquireAncillary <ancillary> chance <percent>', found: AcquireAncillary Governor_of_Africa_Nova 1 Chance 100

    Line 6386 - Error: Invalid AcquireAncillary line, expected 'AcquireAncillary <ancillary> chance <percent>', found: AcquireAncillary Governor_of_Africa_Nova 1 Chance 100

    Line 6405 - Error: Invalid AcquireAncillary line, expected 'AcquireAncillary <ancillary> chance <percent>', found: AcquireAncillary Governor_of_Syria 1 Chance 100

    Line 6424 - Error: Invalid AcquireAncillary line, expected 'AcquireAncillary <ancillary> chance <percent>', found: AcquireAncillary Governor_of_Syria 1 Chance 100

    Line 6443 - Error: Invalid AcquireAncillary line, expected 'AcquireAncillary <ancillary> chance <percent>', found: AcquireAncillary Governor_of_Syria 1 Chance 100

    Line 6460 - Error: Invalid AcquireAncillary line, expected 'AcquireAncillary <ancillary> chance <percent>', found: AcquireAncillary Governor_of_Judaea 1 Chance 100

    Line 6479 - Error: Invalid AcquireAncillary line, expected 'AcquireAncillary <ancillary> chance <percent>', found: AcquireAncillary Governor_of_Gallia_Comata 1 Chance 100

    Line 6499 - Error: Invalid AcquireAncillary line, expected 'AcquireAncillary <ancillary> chance <percent>', found: AcquireAncillary Governor_of_Cyrenacia 1 Chance 100

    Line 6519 - Error: Invalid AcquireAncillary line, expected 'AcquireAncillary <ancillary> chance <percent>', found: AcquireAncillary Governor_of_Cyrenacia 1 Chance 100

    Line 6539 - Error: Invalid AcquireAncillary line, expected 'AcquireAncillary <ancillary> chance <percent>', found: AcquireAncillary Governor_of_Cyrenacia 1 Chance 100

    Line 9130 - Error: Expecting Trigger - Found: ------------------------------------------


    'Fixing' these allows other anomalies to surface.

    All the best.

    Ian

  2. #2

    Default Re: CTD during summer 265 BC

    Spoiler Alert, click show to read: 
    ;Trait: Areskos - Obsequious
    ; o Areskos (1): <Influence> 1, <PersonalSecurity> 1
    ; o Areskoteros (2): <Influence> 1, <PersonalSecurity> 2, <Law> -1
    ; o Areskotatos (3): <Influence> 1, <PersonalSecurity> 2, <TroopMorale> -1

    code threshold is actually 1, 2, 2, should read 1, 2, 3?


    Spoiler Alert, click show to read: 
    trigger_oracle_Eastern
    CultureType eastern > 0

    delete > 0?


    Spoiler Alert, click show to read: 
    Trait Renown
    Characters family
    ExcludeCultures barbarian
    NoGoingBackLevel 3
    AntiTraits BadCommander

    BadLeader?


    Spoiler Alert, click show to read: 
    Trait IndecisiveAttacker
    Characters family
    ExcludeCultures barbarian
    NoGoingBackLevel 4
    AntiTraits GoodCommander, GoodAttacker

    GoodLeader?


    Spoiler Alert, click show to read: 
    Trait Warlord
    Characters family
    ExcludeCultures carthaginian, egyptian, greek, roman
    NoGoingBackLevel 4
    AntiTraits Coward, BadCommander

    BadLeader?


    These appear once the files parse, along with a lot of settlement names. However, as settlementname uses the map name and not internal name I lost a lot of time exploring these.

  3. #3

    Default Re: CTD during summer 265 BC

    I'm having the same problem but its in the Summer of 262 bc.
    I haven't changed anything to the game.

    Can anyone help me?

  4. #4
    EB Support Guy Senior Member XSamatan's Avatar
    Join Date
    Mar 2008
    Posts
    1,820

    Default Re: CTD during summer 265 BC

    Go through the hints given in the frequent issues regarding CTD's. In case you are not able to solve it, post back here with a recent save.

    XSamatan

    1.2 fixes - Updated regularly. Latest news from 2009-02-01.
    EB FAQ --- Tech help important thread list --- Frequent issues and solutions

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Single Sign On provided by vBSSO