The mod just looks for Setup-BDToBv168.exe in the same folder as the Setup-TS.exe. Check if the BDash-Mod installed/extracted/downloaded before. Look at the WeiDU.log to make sure if it was installed. Make sure you disabled UAC if you use Windows Vista or upwards or try to install/move to another directory outside of C:\Program Files.
@snarfies: It would also help if you did change/click something or what language you were using and so on. What's the value for AppType in your BiG World Setup\Config\User.ini underneath the [Options]-section? It should either be BWS, BWP, IWD1, IWD2 or PST, I guess there could be something different. Or maybe you overwrote an old instance of the BWS and the old configuration was used and something got messed up? Can you try the latest package? I've fiddled a bit around that section if I'm not mistaken.
@snarfies: It would also help if you did change/click something or what language you were using and so on. What's the value for AppType in your BiG World Setup\Config\User.ini underneath the [Options]-section? It should either be BWS, BWP, IWD1, IWD2 or PST, I guess there could be something different. Or maybe you overwrote an old instance of the BWS and the old configuration was used and something got messed up? Can you try the latest package? I've fiddled a bit around that section if I'm not mistaken.
Language = English. I've used older version of BWS in the past on this computer but don't have it installed at the moment, I just have BG1 and BG2 installed in their default directories.
I deleted all my old BWS files including the older installer, so now I'm working with bws_20130311. I got a little further this time - I created a new directory and extracted to that. I got to select my language (English), and then selected "BWS: BiG World Project (detailed customization) and got a crash, the log results of which I've posted below.
User.ini:
----------
[Options] Download=D:\bws\BiG World Downloads AppLang=EN
----------
Most recent log dump:
17: 46 - $Test = StringRegExpReplace($Test, '(?i)\x5c{1,}\z', '') 17: 48 - Else 17: 49 - $Test='' 05: 37 - Func _FileSearch($p_Dir, $p_String) 05: 38 - Local $Return[1] = [0] 05: 39 - $Search = FileFindFirstFile($p_Dir&'\'&$p_String) 05: 40 - If $Search = -1 Then Return SetError(1, 0, $Return) 05: 41 - $Ubound=1000 05: 42 - Local $Return[$Ubound] 05: 43 - While 1 05: 45 - If @error Then ExitLoop 05: 46 - If $File = '.' Or $File = '..' Then ContinueLoop 05: 50 - EndIf 05: 51 - $Return[0]+=1 05: 52 - $Return[$Return[0]]=$File 05: 43 - While 1 05: 53 - WEnd 05: 54 - FileClose($Search) 05: 55 - ReDim $Return[$Return[0]+1] 17: 50 - $Files=_FileSearch(@ProgramFilesDir & '\Black Isle', $Game[$g][2]) 17: 51 - If $Files[0] <> 0 Then D:\bws\BiG World Setup\Includes_Traced\17_Testing.au3 (129) : ==> Array variable has incorrect number of subscripts or subscript dimension range exceeded.: If FileExists(@ProgramFilesDir & '\Black Isle\' & $Files[2] &'\'&$Game[$g][1]) Then $Test = @ProgramFilesDir & '\Black Isle\' & $Files[2] If FileExists(@ProgramFilesDir & '\Black Isle\' & ^ ERROR - 36
---------- Variables: ---------- Size of 0. Dim. of $Files: 1 Size of 1. Dim. of $Files: 2 Value of 1. Dim. of $Files: 1 || Baldur's Gate Value of $Test:
Can you change the line 52 in BiG World Setup\Includes\17_Testing.au3 from the line it reported - which would be
If FileExists(@ProgramFilesDir & '\Black Isle\' & $Files[2] &'\'&$Game[$g][1]) Then $Test = @ProgramFilesDir & '\Black Isle\' & $Files[2]
- to this:
If FileExists(@ProgramFilesDir & '\Black Isle\' & $Files[1] &'\'&$Game[$g][3]&'.exe') Then $Test = @ProgramFilesDir & '\Black Isle\' & $Files[1]
The search should return one result and thus looking for the second entry would fail. Tried it here with the same result and it worked, so I guess it should for you, too.
Can you change the line 52 in BiG World Setup\Includes\17_Testing.au3 from the line it reported - which would be
If FileExists(@ProgramFilesDir & '\Black Isle\' & $Files[2] &'\'&$Game[$g][1]) Then $Test = @ProgramFilesDir & '\Black Isle\' & $Files[2]
- to this:
If FileExists(@ProgramFilesDir & '\Black Isle\' & $Files[1] &'\'&$Game[$g][3]&'.exe') Then $Test = @ProgramFilesDir & '\Black Isle\' & $Files[1]
The search should return one result and thus looking for the second entry would fail. Tried it here with the same result and it worked, so I guess it should for you, too.
Yes, that seems to have done the trick - thank you!
Well, you might have, but you got the old setup-BGT.tp2 problem others have got ... and I have no good reason on why so many have that, as the change-log command line has no relation to the file except that it uses the weidu.exe to give orders to it. We would need Wisp to comment on that. Or someone that actually knows where the problem lies on...
Right so, as far as I can tell everyone doing any kind of Tactic based install is running into this issue. I sure am. I've managed to whittle my current Tactic installation down to 2 remaining issues and the BP Improved encounters are by far the most annoying. I'm posting it in this thread since its the most recent relevant one I can find.
Relevant bits of Debug.txt:
Spoiler
Installing [Improved Demogorgon] [v180 c BWP patch] Checking for required files ... Compiling 1 script ... Compiling 1 script ...
[BPv180/ASCEND/TOUGH/DEMO/BAF/CORE/bpdemon.BAF] PARSE ERROR at line 35 column 1-57 Near Text: ) [ReallyForceSpell] argument [DEMON_ATTRACTION] not found in [Spell.IDS]
[BPv180/ASCEND/TOUGH/DEMO/BAF/CORE/bpdemon.BAF] PARSE ERROR at line 40 column 1-40 Near Text: ) [ReallyForceSpell] argument [TELEKINESIS] not found in [Spell.IDS]
[BPv180/ASCEND/TOUGH/DEMO/BAF/CORE/bpdemon.BAF] PARSE ERROR at line 42 column 1-46 Near Text: ) [ChangeSpecifics] argument [CALLED_FOR_BOULDER] not found in [Specific.IDS]
[BPv180/ASCEND/TOUGH/DEMO/BAF/CORE/bpdemon.BAF] PARSE ERROR at line 134 column 1-57 Near Text: ) [ReallyForceSpell] argument [DEMON_ATTRACTION] not found in [Spell.IDS]
[BPv180/ASCEND/TOUGH/DEMO/BAF/CORE/bpdemon.BAF] PARSE ERROR at line 227 column 1-34 Near Text: ) [ForceSpell] argument [TELEKINESIS] not found in [Spell.IDS]
[BPv180/ASCEND/TOUGH/DEMO/BAF/CORE/bpdemon.BAF] PARSE ERROR at line 234 column 1-62 Near Text: ) [CheckStatGT] argument [CLERIC_BLADE_BARRIER] not found in [Stats.IDS]
[BPv180/ASCEND/TOUGH/DEMO/BAF/CORE/bpdemon.BAF] PARSE ERROR at line 235 column 1-60 Near Text: ) [CheckStatGT] argument [WIZARD_FIRE_SHIELD] not found in [Stats.IDS]
[BPv180/ASCEND/TOUGH/DEMO/BAF/CORE/bpdemon.BAF] PARSE ERROR at line 239 column 1-60 Near Text: ) [ReallyForceSpell] argument [DEMON_REPULSION] not found in [Spell.IDS]
[BPv180/ASCEND/TOUGH/DEMO/BAF/CORE/bpdemon.BAF] PARSE ERROR at line 306 column 1-57 Near Text: ) [ReallyForceSpell] argument [DEMON_ATTRACTION] not found in [Spell.IDS]
[BPv180/ASCEND/TOUGH/DEMO/BAF/CORE/bpdemon.BAF] PARSE ERROR at line 309 column 1-46 Near Text: ) [ChangeSpecifics] argument [CALLED_FOR_BOULDER] not found in [Specific.IDS]
[BPv180/ASCEND/TOUGH/DEMO/BAF/CORE/bpdemon.BAF] PARSE ERROR at line 329 column 1-57 Near Text: ) [ReallyForceSpell] argument [DEMON_ATTRACTION] not found in [Spell.IDS]
[BPv180/ASCEND/TOUGH/DEMO/BAF/CORE/bpdemon.BAF] PARSE ERROR at line 333 column 1-46 Near Text: ) [ChangeSpecifics] argument [CALLED_FOR_BOULDER] not found in [Specific.IDS]
[BPv180/ASCEND/TOUGH/DEMO/BAF/CORE/bpdemon.BAF] PARSE ERROR at line 368 column 1-38 Near Text: ) unknown object SPECIFIC specifier [SIMULACRUM]
[BPv180/ASCEND/TOUGH/DEMO/BAF/CORE/bpdemon.BAF] ERROR at line 368 column 1-38 Near Text: ) Parsing.Parse_error ERROR: parsing [BPv180/ASCEND/TOUGH/DEMO/BAF/CORE/bpdemon.BAF]: Parsing.Parse_error ERROR: error compiling [BPv180/ASCEND/TOUGH/DEMO/BAF/CORE/bpdemon.BAF]: Parsing.Parse_error ERROR: compiling [BPv180/ASCEND/TOUGH/DEMO/BAF/CORE/bpdemon.BAF]! Stopping installation because of error. Stopping installation because of error.
ERROR Installing [Improved Demogorgon], rolling back to previous state Will uninstall 1 files for [SETUP-BPV180.TP2] component 17. Uninstalled 1 files for [SETUP-BPV180.TP2] component 17. ERROR: Parsing.Parse_error PLEASE email the file SETUP-BPV180.DEBUG to The BP Crew Automatically Skipping [Improved Demogorgon] because of error.
[BPv180/ASCEND/TOUGH/GROM/BAF/CORE/bpcarc2b.BAF] PARSE ERROR at line 73 column 1-62 Near Text: ) [CheckStatGT] argument [CLERIC_BLADE_BARRIER] not found in [Stats.IDS]
[BPv180/ASCEND/TOUGH/GROM/BAF/CORE/bpcarc2b.BAF] PARSE ERROR at line 74 column 1-60 Near Text: ) [CheckStatGT] argument [WIZARD_FIRE_SHIELD] not found in [Stats.IDS]
[BPv180/ASCEND/TOUGH/GROM/BAF/CORE/bpcarc2b.BAF] PARSE ERROR at line 187 column 1-38 Near Text: ) unknown object SPECIFIC specifier [SIMULACRUM]
[BPv180/ASCEND/TOUGH/GROM/BAF/CORE/bpcarc2b.BAF] ERROR at line 187 column 1-38 Near Text: ) Parsing.Parse_error ERROR: parsing [BPv180/ASCEND/TOUGH/GROM/BAF/CORE/bpcarc2b.BAF]: Parsing.Parse_error ERROR: error compiling [BPv180/ASCEND/TOUGH/GROM/BAF/CORE/bpcarc2b.BAF]: Parsing.Parse_error ERROR: compiling [BPv180/ASCEND/TOUGH/GROM/BAF/CORE/bpcarc2b.BAF]! Stopping installation because of error. Stopping installation because of error.
ERROR Installing [Improved Gromnir], rolling back to previous state Will uninstall 7 files for [SETUP-BPV180.TP2] component 18. Uninstalled 7 files for [SETUP-BPV180.TP2] component 18. ERROR: Parsing.Parse_error PLEASE email the file SETUP-BPV180.DEBUG to The BP Crew Automatically Skipping [Improved Gromnir] because of error.
---
Installing [Improved Illasera] [v180 c BWP patch] Checking for required files ... Appending to files ... Compiling 1 dialogue file ... Compiling 2 scripts ... Compiling 1 script ...
[BPv180/ASCEND/TOUGH/ILLA/BAF/CORE/bpcken2b.BAF] PARSE ERROR at line 76 column 1-62 Near Text: ) [CheckStatGT] argument [CLERIC_BLADE_BARRIER] not found in [Stats.IDS]
[BPv180/ASCEND/TOUGH/ILLA/BAF/CORE/bpcken2b.BAF] PARSE ERROR at line 77 column 1-60 Near Text: ) [CheckStatGT] argument [WIZARD_FIRE_SHIELD] not found in [Stats.IDS]
[BPv180/ASCEND/TOUGH/ILLA/BAF/CORE/bpcken2b.BAF] PARSE ERROR at line 330 column 1-70 Near Text: ) [CheckStat] argument [WIZARD_PROTECTION_FROM_MAGIC_WEAPONS] not found in [Stats.IDS]
[BPv180/ASCEND/TOUGH/ILLA/BAF/CORE/bpcken2b.BAF] PARSE ERROR at line 347 column 1-70 Near Text: ) [CheckStat] argument [WIZARD_PROTECTION_FROM_MAGIC_WEAPONS] not found in [Stats.IDS]
[BPv180/ASCEND/TOUGH/ILLA/BAF/CORE/bpcken2b.BAF] PARSE ERROR at line 364 column 1-70 Near Text: ) [CheckStat] argument [WIZARD_PROTECTION_FROM_MAGIC_WEAPONS] not found in [Stats.IDS]
[BPv180/ASCEND/TOUGH/ILLA/BAF/CORE/bpcken2b.BAF] PARSE ERROR at line 382 column 1-70 Near Text: ) [CheckStat] argument [WIZARD_PROTECTION_FROM_MAGIC_WEAPONS] not found in [Stats.IDS]
[BPv180/ASCEND/TOUGH/ILLA/BAF/CORE/bpcken2b.BAF] PARSE ERROR at line 398 column 1-70 Near Text: ) [CheckStat] argument [WIZARD_PROTECTION_FROM_MAGIC_WEAPONS] not found in [Stats.IDS]
[BPv180/ASCEND/TOUGH/ILLA/BAF/CORE/bpcken2b.BAF] PARSE ERROR at line 416 column 1-70 Near Text: ) [CheckStat] argument [WIZARD_PROTECTION_FROM_MAGIC_WEAPONS] not found in [Stats.IDS]
[BPv180/ASCEND/TOUGH/ILLA/BAF/CORE/bpcken2b.BAF] PARSE ERROR at line 433 column 1-70 Near Text: ) [CheckStat] argument [WIZARD_PROTECTION_FROM_MAGIC_WEAPONS] not found in [Stats.IDS]
[BPv180/ASCEND/TOUGH/ILLA/BAF/CORE/bpcken2b.BAF] PARSE ERROR at line 451 column 1-70 Near Text: ) [CheckStat] argument [WIZARD_PROTECTION_FROM_MAGIC_WEAPONS] not found in [Stats.IDS]
[BPv180/ASCEND/TOUGH/ILLA/BAF/CORE/bpcken2b.BAF] PARSE ERROR at line 489 column 1-62 Near Text: ) [CheckStatGT] argument [CLERIC_BLADE_BARRIER] not found in [Stats.IDS]
[BPv180/ASCEND/TOUGH/ILLA/BAF/CORE/bpcken2b.BAF] PARSE ERROR at line 490 column 1-56 Near Text: ) [CheckStatGT] argument [WIZARD_FIRE_SHIELD] not found in [Stats.IDS] Compiling 1 script ...
[BPv180/ASCEND/TOUGH/ILLA/BAF/CORE/bpgpheal.BAF] PARSE ERROR at line 350 column 1-62 Near Text: ) [CheckStatGT] argument [CLERIC_BLADE_BARRIER] not found in [Stats.IDS]
[BPv180/ASCEND/TOUGH/ILLA/BAF/CORE/bpgpheal.BAF] PARSE ERROR at line 351 column 1-60 Near Text: ) [CheckStatGT] argument [WIZARD_FIRE_SHIELD] not found in [Stats.IDS]
[BPv180/ASCEND/TOUGH/ILLA/BAF/CORE/bpgpheal.BAF] PARSE ERROR at line 376 column 1-46 Near Text: ) [CheckStatGT] argument [CLERIC_INSECT_PLAGUE] not found in [Stats.IDS]
[BPv180/ASCEND/TOUGH/ILLA/BAF/CORE/bpgpheal.BAF] PARSE ERROR at line 387 column 1-44 Near Text: ) [CheckStatLT] argument [CLERIC_INSECT_PLAGUE] not found in [Stats.IDS]
[BPv180/ASCEND/TOUGH/ILLA/BAF/CORE/bpgpheal.BAF] PARSE ERROR at line 410 column 1-58 Near Text: ) [CheckStat] argument [WIZARD_PROTECTION_FROM_MAGIC_WEAPONS] not found in [Stats.IDS]
[BPv180/ASCEND/TOUGH/ILLA/BAF/CORE/bpgpheal.BAF] PARSE ERROR at line 427 column 1-44 Near Text: ) [CheckStat] argument [CLERIC_PHYSICAL_MIRROR] not found in [Stats.IDS]
[BPv180/ASCEND/TOUGH/ILLA/BAF/CORE/bpgpheal.BAF] PARSE ERROR at line 429 column 1-58 Near Text: ) [CheckStat] argument [WIZARD_PROTECTION_FROM_MAGIC_WEAPONS] not found in [Stats.IDS]
[BPv180/ASCEND/TOUGH/ILLA/BAF/CORE/bpgpheal.BAF] PARSE ERROR at line 445 column 1-62 Near Text: ) [CheckStatGT] argument [WIZARD_PROTECTION_FROM_MAGIC_WEAPONS] not found in [Stats.IDS]
[BPv180/ASCEND/TOUGH/ILLA/BAF/CORE/bpgpheal.BAF] PARSE ERROR at line 449 column 1-48 Near Text: ) [CheckStatGT] argument [CLERIC_PHYSICAL_MIRROR] not found in [Stats.IDS]
[BPv180/ASCEND/TOUGH/ILLA/BAF/CORE/bpgpheal.BAF] PARSE ERROR at line 451 column 1-62 Near Text: ) [CheckStatGT] argument [WIZARD_PROTECTION_FROM_MAGIC_WEAPONS] not found in [Stats.IDS]
[BPv180/ASCEND/TOUGH/ILLA/BAF/CORE/bpgpheal.BAF] PARSE ERROR at line 478 column 1-62 Near Text: ) [CheckStatGT] argument [WIZARD_PROTECTION_FROM_MAGIC_WEAPONS] not found in [Stats.IDS]
[BPv180/ASCEND/TOUGH/ILLA/BAF/CORE/bpgpheal.BAF] PARSE ERROR at line 482 column 1-48 Near Text: ) [CheckStatGT] argument [CLERIC_PHYSICAL_MIRROR] not found in [Stats.IDS]
[BPv180/ASCEND/TOUGH/ILLA/BAF/CORE/bpgpheal.BAF] PARSE ERROR at line 484 column 1-62 Near Text: ) [CheckStatGT] argument [WIZARD_PROTECTION_FROM_MAGIC_WEAPONS] not found in [Stats.IDS]
[BPv180/ASCEND/TOUGH/ILLA/BAF/CORE/bpgpheal.BAF] PARSE ERROR at line 500 column 1-62 Near Text: ) [CheckStatGT] argument [WIZARD_PROTECTION_FROM_MAGIC_WEAPONS] not found in [Stats.IDS]
[BPv180/ASCEND/TOUGH/ILLA/BAF/CORE/bpgpheal.BAF] PARSE ERROR at line 504 column 1-48 Near Text: ) [CheckStatGT] argument [CLERIC_PHYSICAL_MIRROR] not found in [Stats.IDS]
[BPv180/ASCEND/TOUGH/ILLA/BAF/CORE/bpgpheal.BAF] PARSE ERROR at line 506 column 1-62 Near Text: ) [CheckStatGT] argument [WIZARD_PROTECTION_FROM_MAGIC_WEAPONS] not found in [Stats.IDS]
[BPv180/ASCEND/TOUGH/ILLA/BAF/CORE/bpgpheal.BAF] PARSE ERROR at line 525 column 1-62 Near Text: ) [CheckStatGT] argument [WIZARD_PROTECTION_FROM_MAGIC_WEAPONS] not found in [Stats.IDS]
[BPv180/ASCEND/TOUGH/ILLA/BAF/CORE/bpgpheal.BAF] PARSE ERROR at line 529 column 1-48 Near Text: ) [CheckStatGT] argument [CLERIC_PHYSICAL_MIRROR] not found in [Stats.IDS]
[BPv180/ASCEND/TOUGH/ILLA/BAF/CORE/bpgpheal.BAF] PARSE ERROR at line 531 column 1-62 Near Text: ) [CheckStatGT] argument [WIZARD_PROTECTION_FROM_MAGIC_WEAPONS] not found in [Stats.IDS]
[BPv180/ASCEND/TOUGH/ILLA/BAF/CORE/bpgpheal.BAF] PARSE ERROR at line 710 column 1-32 Near Text: ) [CheckStat] argument [TRUE_SIGHT] not found in [Stats.IDS]
[BPv180/ASCEND/TOUGH/ILLA/BAF/CORE/bpgpheal.BAF] PARSE ERROR at line 732 column 1-32 Near Text: ) [CheckStat] argument [TRUE_SIGHT] not found in [Stats.IDS]
[BPv180/ASCEND/TOUGH/ILLA/BAF/CORE/bpgpheal.BAF] PARSE ERROR at line 750 column 1-42 Near Text: ) [CheckStat] argument [CLERIC_BLADE_BARRIER] not found in [Stats.IDS]
[BPv180/ASCEND/TOUGH/ILLA/BAF/CORE/bpgpheal.BAF] PARSE ERROR at line 763 column 1-44 Near Text: ) [CheckStat] argument [CLERIC_PHYSICAL_MIRROR] not found in [Stats.IDS]
[BPv180/ASCEND/TOUGH/ILLA/BAF/CORE/bpgpheal.BAF] PARSE ERROR at line 779 column 1-40 Near Text: ) [CheckStat] argument [CLERIC_FREE_ACTION] not found in [Stats.IDS]
[BPv180/ASCEND/TOUGH/ILLA/BAF/CORE/bpgpheal.BAF] PARSE ERROR at line 796 column 1-46 Near Text: ) [CheckStat] argument [CLERIC_DEFENSIVE_HARMONY] not found in [Stats.IDS]
[BPv180/ASCEND/TOUGH/ILLA/BAF/CORE/bpgpheal.BAF] PARSE ERROR at line 1251 column 1-54 Near Text: ) [CheckStat] argument [WIZARD_SPELL_TURNING] not found in [Stats.IDS]
[BPv180/ASCEND/TOUGH/ILLA/BAF/CORE/bpgpheal.BAF] PARSE ERROR at line 1311 column 1-54 Near Text: ) [CheckStat] argument [CLERIC_INSECT_PLAGUE] not found in [Stats.IDS]
[BPv180/ASCEND/TOUGH/ILLA/BAF/CORE/bpgpheal.BAF] PARSE ERROR at line 1329 column 1-54 Near Text: ) [CheckStat] argument [CLERIC_INSECT_PLAGUE] not found in [Stats.IDS]
[BPv180/ASCEND/TOUGH/ILLA/BAF/CORE/bpgpheal.BAF] PARSE ERROR at line 1383 column 1-54 Near Text: ) [CheckStat] argument [WIZARD_SPELL_TURNING] not found in [Stats.IDS]
[BPv180/ASCEND/TOUGH/ILLA/BAF/CORE/bpgpheal.BAF] PARSE ERROR at line 1395 column 1-54 Near Text: ) [CheckStat] argument [WIZARD_SPELL_TURNING] not found in [Stats.IDS]
[BPv180/ASCEND/TOUGH/ILLA/BAF/CORE/bpgpheal.BAF] PARSE ERROR at line 1432 column 1-54 Near Text: ) [CheckStat] argument [WIZARD_SPELL_TURNING] not found in [Stats.IDS]
[BPv180/ASCEND/TOUGH/ILLA/BAF/CORE/bpgpheal.BAF] PARSE ERROR at line 1445 column 1-54 Near Text: ) [CheckStat] argument [WIZARD_SPELL_TURNING] not found in [Stats.IDS]
[BPv180/ASCEND/TOUGH/ILLA/BAF/CORE/bpgpheal.BAF] PARSE ERROR at line 1473 column 1-54 Near Text: ) [CheckStat] argument [WIZARD_SPELL_TURNING] not found in [Stats.IDS]
[BPv180/ASCEND/TOUGH/ILLA/BAF/CORE/bpgpheal.BAF] PARSE ERROR at line 1498 column 1-54 Near Text: ) [CheckStat] argument [WIZARD_SPELL_TURNING] not found in [Stats.IDS]
[BPv180/ASCEND/TOUGH/ILLA/BAF/CORE/bpgpheal.BAF] PARSE ERROR at line 1567 column 1-58 Near Text: ) [CheckStatGT] argument [CLERIC_BLADE_BARRIER] not found in [Stats.IDS]
[BPv180/ASCEND/TOUGH/ILLA/BAF/CORE/bpgpheal.BAF] PARSE ERROR at line 1568 column 1-56 Near Text: ) [CheckStatGT] argument [WIZARD_FIRE_SHIELD] not found in [Stats.IDS]
[BPv180/ASCEND/TOUGH/ILLA/BAF/CORE/bpgpheal.BAF] PARSE ERROR at line 1577 column 1-62 Near Text: ) [CheckStatGT] argument [CLERIC_BLADE_BARRIER] not found in [Stats.IDS]
[BPv180/ASCEND/TOUGH/ILLA/BAF/CORE/bpgpheal.BAF] PARSE ERROR at line 1578 column 1-56 Near Text: ) [CheckStatGT] argument [WIZARD_FIRE_SHIELD] not found in [Stats.IDS] Compiling 1 script ...
[BPv180/ASCEND/TOUGH/ILLA/BAF/CORE/bpgpmag1.BAF] PARSE ERROR at line 190 column 1-46 Near Text: ) unknown object SPECIFIC specifier [P1TARGET]
[BPv180/ASCEND/TOUGH/ILLA/BAF/CORE/bpgpmag1.BAF] ERROR at line 190 column 1-46 Near Text: ) Parsing.Parse_error ERROR: parsing [BPv180/ASCEND/TOUGH/ILLA/BAF/CORE/bpgpmag1.BAF]: Parsing.Parse_error ERROR: error compiling [BPv180/ASCEND/TOUGH/ILLA/BAF/CORE/bpgpmag1.BAF]: Parsing.Parse_error ERROR: compiling [BPv180/ASCEND/TOUGH/ILLA/BAF/CORE/bpgpmag1.BAF]! Stopping installation because of error. Stopping installation because of error.
ERROR Installing [Improved Illasera], rolling back to previous state Will uninstall 6 files for [SETUP-BPV180.TP2] component 19. Uninstalled 6 files for [SETUP-BPV180.TP2] component 19. ERROR: Parsing.Parse_error PLEASE email the file SETUP-BPV180.DEBUG to The BP Crew Automatically Skipping [Improved Illasera] because of error.
[BPv180/ASCEND/TOUGH/YAGA/BAF/CORE/bpcber2b.BAF] PARSE ERROR at line 76 column 1-62 Near Text: ) [CheckStatGT] argument [CLERIC_BLADE_BARRIER] not found in [Stats.IDS]
[BPv180/ASCEND/TOUGH/YAGA/BAF/CORE/bpcber2b.BAF] PARSE ERROR at line 77 column 1-60 Near Text: ) [CheckStatGT] argument [WIZARD_FIRE_SHIELD] not found in [Stats.IDS]
[BPv180/ASCEND/TOUGH/YAGA/BAF/CORE/bpcber2b.BAF] PARSE ERROR at line 380 column 1-70 Near Text: ) [CheckStat] argument [WIZARD_PROTECTION_FROM_MAGIC_WEAPONS] not found in [Stats.IDS]
[BPv180/ASCEND/TOUGH/YAGA/BAF/CORE/bpcber2b.BAF] PARSE ERROR at line 397 column 1-70 Near Text: ) [CheckStat] argument [WIZARD_PROTECTION_FROM_MAGIC_WEAPONS] not found in [Stats.IDS]
[BPv180/ASCEND/TOUGH/YAGA/BAF/CORE/bpcber2b.BAF] PARSE ERROR at line 415 column 1-70 Near Text: ) [CheckStat] argument [WIZARD_PROTECTION_FROM_MAGIC_WEAPONS] not found in [Stats.IDS]
[BPv180/ASCEND/TOUGH/YAGA/BAF/CORE/bpcber2b.BAF] PARSE ERROR at line 432 column 1-70 Near Text: ) [CheckStat] argument [WIZARD_PROTECTION_FROM_MAGIC_WEAPONS] not found in [Stats.IDS]
[BPv180/ASCEND/TOUGH/YAGA/BAF/CORE/bpcber2b.BAF] PARSE ERROR at line 450 column 1-70 Near Text: ) [CheckStat] argument [WIZARD_PROTECTION_FROM_MAGIC_WEAPONS] not found in [Stats.IDS]
[BPv180/ASCEND/TOUGH/YAGA/BAF/CORE/bpcber2b.BAF] PARSE ERROR at line 467 column 1-70 Near Text: ) [CheckStat] argument [WIZARD_PROTECTION_FROM_MAGIC_WEAPONS] not found in [Stats.IDS]
[BPv180/ASCEND/TOUGH/YAGA/BAF/CORE/bpcber2b.BAF] PARSE ERROR at line 485 column 1-70 Near Text: ) [CheckStat] argument [WIZARD_PROTECTION_FROM_MAGIC_WEAPONS] not found in [Stats.IDS]
[BPv180/ASCEND/TOUGH/YAGA/BAF/CORE/bpcber2b.BAF] PARSE ERROR at line 523 column 1-62 Near Text: ) [CheckStatGT] argument [CLERIC_BLADE_BARRIER] not found in [Stats.IDS]
[BPv180/ASCEND/TOUGH/YAGA/BAF/CORE/bpcber2b.BAF] PARSE ERROR at line 524 column 1-56 Near Text: ) [CheckStatGT] argument [WIZARD_FIRE_SHIELD] not found in [Stats.IDS] Compiling 1 script ...
[BPv180/ASCEND/TOUGH/YAGA/BAF/CORE/bpcfig2b.BAF] PARSE ERROR at line 76 column 1-62 Near Text: ) [CheckStatGT] argument [CLERIC_BLADE_BARRIER] not found in [Stats.IDS]
[BPv180/ASCEND/TOUGH/YAGA/BAF/CORE/bpcfig2b.BAF] PARSE ERROR at line 77 column 1-60 Near Text: ) [CheckStatGT] argument [WIZARD_FIRE_SHIELD] not found in [Stats.IDS]
[BPv180/ASCEND/TOUGH/YAGA/BAF/CORE/bpcfig2b.BAF] PARSE ERROR at line 382 column 1-70 Near Text: ) [CheckStat] argument [WIZARD_PROTECTION_FROM_MAGIC_WEAPONS] not found in [Stats.IDS]
[BPv180/ASCEND/TOUGH/YAGA/BAF/CORE/bpcfig2b.BAF] PARSE ERROR at line 399 column 1-70 Near Text: ) [CheckStat] argument [WIZARD_PROTECTION_FROM_MAGIC_WEAPONS] not found in [Stats.IDS]
[BPv180/ASCEND/TOUGH/YAGA/BAF/CORE/bpcfig2b.BAF] PARSE ERROR at line 416 column 1-70 Near Text: ) [CheckStat] argument [WIZARD_PROTECTION_FROM_MAGIC_WEAPONS] not found in [Stats.IDS]
[BPv180/ASCEND/TOUGH/YAGA/BAF/CORE/bpcfig2b.BAF] PARSE ERROR at line 433 column 1-70 Near Text: ) [CheckStat] argument [WIZARD_PROTECTION_FROM_MAGIC_WEAPONS] not found in [Stats.IDS]
[BPv180/ASCEND/TOUGH/YAGA/BAF/CORE/bpcfig2b.BAF] PARSE ERROR at line 451 column 1-70 Near Text: ) [CheckStat] argument [WIZARD_PROTECTION_FROM_MAGIC_WEAPONS] not found in [Stats.IDS]
[BPv180/ASCEND/TOUGH/YAGA/BAF/CORE/bpcfig2b.BAF] PARSE ERROR at line 468 column 1-70 Near Text: ) [CheckStat] argument [WIZARD_PROTECTION_FROM_MAGIC_WEAPONS] not found in [Stats.IDS]
[BPv180/ASCEND/TOUGH/YAGA/BAF/CORE/bpcfig2b.BAF] PARSE ERROR at line 486 column 1-70 Near Text: ) [CheckStat] argument [WIZARD_PROTECTION_FROM_MAGIC_WEAPONS] not found in [Stats.IDS]
[BPv180/ASCEND/TOUGH/YAGA/BAF/CORE/bpcfig2b.BAF] PARSE ERROR at line 545 column 1-62 Near Text: ) [CheckStatGT] argument [CLERIC_BLADE_BARRIER] not found in [Stats.IDS]
[BPv180/ASCEND/TOUGH/YAGA/BAF/CORE/bpcfig2b.BAF] PARSE ERROR at line 546 column 1-56 Near Text: ) [CheckStatGT] argument [WIZARD_FIRE_SHIELD] not found in [Stats.IDS]
[BPv180/ASCEND/TOUGH/YAGA/BAF/CORE/bpcfig2b.BAF] PARSE ERROR at line 565 column 1-62 Near Text: ) [CheckStatGT] argument [CLERIC_BLADE_BARRIER] not found in [Stats.IDS]
[BPv180/ASCEND/TOUGH/YAGA/BAF/CORE/bpcfig2b.BAF] PARSE ERROR at line 566 column 1-56 Near Text: ) [CheckStatGT] argument [WIZARD_FIRE_SHIELD] not found in [Stats.IDS] Compiling 1 script ...
[BPv180/ASCEND/TOUGH/YAGA/BAF/CORE/bpcthi2a.BAF] PARSE ERROR at line 104 column 1-30 Near Text: ) [HaveSpell] argument [NPC_SET_BOMB_TRAP] not found in [Spell.IDS]
[BPv180/ASCEND/TOUGH/YAGA/BAF/CORE/bpcthi2a.BAF] PARSE ERROR at line 113 column 1-34 Near Text: ) [RemoveSpell] argument [NPC_SET_BOMB_TRAP] not found in [Spell.IDS]
[BPv180/ASCEND/TOUGH/YAGA/BAF/CORE/bpcthi2a.BAF] PARSE ERROR at line 116 column 1-34 Near Text: ) [RemoveSpell] argument [NPC_SET_BOMB_TRAP] not found in [Spell.IDS]
[BPv180/ASCEND/TOUGH/YAGA/BAF/CORE/bpcthi2a.BAF] PARSE ERROR at line 124 column 1-30 Near Text: ) [HaveSpell] argument [NPC_SET_TIME_TRAP] not found in [Spell.IDS]
[BPv180/ASCEND/TOUGH/YAGA/BAF/CORE/bpcthi2a.BAF] PARSE ERROR at line 132 column 1-40 Near Text: ) [ApplySpell] argument [NPC_SET_TIME_TRAP] not found in [Spell.IDS]
[BPv180/ASCEND/TOUGH/YAGA/BAF/CORE/bpcthi2a.BAF] PARSE ERROR at line 134 column 1-34 Near Text: ) [RemoveSpell] argument [NPC_SET_TIME_TRAP] not found in [Spell.IDS]
[BPv180/ASCEND/TOUGH/YAGA/BAF/CORE/bpcthi2a.BAF] PARSE ERROR at line 137 column 1-34 Near Text: ) [RemoveSpell] argument [NPC_SET_TIME_TRAP] not found in [Spell.IDS]
[BPv180/ASCEND/TOUGH/YAGA/BAF/CORE/bpcthi2a.BAF] PARSE ERROR at line 145 column 1-31 Near Text: ) [HaveSpell] argument [NPC_SET_SPIKE_TRAP] not found in [Spell.IDS]
[BPv180/ASCEND/TOUGH/YAGA/BAF/CORE/bpcthi2a.BAF] PARSE ERROR at line 154 column 1-35 Near Text: ) [RemoveSpell] argument [NPC_SET_SPIKE_TRAP] not found in [Spell.IDS]
[BPv180/ASCEND/TOUGH/YAGA/BAF/CORE/bpcthi2a.BAF] PARSE ERROR at line 157 column 1-35 Near Text: ) [RemoveSpell] argument [NPC_SET_SPIKE_TRAP] not found in [Spell.IDS]
[BPv180/ASCEND/TOUGH/YAGA/BAF/CORE/bpcthi2a.BAF] PARSE ERROR at line 165 column 1-26 Near Text: ) [HaveSpell] argument [NPC_SET_SNARE] not found in [Spell.IDS]
[BPv180/ASCEND/TOUGH/YAGA/BAF/CORE/bpcthi2a.BAF] PARSE ERROR at line 175 column 1-30 Near Text: ) [RemoveSpell] argument [NPC_SET_SNARE] not found in [Spell.IDS]
[BPv180/ASCEND/TOUGH/YAGA/BAF/CORE/bpcthi2a.BAF] PARSE ERROR at line 178 column 1-30 Near Text: ) [RemoveSpell] argument [NPC_SET_SNARE] not found in [Spell.IDS]
[BPv180/ASCEND/TOUGH/YAGA/BAF/CORE/bpcthi2a.BAF] PARSE ERROR at line 186 column 1-26 Near Text: ) [HaveSpell] argument [NPC_SET_SNARE] not found in [Spell.IDS]
[BPv180/ASCEND/TOUGH/YAGA/BAF/CORE/bpcthi2a.BAF] PARSE ERROR at line 196 column 1-30 Near Text: ) [RemoveSpell] argument [NPC_SET_SNARE] not found in [Spell.IDS]
[BPv180/ASCEND/TOUGH/YAGA/BAF/CORE/bpcthi2a.BAF] PARSE ERROR at line 199 column 1-30 Near Text: ) [RemoveSpell] argument [NPC_SET_SNARE] not found in [Spell.IDS]
[BPv180/ASCEND/TOUGH/YAGA/BAF/CORE/bpcthi2a.BAF] PARSE ERROR at line 237 column 1-48 Near Text: ) [ReallyForceSpell] argument [NPC_THIEF_ILLUSIONS] not found in [Spell.IDS]
[BPv180/ASCEND/TOUGH/YAGA/BAF/CORE/bpcthi2a.BAF] PARSE ERROR at line 264 column 1-48 Near Text: ) [ReallyForceSpell] argument [NPC_THIEF_ILLUSIONS] not found in [Spell.IDS]
[BPv180/ASCEND/TOUGH/YAGA/BAF/CORE/bpcthi2a.BAF] PARSE ERROR at line 290 column 1-48 Near Text: ) [ReallyForceSpell] argument [NPC_THIEF_ILLUSIONS] not found in [Spell.IDS]
[BPv180/ASCEND/TOUGH/YAGA/BAF/CORE/bpcthi2a.BAF] PARSE ERROR at line 314 column 1-62 Near Text: ) [CheckStatGT] argument [CLERIC_BLADE_BARRIER] not found in [Stats.IDS]
[BPv180/ASCEND/TOUGH/YAGA/BAF/CORE/bpcthi2a.BAF] PARSE ERROR at line 315 column 1-60 Near Text: ) [CheckStatGT] argument [WIZARD_FIRE_SHIELD] not found in [Stats.IDS]
[BPv180/ASCEND/TOUGH/YAGA/BAF/CORE/bpcthi2a.BAF] PARSE ERROR at line 622 column 1-70 Near Text: ) [CheckStat] argument [WIZARD_PROTECTION_FROM_MAGIC_WEAPONS] not found in [Stats.IDS]
[BPv180/ASCEND/TOUGH/YAGA/BAF/CORE/bpcthi2a.BAF] PARSE ERROR at line 638 column 1-70 Near Text: ) [CheckStat] argument [WIZARD_PROTECTION_FROM_MAGIC_WEAPONS] not found in [Stats.IDS]
[BPv180/ASCEND/TOUGH/YAGA/BAF/CORE/bpcthi2a.BAF] PARSE ERROR at line 693 column 1-62 Near Text: ) [CheckStatGT] argument [CLERIC_BLADE_BARRIER] not found in [Stats.IDS]
[BPv180/ASCEND/TOUGH/YAGA/BAF/CORE/bpcthi2a.BAF] PARSE ERROR at line 694 column 1-56 Near Text: ) [CheckStatGT] argument [WIZARD_FIRE_SHIELD] not found in [Stats.IDS]
[BPv180/ASCEND/TOUGH/YAGA/BAF/CORE/bpcthi2a.BAF] PARSE ERROR at line 707 column 1-62 Near Text: ) [CheckStatGT] argument [CLERIC_BLADE_BARRIER] not found in [Stats.IDS]
[BPv180/ASCEND/TOUGH/YAGA/BAF/CORE/bpcthi2a.BAF] PARSE ERROR at line 708 column 1-56 Near Text: ) [CheckStatGT] argument [WIZARD_FIRE_SHIELD] not found in [Stats.IDS] Compiling 1 script ...
[BPv180/ASCEND/TOUGH/YAGA/BAF/CORE/bpgparch.BAF] PARSE ERROR at line 73 column 1-62 Near Text: ) [CheckStatGT] argument [CLERIC_BLADE_BARRIER] not found in [Stats.IDS]
[BPv180/ASCEND/TOUGH/YAGA/BAF/CORE/bpgparch.BAF] PARSE ERROR at line 74 column 1-60 Near Text: ) [CheckStatGT] argument [WIZARD_FIRE_SHIELD] not found in [Stats.IDS]
[BPv180/ASCEND/TOUGH/YAGA/BAF/CORE/bpgparch.BAF] PARSE ERROR at line 312 column 1-62 Near Text: ) [CheckStatGT] argument [CLERIC_BLADE_BARRIER] not found in [Stats.IDS]
[BPv180/ASCEND/TOUGH/YAGA/BAF/CORE/bpgparch.BAF] PARSE ERROR at line 313 column 1-56 Near Text: ) [CheckStatGT] argument [WIZARD_FIRE_SHIELD] not found in [Stats.IDS]
[BPv180/ASCEND/TOUGH/YAGA/BAF/CORE/bpgparch.BAF] PARSE ERROR at line 331 column 1-62 Near Text: ) [CheckStatGT] argument [CLERIC_BLADE_BARRIER] not found in [Stats.IDS]
[BPv180/ASCEND/TOUGH/YAGA/BAF/CORE/bpgparch.BAF] PARSE ERROR at line 332 column 1-56 Near Text: ) [CheckStatGT] argument [WIZARD_FIRE_SHIELD] not found in [Stats.IDS] Compiling 1 script ...
[BPv180/ASCEND/TOUGH/YAGA/BAF/CORE/bpgpheal.BAF] PARSE ERROR at line 350 column 1-62 Near Text: ) [CheckStatGT] argument [CLERIC_BLADE_BARRIER] not found in [Stats.IDS]
[BPv180/ASCEND/TOUGH/YAGA/BAF/CORE/bpgpheal.BAF] PARSE ERROR at line 351 column 1-60 Near Text: ) [CheckStatGT] argument [WIZARD_FIRE_SHIELD] not found in [Stats.IDS]
[BPv180/ASCEND/TOUGH/YAGA/BAF/CORE/bpgpheal.BAF] PARSE ERROR at line 376 column 1-46 Near Text: ) [CheckStatGT] argument [CLERIC_INSECT_PLAGUE] not found in [Stats.IDS]
[BPv180/ASCEND/TOUGH/YAGA/BAF/CORE/bpgpheal.BAF] PARSE ERROR at line 387 column 1-44 Near Text: ) [CheckStatLT] argument [CLERIC_INSECT_PLAGUE] not found in [Stats.IDS]
[BPv180/ASCEND/TOUGH/YAGA/BAF/CORE/bpgpheal.BAF] PARSE ERROR at line 410 column 1-58 Near Text: ) [CheckStat] argument [WIZARD_PROTECTION_FROM_MAGIC_WEAPONS] not found in [Stats.IDS]
[BPv180/ASCEND/TOUGH/YAGA/BAF/CORE/bpgpheal.BAF] PARSE ERROR at line 427 column 1-44 Near Text: ) [CheckStat] argument [CLERIC_PHYSICAL_MIRROR] not found in [Stats.IDS]
[BPv180/ASCEND/TOUGH/YAGA/BAF/CORE/bpgpheal.BAF] PARSE ERROR at line 429 column 1-58 Near Text: ) [CheckStat] argument [WIZARD_PROTECTION_FROM_MAGIC_WEAPONS] not found in [Stats.IDS]
[BPv180/ASCEND/TOUGH/YAGA/BAF/CORE/bpgpheal.BAF] PARSE ERROR at line 445 column 1-62 Near Text: ) [CheckStatGT] argument [WIZARD_PROTECTION_FROM_MAGIC_WEAPONS] not found in [Stats.IDS]
[BPv180/ASCEND/TOUGH/YAGA/BAF/CORE/bpgpheal.BAF] PARSE ERROR at line 449 column 1-48 Near Text: ) [CheckStatGT] argument [CLERIC_PHYSICAL_MIRROR] not found in [Stats.IDS]
[BPv180/ASCEND/TOUGH/YAGA/BAF/CORE/bpgpheal.BAF] PARSE ERROR at line 451 column 1-62 Near Text: ) [CheckStatGT] argument [WIZARD_PROTECTION_FROM_MAGIC_WEAPONS] not found in [Stats.IDS]
[BPv180/ASCEND/TOUGH/YAGA/BAF/CORE/bpgpheal.BAF] PARSE ERROR at line 478 column 1-62 Near Text: ) [CheckStatGT] argument [WIZARD_PROTECTION_FROM_MAGIC_WEAPONS] not found in [Stats.IDS]
[BPv180/ASCEND/TOUGH/YAGA/BAF/CORE/bpgpheal.BAF] PARSE ERROR at line 482 column 1-48 Near Text: ) [CheckStatGT] argument [CLERIC_PHYSICAL_MIRROR] not found in [Stats.IDS]
[BPv180/ASCEND/TOUGH/YAGA/BAF/CORE/bpgpheal.BAF] PARSE ERROR at line 484 column 1-62 Near Text: ) [CheckStatGT] argument [WIZARD_PROTECTION_FROM_MAGIC_WEAPONS] not found in [Stats.IDS]
[BPv180/ASCEND/TOUGH/YAGA/BAF/CORE/bpgpheal.BAF] PARSE ERROR at line 500 column 1-62 Near Text: ) [CheckStatGT] argument [WIZARD_PROTECTION_FROM_MAGIC_WEAPONS] not found in [Stats.IDS]
[BPv180/ASCEND/TOUGH/YAGA/BAF/CORE/bpgpheal.BAF] PARSE ERROR at line 504 column 1-48 Near Text: ) [CheckStatGT] argument [CLERIC_PHYSICAL_MIRROR] not found in [Stats.IDS]
[BPv180/ASCEND/TOUGH/YAGA/BAF/CORE/bpgpheal.BAF] PARSE ERROR at line 506 column 1-62 Near Text: ) [CheckStatGT] argument [WIZARD_PROTECTION_FROM_MAGIC_WEAPONS] not found in [Stats.IDS]
[BPv180/ASCEND/TOUGH/YAGA/BAF/CORE/bpgpheal.BAF] PARSE ERROR at line 525 column 1-62 Near Text: ) [CheckStatGT] argument [WIZARD_PROTECTION_FROM_MAGIC_WEAPONS] not found in [Stats.IDS]
[BPv180/ASCEND/TOUGH/YAGA/BAF/CORE/bpgpheal.BAF] PARSE ERROR at line 529 column 1-48 Near Text: ) [CheckStatGT] argument [CLERIC_PHYSICAL_MIRROR] not found in [Stats.IDS]
[BPv180/ASCEND/TOUGH/YAGA/BAF/CORE/bpgpheal.BAF] PARSE ERROR at line 531 column 1-62 Near Text: ) [CheckStatGT] argument [WIZARD_PROTECTION_FROM_MAGIC_WEAPONS] not found in [Stats.IDS]
[BPv180/ASCEND/TOUGH/YAGA/BAF/CORE/bpgpheal.BAF] PARSE ERROR at line 710 column 1-32 Near Text: ) [CheckStat] argument [TRUE_SIGHT] not found in [Stats.IDS]
[BPv180/ASCEND/TOUGH/YAGA/BAF/CORE/bpgpheal.BAF] PARSE ERROR at line 732 column 1-32 Near Text: ) [CheckStat] argument [TRUE_SIGHT] not found in [Stats.IDS]
[BPv180/ASCEND/TOUGH/YAGA/BAF/CORE/bpgpheal.BAF] PARSE ERROR at line 750 column 1-42 Near Text: ) [CheckStat] argument [CLERIC_BLADE_BARRIER] not found in [Stats.IDS]
[BPv180/ASCEND/TOUGH/YAGA/BAF/CORE/bpgpheal.BAF] PARSE ERROR at line 763 column 1-44 Near Text: ) [CheckStat] argument [CLERIC_PHYSICAL_MIRROR] not found in [Stats.IDS]
[BPv180/ASCEND/TOUGH/YAGA/BAF/CORE/bpgpheal.BAF] PARSE ERROR at line 779 column 1-40 Near Text: ) [CheckStat] argument [CLERIC_FREE_ACTION] not found in [Stats.IDS]
[BPv180/ASCEND/TOUGH/YAGA/BAF/CORE/bpgpheal.BAF] PARSE ERROR at line 796 column 1-46 Near Text: ) [CheckStat] argument [CLERIC_DEFENSIVE_HARMONY] not found in [Stats.IDS]
[BPv180/ASCEND/TOUGH/YAGA/BAF/CORE/bpgpheal.BAF] PARSE ERROR at line 1251 column 1-54 Near Text: ) [CheckStat] argument [WIZARD_SPELL_TURNING] not found in [Stats.IDS]
[BPv180/ASCEND/TOUGH/YAGA/BAF/CORE/bpgpheal.BAF] PARSE ERROR at line 1311 column 1-54 Near Text: ) [CheckStat] argument [CLERIC_INSECT_PLAGUE] not found in [Stats.IDS]
[BPv180/ASCEND/TOUGH/YAGA/BAF/CORE/bpgpheal.BAF] PARSE ERROR at line 1329 column 1-54 Near Text: ) [CheckStat] argument [CLERIC_INSECT_PLAGUE] not found in [Stats.IDS]
[BPv180/ASCEND/TOUGH/YAGA/BAF/CORE/bpgpheal.BAF] PARSE ERROR at line 1383 column 1-54 Near Text: ) [CheckStat] argument [WIZARD_SPELL_TURNING] not found in [Stats.IDS]
[BPv180/ASCEND/TOUGH/YAGA/BAF/CORE/bpgpheal.BAF] PARSE ERROR at line 1395 column 1-54 Near Text: ) [CheckStat] argument [WIZARD_SPELL_TURNING] not found in [Stats.IDS]
[BPv180/ASCEND/TOUGH/YAGA/BAF/CORE/bpgpheal.BAF] PARSE ERROR at line 1432 column 1-54 Near Text: ) [CheckStat] argument [WIZARD_SPELL_TURNING] not found in [Stats.IDS]
[BPv180/ASCEND/TOUGH/YAGA/BAF/CORE/bpgpheal.BAF] PARSE ERROR at line 1445 column 1-54 Near Text: ) [CheckStat] argument [WIZARD_SPELL_TURNING] not found in [Stats.IDS]
[BPv180/ASCEND/TOUGH/YAGA/BAF/CORE/bpgpheal.BAF] PARSE ERROR at line 1473 column 1-54 Near Text: ) [CheckStat] argument [WIZARD_SPELL_TURNING] not found in [Stats.IDS]
[BPv180/ASCEND/TOUGH/YAGA/BAF/CORE/bpgpheal.BAF] PARSE ERROR at line 1498 column 1-54 Near Text: ) [CheckStat] argument [WIZARD_SPELL_TURNING] not found in [Stats.IDS]
[BPv180/ASCEND/TOUGH/YAGA/BAF/CORE/bpgpheal.BAF] PARSE ERROR at line 1567 column 1-58 Near Text: ) [CheckStatGT] argument [CLERIC_BLADE_BARRIER] not found in [Stats.IDS]
[BPv180/ASCEND/TOUGH/YAGA/BAF/CORE/bpgpheal.BAF] PARSE ERROR at line 1568 column 1-56 Near Text: ) [CheckStatGT] argument [WIZARD_FIRE_SHIELD] not found in [Stats.IDS]
[BPv180/ASCEND/TOUGH/YAGA/BAF/CORE/bpgpheal.BAF] PARSE ERROR at line 1577 column 1-62 Near Text: ) [CheckStatGT] argument [CLERIC_BLADE_BARRIER] not found in [Stats.IDS]
[BPv180/ASCEND/TOUGH/YAGA/BAF/CORE/bpgpheal.BAF] PARSE ERROR at line 1578 column 1-56 Near Text: ) [CheckStatGT] argument [WIZARD_FIRE_SHIELD] not found in [Stats.IDS] Compiling 1 script ...
[BPv180/ASCEND/TOUGH/YAGA/BAF/CORE/bpgpkens.BAF] PARSE ERROR at line 73 column 1-62 Near Text: ) [CheckStatGT] argument [CLERIC_BLADE_BARRIER] not found in [Stats.IDS]
[BPv180/ASCEND/TOUGH/YAGA/BAF/CORE/bpgpkens.BAF] PARSE ERROR at line 74 column 1-60 Near Text: ) [CheckStatGT] argument [WIZARD_FIRE_SHIELD] not found in [Stats.IDS]
[BPv180/ASCEND/TOUGH/YAGA/BAF/CORE/bpgpkens.BAF] PARSE ERROR at line 365 column 1-70 Near Text: ) [CheckStat] argument [WIZARD_PROTECTION_FROM_MAGIC_WEAPONS] not found in [Stats.IDS]
[BPv180/ASCEND/TOUGH/YAGA/BAF/CORE/bpgpkens.BAF] PARSE ERROR at line 382 column 1-70 Near Text: ) [CheckStat] argument [WIZARD_PROTECTION_FROM_MAGIC_WEAPONS] not found in [Stats.IDS]
[BPv180/ASCEND/TOUGH/YAGA/BAF/CORE/bpgpkens.BAF] PARSE ERROR at line 420 column 1-62 Near Text: ) [CheckStatGT] argument [CLERIC_BLADE_BARRIER] not found in [Stats.IDS]
[BPv180/ASCEND/TOUGH/YAGA/BAF/CORE/bpgpkens.BAF] PARSE ERROR at line 421 column 1-56 Near Text: ) [CheckStatGT] argument [WIZARD_FIRE_SHIELD] not found in [Stats.IDS] Compiling 1 script ...
[BPv180/ASCEND/TOUGH/YAGA/BAF/CORE/bpgpmag1.BAF] PARSE ERROR at line 190 column 1-46 Near Text: ) unknown object SPECIFIC specifier [P1TARGET]
[BPv180/ASCEND/TOUGH/YAGA/BAF/CORE/bpgpmag1.BAF] ERROR at line 190 column 1-46 Near Text: ) Parsing.Parse_error ERROR: parsing [BPv180/ASCEND/TOUGH/YAGA/BAF/CORE/bpgpmag1.BAF]: Parsing.Parse_error ERROR: error compiling [BPv180/ASCEND/TOUGH/YAGA/BAF/CORE/bpgpmag1.BAF]: Parsing.Parse_error ERROR: compiling [BPv180/ASCEND/TOUGH/YAGA/BAF/CORE/bpgpmag1.BAF]! Stopping installation because of error. Stopping installation because of error.
ERROR Installing [Improved Yaga-Shura], rolling back to previous state Will uninstall 9 files for [SETUP-BPV180.TP2] component 20. Uninstalled 9 files for [SETUP-BPV180.TP2] component 20. ERROR: Parsing.Parse_error PLEASE email the file SETUP-BPV180.DEBUG to The BP Crew Automatically Skipping [Improved Yaga-Shura] because of error.
Those failing to install in turn then cause SCS2 elements Dependant on them to fail which is expected and understandable.
I went about making a changelog, in case this helps at all. When running the changelog with the supplied weidu.exe the same problem as Arkangel had occurs, when using the weidu already present it at least seems to generate useful changelogs.
Gimme so more info. I guess you selected PST, which language did you use for the GUI and which settings did you use for the mods translations? When does that error occur? I'd guess when you enter the selection screen?
I have to edit the update function a bit so it will either not allowed to run if it's not BWP/BWS or it should not write the value of the size of the update-package into the mod.ini. I tend to not allowing update since mod-versions differ (1pp for example) and there's currently no liink-list for pst/iwd1 or 2. That's exactly what happened. If you open the BiG World Setup\Config\PST\mod.ini and remove the [BWS-URLUpdate]-section. Things should be fine.
I'm no coder. So I can't help with bugs. I can only rearrange the install-sequence or something like that after you found something out. Like adding removing Grog's IWD Fixes from Auril's Bane since iwdfixpack's Assorted Fixes do the same.
And as said, MOD_IS_INSTALLED checks the WeiDU.log if the component is installed and not if the FILE_EXISTS in the game-folder, which should not be confused with FILE_EXISTS_IN_GAME, which checks if the file is recognized by the game (as being in a bif-file, override-folder or something. So extracted mods would not harm, unless the installation routine would either be stupid or wants to run some sort of pre-check,
Currently BWS states it uses version 180c for Big Picture, however it tries to download and checks for BPv181_b3001.7z The url set does not work since it seems to offer 2 downloads: 180C and 181B.
When manually adding BPv181_b3001.7z it fails to detect it has extracted properly.