[RELZ] Wrye Bash -- Thead 57

Post » Sat Dec 04, 2010 8:27 am

Right click ypur Shortcut, and select "Open With" (that's Win 7, should all be similar) and browse to your Python directory
User avatar
Lakyn Ellery
 
Posts: 3447
Joined: Sat Jan 27, 2007 1:02 pm

Post » Sat Dec 04, 2010 10:15 am

You were right! But switching it back to Pythonw.exe doesn't seem to have made any difference. Anything else I can try?
User avatar
Vivien
 
Posts: 3530
Joined: Fri Apr 13, 2007 2:47 pm

Post » Sat Dec 04, 2010 4:58 pm

I'm drawing a Blank right off, might be an Ini setting, but... You don't mean the BOSS results do you??
User avatar
stacy hamilton
 
Posts: 3354
Joined: Fri Aug 25, 2006 10:03 am

Post » Sat Dec 04, 2010 3:34 pm

After loading the game up for the first time, I had the warning message "This save relies on content no longer available... etc" - Odd that one because the load order is the same as before. But otherwise the game seems to be fine (need more time obviously, just wanted to bring back that missing content message - Erm, second thoughts, will hold it there in case there's anything else you would like checked before proceeding and streamline starts overwriting save points)

Glad you got a successful build :D

The file size difference sounds normal...CBash is a bit better about not putting unnecessary records into the patch. Still, you may want to open up a CBash patch and non-CBash patch (both built with the same options) in TES4Edit and compare the two to see if there are any major differences. That's completely up to you though.

That warning seems odd. Unless the non-CBash patch was pulling in a master somewhere and wasn't telling you. If you make the patches as above, you can look at their master list and see if they're the same. Otherwise, game on.

I'm still using 290, and I have a bizarre issue. When I rebuild my bashed patch, the results are opened in a full-fledged Firefox tab, instead of their usual little window. No idea what caused this to start happening (I'm sure it's my fault somehow), but does anyone know how to put it right again? :blush:

I think this occurs if you don't have all the prerequisites installed. Comtypes I think, but it might be PyWin32. Anyways, please check your install :)

got this error (first run)
Traceback (most recent call last):  File "Q:\Oblivion Tools\Wrye Bash\Mopy\basher.py", line 5198, in Execute    patchFile.buildPatch(SubProgress(progress,0.1,0.9)) #try to speed this up!  File "Q:\Oblivion Tools\Wrye Bash\Mopy\bosh.py", line 17420, in buildPatch    patcher(modFile, record, bashTags)  File "Q:\Oblivion Tools\Wrye Bash\Mopy\bosh.py", line 24696, in apply    override.maleIconPath, override.femaleIconPath = iconsValueError: too many values to unpack


I'll add some debug code there in the next commit to see what's going on.

and this (second run - Default Icon disabled)
Spoiler
iAINumberActorsComplexSceneCollection (3) contains the following modfiles:Load Order (--), ID (000) : Name(ArmamentariumLLVendors.esp)...snip...Load Order Traceback (most recent call last):  File "Q:\Oblivion Tools\Wrye Bash\Mopy\basher.py", line 5198, in Execute    patchFile.buildPatch(SubProgress(progress,0.1,0.9)) #try to speed this up!  File "Q:\Oblivion Tools\Wrye Bash\Mopy\bosh.py", line 17442, in buildPatch    patcher(self, subProgress)  File "Q:\Oblivion Tools\Wrye Bash\Mopy\bosh.py", line 25455, in finishPatch    raise StateError(_("Tweak Settings: Unable to create GMST!"))bolt.StateError: Tweak Settings: Unable to create GMST!


That's bloody odd. It shouldn't be possible for mods to get added multiple times like that. On top of that, it shouldn't be possible for them to all be assigned the same ID.

and this (all Tweak settigs disabled)
Traceback (most recent call last):  File "Q:\Oblivion Tools\Wrye Bash\Mopy\basher.py", line 5198, in Execute    patchFile.buildPatch(SubProgress(progress,0.1,0.9)) #try to speed this up!  File "Q:\Oblivion Tools\Wrye Bash\Mopy\bosh.py", line 17442, in buildPatch    patcher(self, subProgress)  File "Q:\Oblivion Tools\Wrye Bash\Mopy\bosh.py", line 30526, in finishPatch    subProgress.setFull(len(ObCollection.LoadOrderMods) * 2)  File "Q:\Oblivion Tools\Wrye Bash\Mopy\bolt.py", line 1422, in setFull    if (1.0*full) == 0: raise ArgumentError('Full must be non-zero!')bolt.ArgumentError: Full must be non-zero!


Again, odd. It's saying that CBash hasn't loaded any mods...but if that were the case, how did it even start the patch?

Would you mind trying these tests again after I make the next commit (in ~5-10 minutes), but start bash from the command line with bash.py -d? I'm hoping that there's some error messages from CBash that aren't getting printed. Atm, CBash's error messages are only visible if Bash is started from the command line. Will let you know when the next commit is ready.
User avatar
Jesus Duran
 
Posts: 3444
Joined: Wed Aug 15, 2007 12:16 am

Post » Sat Dec 04, 2010 6:03 pm

r803 non-CBash test: Runs to completion, no errors. Expected size and number of bashed records.

CBash test: Runs to completion, no errors. File came out larger than r800 and had more bashed records. Nothing changed with faction relations so I'm assuming the increase came from eye/hair randomization.
User avatar
Laura Mclean
 
Posts: 3471
Joined: Mon Oct 30, 2006 12:15 pm

Post » Sat Dec 04, 2010 11:22 am

Nope, I mean the yellow page of info that comes up when you're done building a bashed patch. Used to appear in its own unpretentious little window when the patch was done, but now its just opening in Firefox like any other html doc. I've gone through the bash ini and didn't find anything relevant.

If it helps--
I was doing a lot of plugin and patch and LO tweaking, and was rebuilding my patch and launching the game to test a whole bunch, and this just started kind of in the middle of all that. So whatever I did to cause it probably isn't an ini setting or a software update, or what have you. More likely just a wayward mouse click somewhere. :facepalm:
User avatar
Lovingly
 
Posts: 3414
Joined: Fri Sep 15, 2006 6:36 am

Post » Sun Dec 05, 2010 12:12 am

Yeah, I know I'll get that with the Python.exe file, but it will Also leave the command Box open, Do you perchance have the open Dos-Box as well??

*I would tend to think it's more of a Python thing
User avatar
clelia vega
 
Posts: 3433
Joined: Wed Mar 21, 2007 6:04 pm

Post » Sat Dec 04, 2010 10:10 am

@Waruddar
the default icon problem is interesting, forget the others
I deleted the bashed patch, copied the blank bashed patch.esp into the data folder and rebuilded the bashed patch without the default icon setting -> no problem

Please, please, please import actors.aipackages
User avatar
Steven Nicholson
 
Posts: 3468
Joined: Mon Jun 18, 2007 1:24 pm

Post » Sat Dec 04, 2010 2:36 pm

Revision 804 is up. Just more debugging code for Baphometal.

I'm glad it's working now, Baphometal. I'm still curious as to what was going wrong. The patch is recreated from scratch everytime the patch is built, so I'm at a loss as to why deleting / replacing it made any difference. Maybe there was a permission's error of some kind preventing the old patch from being deleted by Python? :shrug:

Edit: Hopefully PM will feel pestered enough to port over the Actors.AIPackages code.
User avatar
Peter P Canning
 
Posts: 3531
Joined: Tue May 22, 2007 2:44 am

Post » Sun Dec 05, 2010 12:28 am

Revision 804 is up. Just more debugging code for Baphometal.

I'm glad it's working now, Baphometal. I'm still curious as to what was going wrong. The patch is recreated from scratch everytime the patch is built, so I'm at a loss as to why deleting / replacing it made any difference. Maybe there was a permission's error of some kind preventing the old patch from being deleted by Python? :shrug:

Edit: Hopefully PM will feel pestered enough to port over the Actors.AIPackages code.


In the bosh.py file are some lonely raise statements ex. line 24737 IndentationError: unexpected indent


EDIT: 24737 tab, tab, tab ---> space, space, ....
User avatar
darnell waddington
 
Posts: 3448
Joined: Wed Oct 17, 2007 10:43 pm

Post » Sat Dec 04, 2010 6:25 pm

Yeah, I know I'll get that with the Python.exe file, but it will Also leave the command Box open, Do you perchance have the open Dos-Box as well??

*I would tend to think it's more of a Python thing


Box is open if I run bash.py, but not if I use the Wrye Bash Launcher.pyw (which is how it should be, aye?). I've tried both with pythonw.exe, no improvement.

Here's food for thought, now that I think of it--
Once upon a time (day before yesterday), I had Bash & Pyffi 2.0.5, both working fine. Then I installed Blender & NIF scripts on a lark, but got a Pyffi error when trying to import a NIF; so I updated Pyffi to 2.1.6, and installed that over-top. But then, "Optimize with Pyffi" (right-click a folder o' nifs, context menu) would just die as soon as it started. So, after installing and uninstalling Blender and NIF scripts and Pyffi in various orders and versions, and deciding there was no having of all three just at that moment, I uninstalled all three and re-installed Pyffi 2.0.5. Back to square one, then!

I would like to think none of this has anything to do with Bash. It's a nice thought, isn't it? :ermm:

I guess I will be reinstalling Python, now.
User avatar
saharen beauty
 
Posts: 3456
Joined: Wed Nov 22, 2006 12:54 am

Post » Sat Dec 04, 2010 4:45 pm

Doh. Python won't auto re-raise an exception it's named. Try revision 806.

Edit: Double Doh! Try 807. I have no idea how tabs got mixed in there.
User avatar
Marine Arrègle
 
Posts: 3423
Joined: Sat Mar 24, 2007 5:19 am

Post » Sat Dec 04, 2010 2:48 pm

Doh. Python won't auto re-raise an exception it's named. Try revision 806.


r804 with tab/space correction

Load Order (--), ID (376) : Name(FCOM_Archery.esp)Load Order (E4), ID (377) : Name(Real Hunger, Cobl.esp)Load Order (--), ID (378) : Name(Bashed Delayers - MERGE ONLY.esp)Load Order (--), ID (379) : Name(CoreRandmonClothing4Npcs.esp)Load Order (--), ID (380) : Name(Cobl Filter Late MERGE ONLY.esp)Load Order (--), ID (381) : Name(OOO Harvest Containers Filter patch for mods.esp)Load Order (--), ID (382) : Name(All Natural - Indoor Weather Filter For Mods.esp)Load Order (--), ID (383) : Name(LandMagicPatch.esp)Load Order (E5), ID (384) : Name(Bashed Patch, 0.esp.tmp)Traceback (most recent call last):  File "Q:\Oblivion Tools\Wrye Bash\Mopy\basher.py", line 5198, in Execute    patchFile.buildPatch(SubProgress(progress,0.1,0.9)) #try to speed this up!  File "Q:\Oblivion Tools\Wrye Bash\Mopy\bosh.py", line 17452, in buildPatch    patcher(modFile, record, bashTags)  File "Q:\Oblivion Tools\Wrye Bash\Mopy\bosh.py", line 24729, in apply    override.maleIconPath, override.femaleIconPath = iconsValueError: too many values to unpack

User avatar
meghan lock
 
Posts: 3451
Joined: Thu Jan 11, 2007 10:26 pm

Post » Sat Dec 04, 2010 4:12 pm

Should be much more to that debug message.
User avatar
Bryanna Vacchiano
 
Posts: 3425
Joined: Wed Jan 31, 2007 9:54 pm

Post » Sat Dec 04, 2010 4:17 pm

Should be much more to that debug message.


r807
Spoiler
ARMO(('Armor\\Iron\\M\\Cuirass.dds', 'Armor\\Iron\\F\\Cuirass.dds'), ('Armor\\Iron\\M\\Greaves.dds', 'Armor\\Iron\\F\\Greaves.dds'), ('Armor\\Iron\\M\\Helmet.dds',), ('Armor\\Iron\\M\\Gauntlets.dds', 'Armor\\Iron\\F\\Gauntlets.dds'), ('Armor\\Iron\\M\\Boots.dds',), ('Armor\\Iron\\M\\Shield.dds',))too many values to unpackCollection (0) contains the following modfiles:Load Order (00), ID (000) : Name(Oblivion.esm)Load Order (01), ID (001) : Name(TR_OoT_Main.esm)Load Order (02), ID (002) : Name(Jog_X_Mod.esm)Load Order (03), ID (003) : Name(All Natural Base.esm)Load Order (04), ID (004) : Name(Francesco's Leveled Creatures-Items Mod.esm)Load Order (05), ID (005) : Name(Francesco's Optional New Items Add-On.esm)Load Order (06), ID (006) : Name(Cobl Main.esm)Load Order (07), ID (007) : Name(Harvest[Containers].esm)Load Order (08), ID (008) : Name(Oscuro's_Oblivion_Overhaul.esm)Load Order (09), ID (009) : Name(Mart's Monster Mod.esm)Load Order (0A), ID (010) : Name(Enhanced Daedric Invasion.esm)Load Order (0B), ID (011) : Name(TamrielTravellers.esm)Load Order (0C), ID (012) : Name(FCOM_Convergence.esm)Load Order (0D), ID (013) : Name(Armamentarium.esm)Load Order (0E), ID (014) : Name(Artifacts.esm)Load Order (0F), ID (015) : Name(Kvatch Rebuilt.esm)Load Order (10), ID (016) : Name(Better Cities Resources.esm)Load Order (11), ID (017) : Name(Progress.esm)Load Order (12), ID (018) : Name(NNWAEMaster.esm)Load Order (13), ID (019) : Name(Unofficial Oblivion Patch.esp)Load Order (14), ID (020) : Name(DLCShiveringIsles.esp)Load Order (15), ID (021) : Name(Unofficial Shivering Isles Patch.esp)Load Order (--), ID (022) : Name(Shivering OOO.esp)Load Order (--), ID (023) : Name(Oblivion Vwalk UOS.esp)Load Order (--), ID (024) : Name(DLCShiveringIsles Vwalk UOS.esp)Load Order (--), ID (025) : Name(DLCShiveringIsles Vwalk DG_DS UOS.esp)Load Order (16), ID (026) : Name(Better Cities .esp)Load Order (17), ID (027) : Name(Francesco's Optional Chance of Stronger Bosses.esp)Load Order (18), ID (028) : Name(Francesco's Optional Chance of Stronger Enemies.esp)Load Order (19), ID (029) : Name(Francesco's Optional Chance of More Enemies.esp)Load Order (1A), ID (030) : Name(Francesco's Optional Leveled Quests-SI only.esp)Load Order (1B), ID (031) : Name(Francesco's Optional Leveled Guards.esp)Load Order (--), ID (032) : Name(FranDarkSeducerWeapFix.esp)Load Order (--), ID (033) : Name(FCOM_Francescos.esp)Load Order (--), ID (034) : Name(FCOM_FrancescosItemsAddOn.esp)Load Order (1C), ID (035) : Name(FCOM_FrancescosNamedBosses.esp)Load Order (1D), ID (036) : Name(Fran Armor Add-on.esp)Load Order (1E), ID (037) : Name(Fran_Lv30Item_Maltz.esp)Load Order (--), ID (038) : Name(OMOBS_FRAN.esp)Load Order (1F), ID (039) : Name(All Natural.esp)Load Order (20), ID (040) : Name(All Natural - SI.esp)Load Order (--), ID (041) : Name(phinix-waterfix.esp)Load Order (--), ID (042) : Name(Visually Realistic Deadly Lava.esp)Load Order (21), ID (043) : Name(Side's EAX Control.esp)Load Order (22), ID (044) : Name(All Natural - Real Lights.esp)Load Order (23), ID (045) : Name(WindowLightingSystem.esp)Load Order (24), ID (046) : Name(Ayleid Loot EXtension.esp)Load Order (25), ID (047) : Name(Ayleid Loot EXtension - OOO Dungeons.esp)Load Order (26), ID (048) : Name(Happyhannah's Wines.esp)Load Order (--), ID (049) : Name(Item interchange - Extraction.esp)Load Order (27), ID (050) : Name(More_Vegetables.esp)Load Order (28), ID (051) : Name(Q - More and Moldy Ingredients v1.1.esp)Load Order (--), ID (052) : Name(Harvest[Containers] - SI.esp)Load Order (--), ID (053) : Name(Harvest[Containers] - SI - Ore Respawn.esp)Load Order (--), ID (054) : Name(Harvest[Containers] - Vanilla - Ore ReSpawn.esp)Load Order (29), ID (055) : Name(Enhanced Economy.esp)Load Order (2A), ID (056) : Name(DarNifiedUI Config Addon.esp)Load Order (2B), ID (057) : Name(Display Stats.esp)Load Order (2C), ID (058) : Name(Duke Patricks - Friendship Ring For Companion Detection.esp)Load Order (2D), ID (059) : Name(Enhanced Seasons.esp)Load Order (2E), ID (060) : Name(kuerteeAutoSaveAndTime.esp)Load Order (2F), ID (061) : Name(kuerteeCleanUp.esp)Load Order (30), ID (062) : Name(Dynamic Map.esp)Load Order (31), ID (063) : Name(Map Marker Overhaul.esp)Load Order (32), ID (064) : Name(Map Marker Overhaul - SI additions.esp)Load Order (33), ID (065) : Name(Enhanced Hotkeys.esp)Load Order (34), ID (066) : Name(DLCHorseArmor.esp)Load Order (35), ID (067) : Name(DLCHorseArmor - Unofficial Patch.esp)Load Order (36), ID (068) : Name(DLCOrrery.esp)Load Order (37), ID (069) : Name(DLCOrrery - Unofficial Patch.esp)Load Order (--), ID (070) : Name(DLCOrrery Vwalk.esp)Load Order (38), ID (071) : Name(DLCVileLair.esp)Load Order (39), ID (072) : Name(DLCVileLair - Unofficial Patch.esp)Load Order (--), ID (073) : Name(SM Plugin Refurbish - VileLair.esp)Load Order (--), ID (074) : Name(Lair_mobs.esp)Load Order (3A), ID (075) : Name(DLCMehrunesRazor.esp)Load Order (3B), ID (076) : Name(DLCMehrunesRazor - Unofficial Patch.esp)Load Order (--), ID (077) : Name(Mehrunes_mobs.esp)Load Order (--), ID (078) : Name(DLCMehrunesRazor Vwalk UOP.esp)Load Order (3C), ID (079) : Name(DLCSpellTomes.esp)Load Order (--), ID (080) : Name(DLCSpellTomes - Unofficial Patch.esp)Load Order (--), ID (081) : Name(MaleBodyReplacerV4.esp)Load Order (3D), ID (082) : Name(Chapel Shop.esp)Load Order (3E), ID (083) : Name(Explosives.esp)Load Order (3F), ID (084) : Name(Growlfs Hot Clothes.esp)Load Order (40), ID (085) : Name(PTArtifacts.esp)Load Order (41), ID (086) : Name(SentientWeapon.esp)Load Order (42), ID (087) : Name(Serentin Vampire Armors.esp)Load Order (43), ID (088) : Name(StarX Witch Hunter Armor.esp)Load Order (44), ID (089) : Name(Thieves Arsenal.esp)Load Order (--), ID (090) : Name(Thieves_Arsenal_Patch_033010.esp)Load Order (45), ID (091) : Name(XiaNewAmuletsV1.esp)Load Order (--), ID (092) : Name(Armamentium female.esp)Load Order (46), ID (093) : Name(DLCThievesDen.esp)Load Order (47), ID (094) : Name(DLCThievesDen - Unofficial Patch.esp)Load Order (--), ID (095) : Name(DLCThievesDen Vwalk UOP.esp)Load Order (--), ID (096) : Name(Thievesden_mobs.esp)Load Order (48), ID (097) : Name(KDCircletsOOOOptimized - NPC Equip.esp)Load Order (--), ID (098) : Name(FCOM_KDCircletsOOOOptimizedNPCEquip.esp)Load Order (49), ID (099) : Name(Slof's Oblivion Robe Trader.esp)Load Order (4A), ID (100) : Name(Cobl Glue.esp)Load Order (4B), ID (101) : Name(Cobl Si.esp)Load Order (4C), ID (102) : Name(Bob's Armory Oblivion.esp)Load Order (4D), ID (103) : Name(FCOM_BobsArmory.esp)Load Order (4E), ID (104) : Name(Loth's Blunt Weapons for Npcs.esp)Load Order (--), ID (105) : Name(FCOM_LothsBluntWeapons.esp)Load Order (4F), ID (106) : Name(Oblivion WarCry EV.esp)Load Order (50), ID (107) : Name(FCOM_WarCry.esp)Load Order (51), ID (108) : Name(Oscuro's_Oblivion_Overhaul.esp)Load Order (--), ID (109) : Name(OOO-DLT_Remover.esp)Load Order (--), ID (110) : Name(OOO_XiaNewAmulets Addon.esp)Load Order (--), ID (111) : Name(Oscuro's_Oblivion_Overhaul Vwalk.esp)Load Order (--), ID (112) : Name(OMOBS.esp)Load Order (--), ID (113) : Name(OMOBS_SI.esp)Load Order (--), ID (114) : Name(ArmamentariumLLVendors.esp)Load Order (52), ID (115) : Name(ArmamentariumArtifacts.esp)Load Order (53), ID (116) : Name(OOO 1.32-Cobl.esp)Load Order (54), ID (117) : Name(FCOM_Convergence.esp)Load Order (--), ID (118) : Name(FCOM_EntropicOrderRebalance.esp)Load Order (55), ID (119) : Name(FCOM_RealSwords.esp)Load Order (--), ID (120) : Name(FCOM_SpawnRatesSlightlyReduced.esp)Load Order (56), ID (121) : Name(Mart's Monster Mod - More Wilderness Life.esp)Load Order (57), ID (122) : Name(Mart's Monster Mod - Dungeons of MMM.esp)Load Order (58), ID (123) : Name(Mart's Monster Mod - Hunting & Crafting.esp)Load Order (59), ID (124) : Name(Mart's Monster Mod - Farm Animals.esp)Load Order (5A), ID (125) : Name(Mart's Monster Mod - Diverse WaterLife.esp)Load Order (--), ID (126) : Name(Mart's Monster Mod - Slof Horses Complete.esp)Load Order (--), ID (127) : Name(Mart's Monster Mod - Diverse Runeskulls Loot OOO.esp)Load Order (--), ID (128) : Name(OMOBS_MMM.esp)Load Order (--), ID (129) : Name(OMOBS_MMM_H&C_Ammo.esp)Load Order (--), ID (130) : Name(TamrielTravellerAdvScript.esp)Load Order (5B), ID (131) : Name(TamrielTravellers4OOO.esp)Load Order (--), ID (132) : Name(TamrielTravellers4OOO Vwalk.esp)Load Order (5C), ID (133) : Name(TamrielTravellersItemsCobl.esp)Load Order (5D), ID (134) : Name(ShiveringIsleTravellers.esp)Load Order (--), ID (135) : Name(ShiveringIsleTravellers Vwalk.esp)Load Order (--), ID (136) : Name(ShiveringIsleTravellersFriendlyFactions4MMM.esp)Load Order (--), ID (137) : Name(FCOM_TamrielTravelers.esp)Load Order (--), ID (138) : Name(FCOM_DiverseGuardUnity.esp)Load Order (--), ID (139) : Name(FCOM_BobsGuardUnity.esp)Load Order (--), ID (140) : Name(FCOM_HungersUnitySI.esp)Load Order (--), ID (141) : Name(FCOM_FriendlierFactions.esp)Load Order (--), ID (142) : Name(Mart's Monster Mod - Shivering Isles.esp)Load Order (--), ID (143) : Name(ArmamentariumLL4OOO.esp)Load Order (--), ID (144) : Name(ArmamentariumLLMagicOOO.esp)Load Order (--), ID (145) : Name(Fransfemale.esp)Load Order (5E), ID (146) : Name(Geomancy & Gem Dust OOO (No Spell Change).esp)Load Order (--), ID (147) : Name(MMM-Cobl.esp)Load Order (--), ID (148) : Name(EVE_StockEquipmentReplacer4FCOM.esp)Load Order (5F), ID (149) : Name(Ivellon.esp)Load Order (60), ID (150) : Name(00RBScribeSupplies02, read summary.esp)Load Order (61), ID (151) : Name(Imperial Furniture Renovated.esp)Load Order (62), ID (152) : Name(Amen'thalas.esp)Load Order (--), ID (153) : Name(Amen'thalas - AN Patch.esp)Load Order (63), ID (154) : Name(Atropa.esp)Load Order (--), ID (155) : Name(Artifacts.esp)Load Order (--), ID (156) : Name(ArtifactsFemaleArmor.esp)Load Order (--), ID (157) : Name(Artifacts - ArmaCompleteAddon.esp)Load Order (64), ID (158) : Name(Better Dark Brotherhood Sanctuary.esp)Load Order (65), ID (159) : Name(Better Benirus Manor.esp)Load Order (--), ID (160) : Name(Better Benirus Manor - AN Patch - Natural.esp)Load Order (66), ID (161) : Name(BrotherhoodRenewed.esp)Load Order (67), ID (162) : Name(Dwarven Mines.esp)Load Order (--), ID (163) : Name(Dwarven Mines Vwalk.esp)Load Order (68), ID (164) : Name(Gaelendryl.esp)Load Order (69), ID (165) : Name(Gift of Kynareth.esp)Load Order (6A), ID (166) : Name(Kragenir's Death Quest.esp)Load Order (--), ID (167) : Name(Kragenir's Death Quest Vwalk.esp)Load Order (6B), ID (168) : Name(KDQ - Rural Line Additions.esp)Load Order (--), ID (169) : Name(Kvatch Rebuilt.esp)Load Order (--), ID (170) : Name(Kvatch Rebuilt - OOO Compatibility.esp)Load Order (6C), ID (171) : Name(Kvatch Rebuilt - Leveled Guards - FCOM.esp)Load Order (--), ID (172) : Name(Kvatch Rebuilt Weather Patch.esp)Load Order (--), ID (173) : Name(Kvatch Rebuilt Vwalk.esp)Load Order (6D), ID (174) : Name(EiAmod.esp)Load Order (--), ID (175) : Name(EiAmod_ShiveringIsles.esp)Load Order (--), ID (176) : Name(EiAmod Vwalk.esp)Load Order (6E), ID (177) : Name(OldCrowInn.esp)Load Order (6F), ID (178) : Name(GlenvarCastle.esp)Load Order (--), ID (179) : Name(GlenvarCastle Vwalk.esp)Load Order (70), ID (180) : Name(LetThePeopleDrink.esp)Load Order (71), ID (181) : Name(NNWARE Merged Plugin.esp)Load Order (72), ID (182) : Name(One Stop Armors.esp)Load Order (73), ID (183) : Name(Slof's Oblivion Goth Shop.esp)Load Order (74), ID (184) : Name(The Ayleid Steps.esp)Load Order (--), ID (185) : Name(The Ayleid Steps Vwalk.esp)Load Order (--), ID (186) : Name(Aylied Steps - AN Real Lights patch.esp)Load Order (75), ID (187) : Name(TheForgottenShields.esp)Load Order (76), ID (188) : Name(thievery.esp)Load Order (--), ID (189) : Name(thievery - EE patch.esp)Load Order (77), ID (190) : Name(TR_Stirk.esp)Load Order (--), ID (191) : Name(TR_Stirk Vwalk.esp)Load Order (78), ID (192) : Name(Stirk_Compatibility_Patch.esp)Load Order (79), ID (193) : Name(Unique Dungeons - Lichs Lair.esp)Load Order (7A), ID (194) : Name(Unique Dungeons - Lost Glory.esp)Load Order (7B), ID (195) : Name(VaultsofCyrodiilBC.esp)Load Order (7C), ID (196) : Name(VHBloodlines 1.2.esp)Load Order (--), ID (197) : Name(VHBloodlines 1.2 Vwalk.esp)Load Order (7D), ID (198) : Name(Apachii_Goddess_Store.esp)Load Order (--), ID (199) : Name(Apachii_Goddess_Store Vwalk.esp)Load Order (7E), ID (200) : Name(Apachii_Heroes_Store.esp)Load Order (7F), ID (201) : Name(DLCfrostcrag.esp)Load Order (80), ID (202) : Name(DLCFrostcragReborn.esp)Load Order (81), ID (203) : Name(Kvatch Rebuilt_Frostcrag Reborn.esp)Load Order (82), ID (204) : Name(FrostcragRebornCobl.esp)Load Order (--), ID (205) : Name(DLCFrostcrag Vwalk.esp)Load Order (83), ID (206) : Name(Knights.esp)Load Order (84), ID (207) : Name(Knights - Unofficial Patch.esp)Load Order (--), ID (208) : Name(Knights Vwalk UOP.esp)Load Order (--), ID (209) : Name(EVE_KnightsoftheNine.esp)Load Order (--), ID (210) : Name(SM Plugin Refurbish - Knights.esp)Load Order (85), ID (211) : Name(SM Plugin Refurbish Merged Plugin.esp)Load Order (86), ID (212) : Name(Knights - Cobl.esp)Load Order (87), ID (213) : Name(The Lost Spires.esp)Load Order (--), ID (214) : Name(The Lost Spires Vwalk.esp)Load Order (88), ID (215) : Name(Mighty Umbra.esp)Load Order (89), ID (216) : Name(Blood&Mud.esp)Load Order (--), ID (217) : Name(Blood&Mud - EE patch.esp)Load Order (--), ID (218) : Name(Blood&Mud Vwalk.esp)Load Order (8A), ID (219) : Name(Lost Paladins of the Divines.esp)Load Order (8B), ID (220) : Name(The Mystery of the Dulan cult.esp)Load Order (8C), ID (221) : Name(MannimarcoRevisited.esp)Load Order (8D), ID (222) : Name(MannimarcoRevisitedOOO.esp)Load Order (--), ID (223) : Name(FCOM_MightyUmbra.esp)Load Order (--), ID (224) : Name(FCOM_Blood&Mud.esp)Load Order (--), ID (225) : Name(FCOM_Knights.esp)Load Order (--), ID (226) : Name(FCOM_SlofsRobeTrader.esp)Load Order (8E), ID (227) : Name(FCOM_DulanCult.esp)Load Order (--), ID (228) : Name(Enhanced Daedric Invasion.esp)Load Order (--), ID (229) : Name(FCOM_EnhancedDaedricInvasion.esp)Load Order (--), ID (230) : Name(EDI - Aggression Fix.esp)Load Order (8F), ID (231) : Name(ElsweyrAnequina.esp)Load Order (--), ID (232) : Name(Elsweyr - Drinks Patch.esp)Load Order (--), ID (233) : Name(ElsweyrAnequina - Races HGEC-Robert.esp)Load Order (--), ID (234) : Name(ElsweyrAnequina Vwalk.esp)Load Order (90), ID (235) : Name(xuldarkforest.esp)Load Order (--), ID (236) : Name(LostSpires-DarkForest patch.esp)Load Order (91), ID (237) : Name(xulStendarrValley.esp)Load Order (92), ID (238) : Name(xulTheHeath.esp)Load Order (--), ID (239) : Name(MMMMWL-TheHeath patch.esp)Load Order (93), ID (240) : Name(XulEntiusGorge.esp)Load Order (94), ID (241) : Name(xulFallenleafEverglade.esp)Load Order (--), ID (242) : Name(LostSpires-Everglade patch.esp)Load Order (--), ID (243) : Name(Anequina-Fallenleaf-Patch.esp)Load Order (95), ID (244) : Name(xulColovianHighlands_EV.esp)Load Order (96), ID (245) : Name(xulChorrolHinterland.esp)Load Order (--), ID (246) : Name(xulChorrolHinterland Vwalk.esp)Load Order (97), ID (247) : Name(xulBeachesOfCyrodiilLostCoast.esp)Load Order (98), ID (248) : Name(xulBravilBarrowfields.esp)Load Order (--), ID (249) : Name(xulBravilBarrowfields Vwalk.esp)Load Order (99), ID (250) : Name(xulLushWoodlands.esp)Load Order (9A), ID (251) : Name(xulAncientYews.esp)Load Order (9B), ID (252) : Name(SentientWeaponII-AncientYews patch.esp)Load Order (9C), ID (253) : Name(xulAncientRedwoods.esp)Load Order (9D), ID (254) : Name(xulCloudtopMountains.esp)Load Order (9E), ID (255) : Name(xulArriusCreek.esp)Load Order (9F), ID (256) : Name(xulPatch_AY_AC.esp)Load Order (A0), ID (257) : Name(Amen'thalasWellHouse-xulPatch_AY_AC patch.esp)Load Order (A1), ID (258) : Name(xulRollingHills_EV.esp)Load Order (A2), ID (259) : Name(KragenirsDeathQuest-UniqueLandscapes Merged patch.esp)Load Order (--), ID (260) : Name(xulRollingHills_EV Vwalk.esp)Load Order (--), ID (261) : Name(MMMMWL-RollingHills patch.esp)Load Order (A3), ID (262) : Name(xulPantherRiver.esp)Load Order (A4), ID (263) : Name(xulRiverEthe.esp)Load Order (A5), ID (264) : Name(xulBrenaRiverRavine.esp)Load Order (--), ID (265) : Name(xulBrenaRiverRavine Vwalk.esp)Load Order (A6), ID (266) : Name(Gaelendryll-BrenaRiver patch.esp)Load Order (A7), ID (267) : Name(xulImperialIsle.esp)Load Order (--), ID (268) : Name(xulImperialIsle Vwalk.esp)Load Order (A8), ID (269) : Name(xulBlackwoodForest.esp)Load Order (A9), ID (270) : Name(xulCheydinhalFalls.esp)Load Order (AA), ID (271) : Name(Blood&Mud-UniqueLandscapes Merged patch.esp)Load Order (--), ID (272) : Name(GiftOfKynareth-CheydinhalFalls patch.esp)Load Order (AB), ID (273) : Name(DungeonsOfIvellon-CheydinhalFalls patch.esp)Load Order (AC), ID (274) : Name(xulAspenWood.esp)Load Order (--), ID (275) : Name(xulAspenWood Vwalk.esp)Load Order (AD), ID (276) : Name(xulSkingradOutskirts.esp)Load Order (--), ID (277) : Name(xulSkingradOutskirts Vwalk.esp)Load Order (AE), ID (278) : Name(xulSnowdale.esp)Load Order (--), ID (279) : Name(FrostcragReborn-Snowdale patch.esp)Load Order (--), ID (280) : Name(OOO-Snowdale Patch.esp)Load Order (AF), ID (281) : Name(xulCliffsOfAnvil.esp)Load Order (B0), ID (282) : Name(OOOCliffsofAnvilPatch.esp)Load Order (--), ID (283) : Name(xulCliffsOfAnvil Vwalk.esp)Load Order (B1), ID (284) : Name(EtInArkay-UniqueLandscapes Merged patch.esp)Load Order (B2), ID (285) : Name(DwarvenMines-UniqueLandscapes Merged patch.esp)Load Order (B3), ID (286) : Name(bartholm.esp)Load Order (B4), ID (287) : Name(bartholm - EE patch.esp)Load Order (--), ID (288) : Name(bartholm Vwalk.esp)Load Order (B5), ID (289) : Name(JQ-Fighters_Guild_United.esp)Load Order (--), ID (290) : Name(FCOM_FighterGUnited.esp)Load Order (--), ID (291) : Name(FCOM_UnofficialFranArmorAddon.esp)Load Order (--), ID (292) : Name(Better Cities - House price patch.esp)Load Order (B6), ID (293) : Name(Harvest [Flora].esp)Load Order (--), ID (294) : Name(Harvest [Flora] - Shivering Isles.esp)Load Order (--), ID (295) : Name(Harvest [Flora] - DLCVileLair.esp)Load Order (B7), ID (296) : Name(Pitcher Plant and Lily Ingredients.esp)Load Order (B8), ID (297) : Name(HUD Status Bars.esp)Load Order (B9), ID (298) : Name(ROM Drop Lit Torches.esp)Load Order (BA), ID (299) : Name(EVE_ShiveringIslesEasterEggs.esp)Load Order (BB), ID (300) : Name(Dungeon&ExteriorActorsHaveTorchesCT.esp)Load Order (BC), ID (301) : Name(PersuasionOverhaul.esp)Load Order (--), ID (302) : Name(PersuasionOverhaul_OOO.esp)Load Order (BD), ID (303) : Name(Salmo the Baker, Cobl.esp)Load Order (BE), ID (304) : Name(Soulgem Magic.esp)Load Order (BF), ID (305) : Name(Toggleable Quantity Prompt.esp)Load Order (--), ID (306) : Name(Enhanced Economy - House prices.esp)Load Order (C0), ID (307) : Name(RealisticFatigue.esp)Load Order (C1), ID (308) : Name(RealSleepExtended.esp)Load Order (C2), ID (309) : Name(Ashes to Ashes.esp)Load Order (C3), ID (310) : Name(StarX Vanilla Vampires Revised.esp)Load Order (C4), ID (311) : Name(StarX VVR_OOO_FCOM Patch.esp)Load Order (C5), ID (312) : Name(Gather Ye Rosebuds.esp)Load Order (C6), ID (313) : Name(RefScope.esp)Load Order (C7), ID (314) : Name(MidasSpells.esp)Load Order (C8), ID (315) : Name(Midas Assimulator Addon Merged Plugin.esp)Load Order (--), ID (316) : Name(Midas Assimulator Addon - Temp Fix.esp)Load Order (C9), ID (317) : Name(RshAlchemy.esp)Load Order (CA), ID (318) : Name(RshAlchemyRecipes.esp)Load Order (CB), ID (319) : Name(Realistic Sneak for NPCs.esp)Load Order (CC), ID (320) : Name(StealthOverhaul.esp)Load Order (CD), ID (321) : Name(Morrowind Lockpicking.esp)Load Order (CE), ID (322) : Name(RenGuardOverhaul.esp)Load Order (CF), ID (323) : Name(kuerteeClothingMatters.esp)Load Order (D0), ID (324) : Name(Enhanced Grabbing.esp)Load Order (D1), ID (325) : Name(Creature Damage Fix.esp)Load Order (D2), ID (326) : Name(Duke Patricks CA-NMMAaAATT-ACMN Merged Plugin.esp)Load Order (D3), ID (327) : Name(nGCD.esp)Load Order (D4), ID (328) : Name(Progress Merged Plugin.esp)Load Order (D5), ID (329) : Name(Legendary Abilities-Fortify Health MOJ.esp)Load Order (D6), ID (330) : Name(Grandmaster of Alchemy.esp)Load Order (--), ID (331) : Name(Cava Obscura - Cyrodiil.esp)Load Order (--), ID (332) : Name(Cava Obscura - SI.esp)Load Order (--), ID (333) : Name(Cava Obscura - Filter Patch For Mods.esp)Load Order (--), ID (334) : Name(Item interchange - Placement for FCOM.esp)Load Order (--), ID (335) : Name(Item interchange - Placement for Frostcrag Reborn.esp)Load Order (--), ID (336) : Name(EVE_KhajiitFix.esp)Load Order (D7), ID (337) : Name(bgBalancingEVCore.esp)Load Order (D8), ID (338) : Name(bgMagicEV.esp)Load Order (--), ID (339) : Name(bgMagicEV Vwalk.esp)Load Order (--), ID (340) : Name(bgMagicSpellTomes_for_WryeBash.esp)Load Order (D9), ID (341) : Name(bgMagicBonus.esp)Load Order (--), ID (342) : Name(bgMagicEVAddEnVar.esp)Load Order (DA), ID (343) : Name(bgMagicEVPaperChase.esp)Load Order (DB), ID (344) : Name(SupremeMagicka.esp)Load Order (DC), ID (345) : Name(SM_ShiveringIsles.esp)Load Order (--), ID (346) : Name(SM_DLCSpellTome.esp)Load Order (--), ID (347) : Name(SM_OOO.esp)Load Order (--), ID (348) : Name(SM_MMM.esp)Load Order (--), ID (349) : Name(SM_COBL.esp)Load Order (DD), ID (350) : Name(SM_EnchantStaff.esp)Load Order (--), ID (351) : Name(SM_UnlockSpells.esp)Load Order (--), ID (352) : Name(SM_Scrolls.esp)Load Order (--), ID (353) : Name(SM_SigilStone.esp)Load Order (--), ID (354) : Name(bgMagicEV_Conjuration_for_Supreme_Magicka.esp)Load Order (--), ID (355) : Name(bgBalancingEVOptionalClasses.esp)Load Order (--), ID (356) : Name(bgBalancingEVOptionalFangs.esp)Load Order (--), ID (357) : Name(bgBalancingEVOptionalMoreEyes.esp)Load Order (--), ID (358) : Name(bgBalancingEVOptionalNPCDiversity, Vanilla.esp)Load Order (--), ID (359) : Name(bgBalancingEVOptionalFCOMAdditions.esp)Load Order (--), ID (360) : Name(bgBalancingOptionalNPCDiversityKvatchRebuilt, for Wrye Bash.esp)Load Order (DE), ID (361) : Name(bgBalancingEVLAMEAddition.esp)Load Order (--), ID (362) : Name(bgBalancingEVLAMEGlue.esp)Load Order (--), ID (363) : Name(bgBalancingEVOptionalNPCDiversityLAME.esp)Load Order (--), ID (364) : Name(bgBalancingEVOptionalSeamReducerHighElfFix.esp)Load Order (DF), ID (365) : Name(bgIntegrationEV.esp)Load Order (--), ID (366) : Name(bgIntegrationEV - Unique Clothes.esp)Load Order (--), ID (367) : Name(bgIntegrationEV Vwalk.esp)Load Order (E0), ID (368) : Name(Better Cities Full - B&M Edition.esp)Load Order (--), ID (369) : Name(Better Cities Full - B&M Edition Vwalk.esp)Load Order (E1), ID (370) : Name(BC-AddMods0 Merged Patch.esp)Load Order (E2), ID (371) : Name(Better Imperial City.esp)Load Order (E3), ID (372) : Name(BC-AddMods1 Merged Patch.esp)Load Order (--), ID (373) : Name(Better Imperial City Vwalk.esp)Load Order (--), ID (374) : Name(DBED - 5 murders Level delay.esp)Load Order (--), ID (375) : Name(FCOM_Archery.esp)Load Order (E4), ID (376) : Name(Real Hunger, Cobl.esp)Load Order (--), ID (377) : Name(Bashed Delayers - MERGE ONLY.esp)Load Order (--), ID (378) : Name(CoreRandmonClothing4Npcs.esp)Load Order (--), ID (379) : Name(Cobl Filter Late MERGE ONLY.esp)Load Order (--), ID (380) : Name(OOO Harvest Containers Filter patch for mods.esp)Load Order (--), ID (381) : Name(All Natural - Indoor Weather Filter For Mods.esp)Load Order (--), ID (382) : Name(LandMagicPatch.esp)Load Order (E5), ID (383) : Name(Bashed Patch, 0.esp.tmp)Traceback (most recent call last):  File "Q:\Oblivion Tools\Wrye Bash\Mopy\basher.py", line 5198, in Execute    patchFile.buildPatch(SubProgress(progress,0.1,0.9)) #try to speed this up!  File "Q:\Oblivion Tools\Wrye Bash\Mopy\bosh.py", line 17452, in buildPatch    patcher(modFile, record, bashTags)  File "Q:\Oblivion Tools\Wrye Bash\Mopy\bosh.py", line 24737, in apply    raise errorValueError: too many values to unpack

User avatar
daniel royle
 
Posts: 3439
Joined: Thu May 17, 2007 8:44 am

Post » Sat Dec 04, 2010 6:38 pm

Danke. Will have it fixed shortly.

Interesting to see that it's apparently working with well over 255 mods. I thought that still needed work.
User avatar
Queen of Spades
 
Posts: 3383
Joined: Fri Dec 08, 2006 12:06 pm

Post » Sat Dec 04, 2010 6:38 pm

Revision 808 should fix the Default Icon patcher.

It wasn't handling the fact that armors can be made that don't use any slots. They're probably tokens of some sort.
User avatar
Ezekiel Macallister
 
Posts: 3493
Joined: Fri Jun 22, 2007 12:08 pm

Post » Sat Dec 04, 2010 7:54 pm

Edit: Hopefully PM will feel pestered enough to port over the Actors.AIPackages code.


*adds some of his own pestering* :)
User avatar
Johanna Van Drunick
 
Posts: 3437
Joined: Tue Jun 20, 2006 11:40 am

Post » Sat Dec 04, 2010 5:45 pm

r808
new blank bashed patch esp

first rebuild -> no problem

second rebuild of the first rebuild -> no problem

I think the default icon problem is solved :thumbsup:


Now PM needs some intens pestering. :poke:
User avatar
Farrah Barry
 
Posts: 3523
Joined: Mon Dec 04, 2006 4:00 pm

Post » Sat Dec 04, 2010 3:50 pm

I guess I will be reinstalling Python, now.


Well, whaddya know, a full rip and re-install of Python, Wrye Python, Blender, NIF scripts & Pyffi, and now everything (including Bash) is all working just fine. Thanks for pointing me in the right direction, Brozly & Warrudar!
User avatar
Devils Cheek
 
Posts: 3561
Joined: Sun Aug 13, 2006 10:24 pm

Post » Sun Dec 05, 2010 2:07 am

Baphometal, if you feel like being a guinea pig, would you mind temporarily activating some of your merged patches instead of merging them?

Specifically, I'd like to know if CBash blows up when:
1) The max number of mods in the load order are active (254-255'ish).
2) There are 254-255 mods active + many mods merged / imported.

Known CBash issues to resolve:
1) Import Roads (fix - still need to get a mod that uses the tag and setup a situation where it would be used.)
2) Import Actor AIPackages (trick PM into doing it...that code is scary)
3) Some issues with MGEF indexing that KC33 has reported that I can't duplicate (working with him via pm)
4) The issues reported by Peste (may or may not have been fixed already, seems suspiciously familiar to Baphometal's bug)
5) The issues reported by Tokc.D.K. (some of which may or may not have been fixed already)

Peste, Tokc.D.K. please try the latest revision and post any errors you have. Then try deleting the bashed patch and replacing it with a copy of the blank one. Also, while it seems unlikely, if you don't have any errors post that too :whistling:
User avatar
Dina Boudreau
 
Posts: 3410
Joined: Thu Jan 04, 2007 10:59 pm

Post » Sat Dec 04, 2010 6:56 pm

Baphometal, if you feel like being a guinea pig, would you mind temporarily activating some of your merged patches instead of merging them?

Specifically, I'd like to know if CBash blows up when:
1) The max number of mods in the load order are active (254-255'ish).
2) There are 254-255 mods active + many mods merged / imported.

...


1) 255 active mods of 391, rebuilding bashed patch --> no problem
2) 255 active mods of 391 and all mergeable mods merged, rebuilding bashed patch --> no problem
User avatar
K J S
 
Posts: 3326
Joined: Thu Apr 05, 2007 11:50 am

Post » Sat Dec 04, 2010 10:54 pm

Would you double-check the resulting patch in TES4Edit?

Just look for things like unresolvable formIDs or formIDs that are obviously wrong (like an npc's eyes pointing to a book record). If it looks good, I'm going to do a happy dance.
User avatar
Yama Pi
 
Posts: 3384
Joined: Wed Apr 18, 2007 3:51 am

Post » Sun Dec 05, 2010 1:03 am

Would you double-check the resulting patch in TES4Edit?

Just look for things like unresolvable formIDs or formIDs that are obviously wrong (like an npc's eyes pointing to a book record). If it looks good, I'm going to do a happy dance.


If I know how to do this, but I don't know.
TES4Edit -> load all mods -> check for errors in bashed patch ->
Spoiler
[00:00] Checking for Errors in [FC] Bashed Patch, 0.esp[00:00] [00:00] [00:00] [00:00] [00:00] [00:00] [00:00] [00:00] [00:00] [00:00] [00:00] [00:00] [00:00] [00:00] [00:00] [00:00] [00:00] [00:00] [00:00] [00:00] [00:00] [00:00] [00:00] [00:00] [00:00]                   Parameter #2 -> [00:00]                   Parameter #1 -> [0101098D] [00:00]                 Above errors were found in :CTDA - Condition[00:00]                   Parameter #2 -> [00:00]                   Parameter #1 -> [0101098D] [00:00]                 Above errors were found in :CTDA - Condition[00:00]               Above errors were found in :Conditions[00:00]             Above errors were found in :Log Entry[00:00]                   Parameter #2 -> [00:00]                   Parameter #1 -> [0101098D] [00:00]                 Above errors were found in :CTDA - Condition[00:00]                   Parameter #2 -> [00:00]                   Parameter #1 -> [0101098D] [00:00]                 Above errors were found in :CTDA - Condition[00:00]               Above errors were found in :Conditions[00:00]             Above errors were found in :Log Entry[00:00]                   Parameter #2 -> [00:00]                   Parameter #1 -> [0101098D] [00:00]                 Above errors were found in :CTDA - Condition[00:00]                   Parameter #2 -> [00:00]                   Parameter #1 -> [0101098D] [00:00]                 Above errors were found in :CTDA - Condition[00:00]               Above errors were found in :Conditions[00:00]             Above errors were found in :Log Entry[00:00]                   Parameter #2 -> [00:00]                   Parameter #1 -> [0101098D] [00:00]                 Above errors were found in :CTDA - Condition[00:00]                   Parameter #2 -> [00:00]                   Parameter #1 -> [0101098D] [00:00]                 Above errors were found in :CTDA - Condition[00:00]               Above errors were found in :Conditions[00:00]             Above errors were found in :Log Entry[00:00]                   Parameter #2 -> [00:00]                   Parameter #1 -> [0101098D] [00:00]                 Above errors were found in :CTDA - Condition[00:00]                   Parameter #2 -> [00:00]                   Parameter #1 -> [0101098D] [00:00]                 Above errors were found in :CTDA - Condition[00:00]               Above errors were found in :Conditions[00:00]             Above errors were found in :Log Entry[00:00]                   Parameter #2 -> [00:00]                   Parameter #1 -> [0101098D] [00:00]                 Above errors were found in :CTDA - Condition[00:00]                   Parameter #2 -> [00:00]                   Parameter #1 -> [0101098D] [00:00]                 Above errors were found in :CTDA - Condition[00:00]               Above errors were found in :Conditions[00:00]             Above errors were found in :Log Entry[00:00]                   Parameter #2 -> [00:00]                   Parameter #1 -> [0101098D] [00:00]                 Above errors were found in :CTDA - Condition[00:00]                   Parameter #2 -> [00:00]                   Parameter #1 -> [0101098D] [00:00]                 Above errors were found in :CTDA - Condition[00:00]               Above errors were found in :Conditions[00:00]             Above errors were found in :Log Entry[00:00]                   Parameter #2 -> [00:00]                   Parameter #1 -> [0101098D] [00:00]                 Above errors were found in :CTDA - Condition[00:00]                   Parameter #2 -> [00:00]                   Parameter #1 -> [0101098D] [00:00]                 Above errors were found in :CTDA - Condition[00:00]               Above errors were found in :Conditions[00:00]             Above errors were found in :Log Entry[00:00]                   Parameter #2 -> [00:00]                   Parameter #1 -> [0101098D] [00:00]                 Above errors were found in :CTDA - Condition[00:00]                   Parameter #2 -> [00:00]                   Parameter #1 -> [0101098D] [00:00]                 Above errors were found in :CTDA - Condition[00:00]               Above errors were found in :Conditions[00:00]             Above errors were found in :Log Entry[00:00]                   Parameter #2 -> [00:00]                   Parameter #1 -> [0101098D] [00:00]                 Above errors were found in :CTDA - Condition[00:00]                   Parameter #2 -> [00:00]                   Parameter #1 -> [0101098D] [00:00]                 Above errors were found in :CTDA - Condition[00:00]               Above errors were found in :Conditions[00:00]             Above errors were found in :Log Entry[00:00]           Above errors were found in :Log Entries[00:00]         Above errors were found in :Stage[00:00]       Above errors were found in :Stages[00:00]     Above errors were found in :BHDBRandMark "Bartholm DB Mark Stuff" [QUST:C4010F3B][00:00]                   Parameter #2 -> [00:00]                   Parameter #1 -> [0102DD79] [00:00]                 Above errors were found in :CTDA - Condition[00:00]                   Parameter #2 -> [00:00]                   Parameter #1 -> [0102DD79] [00:00]                 Above errors were found in :CTDA - Condition[00:00]               Above errors were found in :Conditions[00:00]             Above errors were found in :Log Entry[00:00]                   Parameter #2 -> [00:00]                   Parameter #1 -> [0102DD79] [00:00]                 Above errors were found in :CTDA - Condition[00:00]                   Parameter #2 -> [00:00]                   Parameter #1 -> [0102DD79] [00:00]                 Above errors were found in :CTDA - Condition[00:00]               Above errors were found in :Conditions[00:00]             Above errors were found in :Log Entry[00:00]                   Parameter #2 -> [00:00]                   Parameter #1 -> [0102DD79] [00:00]                 Above errors were found in :CTDA - Condition[00:00]                   Parameter #2 -> [00:00]                   Parameter #1 -> [0102DD79] [00:00]                 Above errors were found in :CTDA - Condition[00:00]               Above errors were found in :Conditions[00:00]             Above errors were found in :Log Entry[00:00]                   Parameter #2 -> [00:00]                   Parameter #1 -> [0102DD79] [00:00]                 Above errors were found in :CTDA - Condition[00:00]                   Parameter #2 -> [00:00]                   Parameter #1 -> [0102DD79] [00:00]                 Above errors were found in :CTDA - Condition[00:00]               Above errors were found in :Conditions[00:00]             Above errors were found in :Log Entry[00:00]                   Parameter #2 -> [00:00]                   Parameter #1 -> [0102DD79] [00:00]                 Above errors were found in :CTDA - Condition[00:00]                   Parameter #2 -> [00:00]                   Parameter #1 -> [0102DD79] [00:00]                 Above errors were found in :CTDA - Condition[00:00]               Above errors were found in :Conditions[00:00]             Above errors were found in :Log Entry[00:00]                   Parameter #2 -> [00:00]                   Parameter #1 -> [0102DD79] [00:00]                 Above errors were found in :CTDA - Condition[00:00]                   Parameter #2 -> [00:00]                   Parameter #1 -> [0102DD79] [00:00]                 Above errors were found in :CTDA - Condition[00:00]               Above errors were found in :Conditions[00:00]             Above errors were found in :Log Entry[00:00]                   Parameter #2 -> [00:00]                   Parameter #1 -> [0102DD79] [00:00]                 Above errors were found in :CTDA - Condition[00:00]                   Parameter #2 -> [00:00]                   Parameter #1 -> [0102DD79] [00:00]                 Above errors were found in :CTDA - Condition[00:00]               Above errors were found in :Conditions[00:00]             Above errors were found in :Log Entry[00:00]                   Parameter #2 -> [00:00]                   Parameter #1 -> [0102DD79] [00:00]                 Above errors were found in :CTDA - Condition[00:00]                   Parameter #2 -> [00:00]                   Parameter #1 -> [0102DD79] [00:00]                 Above errors were found in :CTDA - Condition[00:00]               Above errors were found in :Conditions[00:00]             Above errors were found in :Log Entry[00:00]                   Parameter #2 -> [00:00]                   Parameter #1 -> [0102DD79] [00:00]                 Above errors were found in :CTDA - Condition[00:00]                   Parameter #2 -> [00:00]                   Parameter #1 -> [0102DD79] [00:00]                 Above errors were found in :CTDA - Condition[00:00]               Above errors were found in :Conditions[00:00]             Above errors were found in :Log Entry[00:00]                   Parameter #2 -> [00:00]                   Parameter #1 -> [0102DD79] [00:00]                 Above errors were found in :CTDA - Condition[00:00]                   Parameter #2 -> [00:00]                   Parameter #1 -> [0102DD79] [00:00]                 Above errors were found in :CTDA - Condition[00:00]               Above errors were found in :Conditions[00:00]             Above errors were found in :Log Entry[00:00]           Above errors were found in :Log Entries[00:00]         Above errors were found in :Stage[00:00]       Above errors were found in :Stages[00:00]     Above errors were found in :BHAssasinsNPC "Arrow Proof Monk NPC Extras" [QUST:C402DD82][00:00]                   Parameter #1 -> [01002D41] [00:00]                 Above errors were found in :CTDA - Condition[00:00]               Above errors were found in :Conditions[00:00]             Above errors were found in :Log Entry[00:00]           Above errors were found in :Log Entries[00:00]         Above errors were found in :Stage[00:00]                   Parameter #1 -> [01002D41] [00:00]                 Above errors were found in :CTDA - Condition[00:00]               Above errors were found in :Conditions[00:00]             Above errors were found in :Log Entry[00:00]           Above errors were found in :Log Entries[00:00]         Above errors were found in :Stage[00:00]                   Parameter #1 -> [01002D41] [00:00]                 Above errors were found in :CTDA - Condition[00:00]               Above errors were found in :Conditions[00:00]             Above errors were found in :Log Entry[00:00]           Above errors were found in :Log Entries[00:00]         Above errors were found in :Stage[00:00]                   Parameter #1 -> [01002D41] [00:00]                 Above errors were found in :CTDA - Condition[00:00]               Above errors were found in :Conditions[00:00]             Above errors were found in :Log Entry[00:00]           Above errors were found in :Log Entries[00:00]         Above errors were found in :Stage[00:00]                   Parameter #1 -> [01002D41] [00:00]                 Above errors were found in :CTDA - Condition[00:00]               Above errors were found in :Conditions[00:00]             Above errors were found in :Log Entry[00:00]           Above errors were found in :Log Entries[00:00]         Above errors were found in :Stage[00:00]                   Parameter #1 -> [01002D41] [00:00]                 Above errors were found in :CTDA - Condition[00:00]               Above errors were found in :Conditions[00:00]             Above errors were found in :Log Entry[00:00]           Above errors were found in :Log Entries[00:00]         Above errors were found in :Stage[00:00]                   Parameter #1 -> [01002D41] [00:00]                 Above errors were found in :CTDA - Condition[00:00]               Above errors were found in :Conditions[00:00]             Above errors were found in :Log Entry[00:00]           Above errors were found in :Log Entries[00:00]         Above errors were found in :Stage[00:00]                   Parameter #1 -> [01002D41] [00:00]                 Above errors were found in :CTDA - Condition[00:00]               Above errors were found in :Conditions[00:00]             Above errors were found in :Log Entry[00:00]           Above errors were found in :Log Entries[00:00]         Above errors were found in :Stage[00:00]                   Parameter #1 -> [01002D41] [00:00]                 Above errors were found in :CTDA - Condition[00:00]               Above errors were found in :Conditions[00:00]             Above errors were found in :Log Entry[00:00]           Above errors were found in :Log Entries[00:00]         Above errors were found in :Stage[00:00]                   Parameter #2 -> [00:00]                   Parameter #1 -> [01002D41] [00:00]                 Above errors were found in :CTDA - Condition[00:00]               Above errors were found in :Conditions[00:00]             Above errors were found in :Log Entry[00:00]           Above errors were found in :Log Entries[00:00]         Above errors were found in :Stage[00:00]       Above errors were found in :Stages[00:00]     Above errors were found in :NDPilgrim "Pilgrimage" [QUST:8A002D41][00:00]                   Parameter #1 -> [01002D3D] [00:00]                 Above errors were found in :CTDA - Condition[00:00]               Above errors were found in :Conditions[00:00]             Above errors were found in :Log Entry[00:00]           Above errors were found in :Log Entries[00:00]         Above errors were found in :Stage[00:00]                   Parameter #1 -> [01002D39] [00:00]                 Above errors were found in :CTDA - Condition[00:00]               Above errors were found in :Conditions[00:00]             Above errors were found in :Log Entry[00:00]           Above errors were found in :Log Entries[00:00]         Above errors were found in :Stage[00:00]                   Parameter #1 -> [01002D3C] [00:00]                 Above errors were found in :CTDA - Condition[00:00]               Above errors were found in :Conditions[00:00]             Above errors were found in :Log Entry[00:00]           Above errors were found in :Log Entries[00:00]         Above errors were found in :Stage[00:00]                   Parameter #1 -> [01002D3E] [00:00]                 Above errors were found in :CTDA - Condition[00:00]               Above errors were found in :Conditions[00:00]             Above errors were found in :Log Entry[00:00]           Above errors were found in :Log Entries[00:00]         Above errors were found in :Stage[00:00]                   Parameter #1 -> [01002D3B] [00:00]                 Above errors were found in :CTDA - Condition[00:00]               Above errors were found in :Conditions[00:00]             Above errors were found in :Log Entry[00:00]           Above errors were found in :Log Entries[00:00]         Above errors were found in :Stage[00:00]                   Parameter #1 -> [01002D3A] [00:00]                 Above errors were found in :CTDA - Condition[00:00]               Above errors were found in :Conditions[00:00]             Above errors were found in :Log Entry[00:00]           Above errors were found in :Log Entries[00:00]         Above errors were found in :Stage[00:00]                   Parameter #1 -> [01002D3F] [00:00]                 Above errors were found in :CTDA - Condition[00:00]               Above errors were found in :Conditions[00:00]             Above errors were found in :Log Entry[00:00]           Above errors were found in :Log Entries[00:00]         Above errors were found in :Stage[00:00]                   Parameter #1 -> [01002D40] [00:00]                 Above errors were found in :CTDA - Condition[00:00]               Above errors were found in :Conditions[00:00]             Above errors were found in :Log Entry[00:00]           Above errors were found in :Log Entries[00:00]         Above errors were found in :Stage[00:00]       Above errors were found in :Stages[00:00]     Above errors were found in :ND00 "Nine Divines general dialogue" [QUST:8A002D42][00:00]                   Parameter #2 -> [00:00]                   Parameter #1 -> [020052A6] [00:00]                 Above errors were found in :CTDA - Condition[00:00]               Above errors were found in :Conditions[00:00]             Above errors were found in :Log Entry[00:00]           Above errors were found in :Log Entries[00:00]         Above errors were found in :Stage[00:00]                   Parameter #2 -> [00:00]                   Parameter #1 -> [020052A6] [00:00]                 Above errors were found in :CTDA - Condition[00:00]               Above errors were found in :Conditions[00:00]             Above errors were found in :Log Entry[00:00]           Above errors were found in :Log Entries[00:00]         Above errors were found in :Stage[00:00]       Above errors were found in :Stages[00:00]     Above errors were found in :NNWAE06RhyeliaEmero "The last Secret Part 2" [QUST:760052A6][00:00]                   Parameter #2 -> [00:00]                   Parameter #1 -> [0103D620] [00:00]                 Above errors were found in :CTDA - Condition[00:00]               Above errors were found in :Conditions[00:00]             Above errors were found in :Log Entry[00:00]                   Parameter #2 -> [00:00]                   Parameter #1 -> [0103D620] [00:00]                 Above errors were found in :CTDA - Condition[00:00]               Above errors were found in :Conditions[00:00]             Above errors were found in :Log Entry[00:00]                   Parameter #2 -> [00:00]                   Parameter #1 -> [0103D620] [00:00]                 Above errors were found in :CTDA - Condition[00:00]               Above errors were found in :Conditions[00:00]             Above errors were found in :Log Entry[00:00]                   Parameter #2 -> [00:00]                   Parameter #1 -> [0103D620] [00:00]                 Above errors were found in :CTDA - Condition[00:00]               Above errors were found in :Conditions[00:00]             Above errors were found in :Log Entry[00:00]           Above errors were found in :Log Entries[00:00]         Above errors were found in :Stage[00:00]                   Parameter #2 -> [00:00]                   Parameter #1 -> [0103D620] [00:00]                 Above errors were found in :CTDA - Condition[00:00]               Above errors were found in :Conditions[00:00]             Above errors were found in :Log Entry[00:00]                   Parameter #2 -> [00:00]                   Parameter #1 -> [0103D620] [00:00]                 Above errors were found in :CTDA - Condition[00:00]               Above errors were found in :Conditions[00:00]             Above errors were found in :Log Entry[00:00]                   Parameter #2 -> [00:00]                   Parameter #1 -> [0103D620] [00:00]                 Above errors were found in :CTDA - Condition[00:00]               Above errors were found in :Conditions[00:00]             Above errors were found in :Log Entry[00:00]                   Parameter #2 -> [00:00]                   Parameter #1 -> [0103D620] [00:00]                 Above errors were found in :CTDA - Condition[00:00]               Above errors were found in :Conditions[00:00]             Above errors were found in :Log Entry[00:00]           Above errors were found in :Log Entries[00:00]         Above errors were found in :Stage[00:00]                   Parameter #2 -> [00:00]                   Parameter #1 -> [0103D620] [00:00]                 Above errors were found in :CTDA - Condition[00:00]               Above errors were found in :Conditions[00:00]             Above errors were found in :Log Entry[00:00]                   Parameter #2 -> [00:00]                   Parameter #1 -> [0103D620] [00:00]                 Above errors were found in :CTDA - Condition[00:00]               Above errors were found in :Conditions[00:00]             Above errors were found in :Log Entry[00:00]                   Parameter #2 -> [00:00]                   Parameter #1 -> [0103D620] [00:00]                 Above errors were found in :CTDA - Condition[00:00]               Above errors were found in :Conditions[00:00]             Above errors were found in :Log Entry[00:00]                   Parameter #2 -> [00:00]                   Parameter #1 -> [0103D620] [00:00]                 Above errors were found in :CTDA - Condition[00:00]               Above errors were found in :Conditions[00:00]             Above errors were found in :Log Entry[00:00]           Above errors were found in :Log Entries[00:00]         Above errors were found in :Stage[00:00]                   Parameter #2 -> [00:00]                   Parameter #1 -> [0103D620] [00:00]                 Above errors were found in :CTDA - Condition[00:00]               Above errors were found in :Conditions[00:00]             Above errors were found in :Log Entry[00:00]                   Parameter #2 -> [00:00]                   Parameter #1 -> [0103D620] [00:00]                 Above errors were found in :CTDA - Condition[00:00]               Above errors were found in :Conditions[00:00]             Above errors were found in :Log Entry[00:00]                   Parameter #2 -> [00:00]                   Parameter #1 -> [0103D620] [00:00]                 Above errors were found in :CTDA - Condition[00:00]               Above errors were found in :Conditions[00:00]             Above errors were found in :Log Entry[00:00]                   Parameter #2 -> [00:00]                   Parameter #1 -> [0103D620] [00:00]                 Above errors were found in :CTDA - Condition[00:00]               Above errors were found in :Conditions[00:00]             Above errors were found in :Log Entry[00:00]           Above errors were found in :Log Entries[00:00]         Above errors were found in :Stage[00:00]                   Parameter #2 -> [00:00]                   Parameter #1 -> [01033D60] [00:00]                 Above errors were found in :CTDA - Condition[00:00]               Above errors were found in :Conditions[00:00]             Above errors were found in :Log Entry[00:00]                   Parameter #2 -> [00:00]                   Parameter #1 -> [01033D60] [00:00]                 Above errors were found in :CTDA - Condition[00:00]               Above errors were found in :Conditions[00:00]             Above errors were found in :Log Entry[00:00]           Above errors were found in :Log Entries[00:00]         Above errors were found in :Stage[00:00]       Above errors were found in :Stages[00:00]     Above errors were found in :KRMain04a "Kvatch Rebuilt: From the Shadows - A Knife In the Dark" [QUST:0F03D620][00:00]                   Parameter #2 -> [00:00]                   Parameter #1 -> [01033D60] [00:00]                 Above errors were found in :CTDA - Condition[00:00]               Above errors were found in :Conditions[00:00]             Above errors were found in :Log Entry[00:00]                   Parameter #2 -> [00:00]                   Parameter #1 -> [01033D60] [00:00]                 Above errors were found in :CTDA - Condition[00:00]               Above errors were found in :Conditions[00:00]             Above errors were found in :Log Entry[00:00]           Above errors were found in :Log Entries[00:00]         Above errors were found in :Stage[00:00]                   Parameter #2 -> [00:00]                   Parameter #1 -> [01033D60] [00:00]                 Above errors were found in :CTDA - Condition[00:00]               Above errors were found in :Conditions[00:00]             Above errors were found in :Log Entry[00:00]                   Parameter #2 -> [00:00]                   Parameter #1 -> [01033D60] [00:00]                 Above errors were found in :CTDA - Condition[00:00]               Above errors were found in :Conditions[00:00]             Above errors were found in :Log Entry[00:00]           Above errors were found in :Log Entries[00:00]         Above errors were found in :Stage[00:00]       Above errors were found in :Stages[00:00]     Above errors were found in :KRMain04 "Kvatch Rebuilt: From the Shadows" [QUST:0F033D60][00:00]                   Parameter #2 -> [00:00]                   Parameter #1 -> [01033D5F] [00:00]                 Above errors were found in :CTDA - Condition[00:00]               Above errors were found in :Conditions[00:00]             Above errors were found in :Log Entry[00:00]                   Parameter #2 -> [00:00]                   Parameter #1 -> [01033D5F] [00:00]                 Above errors were found in :CTDA - Condition[00:00]               Above errors were found in :Conditions[00:00]             Above errors were found in :Log Entry[00:00]                   Parameter #2 -> [00:00]                   Parameter #1 -> [01033D5F] [00:00]                 Above errors were found in :CTDA - Condition[00:00]               Above errors were found in :Conditions[00:00]             Above errors were found in :Log Entry[00:00]                   Parameter #2 -> [00:00]                   Parameter #1 -> [01033D5F] [00:00]                 Above errors were found in :CTDA - Condition[00:00]               Above errors were found in :Conditions[00:00]             Above errors were found in :Log Entry[00:00]                   Parameter #2 -> [00:00]                   Parameter #1 -> [01033D5F] [00:00]                 Above errors were found in :CTDA - Condition[00:00]               Above errors were found in :Conditions[00:00]             Above errors were found in :Log Entry[00:00]                   Parameter #2 -> [00:00]                   Parameter #1 -> [01033D5F] [00:00]                 Above errors were found in :CTDA - Condition[00:00]               Above errors were found in :Conditions[00:00]             Above errors were found in :Log Entry[00:00]                   Parameter #2 -> [00:00]                   Parameter #1 -> [01033D5F] [00:00]                 Above errors were found in :CTDA - Condition[00:00]               Above errors were found in :Conditions[00:00]             Above errors were found in :Log Entry[00:00]                   Parameter #2 -> [00:00]                   Parameter #1 -> [01033D5F] [00:00]                 Above errors were found in :CTDA - Condition[00:00]               Above errors were found in :Conditions[00:00]             Above errors were found in :Log Entry[00:00]           Above errors were found in :Log Entries[00:00]         Above errors were found in :Stage[00:00]                   Parameter #2 -> [00:00]                   Parameter #1 -> [01033D5F] [00:00]                 Above errors were found in :CTDA - Condition[00:00]               Above errors were found in :Conditions[00:00]             Above errors were found in :Log Entry[00:00]                   Parameter #2 -> [00:00]                   Parameter #1 -> [01033D5F] [00:00]                 Above errors were found in :CTDA - Condition[00:00]               Above errors were found in :Conditions[00:00]             Above errors were found in :Log Entry[00:00]                   Parameter #2 -> [00:00]                   Parameter #1 -> [01033D5F] [00:00]                 Above errors were found in :CTDA - Condition[00:00]               Above errors were found in :Conditions[00:00]             Above errors were found in :Log Entry[00:00]                   Parameter #2 -> [00:00]                   Parameter #1 -> [01033D5F] [00:00]                 Above errors were found in :CTDA - Condition[00:00]               Above errors were found in :Conditions[00:00]             Above errors were found in :Log Entry[00:00]                   Parameter #2 -> [00:00]                   Parameter #1 -> [01033D5F] [00:00]                 Above errors were found in :CTDA - Condition[00:00]               Above errors were found in :Conditions[00:00]             Above errors were found in :Log Entry[00:00]                   Parameter #2 -> [00:00]                   Parameter #1 -> [01033D5F] [00:00]                 Above errors were found in :CTDA - Condition[00:00]               Above errors were found in :Conditions[00:00]             Above errors were found in :Log Entry[00:00]                   Parameter #2 -> [00:00]                   Parameter #1 -> [01033D5F] [00:00]                 Above errors were found in :CTDA - Condition[00:00]               Above errors were found in :Conditions[00:00]             Above errors were found in :Log Entry[00:00]                   Parameter #2 -> [00:00]                   Parameter #1 -> [01033D5F] [00:00]                 Above errors were found in :CTDA - Condition[00:00]               Above errors were found in :Conditions[00:00]             Above errors were found in :Log Entry[00:00]           Above errors were found in :Log Entries[00:00]         Above errors were found in :Stage[00:00]       Above errors were found in :Stages[00:00]     Above errors were found in :KRMain05 "Kvatch Rebuilt: A Sanguine Howl" [QUST:0F033D5F][00:00]                   Parameter #2 -> [00:00]                   Parameter #1 -> [010016CD] [00:00]                 Above errors were found in :CTDA - Condition[00:00]               Above errors were found in :Conditions[00:00]             Above errors were found in :Log Entry[00:00]                   Parameter #2 -> [00:00]                   Parameter #1 -> [010016CD] [00:00]                 Above errors were found in :CTDA - Condition[00:00]                   Parameter #2 -> [00:00]                   Parameter #1 -> [010016CD] [00:00]                 Above errors were found in :CTDA - Condition[00:00]               Above errors were found in :Conditions[00:00]             Above errors were found in :Log Entry[00:00]                   Parameter #2 -> [00:00]                   Parameter #1 -> [010016CD] [00:00]                 Above errors were found in :CTDA - Condition[00:00]               Above errors were found in :Conditions[00:00]             Above errors were found in :Log Entry[00:00]           Above errors were found in :Log Entries[00:00]         Above errors were found in :Stage[00:00]                   Parameter #2 -> [00:00]                   Parameter #1 -> [010016CD] [00:00]                 Above errors were found in :CTDA - Condition[00:00]               Above errors were found in :Conditions[00:00]             Above errors were found in :Log Entry[00:00]                   Parameter #2 -> [00:00]                   Parameter #1 -> [010016CD] [00:00]                 Above errors were found in :CTDA - Condition[00:00]                   Parameter #2 -> [00:00]                   Parameter #1 -> [010016CD] [00:00]                 Above errors were found in :CTDA - Condition[00:00]               Above errors were found in :Conditions[00:00]             Above errors were found in :Log Entry[00:00]                   Parameter #2 -> [00:00]                   Parameter #1 -> [010016CD] [00:00]                 Above errors were found in :CTDA - Condition[00:00]               Above errors were found in :Conditions[00:00]             Above errors were found in :Log Entry[00:00]           Above errors were found in :Log Entries[00:00]         Above errors were found in :Stage[00:00]       Above errors were found in :Stages[00:00]     Above errors were found in :TA [QUST:440016CD][00:00]                   Parameter #2 -> [00:00]                   Parameter #1 -> Found a LTEX reference, expected: QUST[00:00]                 Above errors were found in :CTDA - Condition[00:00]                   Parameter #2 -> [00:00]                   Parameter #1 -> Found a LTEX reference, expected: QUST[00:00]                 Above errors were found in :CTDA - Condition[00:00]                   Parameter #2 -> [00:00]                   Parameter #1 -> Found a LTEX reference, expected: QUST[00:00]                 Above errors were found in :CTDA - Condition[00:00]               Above errors were found in :Conditions[00:00]             Above errors were found in :Log Entry[00:00]                   Parameter #2 -> [00:00]                   Parameter #1 -> Found a LTEX reference, expected: QUST[00:00]                 Above errors were found in :CTDA - Condition[00:00]                   Parameter #2 -> [00:00]                   Parameter #1 -> Found a LTEX reference, expected: QUST[00:00]                 Above errors were found in :CTDA - Condition[00:00]               Above errors were found in :Conditions[00:00]             Above errors were found in :Log Entry[00:00]                   Parameter #2 -> [00:00]                   Parameter #1 -> Found a LTEX reference, expected: QUST[00:00]                 Above errors were found in :CTDA - Condition[00:00]                   Parameter #2 -> [00:00]                   Parameter #1 -> Found a LTEX reference, expected: QUST[00:00]                 Above errors were found in :CTDA - Condition[00:00]               Above errors were found in :Conditions[00:00]             Above errors were found in :Log Entry[00:00]                   Parameter #2 -> [00:00]                   Parameter #1 -> Found a LTEX reference, expected: QUST[00:00]                 Above errors were found in :CTDA - Condition[00:00]                   Parameter #2 -> [00:00]                   Parameter #1 -> Found a LTEX reference, expected: QUST[00:00]                 Above errors were found in :CTDA - Condition[00:00]               Above errors were found in :Conditions[00:00]             Above errors were found in :Log Entry[00:00]                   Parameter #2 -> [00:00]                   Parameter #1 -> Found a LTEX reference, expected: QUST[00:00]                 Above errors were found in :CTDA - Condition[00:00]                   Parameter #2 -> [00:00]                   Parameter #1 -> Found a LTEX reference, expected: QUST[00:00]                 Above errors were found in :CTDA - Condition[00:00]               Above errors were found in :Conditions[00:00]             Above errors were found in :Log Entry[00:00]                   Parameter #2 -> [00:00]                   Parameter #1 -> Found a LTEX reference, expected: QUST[00:00]                 Above errors were found in :CTDA - Condition[00:00]                   Parameter #2 -> [00:00]                   Parameter #1 -> Found a LTEX reference, expected: QUST[00:00]                 Above errors were found in :CTDA - Condition[00:00]               Above errors were found in :Conditions[00:00]             Above errors were found in :Log Entry[00:00]                   Parameter #2 -> [00:00]                   Parameter #1 -> Found a LTEX reference, expected: QUST[00:00]                 Above errors were found in :CTDA - Condition[00:00]                   Parameter #2 -> [00:00]                   Parameter #1 -> Found a LTEX reference, expected: QUST[00:00]                 Above errors were found in :CTDA - Condition[00:00]               Above errors were found in :Conditions[00:00]             Above errors were found in :Log Entry[00:00]                   Parameter #2 -> [00:00]                   Parameter #1 -> Found a LTEX reference, expected: QUST[00:00]                 Above errors were found in :CTDA - Condition[00:00]               Above errors were found in :Conditions[00:00]             Above errors were found in :Log Entry[00:00]                   Parameter #2 -> [00:00]                   Parameter #1 -> Found a LTEX reference, expected: QUST[00:00]                 Above errors were found in :CTDA - Condition[00:00]               Above errors were found in :Conditions[00:00]             Above errors were found in :Log Entry[00:00]                   Parameter #2 -> [00:00]                   Parameter #1 -> Found a LTEX reference, expected: QUST[00:00]                 Above errors were found in :CTDA - Condition[00:00]               Above errors were found in :Conditions[00:00]             Above errors were found in :Log Entry[00:00]                   Parameter #2 -> [00:00]                   Parameter #1 -> Found a LTEX reference, expected: QUST[00:00]                 Above errors were found in :CTDA - Condition[00:00]               Above errors were found in :Conditions[00:00]             Above errors were found in :Log Entry[00:00]                   Parameter #2 -> [00:00]                   Parameter #1 -> Found a LTEX reference, expected: QUST[00:00]                 Above errors were found in :CTDA - Condition[00:00]               Above errors were found in :Conditions[00:00]             Above errors were found in :Log Entry[00:00]                   Parameter #2 -> [00:00]                   Parameter #1 -> Found a LTEX reference, expected: QUST[00:00]                 Above errors were found in :CTDA - Condition[00:00]               Above errors were found in :Conditions[00:00]             Above errors were found in :Log Entry[00:00]                   Parameter #2 -> [00:00]                   Parameter #1 -> Found a LTEX reference, expected: QUST[00:00]                 Above errors were found in :CTDA - Condition[00:00]               Above errors were found in :Conditions[00:00]             Above errors were found in :Log Entry[00:00]                   Parameter #2 -> [00:00]                   Parameter #1 -> Found a LTEX reference, expected: QUST[00:00]                 Above errors were found in :CTDA - Condition[00:00]               Above errors were found in :Conditions[00:00]             Above errors were found in :Log Entry[00:00]                   Parameter #2 -> [00:00]                   Parameter #1 -> Found a LTEX reference, expected: QUST[00:00]                 Above errors were found in :CTDA - Condition[00:00]               Above errors were found in :Conditions[00:00]             Above errors were found in :Log Entry[00:00]                   Parameter #2 -> [00:00]                   Parameter #1 -> Found a LTEX reference, expected: QUST[00:00]                 Above errors were found in :CTDA - Condition[00:00]               Above errors were found in :Conditions[00:00]             Above errors were found in :Log Entry[00:00]                   Parameter #2 -> [00:00]                   Parameter #1 -> Found a LTEX reference, expected: QUST[00:00]                 Above errors were found in :CTDA - Condition[00:00]               Above errors were found in :Conditions[00:00]             Above errors were found in :Log Entry[00:00]                   Parameter #2 -> [00:00]                   Parameter #1 -> Found a LTEX reference, expected: QUST[00:00]                 Above errors were found in :CTDA - Condition[00:00]               Above errors were found in :Conditions[00:00]             Above errors were found in :Log Entry[00:00]                   Parameter #2 -> [00:00]                   Parameter #1 -> Found a LTEX reference, expected: QUST[00:00]                 Above errors were found in :CTDA - Condition[00:00]               Above errors were found in :Conditions[00:00]             Above errors were found in :Log Entry[00:00]                   Parameter #2 -> [00:00]                   Parameter #1 -> Found a LTEX reference, expected: QUST[00:00]                 Above errors were found in :CTDA - Condition[00:00]               Above errors were found in :Conditions[00:00]             Above errors were found in :Log Entry[00:00]                   Parameter #2 -> [00:00]                   Parameter #1 -> Found a LTEX reference, expected: QUST[00:00]                 Above errors were found in :CTDA - Condition[00:00]               Above errors were found in :Conditions[00:00]             Above errors were found in :Log Entry[00:00]                   Parameter #2 -> [00:00]                   Parameter #1 -> Found a LTEX reference, expected: QUST[00:00]                 Above errors were found in :CTDA - Condition[00:00]               Above errors were found in :Conditions[00:00]             Above errors were found in :Log Entry[00:00]                   Parameter #2 -> [00:00]                   Parameter #1 -> Found a LTEX reference, expected: QUST[00:00]                 Above errors were found in :CTDA - Condition[00:00]               Above errors were found in :Conditions[00:00]             Above errors were found in :Log Entry[00:00]                   Parameter #2 -> [00:00]                   Parameter #1 -> Found a LTEX reference, expected: QUST[00:00]                 Above errors were found in :CTDA - Condition[00:00]               Above errors were found in :Conditions[00:00]             Above errors were found in :Log Entry[00:00]                   Parameter #2 -> [00:00]                   Parameter #1 -> Found a LTEX reference, expected: QUST[00:00]                 Above errors were found in :CTDA - Condition[00:00]               Above errors were found in :Conditions[00:00]             Above errors were found in :Log Entry[00:00]                   Parameter #2 -> [00:00]                   Parameter #1 -> Found a LTEX reference, expected: QUST[00:00]                 Above errors were found in :CTDA - Condition[00:00]               Above errors were found in :Conditions[00:00]             Above errors were found in :Log Entry[00:00]                   Parameter #2 -> [00:00]                   Parameter #1 -> Found a LTEX reference, expected: QUST[00:00]                 Above errors were found in :CTDA - Condition[00:00]               Above errors were found in :Conditions[00:00]             Above errors were found in :Log Entry[00:00]                   Parameter #2 -> [00:00]                   Parameter #1 -> Found a LTEX reference, expected: QUST[00:00]                 Above errors were found in :CTDA - Condition[00:00]               Above errors were found in :Conditions[00:00]             Above errors were found in :Log Entry[00:00]                   Parameter #2 -> [00:00]                   Parameter #1 -> Found a LTEX reference, expected: QUST[00:00]                 Above errors were found in :CTDA - Condition[00:00]               Above errors were found in :Conditions[00:00]             Above errors were found in :Log Entry[00:00]                   Parameter #2 -> [00:00]                   Parameter #1 -> Found a LTEX reference, expected: QUST[00:00]                 Above errors were found in :CTDA - Condition[00:00]               Above errors were found in :Conditions[00:00]             Above errors were found in :Log Entry[00:00]                   Parameter #2 -> [00:00]                   Parameter #1 -> Found a LTEX reference, expected: QUST[00:00]                 Above errors were found in :CTDA - Condition[00:00]               Above errors were found in :Conditions[00:00]             Above errors were found in :Log Entry[00:00]                   Parameter #2 -> [00:00]                   Parameter #1 -> Found a LTEX reference, expected: QUST[00:00]                 Above errors were found in :CTDA - Condition[00:00]               Above errors were found in :Conditions[00:00]             Above errors were found in :Log Entry[00:00]                   Parameter #2 -> [00:00]                   Parameter #1 -> Found a LTEX reference, expected: QUST[00:00]                 Above errors were found in :CTDA - Condition[00:00]               Above errors were found in :Conditions[00:00]             Above errors were found in :Log Entry[00:00]                   Parameter #2 -> [00:00]                   Parameter #1 -> Found a LTEX reference, expected: QUST[00:00]                 Above errors were found in :CTDA - Condition[00:00]               Above errors were found in :Conditions[00:00]             Above errors were found in :Log Entry[00:00]                   Parameter #2 -> [00:00]                   Parameter #1 -> Found a LTEX reference, expected: QUST[00:00]                 Above errors were found in :CTDA - Condition[00:00]               Above errors were found in :Conditions[00:00]             Above errors were found in :Log Entry[00:00]                   Parameter #2 -> [00:00]                   Parameter #1 -> Found a LTEX reference, expected: QUST[00:00]                 Above errors were found in :CTDA - Condition[00:00]               Above errors were found in :Conditions[00:00]             Above errors were found in :Log Entry[00:00]                   Parameter #2 -> [00:00]                   Parameter #1 -> Found a LTEX reference, expected: QUST[00:00]                 Above errors were found in :CTDA - Condition[00:00]               Above errors were found in :Conditions[00:00]             Above errors were found in :Log Entry[00:00]                   Parameter #2 -> [00:00]                   Parameter #1 -> Found a LTEX reference, expected: QUST[00:00]                 Above errors were found in :CTDA - Condition[00:00]               Above errors were found in :Conditions[00:00]             Above errors were found in :Log Entry[00:00]                   Parameter #2 -> [00:00]                   Parameter #1 -> Found a LTEX reference, expected: QUST[00:00]                 Above errors were found in :CTDA - Condition[00:00]               Above errors were found in :Conditions[00:00]             Above errors were found in :Log Entry[00:00]                   Parameter #2 -> [00:00]                   Parameter #1 -> Found a LTEX reference, expected: QUST[00:00]                 Above errors were found in :CTDA - Condition[00:00]               Above errors were found in :Conditions[00:00]             Above errors were found in :Log Entry[00:00]                   Parameter #2 -> [00:00]                   Parameter #1 -> Found a LTEX reference, expected: QUST[00:00]                 Above errors were found in :CTDA - Condition[00:00]               Above errors were found in :Conditions[00:00]             Above errors were found in :Log Entry[00:00]                   Parameter #2 -> [00:00]                   Parameter #1 -> Found a LTEX reference, expected: QUST[00:00]                 Above errors were found in :CTDA - Condition[00:00]               Above errors were found in :Conditions[00:00]             Above errors were found in :Log Entry[00:00]                   Parameter #2 -> [00:00]                   Parameter #1 -> Found a LTEX reference, expected: QUST[00:00]                 Above errors were found in :CTDA - Condition[00:00]               Above errors were found in :Conditions[00:00]             Above errors were found in :Log Entry[00:00]                   Parameter #2 -> [00:00]                   Parameter #1 -> Found a LTEX reference, expected: QUST[00:00]                 Above errors were found in :CTDA - Condition[00:00]               Above errors were found in :Conditions[00:00]             Above errors were found in :Log Entry[00:00]                   Parameter #2 -> [00:00]                   Parameter #1 -> Found a LTEX reference, expected: QUST[00:00]                 Above errors were found in :CTDA - Condition[00:00]               Above errors were found in :Conditions[00:00]             Above errors were found in :Log Entry[00:00]                   Parameter #2 -> [00:00]                   Parameter #1 -> Found a LTEX reference, expected: QUST[00:00]                 Above errors were found in :CTDA - Condition[00:00]               Above errors were found in :Conditions[00:00]             Above errors were found in :Log Entry[00:00]                   Parameter #2 -> [00:00]                   Parameter #1 -> Found a LTEX reference, expected: QUST[00:00]                 Above errors were found in :CTDA - Condition[00:00]                   Parameter #2 -> [00:00]                   Parameter #1 -> Found a LTEX reference, expected: QUST[00:00]                 Above errors were found in :CTDA - Condition[00:00]               Above errors were found in :Conditions[00:00]             Above errors were found in :Log Entry[00:00]                   Parameter #2 -> [00:00]                   Parameter #1 -> Found a LTEX reference, expected: QUST[00:00]                 Above errors were found in :CTDA - Condition[00:00]               Above errors were found in :Conditions[00:00]             Above errors were found in :Log Entry[00:00]                   Parameter #2 -> [00:00]                   Parameter #1 -> Found a LTEX reference, expected: QUST[00:00]                 Above errors were found in :CTDA - Condition[00:00]               Above errors were found in :Conditions[00:00]             Above errors were found in :Log Entry[00:00]                   Parameter #2 -> [00:00]                   Parameter #1 -> Found a LTEX reference, expected: QUST[00:00]                 Above errors were found in :CTDA - Condition[00:00]               Above errors were found in :Conditions[00:00]             Above errors were found in :Log Entry[00:00]                   Parameter #2 -> [00:00]                   Parameter #1 -> Found a LTEX reference, expected: QUST[00:00]                 Above errors were found in :CTDA - Condition[00:00]               Above errors were found in :Conditions[00:00]             Above errors were found in :Log Entry[00:00]                   Parameter #2 -> [00:00]                   Parameter #1 -> Found a LTEX reference, expected: QUST[00:00]                 Above errors were found in :CTDA - Condition[00:00]               Above errors were found in :Conditions[00:00]             Above errors were found in :Log Entry[00:00]                   Parameter #2 -> [00:00]                   Parameter #1 -> Found a LTEX reference, expected: QUST[00:00]                 Above errors were found in :CTDA - Condition[00:00]               Above errors were found in :Conditions[00:00]             Above errors were found in :Log Entry[00:00]                   Parameter #2 -> [00:00]                   Parameter #1 -> Found a LTEX reference, expected: QUST[00:00]                 Above errors were found in :CTDA - Condition[00:00]               Above errors were found in :Conditions[00:00]             Above errors were found in :Log Entry[00:00]                   Parameter #2 -> [00:00]                   Parameter #1 -> Found a LTEX reference, expected: QUST[00:00]                 Above errors were found in :CTDA - Condition[00:00]               Above errors were found in :Conditions[00:00]             Above errors were found in :Log Entry[00:00]                   Parameter #2 -> [00:00]                   Parameter #1 -> Found a LTEX reference, expected: QUST[00:00]                 Above errors were found in :CTDA - Condition[00:00]               Above errors were found in :Conditions[00:00]             Above errors were found in :Log Entry[00:00]                   Parameter #2 -> [00:00]                   Parameter #1 -> Found a LTEX reference, expected: QUST[00:00]                 Above errors were found in :CTDA - Condition[00:00]               Above errors were found in :Conditions[00:00]             Above errors were found in :Log Entry[00:00]                   Parameter #2 -> [00:00]                   Parameter #1 -> Found a LTEX reference, expected: QUST[00:00]                 Above errors were found in :CTDA - Condition[00:00]               Above errors were found in :Conditions[00:00]             Above errors were found in :Log Entry[00:00]                   Parameter #2 -> [00:00]                   Parameter #1 -> Found a LTEX reference, expected: QUST[00:00]                 Above errors were found in :CTDA - Condition[00:00]               Above errors were found in :Conditions[00:00]             Above errors were found in :Log Entry[00:00]                   Parameter #2 -> [00:00]                   Parameter #1 -> Found a LTEX reference, expected: QUST[00:00]                 Above errors were found in :CTDA - Condition[00:00]               Above errors were found in :Conditions[00:00]             Above errors were found in :Log Entry[00:00]                   Parameter #2 -> [00:00]                   Parameter #1 -> Found a LTEX reference, expected: QUST[00:00]                 Above errors were found in :CTDA - Condition[00:00]               Above errors were found in :Conditions[00:00]             Above errors were found in :Log Entry[00:00]                   Parameter #2 -> [00:00]                   Parameter #1 -> Found a LTEX reference, expected: QUST[00:00]                 Above errors were found in :CTDA - Condition[00:00]               Above errors were found in :Conditions[00:00]             Above errors were found in :Log Entry[00:00]                   Parameter #2 -> [00:00]                   Parameter #1 -> Found a LTEX reference, expected: QUST[00:00]                 Above errors were found in :CTDA - Condition[00:00]               Above errors were found in :Conditions[00:00]             Above errors were found in :Log Entry[00:00]                   Parameter #2 -> [00:00]                   Parameter #1 -> Found a LTEX reference, expected: QUST[00:00]                 Above errors were found in :CTDA - Condition[00:00]               Above errors were found in :Conditions[00:00]             Above errors were found in :Log Entry[00:00]                   Parameter #2 -> [00:00]                   Parameter #1 -> Found a LTEX reference, expected: QUST[00:00]                 Above errors were found in :CTDA - Condition[00:00]               Above errors were found in :Conditions[00:00]             Above errors were found in :Log Entry[00:00]                   Parameter #2 -> [00:00]                   Parameter #1 -> Found a LTEX reference, expected: QUST[00:00]                 Above errors were found in :CTDA - Condition[00:00]               Above errors were found in :Conditions[00:00]             Above errors were found in :Log Entry[00:00]                   Parameter #2 -> [00:00]                   Parameter #1 -> Found a LTEX reference, expected: QUST[00:00]                 Above errors were found in :CTDA - Condition[00:00]               Above errors were found in :Conditions[00:00]             Above errors were found in :Log Entry[00:00]                   Parameter #2 -> [00:00]                   Parameter #1 -> Found a LTEX reference, expected: QUST[00:00]                 Above errors were found in :CTDA - Condition[00:00]               Above errors were found in :Conditions[00:00]             Above errors were found in :Log Entry[00:00]                   Parameter #2 -> [00:00]                   Parameter #1 -> Found a LTEX reference, expected: QUST[00:00]                 Above errors were found in :CTDA - Condition[00:00]               Above errors were found in :Conditions[00:00]             Above errors were found in :Log Entry[00:00]                   Parameter #2 -> [00:00]                   Parameter #1 -> Found a LTEX reference, expected: QUST[00:00]                 Above errors were found in :CTDA - Condition[00:00]               Above errors were found in :Conditions[00:00]             Above errors were found in :Log Entry[00:00]           Above errors were found in :Log Entries[00:00]         Above errors were found in :Stage[00:00]       Above errors were found in :Stages[00:00]     Above errors were found in :DXtoVK [QUST:44000CE7][00:00]                   Parameter #2 -> [00:00]                   Parameter #1 -> Found a STAT reference, expected: QUST[00:00]                 Above errors were found in :CTDA - Condition[00:00]               Above errors were found in :Conditions[00:00]             Above errors were found in :Log Entry[00:00]                   Parameter #2 -> [00:00]                   Parameter #1 -> Found a STAT reference, expected: QUST[00:00]                 Above errors were found in :CTDA - Condition[00:00]               Above errors were found in :Conditions[00:00]             Above errors were found in :Log Entry[00:00]           Above errors were found in :Log Entries[00:00]         Above errors were found in :Stage[00:00]       Above errors were found in :Stages[00:00]     Above errors were found in :NNWAE2Quest "The Last Secret - Part 1" [QUST:12000ED4][00:00]                   Parameter #2 -> [00:00]                   Parameter #1 -> [01008C2F] [00:00]                 Above errors were found in :CTDA - Condition[00:00]               Above errors were found in :Conditions[00:00]             Above errors were found in :Log Entry[00:00]                   Parameter #2 -> [00:00]                   Parameter #1 -> [01008C2F] [00:00]                 Above errors were found in :CTDA - Condition[00:00]               Above errors were found in :Conditions[00:00]             Above errors were found in :Log Entry[00:00]           Above errors were found in :Log Entries[00:00]         Above errors were found in :Stage[00:00]       Above errors were found in :Stages[00:00]     Above errors were found in :EDI08 "A Date with Destiny" [QUST:0A008C2F][00:00]                   Parameter #2 -> [00:00]                   Parameter #1 -> [01008C2E] [00:00]                 Above errors were found in :CTDA - Condition[00:00]               Above errors were found in :Conditions[00:00]             Above errors were found in :Log Entry[00:00]                   Parameter #2 -> [00:00]                   Parameter #1 -> [01008C2E] [00:00]                 Above errors were found in :CTDA - Condition[00:00]               Above errors were found in :Conditions[00:00]             Above errors were found in :Log Entry[00:00]           Above errors were found in :Log Entries[00:00]         Above errors were found in :Stage[00:00]                   Parameter #2 -> [00:00]                   Parameter #1 -> [01008C2E] [00:00]                 Above errors were found in :CTDA - Condition[00:00]                   Parameter #2 -> [00:00]                   Parameter #1 -> [01008C2E] [00:00]                 Above errors were found in :CTDA - Condition[00:00]                   Parameter #2 -> [00:00]                   Parameter #1 -> [01008C2E] [00:00]                 Above errors were found in :CTDA - Condition[00:00]               Above errors were found in :Conditions[00:00]             Above errors were found in :Log Entry[00:00]                   Parameter #2 -> [00:00]                   Parameter #1 -> [01008C2E] [00:00]                 Above errors were found in :CTDA - Condition[00:00]                   Parameter #2 -> [00:00]                   Parameter #1 -> [01008C2E] [00:00]                 Above errors were found in :CTDA - Condition[00:00]               Above errors were found in :Conditions[00:00]             Above errors were found in :Log Entry[00:00]                   Parameter #2 -> [00:00]                   Parameter #1 -> [01008C2E] [00:00]                 Above errors were found in :CTDA - Condition[00:00]                   Parameter #2 -> [00:00]                   Parameter #1 -> [01008C2E] [00:00]                 Above errors were found in :CTDA - Condition[00:00]                   Parameter #2 -> [00:00]                   Parameter #1 -> [01008C2E] [00:00]                 Above errors were found in :CTDA - Condition[00:00]                   Parameter #2 -> [00:00]                   Parameter #1 -> [01008C2E] [00:00]                 Above errors were found in :CTDA - Condition[00:00]               Above errors were found in :Conditions[00:00]             Above errors were found in :Log Entry[00:00]                   Parameter #2 -> [00:00]                   Parameter #1 -> [01008C2E] [00:00]                 Above errors were found in :CTDA - Condition[00:00]                   Parameter #2 -> [00:00]                   Parameter #1 -> [01008C2E] [00:00]                 Above errors were found in :CTDA - Condition[00:00]                   Parameter #2 -> [00:00]                   Parameter #1 -> [01008C2E] [00:00]                 Above errors were found in :CTDA - Condition[00:00]                   Parameter #2 -> [00:00]                   Parameter #1 -> [01008C2E] [00:00]                 Above errors were found in :CTDA - Condition[00:00]               Above errors were found in :Conditions[00:00]             Above errors were found in :Log Entry[00:00]           Above errors were found in :Log Entries[00:00]         Above errors were found in :Stage[00:00]                   Parameter #2 -> [00:00]                   Parameter #1 -> [01008C2E] [00:00]                 Above errors were found in :CTDA - Condition[00:00]               Above errors were found in :Conditions[00:00]             Above errors were found in :Log Entry[00:00]                   Parameter #2 -> [00:00]                   Parameter #1 -> [01008C2E] [00:00]                 Above errors were found in :CTDA - Condition[00:00]               Above errors were found in :Conditions[00:00]             Above errors were found in :Log Entry[00:00]           Above errors were found in :Log Entries[00:00]         Above errors were found in :Stage[00:00]       Above errors were found in :Stages[00:00]     Above errors were found in :EDI07 "Do you need cash in Hell?" [QUST:0A008C2E][00:00]                   Parameter #2 -> [00:00]                   Parameter #1 -> [0100134F] [00:00]                 Above errors were found in :CTDA - Condition[00:00]                   Parameter #2 -> [00:00]                   Parameter #1 -> [0100134F] [00:00]                 Above errors were found in :CTDA - Condition[00:00]               Above errors were found in :Conditions[00:00]             Above errors were found in :Log Entry[00:00]                   Parameter #2 -> [00:00]                   Parameter #1 -> [0100134F] [00:00]                 Above errors were found in :CTDA - Condition[00:00]               Above errors were found in :Conditions[00:00]             Above errors were found in :Log Entry[00:00]                   Parameter #2 -> [00:00]                   Parameter #1 -> [0100134F] [00:00]                 Above errors were found in :CTDA - Condition[00:00]               Above errors were found in :Conditions[00:00]             Above errors were found in :Log Entry[00:00]           Above errors were found in :Log Entries[00:00]         Above errors were found in :Stage[00:00]       Above errors were found in :Stages[00:00]     Above errors were found in :EDI01 "Defenders of Tamriel" [QUST:0A007D17][00:00]                   Parameter #2 -> [00:00]                   Parameter #1 -> [01034950] [00:00]                 Above errors were found in :CTDA - Condition[00:00]               Above errors were found in :Conditions[00:00]             Above errors were found in :Log Entry[00:00]                   Parameter #2 -> [00:00]                   Parameter #1 -> [01034950] [00:00]                 Above errors were found in :CTDA - Condition[00:00]               Above errors were found in :Conditions[00:00]             Above errors were found in :Log Entry[00:00]                   Parameter #2 -> [00:00]                   Parameter #1 -> [01034950] [00:00]                 Above errors were found in :CTDA - Condition[00:00]               Above errors were found in :Conditions[00:00]             Above errors were found in :Log Entry[00:00]                   Parameter #2 -> [00:00]                   Parameter #1 -> [01034950] [00:00]                 Above errors were found in :CTDA - Condition[00:00]               Above errors were found in :Conditions[00:00]             Above errors were found in :Log Entry[00:00]                   Parameter #2 -> [00:00]                   Parameter #1 -> [01034950] [00:00]                 Above errors were found in :CTDA - Condition[00:00]               Above errors were found in :Conditions[00:00]             Above errors were found in :Log Entry[00:00]                   Parameter #2 -> [00:00]                   Parameter #1 -> [01034950] [00:00]                 Above errors were found in :CTDA - Condition[00:00]               Above errors were found in :Conditions[00:00]             Above errors were found in :Log Entry[00:00]                   Parameter #2 -> [00:00]                   Parameter #1 -> [01034950] [00:00]                 Above errors were found in :CTDA - Condition[00:00]               Above errors were found in :Conditions[00:00]             Above errors were found in :Log Entry[00:00]                   Parameter #2 -> [00:00]                   Parameter #1 -> [01034950] [00:00]                 Above errors were found in :CTDA - Condition[00:00]               Above errors were found in :Conditions[00:00]             Above errors were found in :Log Entry[00:00]                   Parameter #2 -> [00:00]                   Parameter #1 -> [01034950] [00:00]                 Above errors were found in :CTDA - Condition[00:00]               Above errors were found in :Conditions[00:00]             Above errors were found in :Log Entry[00:00]                   Parameter #2 -> [00:00]                   Parameter #1 -> [01034950] [00:00]                 Above errors were found in :CTDA - Condition[00:00]               Above errors were found in :Conditions[00:00]             Above errors were found in :Log Entry[00:00]                   Parameter #2 -> [00:00]                   Parameter #1 -> [01034950] [00:00]                 Above errors were found in :CTDA - Condition[00:00]               Above errors were found in :Conditions[00:00]             Above errors were found in :Log Entry[00:00]                   Parameter #2 -> [00:00]                   Parameter #1 -> [01034950] [00:00]                 Above errors were found in :CTDA - Condition[00:00]               Above errors were found in :Conditions[00:00]             Above errors were found in :Log Entry[00:00]                   Parameter #2 -> [00:00]                   Parameter #1 -> [01034950] [00:00]                 Above errors were found in :CTDA - Condition[00:00]               Above errors were found in :Conditions[00:00]             Above errors were found in :Log Entry[00:00]                   Parameter #2 -> [00:00]                   Parameter #1 -> [01034950] [00:00]                 Above errors were found in :CTDA - Condition[00:00]               Above errors were found in :Conditions[00:00]             Above errors were found in :Log Entry[00:00]                   Parameter #2 -> [00:00]                   Parameter #1 -> [01034950] [00:00]                 Above errors were found in :CTDA - Condition[00:00]               Above errors were found in :Conditions[00:00]             Above errors were found in :Log Entry[00:00]                   Parameter #2 -> [00:00]                   Parameter #1 -> [01034950] [00:00]                 Above errors were found in :CTDA - Condition[00:00]               Above errors were found in :Conditions[00:00]             Above errors were found in :Log Entry[00:00]                   Parameter #2 -> [00:00]                   Parameter #1 -> [01034950] [00:00]                 Above errors were found in :CTDA - Condition[00:00]               Above errors were found in :Conditions[00:00]             Above errors were found in :Log Entry[00:00]                   Parameter #2 -> [00:00]                   Parameter #1 -> [01034950] [00:00]                 Above errors were found in :CTDA - Condition[00:00]               Above errors were found in :Conditions[00:00]             Above errors were found in :Log Entry[00:00]                   Parameter #2 -> [00:00]                   Parameter #1 -> [01034950] [00:00]                 Above errors were found in :CTDA - Condition[00:00]               Above errors were found in :Conditions[00:00]             Above errors were found in :Log Entry[00:00]           Above errors were found in :Log Entries[00:00]         Above errors were found in :Stage[00:00]       Above errors were found in :Stages[00:00]     Above errors were found in :OOODispositionToPlayer [QUST:08034950][00:00]   Above errors were found in :GRUP Top "QUST"[00:00] [00:00] [00:00] [00:00] [00:00] [00:00] [00:00] [00:00] [00:00] [00:00] [00:00] [00:00] [00:00] [00:00] [00:00] [00:00] [00:00] [00:00] [00:00] [00:00] [00:00] [00:00] [00:00] [00:00] [00:00] [00:00] [00:00] [00:00] [00:00] [00:00] [00:00] [00:00] [00:00] [00:00] [00:00] [00:00] [00:00] [00:00] [00:00] [00:00] [00:00] [00:00] [00:00] [00:00] [00:00]             Comparison Value -> [03006FFE] [00:00]           Above errors were found in :CTDA - Condition[00:00]         Above errors were found in :Conditions[00:00] [00:00] [00:00]       Above errors were found in :[INFO:7C00AAD9][00:00]             Comparison Value -> [03006FFE] [00:00]           Above errors were found in :CTDA - Condition[00:00]         Above errors were found in :Conditions[00:00] [00:00] [00:00]       Above errors were found in :[INFO:7C0126DB][00:00]     Above errors were found in :GRUP Topic Children of BarterSellItem "BarterSellItem" [DIAL:00000115][00:00] [00:00] [00:00] [00:00] [00:00] [00:00] [00:00] [00:00] [00:00] [00:00] [00:00] [00:00] [00:00] [00:00] [00:00] [00:00] [00:00] [00:00] [00:00] [00:00] [00:00] [00:00] [00:00] [00:00] [00:00] [00:00] [00:00] [00:00] [00:00] [00:00] [00:00] [00:00] [00:00] [00:00] [00:00] [00:00] [00:00] [00:00] [00:00] [00:00] [00:00] [00:00] [00:00] [00:00] [00:00] [00:00] [00:00] [00:00] [00:00] [00:00] [00:00] [00:00] [00:00] [00:00] [00:00] [00:00] [00:00] [00:00] [00:00] [00:00] [00:00] [00:00] [00:00] [00:00] [00:00] [00:00] [00:00] [00:00] [00:00] [00:00] [00:00] [00:00] [00:00] [00:00] [00:00] [00:00] [00:00] [00:00] [00:00] [00:00] [00:00] [00:00] [00:00] [00:00] [00:00] [00:00] [00:00] [00:00] [00:00] [00:00] [00:00] [00:00] [00:00] [00:00] [00:00] [00:00] [00:00] [00:00] [00:00] [00:00] [00:00] [00:00] [00:00] [00:00] [00:00] [00:00] [00:00] [00:00] [00:00] [00:00] [00:00] [00:00] [00:00] [00:00] [00:00] [00:00] [00:00] [00:00] [00:00] [00:00] [00:00] [00:00] [00:00] [00:00] [00:00] [00:00] [00:00] [00:00] [00:00] [00:00] [00:00] [00:00] [00:00] [00:00] [00:00] [00:00] [00:00] [00:00] [00:00] [00:00] [00:00] [00:00] [00:00] [00:00] [00:00] [00:00] [00:00] [00:00] [00:00] [00:00] [00:00] [00:00] [00:00] [00:00] [00:00] [00:00] [00:00] [00:00] [00:00] [00:00] [00:00] [00:00] [00:00] [00:00] [00:00] [00:00] [00:00] [00:00] [00:00] [00:00] [00:00] [00:00] [00:00] [00:00] [00:00] [00:00] [00:00] [00:00] [00:00] [00:00] [00:00] [00:00] [00:00] [00:00] [00:00] [00:00] [00:00] [00:00] [00:00] [00:00] [00:00] [00:00] [00:00] [00:00] [00:00] [00:00] [00:00] [00:00] [00:00] [00:00] [00:00] [00:00] [00:00] [00:00] [00:00] [00:00] [00:00] [00:00] [00:00] [00:00] [00:00] [00:00] [00:00] [00:00] [00:00] [00:00] [00:00] [00:00] [00:00] [00:00] [00:00] [00:00] [00:00] [00:00] [00:00] [00:00] [00:00] [00:00] [00:00] [00:00] [00:00] [00:00] [00:00] [00:00] [00:00] [00:00] [00:00] [00:00] [00:00] [00:00] [00:00] [00:00] [00:00] [00:00] [00:00] [00:00] [00:00] [00:00] [00:00] [00:00] [00:00] [00:00] [00:00] [00:00] [00:00]   Above errors were found in :GRUP Top "DIAL"[00:07]               Region -> [00078856] [00:07]             Above errors were found in :XCLR - Regions[00:07]           Above errors were found in :[CELL:00012F5C] (in SENSPalace "Palace Grounds" [WRLD:000122E5] at 10,4)[00:07]         Above errors were found in :GRUP Exterior Cell Sub-Block 0, 1[00:07]       Above errors were found in :GRUP Exterior Cell Block 0, 0[00:07]     Above errors were found in :GRUP World Children of SENSPalace "Palace Grounds" [WRLD:000122E5][00:21]   Above errors were found in :GRUP Top "WRLD"[00:21]           Reference -> [BE00AE79] [00:21]         Above errors were found in :LVLO - Leveled List Entry[00:21]       Above errors were found in :Leveled List Entries[00:21]     Above errors were found in :cobEatVeggies [LVLI:06002E3F][00:21]     cobEatMeatRaw [LVLI:06002E3A] -> Missing required members: Flags[00:21]           Reference -> [BE001D10] [00:21]         Above errors were found in :LVLO - Leveled List Entry[00:21]           Reference -> [BE001D0F] [00:21]         Above errors were found in :LVLO - Leveled List Entry[00:21]           Reference -> [BE001D0E] [00:21]         Above errors were found in :LVLO - Leveled List Entry[00:21]       Above errors were found in :Leveled List Entries[00:22]     SELL0Food100 [LVLI:00082735] -> Missing required members: Flags[00:22]     AyleidStaveKing [LVLI:08026736] -> Missing required members: Flags[00:22]     AyleidStave [LVLI:0800D3E1] -> Missing required members: Flags[00:22]     LL0CrWeapLichAyleid [LVLI:08004E41] -> Missing required members: Flags[00:23]     LL0NPCWeaponShortsword100at35FCOM [LVLI:0C0009C9] -> Missing required members: Flags[00:23]     LL0NPCWeaponShortsword100at29FCOM [LVLI:0C0009C8] -> Missing required members: Flags[00:23]     LL0NPCWeaponShortsword100at24FCOM [LVLI:0C0009C7] -> Missing required members: Flags[00:23]     LL0NPCWeaponShortsword100at18FCOM [LVLI:0C0009C6] -> Missing required members: Flags[00:23]     LL0NPCWeaponShortsword100at16FCOM [LVLI:0C0009C5] -> Missing required members: Flags[00:23]     LL0NPCWeaponShortsword100at12FCOM [LVLI:0C0009C4] -> Missing required members: Flags[00:23]     LL0NPCWeaponShortsword100at10FCOM [LVLI:0C0009C3] -> Missing required members: Flags[00:23]     FCOMAMMWeapSkeleton100 [LVLI:0C000800] -> Missing required members: Flags[00:23]     AdventurerWarriorHelm [LVLI:0001F1B0] -> Missing required members: Flags[00:23]     AdventurerWarriorShield [LVLI:0001F1AE] -> Missing required members: Flags[00:23]     SkeletonDeadLoot [LVLI:0001E58E] -> Missing required members: Flags[00:23]           Reference -> [0400FC46] [00:23]         Above errors were found in :LVLO - Leveled List Entry[00:23]       Above errors were found in :Leveled List Entries[00:23]     Above errors were found in :cobViIngrWyvernScales [LVLI:0600FE9C][00:23]           Reference -> [0400FC45] [00:23]         Above errors were found in :LVLO - Leveled List Entry[00:23]       Above errors were found in :Leveled List Entries[00:23]     Above errors were found in :cobViIngrWyvernHeart [LVLI:0600FE9B][00:23]     cobViLootBossBonusItems100 [LVLI:0600145B] -> Missing required members: Leveled List Entries[00:23]     cobViLootSurvivalItems25 [LVLI:0600103E] -> Missing required members: Leveled List Entries[00:24]   Above errors were found in :GRUP Top "LVLI"[00:24]     LL0Dremora2KynvalMage100 [LVLC:00088B4A] -> Missing required members: Flags[00:24]     LL0Dremora0ChurlMage100 [LVLC:00088B48] -> Missing required members: Flags[00:24]     LL0Dremora1CaitiffMage100 [LVLC:00088B49] -> Missing required members: Flags[00:24]     LL0Dremora3KynreeveMage100 [LVLC:00088B4B] -> Missing required members: Flags[00:24]     LL0Dremora4KynmarcherMage100 [LVLC:00088B4C] -> Missing required members: Flags[00:24]     LL0Dremora5MarkynazMage100 [LVLC:00088B4D] -> Missing required members: Flags[00:24]     LL0Dremora6ValkynazMage100 [LVLC:00088B4E] -> Missing required members: Flags[00:24]     LL1DaedricBeastLvl100 [LVLC:0003ECF5] -> Missing required members: Flags[00:24]     LL1DaedricBeast100 [LVLC:0003ECF1] -> Missing required members: Flags[00:24]     LL1UndeadZombieLvl100 [LVLC:0003E2D0] -> Missing required members: Flags[00:24]     LL1UndeadEtherealLvl100 [LVLC:000340A5] -> Missing required members: Flags[00:24]     LL1UndeadLvl100 [LVLC:00017C61] -> Missing required members: Flags[00:24]     AMMNPCSpecialMarauderStr [LVLC:090011E5] -> Missing required members: Flags[00:24]     AMMNPCSpecialBanditStr [LVLC:090011E4] -> Missing required members: Flags[00:24]     MQ12MiscarSkeletonEndBossAttack [LVLC:000C58B2] -> Missing required members: Flags[00:24]     MQ12MiscarSkeletonBoss [LVLC:000C58B1] -> Missing required members: Flags[00:24]     MQ12MiscarSkeletonBossAttack [LVLC:000C58B0] -> Missing required members: Flags[00:24]     MS27AyleidBonesLvl100 [LVLC:000A9340] -> Missing required members: Flags[00:24]     MG14LeveledUndead [LVLC:00035A35] -> Missing required members: Flags[00:24]     LL1UndeadBossLvl100 [LVLC:000340CE] -> Missing required members: Flags[00:24]     LL1GoblinBossLvl100 [LVLC:000340BA] -> Missing required members: Flags[00:24]     LL1MythicEnemyBossLvl100 [LVLC:000340B5] -> Missing required members: Flags[00:24]     LL1UndeadBonesBossLvl100 [LVLC:000340A0] -> Missing required members: Flags[00:24]     LL1DaedraBossLvl100 [LVLC:0003409B] -> Missing required members: Flags[00:24]     LL1VampireBossLvl100 [LVLC:00032C00] -> Missing required members: Flags[00:24]     MG10UndeadBossLvl100 [LVLC:00014BB3] -> Missing required members: Flags[00:24]     SE03LLGrummiteList01Group [LVLC:0008F116] -> Missing required members: Flags[00:24]     SE03LLGrummiteList03GnarlRoom [LVLC:00079122] -> Missing required members: Flags[00:24]     SE03LLGrummiteList02Resonator [LVLC:0007906C] -> Missing required members: Flags[00:24]     SE03LLGrummiteList01 [LVLC:00078C70] -> Missing required members: Flags[00:24]     FranLL1CreaQuest02 [LVLC:040396EC] -> Missing required members: Leveled List Entries[00:24]     FranLL1CreaQuest01 [LVLC:040396EB] -> Missing required members: Leveled List Entries[00:24]     FranLL1NPCQuest03 [LVLC:040396F3] -> Missing required members: Leveled List Entries[00:24]     FranLL1NPCQuest02 [LVLC:040396F2] -> Missing required members: Leveled List Entries[00:24]     FranLL1NPCQuest01 [LVLC:040396F1] -> Missing required members: Leveled List Entries[00:24]     FranLL1NPCQuest08 [LVLC:0403AAB1] -> Missing required members: Leveled List Entries[00:24]     FranLL1NPCQuest07 [LVLC:0403AAB0] -> Missing required members: Leveled List Entries[00:24]     FranLL1NPCQuest06 [LVLC:04039BE3] -> Missing required members: Leveled List Entries[00:24]     FranLL1NPCQuest05 [LVLC:04039BE2] -> Missing required members: Leveled List Entries[00:24]     FranLL1NPCQuest04 [LVLC:04039BE1] -> Missing required members: Leveled List Entries[00:24]     FranLLB1ArcNPCQuest08 [LVLC:190039CF] -> Missing required members: Leveled List Entries[00:24]     FranLLB1ArcNPCQuest07 [LVLC:190039CE] -> Missing required members: Leveled List Entries[00:24]     FranLLB1ArcNPCQuest06 [LVLC:190039CD] -> Missing required members: Leveled List Entries[00:24]     FranLLB1ArcNPCQuest05 [LVLC:190039CC] -> Missing required members: Leveled List Entries[00:24]     FranLLB1ArcNPCQuest04 [LVLC:190039CB] -> Missing required members: Leveled List Entries[00:24]     FranLLB1ArcNPCQuest03 [LVLC:190034E4] -> Missing required members: Leveled List Entries[00:24]     FranLLB1ArcNPCQuest02 [LVLC:190034E3] -> Missing required members: Leveled List Entries[00:24]     FranLLB1ArcNPCQuest01 [LVLC:190034E2] -> Missing required members: Leveled List Entries[00:24]     FranLLB1ArcCreaQuest02 [LVLC:190034E0] -> Missing required members: Leveled List Entries[00:24]     FranLLB1ArcCreaQuest01 [LVLC:190034DF] -> Missing required members: Leveled List Entries[00:24]     EDILL2PartisanBandit100 [LVLC:0A001CA8] -> Missing required members: Leveled List Entries[00:24]     EDILL2PartisanMarauder100 [LVLC:0A001CA7] -> Missing required members: Leveled List Entries[00:24]     EDILL3ImpLegion100 [LVLC:0A001CA2] -> Missing required members: Leveled List Entries[00:24]     EDILL1PartisanGrunt100 [LVLC:0A000E92] -> Missing required members: Leveled List Entries[00:24]     EDILL1PartisanBanditGrunt100 [LVLC:0A000E91] -> Missing required members: Leveled List Entries[00:24]     EDILL1PartisanMarauderGrunt100 [LVLC:0A000E90] -> Missing required members: Leveled List Entries[00:24]     EDILL1MagesGuild100 [LVLC:0A000E80] -> Missing required members: Leveled List Entries[00:24]     EDILL2ImpLegion100 [LVLC:0A001C9E] -> Missing required members: Leveled List Entries[00:24]     EDILL1ImpLegionOfficer100 [LVLC:0A001C9D] -> Missing required members: Leveled List Entries[00:24]     EDILL1ImpLegionGrunt100 [LVLC:0A001C9C] -> Missing required members: Leveled List Entries[00:24]     EDILL1FightersGuild100 [LVLC:0A001CAC] -> Missing required members: Leveled List Entries[00:24]     EDILL3Partisan100 [LVLC:0A001CAB] -> Missing required members: Leveled List Entries[00:24]     EDILL4TamrielDefender100 [LVLC:0A001CA9] -> Missing required members: Leveled List Entries[00:24]   Above errors were found in :GRUP Top "LVLC"[00:24]               CSDI - Sound -> Found a NULL reference, expected: SOUN[00:24]             Above errors were found in :Sound[00:24]           Above errors were found in :Sounds[00:24]         Above errors were found in :Sound Type[00:24]               CSDI - Sound -> Found a NULL reference, expected: SOUN[00:24]             Above errors were found in :Sound[00:24]           Above errors were found in :Sounds[00:24]         Above errors were found in :Sound Type[00:24]       Above errors were found in :Sound Types[00:24]     Above errors were found in :MidasShadowCreature "Shadow" [CREA:DC03EF13][00:24]               CSDI - Sound -> Found a NULL reference, expected: SOUN[00:24]             Above errors were found in :Sound[00:24]           Above errors were found in :Sounds[00:24]         Above errors were found in :Sound Type[00:24]       Above errors were found in :Sound Types[00:24]     Above errors were found in :AOHWCreatureWerewolfBlackRoam "Black Werewolf" [CREA:9202C0D1][00:24]               CSDI - Sound -> Found a NULL reference, expected: SOUN[00:24]             Above errors were found in :Sound[00:24]           Above errors were found in :Sounds[00:24]         Above errors were found in :Sound Type[00:24]       Above errors were found in :Sound Types[00:24]     Above errors were found in :AOHWCreatureWerewolfBrownRoam "Brown Werewolf" [CREA:9202C0D0][00:24]               CSDI - Sound -> Found a NULL reference, expected: SOUN[00:24]             Above errors were found in :Sound[00:24]           Above errors were found in :Sounds[00:24]         Above errors were found in :Sound Type[00:24]       Above errors were found in :Sound Types[00:24]     Above errors were found in :AOHWCreatureWerewolfGreyRoam "Grey Werewolf" [CREA:9202BBE8][00:24]               CSDI - Sound -> Found a NULL reference, expected: SOUN[00:24]             Above errors were found in :Sound[00:24]           Above errors were found in :Sounds[00:24]         Above errors were found in :Sound Type[00:24]       Above errors were found in :Sound Types[00:24]     Above errors were found in :AOHWCreatureWerewolfGoldRoam "Gold Werewolf" [CREA:9201A43A][00:24]               CSDI - Sound -> Found a NULL reference, expected: SOUN[00:24]             Above errors were found in :Sound[00:24]           Above errors were found in :Sounds[00:24]         Above errors were found in :Sound Type[00:24]       Above errors were found in :Sound Types[00:24]     Above errors were found in :AOHWCreatureWerewolfBrown "Brown Werewolf" [CREA:9201A439][00:24]               CSDI - Sound -> Found a NULL reference, expected: SOUN[00:24]             Above errors were found in :Sound[00:24]           Above errors were found in :Sounds[00:24]         Above errors were found in :Sound Type[00:24]       Above errors were found in :Sound Types[00:24]     Above errors were found in :AOHWCreatureWerewolfGrey "Grey Werewolf" [CREA:9201A437][00:24]               CSDI - Sound -> Found a NULL reference, expected: SOUN[00:24]             Above errors were found in :Sound[00:24]           Above errors were found in :Sounds[00:24]         Above errors were found in :Sound Type[00:24]               CSDI - Sound -> Found a NULL reference, expected: SOUN[00:24]             Above errors were found in :Sound[00:24]           Above errors were found in :Sounds[00:24]         Above errors were found in :Sound Type[00:24]       Above errors were found in :Sound Types[00:24]     Above errors were found in :MidasShadow "Shadow" [CREA:DC072749][00:25]           Faction -> [2A000013] [00:25]         Above errors were found in :SNAM - Faction[00:25]       Above errors were found in :Factions[00:25]     Above errors were found in :kCUNPC [CREA:2F000803][00:25]   Above errors were found in :GRUP Top "CREA"[00:26]           Item -> [41019644] [00:26]         Above errors were found in :CNTO - Item[00:26]       Above errors were found in :Items[00:26]     Above errors were found in :RoliandHanus "Roliand Hanus" [NPC_:0002FD70][00:31]   Above errors were found in :GRUP Top "NPC_"[00:32]         Male -> Found a NULL reference, expected: HAIR[00:32]       Above errors were found in :DNAM - Default Hair[00:32]     Above errors were found in :zzSira "Sira" [RACE:D8000ED3][00:32]   Above errors were found in :GRUP Top "RACE"[00:32] Above errors were found in :[FC] Bashed Patch, 0.esp[00:32] All Done!



I have checked the Bashed Patch, 0.esp \ Non-Player Character \ - group, some of the npcs, looked at the HNAM - Hair - setting and ENAM - Eyes - setting -> no books, only EYES and HAIR
User avatar
Mrs Pooh
 
Posts: 3340
Joined: Wed Oct 24, 2007 7:30 pm

Post » Sat Dec 04, 2010 8:36 pm

Thanks, I appreciate the help.

It looks like the formIDs are getting screwed up with that many loaded. Thought it might.

More work for me, alas.
User avatar
Matt Terry
 
Posts: 3453
Joined: Sun May 13, 2007 10:58 am

PreviousNext

Return to IV - Oblivion