Closed SteveTownsend closed 3 years ago
Extra animal Parts Collection with only KYWDs works OK locally, with schema update as shipped to hazado
Fix for Skyrim.esm to be a valid plugin working OK for v1.6
Collection items still are picked up if they are captured under the rules of the main mod. Not a blacklist yet for "leave".
Used your new schema and wolf's still had its pelt picked up automatically, even though its set to "leave" It was built in the new collection category tree as well.
Log attached below (Hopefully, its not too badly formatted)
That is the bug I fixed in my own testing yesterday, I believe. In v1.5, collectibility is checked properly in inventory reconciliation but not in auto looting. That's what I get for rushing this out to hit the weekend Nexus download spike.
The only thing I have left from this list is to add scope to the collection, I am testing as below. If you have time I can drop you a beta test version in 7z form before I publish v1.6, once the scope is working afai can confirm here.
{
"description": "Prevent SHSE from messing up Hunterborn looting",
"name": "Hunterborn Prevent",
"policy": {
"action": "leave",
"notify": false,
"repeat": false
},
"rootFilter": {
"condition": {
"keyword": [
"VendorItemAnimalPart",
"VendorItemAnimalHide",
"VendorItemFoodRaw"
]
},
"scope": [ "deadBody" ],
"operator": "AND"
}
}
On Tue, Jun 30, 2020 at 11:49 AM Hazado notifications@github.com wrote:
Collection items still are picked up if they are captured under the rules of the main mod. Not a blacklist yet for "leave".
Used your new schema and wolf's still had its pelt picked up automatically, even though its set to "leave" It was built in the new collection category tree as well.
Log attached below (Hopefully, its not too badly formatted) SmartHarvestSE.log ```J:\GitHub\SmartHarvestSE\main.cpp(66): [MESSAGE] {14108} (2020-06-30 08:36:52 AM) SmartHarvestSE v1.5.0.0 J:\GitHub\SmartHarvestSE\main.cpp(94): [MESSAGE] {14108} (2020-06-30 08:36:52 AM) SmartHarvestSE plugin loaded J:\GitHub\SmartHarvestSE\main.cpp(18): [MESSAGE] {28172} (2020-06-30 08:37:16 AM) Registered Papyrus functions! J:\GitHub\SmartHarvestSE\main.cpp(29): [MESSAGE] {14108} (2020-06-30 08:37:23 AM) Game load done, initializing Tasks J:\GitHub\SmartHarvestSE\tasks.cpp(1209): [MESSAGE] {14108} (2020-06-30 08:37:23 AM) Plugin not synced up - Game Data load executing J:\GitHub\SmartHarvestSE\LoadOrder.cpp(44): [MESSAGE] {14108} (2020-06-30 08:37:23 AM) Skyrim.esm has FormID mask 0x00000000 J:\GitHub\SmartHarvestSE\LoadOrder.cpp(44): [MESSAGE] {14108} (2020-06-30 08:37:23 AM) Update.esm has FormID mask 0x01000000 J:\GitHub\SmartHarvestSE\LoadOrder.cpp(44): [MESSAGE] {14108} (2020-06-30 08:37:23 AM) Dawnguard.esm has FormID mask 0x02000000 J:\GitHub\SmartHarvestSE\LoadOrder.cpp(44): [MESSAGE] {14108} (2020-06-30 08:37:23 AM) HearthFires.esm has FormID mask 0x03000000 J:\GitHub\SmartHarvestSE\LoadOrder.cpp(44): [MESSAGE] {14108} (2020-06-30 08:37:23 AM) Dragonborn.esm has FormID mask 0x04000000 J:\GitHub\SmartHarvestSE\LoadOrder.cpp(44): [MESSAGE] {14108} (2020-06-30 08:37:23 AM) Unofficial Skyrim Special Edition Patch.esp has FormID mask 0x05000000 J:\GitHub\SmartHarvestSE\LoadOrder.cpp(44): [MESSAGE] {14108} (2020-06-30 08:37:23 AM) FISS.esp has FormID mask 0x06000000 J:\GitHub\SmartHarvestSE\LoadOrder.cpp(44): [MESSAGE] {14108} (2020-06-30 08:37:23 AM) SmartHarvestSE.esp has FormID mask 0xfe000000 J:\GitHub\SmartHarvestSE\LoadOrder.cpp(44): [MESSAGE] {14108} (2020-06-30 08:37:23 AM) Campfire.esm has FormID mask 0x07000000 J:\GitHub\SmartHarvestSE\LoadOrder.cpp(44): [MESSAGE] {14108} (2020-06-30 08:37:23 AM) Gray Fox Cowl.esm has FormID mask 0x08000000 J:\GitHub\SmartHarvestSE\LoadOrder.cpp(44): [MESSAGE] {14108} (2020-06-30 08:37:23 AM) Wyrmstooth.esp has FormID mask 0x09000000 J:\GitHub\SmartHarvestSE\LoadOrder.cpp(44): [MESSAGE] {14108} (2020-06-30 08:37:23 AM) SkyUI_SE.esp has FormID mask 0x0a000000 J:\GitHub\SmartHarvestSE\LoadOrder.cpp(44): [MESSAGE] {14108} (2020-06-30 08:37:23 AM) AHZmoreHUD.esp has FormID mask 0x0b000000 J:\GitHub\SmartHarvestSE\LoadOrder.cpp(44): [MESSAGE] {14108} (2020-06-30 08:37:23 AM) UIExtensions.esp has FormID mask 0x0c000000 J:\GitHub\SmartHarvestSE\LoadOrder.cpp(44): [MESSAGE] {14108} (2020-06-30 08:37:23 AM) JaxonzMCMKicker.esp has FormID mask 0xfe001000 J:\GitHub\SmartHarvestSE\LoadOrder.cpp(44): [MESSAGE] {14108} (2020-06-30 08:37:23 AM) Weapons Armor Clothing & Clutter Fixes.esp has FormID mask 0x0d000000 J:\GitHub\SmartHarvestSE\LoadOrder.cpp(44): [MESSAGE] {14108} (2020-06-30 08:37:23 AM) Skyrim Immersive Creatures Special Edition.esp has FormID mask 0x0e000000 J:\GitHub\SmartHarvestSE\LoadOrder.cpp(44): [MESSAGE] {14108} (2020-06-30 08:37:23 AM) moonpath.esp has FormID mask 0x0f000000 J:\GitHub\SmartHarvestSE\LoadOrder.cpp(44): [MESSAGE] {14108} (2020-06-30 08:37:23 AM) JRMoonpathtoElsweyrPatch.esp has FormID mask 0x10000000 J:\GitHub\SmartHarvestSE\LoadOrder.cpp(44): [MESSAGE] {14108} (2020-06-30 08:37:23 AM) SkyTEST-RealisticAnimals&Predators.esp has FormID mask 0x11000000 J:\GitHub\SmartHarvestSE\LoadOrder.cpp(44): [MESSAGE] {14108} (2020-06-30 08:37:23 AM) WACCF_Armor and Clothing Extension.esp has FormID mask 0x12000000 J:\GitHub\SmartHarvestSE\LoadOrder.cpp(44): [MESSAGE] {14108} (2020-06-30 08:37:23 AM) Frostfall.esp has FormID mask 0x13000000 J:\GitHub\SmartHarvestSE\LoadOrder.cpp(44): [MESSAGE] {14108} (2020-06-30 08:37:23 AM) iNeed.esp has FormID mask 0x14000000 J:\GitHub\SmartHarvestSE\LoadOrder.cpp(44): [MESSAGE] {14108} (2020-06-30 08:37:23 AM) FireBurns.esp has FormID mask 0x15000000 J:\GitHub\SmartHarvestSE\LoadOrder.cpp(44): [MESSAGE] {14108} (2020-06-30 08:37:23 AM) Heads Up Display Merged.esp has FormID mask 0x16000000 J:\GitHub\SmartHarvestSE\LoadOrder.cpp(44): [MESSAGE] {14108} (2020-06-30 08:37:23 AM) Complete Crafting Overhaul_Remastered.esp has FormID mask 0x17000000 J:\GitHub\SmartHarvestSE\LoadOrder.cpp(44): [MESSAGE] {14108} (2020-06-30 08:37:23 AM) Complete Alchemy & Cooking Overhaul.esp has FormID mask 0x18000000 J:\GitHub\SmartHarvestSE\LoadOrder.cpp(44): [MESSAGE] {14108} (2020-06-30 08:37:23 AM) Hunterborn.esp has FormID mask 0x19000000 J:\GitHub\SmartHarvestSE\LoadOrder.cpp(44): [MESSAGE] {14108} (2020-06-30 08:37:23 AM) Hunterborn - iNeed Patch.esp has FormID mask 0xfe002000 J:\GitHub\SmartHarvestSE\LoadOrder.cpp(44): [MESSAGE] {14108} (2020-06-30 08:37:23 AM) Hunterborn - Leather Tanning.esp has FormID mask 0xfe003000 J:\GitHub\SmartHarvestSE\LoadOrder.cpp(44): [MESSAGE] {14108} (2020-06-30 08:37:23 AM) SkillsOfTheWild.esp has FormID mask 0x1a000000 J:\GitHub\SmartHarvestSE\LoadOrder.cpp(44): [MESSAGE] {14108} (2020-06-30 08:37:23 AM) Hunterborn_CACO-SE_Patch.esp has FormID mask 0xfe004000 J:\GitHub\SmartHarvestSE\LoadOrder.cpp(44): [MESSAGE] {14108} (2020-06-30 08:37:23 AM) Hunterborn - Campfire Patch.esp has FormID mask 0xfe005000 J:\GitHub\SmartHarvestSE\LoadOrder.cpp(44): [MESSAGE] {14108} (2020-06-30 08:37:23 AM) Hunterborn - Soups and Stews.esp has FormID mask 0x1b000000 J:\GitHub\SmartHarvestSE\LoadOrder.cpp(44): [MESSAGE] {14108} (2020-06-30 08:37:23 AM) SIC HB patch.esp has FormID mask 0xfe006000 J:\GitHub\SmartHarvestSE\LoadOrder.cpp(44): [MESSAGE] {14108} (2020-06-30 08:37:23 AM) ScrimshawExpanded.esp has FormID mask 0x1c000000 J:\GitHub\SmartHarvestSE\LoadOrder.cpp(44): [MESSAGE] {14108} (2020-06-30 08:37:23 AM) Alternate Start - Live Another Life.esp has FormID mask 0x1d000000 J:\GitHub\SmartHarvestSE\dataCase.cpp(884): [MESSAGE] {14108} (2020-06-30 08:37:23 AM) LOAD Load User blocked forms J:\GitHub\SmartHarvestSE\utils.cpp(110): [MESSAGE] {14108} (2020-06-30 08:37:23 AM) GetPluginPath result: C:\Program Files (x86)\Steam\steamapps\common\Skyrim Special Edition\Data\SKSE\Plugins\ J:\GitHub\SmartHarvestSE\dataCase.cpp(262): [MESSAGE] {14108} (2020-06-30 08:37:23 AM) override TSV:C:\Program Files (x86)\Steam\steamapps\common\Skyrim Special Edition\Data\SKSE\Plugins\SmartHarvestSE\override\BlackList.tsv inaccessible J:\GitHub\SmartHarvestSE\dataCase.cpp(267): [WARNING] {14108} (2020-06-30 08:37:23 AM) default TSV:C:\Program Files (x86)\Steam\steamapps\common\Skyrim Special Edition\Data\SKSE\Plugins\SmartHarvestSE\default\BlackList.tsv inaccessible J:\GitHub\SmartHarvestSE\dataCase.cpp(262): [MESSAGE] {14108} (2020-06-30 08:37:23 AM) override TSV:C:\Program Files (x86)\Steam\steamapps\common\Skyrim Special Edition\Data\SKSE\Plugins\SmartHarvestSE\override\default\BlackList.tsv inaccessible J:\GitHub\SmartHarvestSE\dataCase.cpp(267): [WARNING] {14108} (2020-06-30 08:37:23 AM) default TSV:C:\Program Files (x86)\Steam\steamapps\common\Skyrim Special Edition\Data\SKSE\Plugins\SmartHarvestSE\default\default\BlackList.tsv inaccessible J:\GitHub\SmartHarvestSE\dataCase.cpp(889): [MESSAGE] {14108} (2020-06-30 08:37:23 AM) LOAD Load Text Translation J:\GitHub\SmartHarvestSE\dataCase.cpp(892): [MESSAGE] {14108} (2020-06-30 08:37:23 AM) LOAD Store Activation Verbs J:\GitHub\SmartHarvestSE\dataCase.cpp(134): [MESSAGE] {14108} (2020-06-30 08:37:23 AM) Activation Verb $SHSE_ACTIVATE_VERBS_CRITTER/Catch registered as ObjectType critter J:\GitHub\SmartHarvestSE\dataCase.cpp(134): [MESSAGE] {14108} (2020-06-30 08:37:23 AM) Activation Verb $SHSE_ACTIVATE_VERBS_FLORA/Harvest registered as ObjectType flora J:\GitHub\SmartHarvestSE\dataCase.cpp(134): [MESSAGE] {14108} (2020-06-30 08:37:23 AM) Activation Verb $SHSE_ACTIVATE_VERBS_OREVEIN/Mine registered as ObjectType orevein J:\GitHub\SmartHarvestSE\dataCase.cpp(134): [MESSAGE] {14108} (2020-06-30 08:37:23 AM) Activation Verb $SHSE_ACTIVATE_VERBS_MANUAL/Dig registered as ObjectType manualloot J:\GitHub\SmartHarvestSE\dataCase.cpp(895): [MESSAGE] {14108} (2020-06-30 08:37:23 AM) LOAD Get Ammo Data J:\GitHub\SmartHarvestSE\dataCase.cpp(562): [MESSAGE] {14108} (2020-06-30 08:37:23 AM) * AmmoData(38) J:\GitHub\SmartHarvestSE\dataCase.cpp(898): [MESSAGE] {14108} (2020-06-30 08:37:23 AM) LOAD Categorize Statics J:\GitHub\SmartHarvestSE\dataCase.cpp(901): [MESSAGE] {14108} (2020-06-30 08:37:23 AM) LOAD Set Object Type By Keywords J:\GitHub\SmartHarvestSE\dataCase.cpp(905): [MESSAGE] {14108} (2020-06-30 08:37:23 AM) LOAD Categorize Consumable: ALCH J:\GitHub\SmartHarvestSE\dataCase.cpp(908): [MESSAGE] {14108} (2020-06-30 08:37:23 AM) LOAD Categorize Consumable: INGR J:\GitHub\SmartHarvestSE\dataCase.cpp(911): [MESSAGE] {14108} (2020-06-30 08:37:23 AM) LOAD Categorize by Keyword: MISC J:\GitHub\SmartHarvestSE\dataCase.h(353): [WARNING] {14108} (2020-06-30 08:37:23 AM) Lockpick/0x0000000a (clutter) already stored, check data J:\GitHub\SmartHarvestSE\dataCase.h(353): [WARNING] {14108} (2020-06-30 08:37:23 AM) Septim/0x0000000f (clutter) already stored, check data J:\GitHub\SmartHarvestSE\dataCase.h(329): [WARNING] {14108} (2020-06-30 08:37:23 AM) Bone Hawk Feathers/0x02002994 mapped to oreingot already stored with keyword ingredient, check data J:\GitHub\SmartHarvestSE\dataCase.h(329): [WARNING] {14108} (2020-06-30 08:37:23 AM) Bone Hawk Claw/0x02011cf7 mapped to ingredient already stored with keyword oreingot, check data J:\GitHub\SmartHarvestSE\dataCase.h(329): [WARNING] {14108} (2020-06-30 08:37:23 AM) Hide Lace/0x01cc0606 mapped to animalhide already stored with keyword armor, check data J:\GitHub\SmartHarvestSE\dataCase.cpp(916): [MESSAGE] {14108} (2020-06-30 08:37:23 AM) LOAD Categorize by Ingredient: FLOR J:\GitHub\SmartHarvestSE\dataCase.h(163): [WARNING] {14108} (2020-06-30 08:37:23 AM) No ingredient for Salmon/0x00108e36 J:\GitHub\SmartHarvestSE\dataCase.h(163): [WARNING] {14108} (2020-06-30 08:37:23 AM) No ingredient for Salmon/0x00108e35 J:\GitHub\SmartHarvestSE\dataCase.cpp(1260): [WARNING] {14108} (2020-06-30 08:37:23 AM) Target Chicken's Nest/0x187e0d14 contents type ingredient already stored under different form Chicken Egg/0x00023d77 J:\GitHub\SmartHarvestSE\dataCase.cpp(1260): [WARNING] {14108} (2020-06-30 08:37:23 AM) Target Clam/0x18060c34 contents type ingredient already stored under different form Raw Clam/0x000eba03 J:\GitHub\SmartHarvestSE\dataCase.cpp(1260): [WARNING] {14108} (2020-06-30 08:37:23 AM) Target Clam/0x18060c34 contents type ingredient already stored under different form Raw Clam/0x000eba03 J:\GitHub\SmartHarvestSE\dataCase.cpp(1260): [WARNING] {14108} (2020-06-30 08:37:23 AM) Target Clam/0x18060c34 contents type ingredient already stored under different form Raw Clam/0x000eba03 J:\GitHub\SmartHarvestSE\dataCase.cpp(1260): [WARNING] {14108} (2020-06-30 08:37:23 AM) Target Clam/0x18060c34 contents type ingredient already stored under different form Raw Clam/0x000eba03 J:\GitHub\SmartHarvestSE\dataCase.cpp(1260): [WARNING] {14108} (2020-06-30 08:37:23 AM) Target Clam/0x18060c34 contents type ingredient already stored under different form Raw Clam/0x000eba03 J:\GitHub\SmartHarvestSE\dataCase.cpp(1260): [WARNING] {14108} (2020-06-30 08:37:23 AM) Target Clam/0x18060c34 contents type ingredient already stored under different form Raw Clam/0x000eba03 J:\GitHub\SmartHarvestSE\dataCase.cpp(1260): [WARNING] {14108} (2020-06-30 08:37:23 AM) Target Clam/0x18060c34 contents type ingredient already stored under different form Raw Clam/0x000eba03 J:\GitHub\SmartHarvestSE\dataCase.cpp(1260): [WARNING] {14108} (2020-06-30 08:37:23 AM) Target Clam/0x18060c34 contents type ingredient already stored under different form Raw Clam/0x000eba03 J:\GitHub\SmartHarvestSE\dataCase.cpp(1260): [WARNING] {14108} (2020-06-30 08:37:23 AM) Target Clam/0x18060c34 contents type ingredient already stored under different form Raw Clam/0x000eba03 J:\GitHub\SmartHarvestSE\dataCase.cpp(1260): [WARNING] {14108} (2020-06-30 08:37:23 AM) Target Clam/0x18060c34 contents type ingredient already stored under different form Raw Clam/0x000eba03 J:\GitHub\SmartHarvestSE\dataCase.cpp(1260): [WARNING] {14108} (2020-06-30 08:37:23 AM) Target Clam/0x18060c34 contents type ingredient already stored under different form Raw Clam/0x000eba03 J:\GitHub\SmartHarvestSE\dataCase.cpp(1260): [WARNING] {14108} (2020-06-30 08:37:23 AM) Target Clam/0x18060c34 contents type ingredient already stored under different form Raw Clam/0x000eba03 J:\GitHub\SmartHarvestSE\dataCase.cpp(1260): [WARNING] {14108} (2020-06-30 08:37:23 AM) Target Clam/0x18060c34 contents type ingredient already stored under different form Raw Clam/0x000eba03 J:\GitHub\SmartHarvestSE\dataCase.cpp(1260): [WARNING] {14108} (2020-06-30 08:37:23 AM) Target Clam/0x18060c34 contents type ingredient already stored under different form Raw Clam/0x000eba03 J:\GitHub\SmartHarvestSE\dataCase.cpp(1260): [WARNING] {14108} (2020-06-30 08:37:23 AM) Target Clam/0x18060c34 contents type ingredient already stored under different form Raw Clam/0x000eba03 J:\GitHub\SmartHarvestSE\dataCase.h(163): [WARNING] {14108} (2020-06-30 08:37:23 AM) No ingredient for Sap Spout/0x000aed89 J:\GitHub\SmartHarvestSE\dataCase.cpp(1260): [WARNING] {14108} (2020-06-30 08:37:23 AM) Target Charred Skeever/0x1849cda8 contents type food already stored under different form Charred Meat/0x000e8448 J:\GitHub\SmartHarvestSE\dataCase.cpp(1260): [WARNING] {14108} (2020-06-30 08:37:23 AM) Target Charred Skeever/0x1849cda8 contents type food already stored under different form Charred Meat/0x000e8448 J:\GitHub\SmartHarvestSE\dataCase.cpp(1260): [WARNING] {14108} (2020-06-30 08:37:23 AM) Target Charred Skeever/0x1849cda8 contents type food already stored under different form Charred Meat/0x000e8448 J:\GitHub\SmartHarvestSE\dataCase.cpp(1260): [WARNING] {14108} (2020-06-30 08:37:23 AM) Target Pheasant/0x18195c83 contents type ingredient already stored under different form Raw Pheasant Breast/0x00065c9d J:\GitHub\SmartHarvestSE\dataCase.cpp(1260): [WARNING] {14108} (2020-06-30 08:37:23 AM) Target Pheasant/0x18195c83 contents type ingredient already stored under different form Raw Pheasant Breast/0x00065c9d J:\GitHub\SmartHarvestSE\dataCase.cpp(1260): [WARNING] {14108} (2020-06-30 08:37:23 AM) Target Pheasant/0x18195c83 contents type ingredient already stored under different form Raw Pheasant Breast/0x00065c9d J:\GitHub\SmartHarvestSE\dataCase.cpp(1260): [WARNING] {14108} (2020-06-30 08:37:23 AM) Target Pheasant/0x18195c83 contents type ingredient already stored under different form Raw Pheasant Breast/0x00065c9d J:\GitHub\SmartHarvestSE\dataCase.cpp(1260): [WARNING] {14108} (2020-06-30 08:37:23 AM) Target Hawk's Nest/0x1886985b contents type ingredient already stored under different form Hawk Egg/0x0300f1cc J:\GitHub\SmartHarvestSE\dataCase.cpp(1260): [WARNING] {14108} (2020-06-30 08:37:23 AM) Target Pearl Oyster/0x18060c35 contents type ingredient already stored under different form Pearl/0x00085500 J:\GitHub\SmartHarvestSE\dataCase.cpp(1260): [WARNING] {14108} (2020-06-30 08:37:23 AM) Target Pearl Oyster/0x18060c35 contents type ingredient already stored under different form Pearl/0x00085500 J:\GitHub\SmartHarvestSE\dataCase.cpp(1260): [WARNING] {14108} (2020-06-30 08:37:23 AM) Target Pearl Oyster/0x18060c35 contents type ingredient already stored under different form Pearl/0x00085500 J:\GitHub\SmartHarvestSE\dataCase.cpp(1260): [WARNING] {14108} (2020-06-30 08:37:23 AM) Target Pearl Oyster/0x18060c35 contents type ingredient already stored under different form Pearl/0x00085500 J:\GitHub\SmartHarvestSE\dataCase.cpp(1260): [WARNING] {14108} (2020-06-30 08:37:23 AM) Target Chicken's Nest/0x18869851 contents type ingredient already stored under different form Chicken Egg/0x00023d77 J:\GitHub\SmartHarvestSE\dataCase.cpp(1260): [WARNING] {14108} (2020-06-30 08:37:23 AM) Target Chicken's Nest/0x187e0d14 contents type ingredient already stored under different form Chicken Egg/0x00023d77 J:\GitHub\SmartHarvestSE\dataCase.cpp(1260): [WARNING] {14108} (2020-06-30 08:37:23 AM) Target Chicken's Nest/0x18869859 contents type ingredient already stored under different form Chicken Egg/0x00023d77 J:\GitHub\SmartHarvestSE\dataCase.cpp(1260): [WARNING] {14108} (2020-06-30 08:37:23 AM) Target Hawk's Nest/0x1886985b contents type ingredient already stored under different form Hawk Egg/0x0300f1cc J:\GitHub\SmartHarvestSE\dataCase.cpp(1260): [WARNING] {14108} (2020-06-30 08:37:23 AM) Target Hawk's Nest/0x18869852 contents type ingredient already stored under different form Hawk Egg/0x0300f1cc J:\GitHub\SmartHarvestSE\dataCase.cpp(1260): [WARNING] {14108} (2020-06-30 08:37:23 AM) Target Hawk's Nest/0x1886985a contents type ingredient already stored under different form Hawk Egg/0x0300f1cc J:\GitHub\SmartHarvestSE\dataCase.cpp(1260): [WARNING] {14108} (2020-06-30 08:37:23 AM) Target Apple Barrel/0x189a89ae contents type food already stored under different form Red Apple/0x00064b2e J:\GitHub\SmartHarvestSE\dataCase.cpp(1260): [WARNING] {14108} (2020-06-30 08:37:23 AM) Target Apple Barrel/0x189a89ae contents type food already stored under different form Red Apple/0x00064b2e J:\GitHub\SmartHarvestSE\dataCase.cpp(1260): [WARNING] {14108} (2020-06-30 08:37:23 AM) Target Apple Barrel/0x189a89ae contents type food already stored under different form Red Apple/0x00064b2e J:\GitHub\SmartHarvestSE\dataCase.cpp(1260): [WARNING] {14108} (2020-06-30 08:37:23 AM) Target Apple Barrel/0x189a89ae contents type food already stored under different form Red Apple/0x00064b2e J:\GitHub\SmartHarvestSE\dataCase.cpp(1260): [WARNING] {14108} (2020-06-30 08:37:23 AM) Target Apple Barrel/0x189a89ae contents type food already stored under different form Red Apple/0x00064b2e J:\GitHub\SmartHarvestSE\dataCase.cpp(1260): [WARNING] {14108} (2020-06-30 08:37:23 AM) Target Hanging Meat/0x189a89c0 contents type food already stored under different form Raw Beef/0x00065c99 J:\GitHub\SmartHarvestSE\dataCase.cpp(1260): [WARNING] {14108} (2020-06-30 08:37:23 AM) Target Hanging Meat/0x189a89c0 contents type food already stored under different form Raw Beef/0x00065c99 J:\GitHub\SmartHarvestSE\dataCase.cpp(1260): [WARNING] {14108} (2020-06-30 08:37:23 AM) Target Hanging Meat/0x189a89c0 contents type food already stored under different form Raw Beef/0x00065c99 J:\GitHub\SmartHarvestSE\dataCase.cpp(1260): [WARNING] {14108} (2020-06-30 08:37:23 AM) Target Hanging Meat/0x189a89c0 contents type food already stored under different form Raw Beef/0x00065c99 J:\GitHub\SmartHarvestSE\dataCase.cpp(1260): [WARNING] {14108} (2020-06-30 08:37:23 AM) Target Hanging Meat/0x189a89c0 contents type food already stored under different form Raw Beef/0x00065c99 J:\GitHub\SmartHarvestSE\dataCase.cpp(1260): [WARNING] {14108} (2020-06-30 08:37:23 AM) Target Hanging Meat/0x189a89c0 contents type food already stored under different form Raw Beef/0x00065c99 J:\GitHub\SmartHarvestSE\dataCase.cpp(1260): [WARNING] {14108} (2020-06-30 08:37:23 AM) Target Hanging Meat/0x189a89c0 contents type food already stored under different form Raw Beef/0x00065c99 J:\GitHub\SmartHarvestSE\dataCase.cpp(1260): [WARNING] {14108} (2020-06-30 08:37:23 AM) Target Hanging Meat/0x189a89c0 contents type food already stored under different form Raw Beef/0x00065c99 J:\GitHub\SmartHarvestSE\dataCase.cpp(1260): [WARNING] {14108} (2020-06-30 08:37:23 AM) Target Hanging Meat/0x189a89c0 contents type food already stored under different form Raw Beef/0x00065c99 J:\GitHub\SmartHarvestSE\dataCase.cpp(1260): [WARNING] {14108} (2020-06-30 08:37:23 AM) Target Hanging Meat/0x189a89c0 contents type food already stored under different form Raw Beef/0x00065c99 J:\GitHub\SmartHarvestSE\dataCase.cpp(1260): [WARNING] {14108} (2020-06-30 08:37:23 AM) Target Apple Barrel/0x189a89ae contents type food already stored under different form Red Apple/0x00064b2e J:\GitHub\SmartHarvestSE\dataCase.cpp(1260): [WARNING] {14108} (2020-06-30 08:37:23 AM) Target Apple Barrel/0x189a89ae contents type food already stored under different form Red Apple/0x00064b2e J:\GitHub\SmartHarvestSE\dataCase.cpp(1260): [WARNING] {14108} (2020-06-30 08:37:23 AM) Target Apple Barrel/0x189a89ae contents type food already stored under different form Red Apple/0x00064b2e J:\GitHub\SmartHarvestSE\dataCase.cpp(1260): [WARNING] {14108} (2020-06-30 08:37:23 AM) Target Apple Barrel/0x189a89ae contents type food already stored under different form Red Apple/0x00064b2e J:\GitHub\SmartHarvestSE\dataCase.cpp(1260): [WARNING] {14108} (2020-06-30 08:37:23 AM) Target Apple Barrel/0x189a89ae contents type food already stored under different form Red Apple/0x00064b2e J:\GitHub\SmartHarvestSE\dataCase.cpp(1260): [WARNING] {14108} (2020-06-30 08:37:23 AM) Target Hanging Meat/0x189a89af contents type food already stored under different form Raw Bear Meat/0x18190b54 J:\GitHub\SmartHarvestSE\dataCase.cpp(1260): [WARNING] {14108} (2020-06-30 08:37:23 AM) Target Hanging Meat/0x189a89af contents type food already stored under different form Raw Bear Meat/0x18190b54 J:\GitHub\SmartHarvestSE\dataCase.cpp(1260): [WARNING] {14108} (2020-06-30 08:37:23 AM) Target Hanging Meat/0x189a89c3 contents type food already stored under different form Raw Goat Leg/0x00065c9a J:\GitHub\SmartHarvestSE\dataCase.cpp(1260): [WARNING] {14108} (2020-06-30 08:37:23 AM) Target Hanging Meat/0x189a89c3 contents type food already stored under different form Raw Goat Leg/0x00065c9a J:\GitHub\SmartHarvestSE\dataCase.cpp(1260): [WARNING] {14108} (2020-06-30 08:37:23 AM) Target Hanging Meat/0x189a89c3 contents type food already stored under different form Raw Goat Leg/0x00065c9a J:\GitHub\SmartHarvestSE\dataCase.cpp(1260): [WARNING] {14108} (2020-06-30 08:37:23 AM) Target Hanging Meat/0x189a89c3 contents type food already stored under different form Raw Goat Leg/0x00065c9a J:\GitHub\SmartHarvestSE\dataCase.cpp(1260): [WARNING] {14108} (2020-06-30 08:37:23 AM) Target Hanging Meat/0x189a89c3 contents type food already stored under different form Raw Goat Leg/0x00065c9a J:\GitHub\SmartHarvestSE\dataCase.cpp(1260): [WARNING] {14108} (2020-06-30 08:37:23 AM) Target Hanging Meat/0x189a89c3 contents type food already stored under different form Raw Goat Leg/0x00065c9a J:\GitHub\SmartHarvestSE\dataCase.cpp(1260): [WARNING] {14108} (2020-06-30 08:37:23 AM) Target Hanging Meat/0x189a89c3 contents type food already stored under different form Raw Goat Leg/0x00065c9a J:\GitHub\SmartHarvestSE\dataCase.cpp(1260): [WARNING] {14108} (2020-06-30 08:37:23 AM) Target Hanging Meat/0x189a89c3 contents type food already stored under different form Raw Goat Leg/0x00065c9a J:\GitHub\SmartHarvestSE\dataCase.cpp(1260): [WARNING] {14108} (2020-06-30 08:37:23 AM) Target Hanging Meat/0x189a89c3 contents type food already stored under different form Raw Goat Leg/0x00065c9a J:\GitHub\SmartHarvestSE\dataCase.cpp(1260): [WARNING] {14108} (2020-06-30 08:37:23 AM) Target Hanging Meat/0x189a89c3 contents type food already stored under different form Raw Goat Leg/0x00065c9a J:\GitHub\SmartHarvestSE\dataCase.cpp(1260): [WARNING] {14108} (2020-06-30 08:37:23 AM) Target Hanging Meat/0x189a89c3 contents type food already stored under different form Raw Goat Leg/0x00065c9a J:\GitHub\SmartHarvestSE\dataCase.cpp(1260): [WARNING] {14108} (2020-06-30 08:37:23 AM) Target Hanging Meat/0x189a89c3 contents type food already stored under different form Raw Goat Leg/0x00065c9a J:\GitHub\SmartHarvestSE\dataCase.cpp(1260): [WARNING] {14108} (2020-06-30 08:37:23 AM) Target Hanging Meat/0x189a89c3 contents type food already stored under different form Raw Goat Leg/0x00065c9a J:\GitHub\SmartHarvestSE\dataCase.cpp(1260): [WARNING] {14108} (2020-06-30 08:37:23 AM) Target Hanging Meat/0x189a89c3 contents type food already stored under different form Raw Goat Leg/0x00065c9a J:\GitHub\SmartHarvestSE\dataCase.cpp(1260): [WARNING] {14108} (2020-06-30 08:37:23 AM) Target Hanging Meat/0x189a89c3 contents type food already stored under different form Raw Goat Leg/0x00065c9a J:\GitHub\SmartHarvestSE\dataCase.cpp(1260): [WARNING] {14108} (2020-06-30 08:37:23 AM) Target Hanging Meat/0x189a89c3 contents type food already stored under different form Raw Goat Leg/0x00065c9a J:\GitHub\SmartHarvestSE\dataCase.cpp(1260): [WARNING] {14108} (2020-06-30 08:37:23 AM) Target Hanging Meat/0x189a89c3 contents type food already stored under different form Raw Goat Leg/0x00065c9a J:\GitHub\SmartHarvestSE\dataCase.cpp(1260): [WARNING] {14108} (2020-06-30 08:37:23 AM) Target Hanging Meat/0x189a89c3 contents type food already stored under different form Raw Goat Leg/0x00065c9a J:\GitHub\SmartHarvestSE\dataCase.cpp(1260): [WARNING] {14108} (2020-06-30 08:37:23 AM) Target Hanging Meat/0x189a89c3 contents type food already stored under different form Raw Goat Leg/0x00065c9a J:\GitHub\SmartHarvestSE\dataCase.cpp(1260): [WARNING] {14108} (2020-06-30 08:37:23 AM) Target Hanging Meat/0x189a89c3 contents type food already stored under different form Raw Goat Leg/0x00065c9a J:\GitHub\SmartHarvestSE\dataCase.cpp(919): [MESSAGE] {14108} (2020-06-30 08:37:23 AM) LOAD Categorize by Ingredient: TREE J:\GitHub\SmartHarvestSE\dataCase.h(163): [WARNING] {14108} (2020-06-30 08:37:23 AM) No ingredient for Withered Shrub/0x02003bd9 J:\GitHub\SmartHarvestSE\dataCase.h(163): [WARNING] {14108} (2020-06-30 08:37:23 AM) No ingredient for Withered Shrub/0x02003bda J:\GitHub\SmartHarvestSE\dataCase.h(163): [WARNING] {14108} (2020-06-30 08:37:23 AM) No ingredient for Withered Shrub/0x02003bdb J:\GitHub\SmartHarvestSE\dataCase.h(163): [WARNING] {14108} (2020-06-30 08:37:23 AM) No ingredient for Ice Vine/0x020042e1 J:\GitHub\SmartHarvestSE\dataCase.h(163): [WARNING] {14108} (2020-06-30 08:37:23 AM) No ingredient for Ice Vine/0x020042e2 J:\GitHub\SmartHarvestSE\dataCase.h(163): [WARNING] {14108} (2020-06-30 08:37:23 AM) No ingredient for Ice Vine/0x020042e3 J:\GitHub\SmartHarvestSE\dataCase.h(163): [WARNING] {14108} (2020-06-30 08:37:23 AM) No ingredient for Snowy Ice Vine/0x020042e8 J:\GitHub\SmartHarvestSE\dataCase.h(163): [WARNING] {14108} (2020-06-30 08:37:23 AM) No ingredient for Snowy Ice Vine/0x020042e9 J:\GitHub\SmartHarvestSE\dataCase.h(163): [WARNING] {14108} (2020-06-30 08:37:23 AM) No ingredient for Snowy Ice Vine/0x020042ea J:\GitHub\SmartHarvestSE\dataCase.h(163): [WARNING] {14108} (2020-06-30 08:37:23 AM) No ingredient for Dead Vine/0x0200431d J:\GitHub\SmartHarvestSE\dataCase.h(163): [WARNING] {14108} (2020-06-30 08:37:23 AM) No ingredient for Dead Vine/0x0200431e J:\GitHub\SmartHarvestSE\dataCase.h(163): [WARNING] {14108} (2020-06-30 08:37:23 AM) No ingredient for Dead Vine/0x0200431f J:\GitHub\SmartHarvestSE\dataCase.h(163): [WARNING] {14108} (2020-06-30 08:37:23 AM) No ingredient for Ash Vine/0x02004320 J:\GitHub\SmartHarvestSE\dataCase.h(163): [WARNING] {14108} (2020-06-30 08:37:23 AM) No ingredient for Ash Vine/0x02004321 J:\GitHub\SmartHarvestSE\dataCase.h(163): [WARNING] {14108} (2020-06-30 08:37:23 AM) No ingredient for Ash Vine/0x02004322 J:\GitHub\SmartHarvestSE\dataCase.h(163): [WARNING] {14108} (2020-06-30 08:37:23 AM) No ingredient for Withered Tree/0x02004332 J:\GitHub\SmartHarvestSE\dataCase.h(163): [WARNING] {14108} (2020-06-30 08:37:23 AM) No ingredient for Withered Tree/0x02004333 J:\GitHub\SmartHarvestSE\dataCase.h(163): [WARNING] {14108} (2020-06-30 08:37:23 AM) No ingredient for Withered Tree/0x02004334 J:\GitHub\SmartHarvestSE\dataCase.h(163): [WARNING] {14108} (2020-06-30 08:37:23 AM) No ingredient for Withered Trees/0x0200ddb5 J:\GitHub\SmartHarvestSE\dataCase.h(163): [WARNING] {14108} (2020-06-30 08:37:23 AM) No ingredient for Withered Shrub/0x02011d54 J:\GitHub\SmartHarvestSE\dataCase.h(163): [WARNING] {14108} (2020-06-30 08:37:23 AM) No ingredient for Withered Shrub/0x02011d55 J:\GitHub\SmartHarvestSE\dataCase.cpp(922): [MESSAGE] {14108} (2020-06-30 08:37:23 AM) LOAD Categorize by Keyword: ARMO J:\GitHub\SmartHarvestSE\dataCase.h(329): [WARNING] {14108} (2020-06-30 08:37:23 AM) Blood Extractor/0x18107fc3 mapped to clutter already stored with keyword poison, check data J:\GitHub\SmartHarvestSE\dataCase.cpp(925): [MESSAGE] {14108} (2020-06-30 08:37:23 AM) LOAD Categorize by Keyword: WEAP J:\GitHub\SmartHarvestSE\dataCase.cpp(929): [MESSAGE] {14108} (2020-06-30 08:37:23 AM) LOAD Categorize by Activation Verb ACTI J:\GitHub\SmartHarvestSE\dataCase.cpp(944): [MESSAGE] {14108} (2020-06-30 08:37:23 AM) LOAD Detect and Handle Exceptions J:\GitHub\SmartHarvestSE\dataCase.cpp(370): [MESSAGE] {14108} (2020-06-30 08:37:23 AM) LVLI Skyrim.esm:0x00017102 found for Vendor Container contents J:\GitHub\SmartHarvestSE\dataCase.cpp(370): [MESSAGE] {14108} (2020-06-30 08:37:23 AM) LVLI Skyrim.esm:0x00072ae7 found for Vendor Container contents J:\GitHub\SmartHarvestSE\dataCase.cpp(370): [MESSAGE] {14108} (2020-06-30 08:37:23 AM) LVLI Skyrim.esm:0x00072ae8 found for Vendor Container contents J:\GitHub\SmartHarvestSE\dataCase.cpp(370): [MESSAGE] {14108} (2020-06-30 08:37:23 AM) LVLI Skyrim.esm:0x00072ae9 found for Vendor Container contents J:\GitHub\SmartHarvestSE\dataCase.cpp(370): [MESSAGE] {14108} (2020-06-30 08:37:23 AM) LVLI Skyrim.esm:0x00072aea found for Vendor Container contents J:\GitHub\SmartHarvestSE\dataCase.cpp(370): [MESSAGE] {14108} (2020-06-30 08:37:23 AM) LVLI Skyrim.esm:0x00072aeb found for Vendor Container contents J:\GitHub\SmartHarvestSE\dataCase.cpp(370): [MESSAGE] {14108} (2020-06-30 08:37:23 AM) LVLI Skyrim.esm:0x00072aec found for Vendor Container contents J:\GitHub\SmartHarvestSE\dataCase.cpp(370): [MESSAGE] {14108} (2020-06-30 08:37:23 AM) LVLI Skyrim.esm:0x00072aed found for Vendor Container contents J:\GitHub\SmartHarvestSE\dataCase.cpp(370): [MESSAGE] {14108} (2020-06-30 08:37:23 AM) LVLI Skyrim.esm:0x000d54bf found for Vendor Container contents J:\GitHub\SmartHarvestSE\dataCase.cpp(370): [MESSAGE] {14108} (2020-06-30 08:37:23 AM) LVLI Skyrim.esm:0x000d54c0 found for Vendor Container contents J:\GitHub\SmartHarvestSE\dataCase.cpp(370): [MESSAGE] {14108} (2020-06-30 08:37:23 AM) LVLI Skyrim.esm:0x000d54c1 found for Vendor Container contents J:\GitHub\SmartHarvestSE\dataCase.cpp(370): [MESSAGE] {14108} (2020-06-30 08:37:23 AM) LVLI Skyrim.esm:0x000d54c2 found for Vendor Container contents J:\GitHub\SmartHarvestSE\dataCase.cpp(370): [MESSAGE] {14108} (2020-06-30 08:37:23 AM) LVLI Skyrim.esm:0x000d54c3 found for Vendor Container contents J:\GitHub\SmartHarvestSE\dataCase.cpp(403): [MESSAGE] {14108} (2020-06-30 08:37:23 AM) LVLI Wyrmstooth.esp:0x095d0598 found for Vendor Container contents J:\GitHub\SmartHarvestSE\dataCase.cpp(408): [ERROR] {14108} (2020-06-30 08:37:23 AM) LVLI Midwood Isle.esp/0x00142430 not found, should be Vendor Container contents J:\GitHub\SmartHarvestSE\dataCase.cpp(408): [ERROR] {14108} (2020-06-30 08:37:23 AM) LVLI Midwood Isle.esp/0x0019b10a not found, should be Vendor Container contents J:\GitHub\SmartHarvestSE\dataCase.cpp(408): [ERROR] {14108} (2020-06-30 08:37:23 AM) LVLI AAX_Arweden.esp/0x00041dd1 not found, should be Vendor Container contents J:\GitHub\SmartHarvestSE\dataCase.cpp(403): [MESSAGE] {14108} (2020-06-30 08:37:23 AM) LVLI Complete Alchemy & Cooking Overhaul.esp:0x1897afe1 found for Vendor Container contents J:\GitHub\SmartHarvestSE\dataCase.cpp(416): [ERROR] {14108} (2020-06-30 08:37:23 AM) LVLI count 2 (mods) for Vendor Gold inconsistent with expected 5 J:\GitHub\SmartHarvestSE\dataCase.cpp(427): [MESSAGE] {14108} (2020-06-30 08:37:23 AM) Block Vendor Container Chest/0x0010fde6 J:\GitHub\SmartHarvestSE\dataCase.cpp(427): [MESSAGE] {14108} (2020-06-30 08:37:23 AM) Block Vendor Container Chest/0x0010c430 J:\GitHub\SmartHarvestSE\dataCase.cpp(427): [MESSAGE] {14108} (2020-06-30 08:37:23 AM) Block Vendor Container Chest/0x0010c1d5 J:\GitHub\SmartHarvestSE\dataCase.cpp(427): [MESSAGE] {14108} (2020-06-30 08:37:23 AM) Block Vendor Container Chest/0x000fe485 J:\GitHub\SmartHarvestSE\dataCase.cpp(427): [MESSAGE] {14108} (2020-06-30 08:37:23 AM) Block Vendor Container Chest/0x000ee9f7 J:\GitHub\SmartHarvestSE\dataCase.cpp(427): [MESSAGE] {14108} (2020-06-30 08:37:23 AM) Block Vendor Container Thieves Guild Fence Chest/0x000d8e4d J:\GitHub\SmartHarvestSE\dataCase.cpp(427): [MESSAGE] {14108} (2020-06-30 08:37:23 AM) Block Vendor Container Thieves Guild Fence Chest/0x000d8e4c J:\GitHub\SmartHarvestSE\dataCase.cpp(427): [MESSAGE] {14108} (2020-06-30 08:37:23 AM) Block Vendor Container Thieves Guild Fence Chest/0x000d8e4b J:\GitHub\SmartHarvestSE\dataCase.cpp(427): [MESSAGE] {14108} (2020-06-30 08:37:23 AM) Block Vendor Container Thieves Guild Fence Chest/0x000d8831 J:\GitHub\SmartHarvestSE\dataCase.cpp(427): [MESSAGE] {14108} (2020-06-30 08:37:23 AM) Block Vendor Container Thieves Guild Fence Chest/0x000d8830 J:\GitHub\SmartHarvestSE\dataCase.cpp(427): [MESSAGE] {14108} (2020-06-30 08:37:23 AM) Block Vendor Container Thieves Guild Fence Chest/0x000d882f J:\GitHub\SmartHarvestSE\dataCase.cpp(427): [MESSAGE] {14108} (2020-06-30 08:37:23 AM) Block Vendor Container Thieves Guild Fence Chest/0x000d882e J:\GitHub\SmartHarvestSE\dataCase.cpp(427): [MESSAGE] {14108} (2020-06-30 08:37:23 AM) Block Vendor Container Thieves Guild Fence Chest/0x000d882d J:\GitHub\SmartHarvestSE\dataCase.cpp(427): [MESSAGE] {14108} (2020-06-30 08:37:23 AM) Block Vendor Container Chest/0x000d6aa4 J:\GitHub\SmartHarvestSE\dataCase.cpp(427): [MESSAGE] {14108} (2020-06-30 08:37:23 AM) Block Vendor Container Chest/0x00016aca J:\GitHub\SmartHarvestSE\dataCase.cpp(427): [MESSAGE] {14108} (2020-06-30 08:37:23 AM) Block Vendor Container Chest/0x00072786 J:\GitHub\SmartHarvestSE\dataCase.cpp(427): [MESSAGE] {14108} (2020-06-30 08:37:23 AM) Block Vendor Container Chest/0x0006a876 J:\GitHub\SmartHarvestSE\dataCase.cpp(427): [MESSAGE] {14108} (2020-06-30 08:37:23 AM) Block Vendor Container Chest/0x00065c36 J:\GitHub\SmartHarvestSE\dataCase.cpp(427): [MESSAGE] {14108} (2020-06-30 08:37:23 AM) Block Vendor Container Chest/0x0006479f J:\GitHub\SmartHarvestSE\dataCase.cpp(427): [MESSAGE] {14108} (2020-06-30 08:37:23 AM) Block Vendor Container Chest/0x0006479c J:\GitHub\SmartHarvestSE\dataCase.cpp(427): [MESSAGE] {14108} (2020-06-30 08:37:23 AM) Block Vendor Container Chest/0x000e7bcd J:\GitHub\SmartHarvestSE\dataCase.cpp(427): [MESSAGE] {14108} (2020-06-30 08:37:23 AM) Block Vendor Container Thieves Guild Fence Chest/0x000d54c5 J:\GitHub\SmartHarvestSE\dataCase.cpp(427): [MESSAGE] {14108} (2020-06-30 08:37:23 AM) Block Vendor Container Chest/0x000c644f J:\GitHub\SmartHarvestSE\dataCase.cpp(427): [MESSAGE] {14108} (2020-06-30 08:37:23 AM) Block Vendor Container Chest/0x000c644e J:\GitHub\SmartHarvestSE\dataCase.cpp(427): [MESSAGE] {14108} (2020-06-30 08:37:23 AM) Block Vendor Container Chest/0x000c644d J:\GitHub\SmartHarvestSE\dataCase.cpp(427): [MESSAGE] {14108} (2020-06-30 08:37:23 AM) Block Vendor Container Chest/0x000c644c J:\GitHub\SmartHarvestSE\dataCase.cpp(427): [MESSAGE] {14108} (2020-06-30 08:37:23 AM) Block Vendor Container Chest/0x000c644b J:\GitHub\SmartHarvestSE\dataCase.cpp(427): [MESSAGE] {14108} (2020-06-30 08:37:23 AM) Block Vendor Container Chest/0x000b3fe1 J:\GitHub\SmartHarvestSE\dataCase.cpp(427): [MESSAGE] {14108} (2020-06-30 08:37:23 AM) Block Vendor Container Chest/0x000b3fe0 J:\GitHub\SmartHarvestSE\dataCase.cpp(427): [MESSAGE] {14108} (2020-06-30 08:37:23 AM) Block Vendor Container Chest/0x000b31e8 J:\GitHub\SmartHarvestSE\dataCase.cpp(427): [MESSAGE] {14108} (2020-06-30 08:37:23 AM) Block Vendor Container Chest/0x000b2989 J:\GitHub\SmartHarvestSE\dataCase.cpp(427): [MESSAGE] {14108} (2020-06-30 08:37:23 AM) Block Vendor Container Chest/0x000b2035 J:\GitHub\SmartHarvestSE\dataCase.cpp(427): [MESSAGE] {14108} (2020-06-30 08:37:23 AM) Block Vendor Container Chest/0x000af632 J:\GitHub\SmartHarvestSE\dataCase.cpp(427): [MESSAGE] {14108} (2020-06-30 08:37:23 AM) Block Vendor Container Chest/0x000acb6f J:\GitHub\SmartHarvestSE\dataCase.cpp(427): [MESSAGE] {14108} (2020-06-30 08:37:23 AM) Block Vendor Container Chest/0x000acb6c J:\GitHub\SmartHarvestSE\dataCase.cpp(427): [MESSAGE] {14108} (2020-06-30 08:37:23 AM) Block Vendor Container Chest/0x000ac9dc J:\GitHub\SmartHarvestSE\dataCase.cpp(427): [MESSAGE] {14108} (2020-06-30 08:37:23 AM) Block Vendor Container Chest/0x000ac9db J:\GitHub\SmartHarvestSE\dataCase.cpp(427): [MESSAGE] {14108} (2020-06-30 08:37:23 AM) Block Vendor Container Chest/0x000ac9da J:\GitHub\SmartHarvestSE\dataCase.cpp(427): [MESSAGE] {14108} (2020-06-30 08:37:23 AM) Block Vendor Container Chest/0x000ac9d9 J:\GitHub\SmartHarvestSE\dataCase.cpp(427): [MESSAGE] {14108} (2020-06-30 08:37:23 AM) Block Vendor Container Chest/0x000ac9ce J:\GitHub\SmartHarvestSE\dataCase.cpp(427): [MESSAGE] {14108} (2020-06-30 08:37:23 AM) Block Vendor Container Chest/0x000abd9e J:\GitHub\SmartHarvestSE\dataCase.cpp(427): [MESSAGE] {14108} (2020-06-30 08:37:23 AM) Block Vendor Container Chest/0x000abb40 J:\GitHub\SmartHarvestSE\dataCase.cpp(427): [MESSAGE] {14108} (2020-06-30 08:37:23 AM) Block Vendor Container Chest/0x000abb3e J:\GitHub\SmartHarvestSE\dataCase.cpp(427): [MESSAGE] {14108} (2020-06-30 08:37:23 AM) Block Vendor Container Chest/0x000a6c10 J:\GitHub\SmartHarvestSE\dataCase.cpp(427): [MESSAGE] {14108} (2020-06-30 08:37:23 AM) Block Vendor Container Chest/0x000a6c0f J:\GitHub\SmartHarvestSE\dataCase.cpp(427): [MESSAGE] {14108} (2020-06-30 08:37:23 AM) Block Vendor Container Chest/0x000a6c0e J:\GitHub\SmartHarvestSE\dataCase.cpp(427): [MESSAGE] {14108} (2020-06-30 08:37:23 AM) Block Vendor Container Chest/0x000a6c08 J:\GitHub\SmartHarvestSE\dataCase.cpp(427): [MESSAGE] {14108} (2020-06-30 08:37:23 AM) Block Vendor Container Chest/0x000a6c07 J:\GitHub\SmartHarvestSE\dataCase.cpp(427): [MESSAGE] {14108} (2020-06-30 08:37:23 AM) Block Vendor Container Chest/0x000a6c06 J:\GitHub\SmartHarvestSE\dataCase.cpp(427): [MESSAGE] {14108} (2020-06-30 08:37:23 AM) Block Vendor Container Chest/0x000a6c05 J:\GitHub\SmartHarvestSE\dataCase.cpp(427): [MESSAGE] {14108} (2020-06-30 08:37:23 AM) Block Vendor Container Chest/0x000a6c04 J:\GitHub\SmartHarvestSE\dataCase.cpp(427): [MESSAGE] {14108} (2020-06-30 08:37:23 AM) Block Vendor Container Chest/0x000a6bfc J:\GitHub\SmartHarvestSE\dataCase.cpp(427): [MESSAGE] {14108} (2020-06-30 08:37:23 AM) Block Vendor Container Chest/0x000a6bf3 J:\GitHub\SmartHarvestSE\dataCase.cpp(427): [MESSAGE] {14108} (2020-06-30 08:37:23 AM) Block Vendor Container Chest/0x000a6bf1 J:\GitHub\SmartHarvestSE\dataCase.cpp(427): [MESSAGE] {14108} (2020-06-30 08:37:23 AM) Block Vendor Container Chest/0x000a6bf0 J:\GitHub\SmartHarvestSE\dataCase.cpp(427): [MESSAGE] {14108} (2020-06-30 08:37:23 AM) Block Vendor Container Chest/0x000a3f25 J:\GitHub\SmartHarvestSE\dataCase.cpp(427): [MESSAGE] {14108} (2020-06-30 08:37:23 AM) Block Vendor Container Chest/0x000a3f1b J:\GitHub\SmartHarvestSE\dataCase.cpp(427): [MESSAGE] {14108} (2020-06-30 08:37:23 AM) Block Vendor Container Chest/0x000a3f17 J:\GitHub\SmartHarvestSE\dataCase.cpp(427): [MESSAGE] {14108} (2020-06-30 08:37:23 AM) Block Vendor Container Chest/0x000a3f14 J:\GitHub\SmartHarvestSE\dataCase.cpp(427): [MESSAGE] {14108} (2020-06-30 08:37:23 AM) Block Vendor Container Chest/0x000a3f10 J:\GitHub\SmartHarvestSE\dataCase.cpp(427): [MESSAGE] {14108} (2020-06-30 08:37:23 AM) Block Vendor Container Chest/0x000a3f0c J:\GitHub\SmartHarvestSE\dataCase.cpp(427): [MESSAGE] {14108} (2020-06-30 08:37:23 AM) Block Vendor Container Chest/0x000a3f09 J:\GitHub\SmartHarvestSE\dataCase.cpp(427): [MESSAGE] {14108} (2020-06-30 08:37:23 AM) Block Vendor Container Chest/0x000a3f05 J:\GitHub\SmartHarvestSE\dataCase.cpp(427): [MESSAGE] {14108} (2020-06-30 08:37:23 AM) Block Vendor Container Chest/0x000a3f02 J:\GitHub\SmartHarvestSE\dataCase.cpp(427): [MESSAGE] {14108} (2020-06-30 08:37:23 AM) Block Vendor Container Chest/0x000a3eff J:\GitHub\SmartHarvestSE\dataCase.cpp(427): [MESSAGE] {14108} (2020-06-30 08:37:23 AM) Block Vendor Container Chest/0x000a31b7 J:\GitHub\SmartHarvestSE\dataCase.cpp(427): [MESSAGE] {14108} (2020-06-30 08:37:23 AM) Block Vendor Container Chest/0x000a31b6 J:\GitHub\SmartHarvestSE\dataCase.cpp(427): [MESSAGE] {14108} (2020-06-30 08:37:23 AM) Block Vendor Container Chest/0x000a31b5 J:\GitHub\SmartHarvestSE\dataCase.cpp(427): [MESSAGE] {14108} (2020-06-30 08:37:23 AM) Block Vendor Container Chest/0x000a31b4 J:\GitHub\SmartHarvestSE\dataCase.cpp(427): [MESSAGE] {14108} (2020-06-30 08:37:23 AM) Block Vendor Container Chest/0x000a31af J:\GitHub\SmartHarvestSE\dataCase.cpp(427): [MESSAGE] {14108} (2020-06-30 08:37:23 AM) Block Vendor Container Chest/0x000a31ae J:\GitHub\SmartHarvestSE\dataCase.cpp(427): [MESSAGE] {14108} (2020-06-30 08:37:23 AM) Block Vendor Container Chest/0x000a29ae J:\GitHub\SmartHarvestSE\dataCase.cpp(427): [MESSAGE] {14108} (2020-06-30 08:37:23 AM) Block Vendor Container Chest/0x000a29ad J:\GitHub\SmartHarvestSE\dataCase.cpp(427): [MESSAGE] {14108} (2020-06-30 08:37:23 AM) Block Vendor Container Chest/0x000a29ac J:\GitHub\SmartHarvestSE\dataCase.cpp(427): [MESSAGE] {14108} (2020-06-30 08:37:23 AM) Block Vendor Container Chest/0x000a298a J:\GitHub\SmartHarvestSE\dataCase.cpp(427): [MESSAGE] {14108} (2020-06-30 08:37:23 AM) Block Vendor Container Chest/0x000a2989 J:\GitHub\SmartHarvestSE\dataCase.cpp(427): [MESSAGE] {14108} (2020-06-30 08:37:23 AM) Block Vendor Container Chest/0x000a2988 J:\GitHub\SmartHarvestSE\dataCase.cpp(427): [MESSAGE] {14108} (2020-06-30 08:37:23 AM) Block Vendor Container Chest/0x000a2987 J:\GitHub\SmartHarvestSE\dataCase.cpp(427): [MESSAGE] {14108} (2020-06-30 08:37:23 AM) Block Vendor Container Chest/0x000a0706 J:\GitHub\SmartHarvestSE\dataCase.cpp(427): [MESSAGE] {14108} (2020-06-30 08:37:23 AM) Block Vendor Container Chest/0x000a0703 J:\GitHub\SmartHarvestSE\dataCase.cpp(427): [MESSAGE] {14108} (2020-06-30 08:37:23 AM) Block Vendor Container Chest/0x0009f257 J:\GitHub\SmartHarvestSE\dataCase.cpp(427): [MESSAGE] {14108} (2020-06-30 08:37:23 AM) Block Vendor Container Chest/0x0009f250 J:\GitHub\SmartHarvestSE\dataCase.cpp(427): [MESSAGE] {14108} (2020-06-30 08:37:23 AM) Block Vendor Container Chest/0x0009e491 J:\GitHub\SmartHarvestSE\dataCase.cpp(427): [MESSAGE] {14108} (2020-06-30 08:37:23 AM) Block Vendor Container Chest/0x0009e48e J:\GitHub\SmartHarvestSE\dataCase.cpp(427): [MESSAGE] {14108} (2020-06-30 08:37:23 AM) Block Vendor Container Chest/0x0009e48b J:\GitHub\SmartHarvestSE\dataCase.cpp(427): [MESSAGE] {14108} (2020-06-30 08:37:23 AM) Block Vendor Container Chest/0x0009e46d J:\GitHub\SmartHarvestSE\dataCase.cpp(427): [MESSAGE] {14108} (2020-06-30 08:37:23 AM) Block Vendor Container Chest/0x0009e469 J:\GitHub\SmartHarvestSE\dataCase.cpp(427): [MESSAGE] {14108} (2020-06-30 08:37:23 AM) Block Vendor Container Chest/0x0009e45f J:\GitHub\SmartHarvestSE\dataCase.cpp(427): [MESSAGE] {14108} (2020-06-30 08:37:23 AM) Block Vendor Container Chest/0x0009e129 J:\GitHub\SmartHarvestSE\dataCase.cpp(427): [MESSAGE] {14108} (2020-06-30 08:37:23 AM) Block Vendor Container Chest/0x0009e128 J:\GitHub\SmartHarvestSE\dataCase.cpp(427): [MESSAGE] {14108} (2020-06-30 08:37:23 AM) Block Vendor Container Chest/0x0009e0da J:\GitHub\SmartHarvestSE\dataCase.cpp(427): [MESSAGE] {14108} (2020-06-30 08:37:23 AM) Block Vendor Container Chest/0x0009e0d9 J:\GitHub\SmartHarvestSE\dataCase.cpp(427): [MESSAGE] {14108} (2020-06-30 08:37:23 AM) Block Vendor Container Chest/0x0009e0d8 J:\GitHub\SmartHarvestSE\dataCase.cpp(427): [MESSAGE] {14108} (2020-06-30 08:37:23 AM) Block Vendor Container Chest/0x0009e0d7 J:\GitHub\SmartHarvestSE\dataCase.cpp(427): [MESSAGE] {14108} (2020-06-30 08:37:23 AM) Block Vendor Container Chest/0x0009da63 J:\GitHub\SmartHarvestSE\dataCase.cpp(427): [MESSAGE] {14108} (2020-06-30 08:37:23 AM) Block Vendor Container Chest/0x0009da5f J:\GitHub\SmartHarvestSE\dataCase.cpp(427): [MESSAGE] {14108} (2020-06-30 08:37:23 AM) Block Vendor Container Chest/0x0009da5c J:\GitHub\SmartHarvestSE\dataCase.cpp(427): [MESSAGE] {14108} (2020-06-30 08:37:23 AM) Block Vendor Container Chest/0x0009da59 J:\GitHub\SmartHarvestSE\dataCase.cpp(427): [MESSAGE] {14108} (2020-06-30 08:37:23 AM) Block Vendor Container Chest/0x0009da56 J:\GitHub\SmartHarvestSE\dataCase.cpp(427): [MESSAGE] {14108} (2020-06-30 08:37:23 AM) Block Vendor Container Chest/0x0009da53 J:\GitHub\SmartHarvestSE\dataCase.cpp(427): [MESSAGE] {14108} (2020-06-30 08:37:23 AM) Block Vendor Container Chest/0x0009da46 J:\GitHub\SmartHarvestSE\dataCase.cpp(427): [MESSAGE] {14108} (2020-06-30 08:37:23 AM) Block Vendor Container Chest/0x0009da3f J:\GitHub\SmartHarvestSE\dataCase.cpp(427): [MESSAGE] {14108} (2020-06-30 08:37:23 AM) Block Vendor Container Chest/0x0009cd45 J:\GitHub\SmartHarvestSE\dataCase.cpp(427): [MESSAGE] {14108} (2020-06-30 08:37:23 AM) Block Vendor Container Chest/0x0009cafd J:\GitHub\SmartHarvestSE\dataCase.cpp(427): [MESSAGE] {14108} (2020-06-30 08:37:23 AM) Block Vendor Container Chest/0x0009cafa J:\GitHub\SmartHarvestSE\dataCase.cpp(427): [MESSAGE] {14108} (2020-06-30 08:37:23 AM) Block Vendor Container Chest/0x0009caf8 J:\GitHub\SmartHarvestSE\dataCase.cpp(427): [MESSAGE] {14108} (2020-06-30 08:37:23 AM) Block Vendor Container Chest/0x00098ba4 J:\GitHub\SmartHarvestSE\dataCase.cpp(427): [MESSAGE] {14108} (2020-06-30 08:37:23 AM) Block Vendor Container Chest/0x00098ba3 J:\GitHub\SmartHarvestSE\dataCase.cpp(427): [MESSAGE] {14108} (2020-06-30 08:37:23 AM) Block Vendor Container Chest/0x00098ba2 J:\GitHub\SmartHarvestSE\dataCase.cpp(427): [MESSAGE] {14108} (2020-06-30 08:37:23 AM) Block Vendor Container Chest/0x00098ba1 J:\GitHub\SmartHarvestSE\dataCase.cpp(427): [MESSAGE] {14108} (2020-06-30 08:37:23 AM) Block Vendor Container Chest/0x00098b9e J:\GitHub\SmartHarvestSE\dataCase.cpp(427): [MESSAGE] {14108} (2020-06-30 08:37:23 AM) Block Vendor Container Chest/0x0009438a J:\GitHub\SmartHarvestSE\dataCase.cpp(427): [MESSAGE] {14108} (2020-06-30 08:37:23 AM) Block Vendor Container Chest/0x00094384 J:\GitHub\SmartHarvestSE\dataCase.cpp(427): [MESSAGE] {14108} (2020-06-30 08:37:23 AM) Block Vendor Container Chest/0x0009437c J:\GitHub\SmartHarvestSE\dataCase.cpp(427): [MESSAGE] {14108} (2020-06-30 08:37:23 AM) Block Vendor Container Chest/0x0009437a J:\GitHub\SmartHarvestSE\dataCase.cpp(427): [MESSAGE] {14108} (2020-06-30 08:37:23 AM) Block Vendor Container Chest/0x00078c0e J:\GitHub\SmartHarvestSE\dataCase.cpp(427): [MESSAGE] {14108} (2020-06-30 08:37:23 AM) Block Vendor Container Chest/0x00078c0d J:\GitHub\SmartHarvestSE\dataCase.cpp(427): [MESSAGE] {14108} (2020-06-30 08:37:23 AM) Block Vendor Container Chest/0x00078c0c J:\GitHub\SmartHarvestSE\dataCase.cpp(427): [MESSAGE] {14108} (2020-06-30 08:37:23 AM) Block Vendor Container Madesi's Strongbox/0x00076f13 J:\GitHub\SmartHarvestSE\dataCase.cpp(427): [MESSAGE] {14108} (2020-06-30 08:37:23 AM) Block Vendor Container Chest/0x0200f1a5 J:\GitHub\SmartHarvestSE\dataCase.cpp(427): [MESSAGE] {14108} (2020-06-30 08:37:23 AM) Block Vendor Container Chest/0x0200f828 J:\GitHub\SmartHarvestSE\dataCase.cpp(427): [MESSAGE] {14108} (2020-06-30 08:37:23 AM) Block Vendor Container Chest/0x0200f82b J:\GitHub\SmartHarvestSE\dataCase.cpp(427): [MESSAGE] {14108} (2020-06-30 08:37:23 AM) Block Vendor Container Chest/0x02010477 J:\GitHub\SmartHarvestSE\dataCase.cpp(427): [MESSAGE] {14108} (2020-06-30 08:37:23 AM) Block Vendor Container Chest/0x02010479 J:\GitHub\SmartHarvestSE\dataCase.cpp(427): [MESSAGE] {14108} (2020-06-30 08:37:23 AM) Block Vendor Container Chest/0x0201047a J:\GitHub\SmartHarvestSE\dataCase.cpp(427): [MESSAGE] {14108} (2020-06-30 08:37:23 AM) Block Vendor Container Chest/0x0403572e J:\GitHub\SmartHarvestSE\dataCase.cpp(427): [MESSAGE] {14108} (2020-06-30 08:37:23 AM) Block Vendor Container Chest/0x04031db4 J:\GitHub\SmartHarvestSE\dataCase.cpp(427): [MESSAGE] {14108} (2020-06-30 08:37:23 AM) Block Vendor Container Chest/0x04027e09 J:\GitHub\SmartHarvestSE\dataCase.cpp(427): [MESSAGE] {14108} (2020-06-30 08:37:23 AM) Block Vendor Container Chest/0x04027108 J:\GitHub\SmartHarvestSE\dataCase.cpp(427): [MESSAGE] {14108} (2020-06-30 08:37:23 AM) Block Vendor Container Chest/0x04025020 J:\GitHub\SmartHarvestSE\dataCase.cpp(427): [MESSAGE] {14108} (2020-06-30 08:37:23 AM) Block Vendor Container Chest/0x0402501f J:\GitHub\SmartHarvestSE\dataCase.cpp(427): [MESSAGE] {14108} (2020-06-30 08:37:23 AM) Block Vendor Container Chest/0x0402501e J:\GitHub\SmartHarvestSE\dataCase.cpp(427): [MESSAGE] {14108} (2020-06-30 08:37:23 AM) Block Vendor Container Chest/0x0402501d J:\GitHub\SmartHarvestSE\dataCase.cpp(427): [MESSAGE] {14108} (2020-06-30 08:37:23 AM) Block Vendor Container Chest/0x0402501c J:\GitHub\SmartHarvestSE\dataCase.cpp(427): [MESSAGE] {14108} (2020-06-30 08:37:23 AM) Block Vendor Container Chest/0x0401f897 J:\GitHub\SmartHarvestSE\dataCase.cpp(427): [MESSAGE] {14108} (2020-06-30 08:37:23 AM) Block Vendor Container Chest/0x0401f88d J:\GitHub\SmartHarvestSE\dataCase.cpp(427): [MESSAGE] {14108} (2020-06-30 08:37:23 AM) Block Vendor Container Chest/0x040177c1 J:\GitHub\SmartHarvestSE\dataCase.cpp(427): [MESSAGE] {14108} (2020-06-30 08:37:23 AM) Block Vendor Container Chest/0x040177c0 J:\GitHub\SmartHarvestSE\dataCase.cpp(427): [MESSAGE] {14108} (2020-06-30 08:37:23 AM) Block Vendor Container Chest/0x040177be J:\GitHub\SmartHarvestSE\dataCase.cpp(427): [MESSAGE] {14108} (2020-06-30 08:37:23 AM) Block Vendor Container Chest/0x0803e050 J:\GitHub\SmartHarvestSE\dataCase.cpp(427): [MESSAGE] {14108} (2020-06-30 08:37:23 AM) Block Vendor Container Chest/0x0803ecb6 J:\GitHub\SmartHarvestSE\dataCase.cpp(427): [MESSAGE] {14108} (2020-06-30 08:37:23 AM) Block Vendor Container Chest/0x08042fee J:\GitHub\SmartHarvestSE\dataCase.cpp(427): [MESSAGE] {14108} (2020-06-30 08:37:23 AM) Block Vendor Container Chest/0x09541f51 J:\GitHub\SmartHarvestSE\dataCase.cpp(427): [MESSAGE] {14108} (2020-06-30 08:37:23 AM) Block Vendor Container Chest/0x094b9dd1 J:\GitHub\SmartHarvestSE\dataCase.cpp(427): [MESSAGE] {14108} (2020-06-30 08:37:23 AM) Block Vendor Container Chest/0x0970bc0d J:\GitHub\SmartHarvestSE\dataCase.cpp(427): [MESSAGE] {14108} (2020-06-30 08:37:23 AM) Block Vendor Container Elmera's Supplies/0x090603d4 J:\GitHub\SmartHarvestSE\dataCase.cpp(427): [MESSAGE] {14108} (2020-06-30 08:37:23 AM) Block Vendor Container Chest/0x09060420 J:\GitHub\SmartHarvestSE\dataCase.cpp(427): [MESSAGE] {14108} (2020-06-30 08:37:23 AM) Block Vendor Container Chest/0x090603d8 J:\GitHub\SmartHarvestSE\dataCase.cpp(427): [MESSAGE] {14108} (2020-06-30 08:37:23 AM) Block Vendor Container Thieves Guild Fence Chest/0x0952105c J:\GitHub\SmartHarvestSE\dataCase.cpp(427): [MESSAGE] {14108} (2020-06-30 08:37:23 AM) Block Vendor Container Chest/0x094b9dd4 J:\GitHub\SmartHarvestSE\dataCase.cpp(427): [MESSAGE] {14108} (2020-06-30 08:37:23 AM) Block Vendor Container Chest/0x095d0596 J:\GitHub\SmartHarvestSE\dataCase.cpp(427): [MESSAGE] {14108} (2020-06-30 08:37:23 AM) Block Vendor Container Chest/0x094b9dcf J:\GitHub\SmartHarvestSE\dataCase.cpp(427): [MESSAGE] {14108} (2020-06-30 08:37:23 AM) Block Vendor Container Chest/0x09a0850e J:\GitHub\SmartHarvestSE\dataCase.cpp(427): [MESSAGE] {14108} (2020-06-30 08:37:23 AM) Block Vendor Container Chest/0x0f042685 J:\GitHub\SmartHarvestSE\dataCase.cpp(427): [MESSAGE] {14108} (2020-06-30 08:37:23 AM) Block Vendor Container Chest/0x0f014279 J:\GitHub\SmartHarvestSE\dataCase.cpp(427): [MESSAGE] {14108} (2020-06-30 08:37:23 AM) Block Vendor Container Shady Sam's Chest/0x1d06b47c J:\GitHub\SmartHarvestSE\tasks.cpp(1194): [MESSAGE] {14108} (2020-06-30 08:37:23 AM) LOAD Build Collections J:\GitHub\SmartHarvestSE\CollectionManager.cpp(230): [MESSAGE] {14108} (2020-06-30 08:37:23 AM) JSON Schema C:\Program Files (x86)\Steam\steamapps\common\Skyrim Special Edition\Data\SKSE\Plugins\SHSE.SchemaCollections.json parsed and validated J:\GitHub\SmartHarvestSE\CollectionManager.cpp(249): [MESSAGE] {14108} (2020-06-30 08:37:23 AM) Load JSON Collection Definitions SHSE.Collections.Hunterborn.json for Group Hunterborn J:\GitHub\SmartHarvestSE\CollectionManager.cpp(440): [MESSAGE] {14108} (2020-06-30 08:37:23 AM) Decision Tree built for Collection Hunterborn/Hunterborn Tokens J:\GitHub\SmartHarvestSE\CollectionManager.cpp(440): [MESSAGE] {14108} (2020-06-30 08:37:23 AM) Decision Tree built for Collection Hunterborn/Hunterborn Prevent J:\GitHub\SmartHarvestSE\CollectionManager.cpp(252): [MESSAGE] {14108} (2020-06-30 08:37:23 AM) JSON Collection Definitions SHSE.Collections.Hunterborn.json/Hunterborn parsed and validated J:\GitHub\SmartHarvestSE\CollectionManager.cpp(264): [MESSAGE] {14108} (2020-06-30 08:37:23 AM) Collection Hunterborn/Hunterborn Prevent: { "description": "Prevent SHSE from messing up Hunterborn looting", "name": "Hunterborn Prevent", "policy": { "action": "leave", "notify": false, "repeat": false }, "rootFilter": { "condition": [ { "keyword": [ "VendorItemFoodRaw", "VendorItemAnimalPart", "VendorItemAnimalHide" ] } ], "operator": "AND" } } J:\GitHub\SmartHarvestSE\CollectionManager.cpp(264): [MESSAGE] {14108} (2020-06-30 08:37:23 AM) Collection Hunterborn/Hunterborn Tokens: { "description": "Prevent SHSE from messing up Hunterborn Tokens", "name": "Hunterborn Tokens", "policy": { "action": "leave", "notify": false, "repeat": false }, "rootFilter": { "condition": [ { "keyword": [ "_DS_KW_AnimalToken", "_DS_KW_MonsterToken", "_DS_KW_Token" ] }, { "plugin": [ "Hunterborn.esp" ] } ], "operator": "AND" } } J:\GitHub\SmartHarvestSE\CollectionManager.cpp(272): [MESSAGE] {14108} (2020-06-30 08:37:23 AM) Collection Hunterborn/Hunterborn Prevent: 374 members 0x19010b96:Cow Carcass 0x0010211a:Raw Mammoth Snout 0x0e0a6367:Cliffracer Tail 0x000f2011:Raw Chicken Breast 0x1849cdc7:Raw Goat Meat 0x19010b9a:Elk Female Carcass 0x000edb2e:Raw Canine Meat 0x00065c9f:Raw Salmon Fillet 0x000669a4:Raw Mammoth Snout 0x19029dc9:Troll Heart 0x000eba03:Raw Clam 0x000669a2:Raw Venison 0x1899e788:Raw Pork Sliced 0x01cca130:Raw Hominid Flesh 0x1101538f:Mammoth Steak 0x00065c9e:Raw Rabbit Leg 0x1914da06:Polished Bristleback Eye 0x00065c9d:Raw Pheasant Breast 0x03003540:Raw Mudcrab Legs 0x19010b95:Ice Wolf Carcass 0x00065c9c:Raw Horse Meat 0x00065c9b:Raw Horker Meat 0x19027d0a:Frost Troll Hide 0x19011beb:Snow Fox Pelt (Poor) 0x1848da5a:Raw Troll Meat 0x1c011f90:Bits of Chitin 0x00065c9a:Raw Goat Leg 0x18190b58:Raw Slaughterfish 0x190215f9:Vale Sabre Cat Hide (Poor) 0x00065c99:Raw Beef 0x000e41b8:Frostbite Venom 0x0403d125:Raw Ash Hopper Leg 0x0403bd15:Raw Ash Hopper Meat 0x08006a52:Ancestral Cheetah Pelt 0x1101538b:Pork Meat 0x0403bd14:Raw Boar Meat 0x1c011f6f:Wyrmsap 0x1901da7b:Flawless Bear Tooth 0x19014798:Raw Fox Meat 0x19011bfc:Elk Hide (Fine) 0x1848da65:Raw Bear Steak 0x1901cfb0:Doe Antlers 0x18190b5f:Raw Hawk Breast 0x0f04096d:Rivercrab Meat 0x01cca147:Salmon 0x11015389:Goose Breast 0x19011bed:Sabre Cat Pelt (Poor) 0x1101539d:Lamb Steak 0x18190b63:Raw Chaurus Meat 0x01cca123:Dough 0x01cca145:Raw Pork 0x1c011f6e:Wolfsap 0x01cca146:Raw Mutton 0x0003ad54:Snow Bear Pelt 0x18190b54:Raw Bear Meat 0x01cca148:Salmon 0x000af5fd:Skull 0x18190b50:Raw Fox Meat 0x18492b83:Raw Hominid Meat 0x1c011d85:Bits of Ivory 0x00075868:Habd's Remains 0x18190b53:Raw Sabre Cat Meat 0x18190b56:Raw Mammoth Meat 0x1903cca6:Cave Bear Pelt (Flawless) 0x18190b5e:Raw Tern Breast 0x1903ccb3:Frost Troll Hide (Flawless) 0x19011bf4:Wolf Pelt (Fine) 0x01cc0606:Hide Lace 0x183ffce8:Chaurus Venom 0x1848da6d:Raw Beef Steak 0x1900aa29:Deer Heart 0x1848da62:Raw Meat 0x1903ccad:Mammoth Hide Section (Flawless) 0x070415c3:Fur Armor 0xfe004803:Raw Dragon Steak 0x1901479a:Raw Goat Meat 0x1849cda3:Raw Skeever Meat 0x18492b79:Raw Troll Steak 0x1849cdac:Raw Mammoth Steak 0x18492b7a:Raw Venison Steak 0x1901cfab:Large Mudcrab Chitin 0x18492b7c:Raw Mammoth Snout Steak 0x19064a7c:Bristleback Pelt (Flawless) 0x1849cdb1:Raw Horse Steak 0x1854425d:Raw Boar Sliced 0x1849cdbc:Raw Horker Loaf 0x184a1ed3:Raw Sabre Cat Steak 0x1c011d8a:Antler Paste 0x0006bc0a:Large Antlers 0x184b1215:Raw Ash Hopper Leg Meat 0x184c0579:Raw Ash Hopper Meat 0x02005703:Ancient Vampire Leg 0x1900b504:Strange Brew 0x1903ccb1:Skeever Pelt (Flawless) 0x19012c6b:Ox Heart 0x19011bf1:Ice Wolf Pelt (Poor) 0x19012c6c:Horse Heart 0x19064a81:Bristleback Heart 0x19014795:Raw Bear Meat 0x19014796:Raw Skeever Meat 0x1901479c:Raw Wolf Meat 0x1901479e:Raw Mammoth Meat 0x190215f1:Vale Deer Carcass 0x190147a0:Raw Sabre Cat Meat 0x190147a2:Raw Rabbit Meat 0x19014d21:Venison (Elk) 0x19014d22:Raw Mudcrab Meat 0x02002994:Bone Hawk Feathers 0x19014d24:Raw Slaughterfish Meat 0x19011bf0:Sabre Cat Snow Pelt (Fine) 0x19027783:Raw Chaurus Meat 0x190292c1:Troll's Blood 0x190292c2:Werewolf's Blood 0x0402823b: 0x190292c4:Dragon's Blood 0x0003ad52:Bear Pelt 0x19029847:Raw Troll Meat 0x19010b91:Snow Fox Carcass 0x1901cfad:Flawless Sabre Cat Tooth 0x191344e6:Bone and Blood 0x19dc95c9:Werebear's Blood 0x0006bc0b:Small Antlers 0x0006bc07:Eye of Sabre Cat 0x0006bc04:Sabre Cat Tooth 0x0006bc02:Bear Claws 0x0006bc00:Mudcrab Chitin 0x0003ad68:Horker Tusk 0x000e7ed0:Hawk Feathers 0x01cc0643:Animal Tallow 0x0003ad72:Troll Fat 0x0003ad70:Slaughterfish Scales 0x0003ad6f:Skeever Tail 0x0003ad56:Chaurus Eggs 0x19011bf2:Ice Wolf Pelt (Fine) 0x020183b7:Chaurus Hunter Antennae 0x03003545:Salmon Roe 0x0403cd8e:Felsaad Tern Feathers 0x0401cd6f:Boar Tusk 0x01cca133:Bone Hawk Claw 0x01cc0639:Dragon Tooth 0x01cc0640:Chicken Feathers 0x01cc0641:Horse Hair 0x01cca131:Horker Tusk 0x01cca134:Bone Hawk Feathers 0x180a2a42:Dragon Heartscales 0x19010b98:Horse Carcass 0x181fb127:Wolf Liver 0x183353ca:Pheasant Feathers 0x19006953:Bits of Bone 0x1900aa1e:Eye of Bear 0x1900aa1f:Eye of Fox 0x1900aa21:Polished Hare Eye 0x1900aa23:Polished Mammoth Eye 0x1900aa25:Eye of Wolf 0x1900aa27:Bear Heart 0x1900aa2b:Goat Heart 0x1900aa2d:Sabre Cat Heart 0x1c011d84:Polished Ivory 0x19011bf9:Goat Hide (Fine) 0x19011666:Giant Mudcrab Carcass 0x1900aa2f:Wolf Heart 0x19010b9b:Chicken Carcass 0x1900aa31:Mammoth Heart 0x08023c38:Desert Wolf Pelt 0x1900aa33:Bear Tooth 0x1900aa35:Canine Tooth 0x000d0756:Dragon Heartscales 0x1901da7a:Large Sabre Cat Claws 0x1900aa37:Sabre Cat Claws 0x0006f39b:Fur Bracers 0x1900aa39:Wolf Claws 0x1900bfcc:Powdered Mudcrab Chitin 0x19029dcb:Dragon Heart 0x1900ca98:Bull Horn 0x1901cfa8:Boiled Skeever Tail 0x1901cfa9:Polished Scales 0x1901cfaa:Cured Skeever Hide 0x1901cfac:Large Bear Claws 0x19010b92:Sabre Cat Carcass 0x01cc0644:Troll Tallow 0x1901cfae:Polished Sabre Cat Eye 0x19001d8c:Deer Carcass 0x0006f393:Fur Armor with Sleeves 0x1c011f70:Netch Resin 0x1901cfaf:Great Antlers 0x1901cfb1:Charred Hawk Beak 0x19dc95b9:Horse Hide (Flawless) 0x1901cfb2:Dyed Hawk Feathers 0x1901da80:Polished Wolf Eye 0x1901da81:Polished Fox Eye 0x19010b94:Wolf Carcass 0x1901da83:Polished Bear Eye 0x1901da85:Eye of Hare 0x19011bf8:Cow Hide (Fine) 0x1901da87:Eye of Mammoth 0x000d284d:Deer Hide 0x19029dc2:Eye of Troll 0x19029dc3:Eye of Werewolf 0x19029dc5:Eye of Dragon 0x19029dc7:Werewolf Heart 0x19029dd2:Polished Troll Eye 0x19029dd4:Polished Werewolf Eye 0x1902a339:Polished Dragon Eye 0x19035058:Bonesap 0x19064a83:Eye of Bristleback 0x11015398:Black Wolf Pelt 0xfe004845:Polished Goat Eye 0x1c011d8b:Powdered Goat Horn 0x1c011f67:Black Bonesap 0x1c011f68:Red Bonesap 0x1c011f69:White Bonesap 0x1c011f6a:Falmer Resin 0x070415c5:Fur Armor 0x1c011f6b:Chitin Resin 0x1c011f6c:Shellbug Resin 0x1c01221a:Ink 0x19011bfb:Elk Hide (Poor) 0x0010594f:Fur Armor 0x1903ccaa:Elk Hide (Flawless) 0x0010594d:Fur Kilt with Mantle 0x0010594b:Fur Kilt 0x070415c7:Fur Helmet 0x0006f39e:Fur Helmet 0x0006f398:Fur Shoes 0x040323ef:Word Chest 0x040398cc:Word Chest 0x0403be38:Word Chest 0x070415c1:Fur Shoes 0x070415c2:Fur Armor 0x070415c4:Fur Armor 0x070415c6:Fur Bracers 0x190d925f:The Ancient Druidic Rites of Hircine, Volume II 0x000fe6a9:Werewolf Pelt 0x000f6767:Ancient Traveler's Skull 0x000d4be7:Snow Fox Pelt 0x000d4b35:Fox Pelt 0x000db5d2:Leather 0x000cf89e:Elk Pelt 0x0009e01f:Potema's Skull 0x19011665:Large Mudcrab Carcass 0x0008d770:Opaque Vessel 0x000800e4:Leather Strips 0x0003e6bc:Opaque Vessel 0x0003e6bb:Opaque Vessel 0x000319e4:Troll Skull 0x02002b29:Arvak's Skull 0x0002996f:Glenmoril Witch Head 0x0003ada4:Dragon Bone 0x0003ada3:Dragon Scales 0x0003ad93:Horse Hide 0x190215f2:Vale Sabre Cat Carcass 0x0003ad90:Elk Hide 0x1903cca7:Snow Bear Pelt (Flawless) 0x0003ad8f:Cow Hide 0x0003ad8e:Goat Hide 0x0003ad75:Ice Wolf Pelt 0x0003ad74:Wolf Pelt 0x0003ad6e:Sabre Cat Snow Pelt 0x0003ad6d:Sabre Cat Pelt 0x0003ad6c:Mammoth Tusk 0x0003ad57:Chaurus Chitin 0x0003ad53:Cave Bear Pelt 0x0002ac62:Sinding's Skin 0x0001be15:Kothyr's Head 0x02002993:Bone Hawk Skull 0x02011999:Vale Deer Hide 0x0201199a:Vale Sabre Cat Hide 0x02011cf7:Bone Hawk Claw 0x0300303f:Goat Horns 0x0402b04e:Chitin Plate 0x04020dcf:Skull 0x040247f9:Karstaag's Skull 0x1902617c:Engraved Bone of Kynareth 0x0401cd7c:Netch Leather 0x1903cca5:Bear Pelt (Flawless) 0x01da0bf1:Fur Plate 0x0e00f5e7:Giant Tusk 0x0e01e4b8:Cyclops Tusk 0x0e1a5da2:Elf Skull 0x0e1a5da3:Orc Skull 0x0e1a5da4:Argonian Skull 0x0e1a5da5:Khajiit Skull 0x0e6a7db2:Rhino Hide 0x0e6aa550:Rhino Tusk 0x1902617d:Engraved Bone of Stendarr 0x0f040965:Siligonder Chitin 0x11015399:Grey Wolf Pelt 0x19011bea:Fox Pelt (Fine) 0x1900bfcf:Skeever Carcass 0x1101539a:Red Wolf Pelt 0x1101539b:White Wolf Pelt 0x19011bf6:Goat Hide (Poor) 0x1104582e:Goat Horns 0x1903e7c9:Enormous Mammoth Bone 0x1903ccb0:Vale Sabre Cat Hide (Flawless) 0x01cc0601:Dark Leather 0x01cc0602:Red Leather 0x18190b6e:Mammoth Hide Section 0x19011be8:Snow Bear Pelt (Fine) 0x19007424:Deer Hide (Poor) 0x19007425:Deer Hide (Fine) 0x19007427:Ruined Pelt 0x19010b8d:Bear Carcass 0x19010b8e:Cave Bear Carcass 0x19010b8f:Snow Bear Carcass 0x19010b90:Fox Carcass 0x19010b93:Snowy Sabre Cat Carcass 0x19010b97:Goat Carcass 0x19010b99:Elk Male Carcass 0x190110fe:Dog Carcass 0x190110ff:Hare Carcass 0x19011100:Horker Carcass 0x19011101:Mudcrab Carcass 0x19011102:Slaughterfish Carcass 0x19011667:Mammoth Carcass 0x19011be3:Bear Pelt (Poor) 0x19011be4:Bear Pelt (Fine) 0x19027d0c:Werewolf Pelt (Poor) 0x190256a5:Large Animal Bone 0x19011be5:Cave Bear Pelt (Poor) 0x19011be6:Cave Bear Pelt (Fine) 0x19011be7:Snow Bear Pelt (Poor) 0x19011be9:Fox Pelt (Poor) 0x19011bec:Snow Fox Pelt (Fine) 0x1905
It would be late pst time, if you want me to test
that's fine, v1.6 can wait another day to get this fixed. I'll get that to you when I've tested locally. Thanks v much.
On Tue, Jun 30, 2020 at 12:24 PM Hazado notifications@github.com wrote:
It would be late pst time, if you want me to test
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/SteveTownsend/SmartHarvestSE/issues/95#issuecomment-651902281, or unsubscribe https://github.com/notifications/unsubscribe-auth/ADRDNC2KSINNYYK4A6QDDDDRZIGSHANCNFSM4OMHP4BQ .
Test evidence of scope on data load, now I need to make sure it's observed in autoloot processing
J:\GitHub\SmartHarvestSE\src\Collections\CollectionManager.cpp(276): [MESSAGE] {23840} (2020-06-30 01:28:28 PM) Collection Hunterborn/Hunterborn Prevent: 412 members Scope: deadbodies 0x0401cd6f:Boar Tusk 0x40015389:Raw Goose Breast 0x0010211a:Raw Mammoth Snout etc
Test evidence for blacklist of animal items in open world. Test case:
Already in inventory, not registered in collection:
J:\GitHub\SmartHarvestSE\src\Collections\CollectionManager.cpp(188): [VERBOSE] {34996} (2020-06-30 04:37:46 PM) Collectible Wolf Pelt/0x0003ad74 new in inventory
J:\GitHub\SmartHarvestSE\src\Collections\CollectionManager.cpp(110): [VERBOSE] {34996} (2020-06-30 04:37:46 PM) Check collectability of added item 0xa20d041a
J:\GitHub\SmartHarvestSE\src\Collections\Collection.cpp(71): [VERBOSE] {34996} (2020-06-30 04:37:46 PM) Collect Sawtooth Butterfly/0xa20d041a in Witch's Brew
J:\GitHub\SmartHarvestSE\src\Collections\CollectionManager.cpp(110): [VERBOSE] {34996} (2020-06-30 04:37:46 PM) Check collectability of added item 0x0003ad74
J:\GitHub\SmartHarvestSE\src\Collections\CollectionManager.cpp(110): [VERBOSE] {34996} (2020-06-30 04:37:46 PM) Check collectability of added item 0xa21fb127
Dropped on ground, location whitelisted, Collection blacklists looseItem
J:\GitHub\SmartHarvestSE\src\Looting\tasks.cpp(1008): [VERBOSE] {34996} (2020-06-30 04:38:12 PM) Process REFR 0xff001ece with base object Wolf Pelt/0x0003ad74
J:\GitHub\SmartHarvestSE\src\Utilities\debugs.cpp(136): [VERBOSE] {34996} (2020-06-30 04:38:12 PM) 0x0003ad74 0x20(32) [Wolf Pelt] - typename collectible
J:\GitHub\SmartHarvestSE\src\Looting\tasks.cpp(279): [VERBOSE] {34996} (2020-06-30 04:38:12 PM) Collectible Item 0x0003ad74
J:\GitHub\SmartHarvestSE\src\Looting\tasks.cpp(330): [VERBOSE] {34996} (2020-06-30 04:38:12 PM) check REFR to collectible 0x0003ad74
J:\GitHub\SmartHarvestSE\src\Looting\tasks.cpp(336): [VERBOSE] {34996} (2020-06-30 04:38:12 PM) block blacklist collection member 0x0003ad74
Not filtered into blacklist collection from inventory after pickup (no action after confirmed collectible):
J:\GitHub\SmartHarvestSE\src\Collections\CollectionManager.cpp(94): [MESSAGE] {34996} (2020-06-30 04:38:23 PM) Inventory reconciliation required
J:\GitHub\SmartHarvestSE\src\Collections\CollectionManager.cpp(188): [VERBOSE] {34996} (2020-06-30 04:38:23 PM) Collectible Wolf Pelt/0x0003ad74 new in inventory
J:\GitHub\SmartHarvestSE\src\Collections\CollectionManager.cpp(110): [VERBOSE] {34996} (2020-06-30 04:38:23 PM) Check collectability of added item 0x0003ad74
J:\GitHub\SmartHarvestSE\src\WorldState\LocationTracker.cpp(200): [VERBOSE] {34996} (2020-06-30 04:38:23 PM) Player location is on WhiteList
Tested that Cleaned Carcass Token does not get picked up when dropped in open world as a member of a global-scope blacklist collection.
J:\GitHub\SmartHarvestSE\src\Looting\tasks.cpp(1010): [VERBOSE] {40852} (2020-06-30 05:30:57 PM) Process REFR 0xff00084e with base object Cleaned Carcass Token/0x0e01b483
J:\GitHub\SmartHarvestSE\src\Utilities\debugs.cpp(136): [VERBOSE] {40852} (2020-06-30 05:30:57 PM) 0x0e01b483 0x20(32) [Cleaned Carcass Token] - typename collectible
J:\GitHub\SmartHarvestSE\src\Looting\tasks.cpp(279): [VERBOSE] {40852} (2020-06-30 05:30:57 PM) Collectible Item 0x0e01b483
J:\GitHub\SmartHarvestSE\src\Data\iniSettings.cpp(82): [DEBUG] {40852} (2020-06-30 05:30:57 PM) Get config setting 2/1/valuableitemloot = 2.000000
J:\GitHub\SmartHarvestSE\src\Looting\tasks.cpp(330): [VERBOSE] {40852} (2020-06-30 05:30:57 PM) check REFR to collectible 0x0e01b483
J:\GitHub\SmartHarvestSE\src\Looting\tasks.cpp(336): [VERBOSE] {40852} (2020-06-30 05:30:57 PM) block blacklist collection member 0x0e01b483
OK I got all the cases tested, check out the list in the issue. I'll get a build ready for you to try later.
On Tue, Jun 30, 2020 at 12:24 PM Hazado notifications@github.com wrote:
It would be late pst time, if you want me to test
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/SteveTownsend/SmartHarvestSE/issues/95#issuecomment-651902281, or unsubscribe https://github.com/notifications/unsubscribe-auth/ADRDNC2KSINNYYK4A6QDDDDRZIGSHANCNFSM4OMHP4BQ .
I'm not going to get this out tonight. Added some other new stuff that I need to test.
playtest build is at https://drive.google.com/file/d/1tbm3eH5B8HIUilUPd7mAAlT_Ox2fgzb5/view?usp=sharing, let me know if this works. Code and JSON is all pushed to the main Github repo.
On Tue, Jun 30, 2020 at 12:24 PM Hazado notifications@github.com wrote:
It would be late pst time, if you want me to test
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/SteveTownsend/SmartHarvestSE/issues/95#issuecomment-651902281, or unsubscribe https://github.com/notifications/unsubscribe-auth/ADRDNC2KSINNYYK4A6QDDDDRZIGSHANCNFSM4OMHP4BQ .
Okay, testing now.
1st test - SHSE inactive, Collection was using "deadbody" as scope. Doesnt loot. SHSE Active, loots corpse items, set to leave in collection. So not working correctly for me. Interestingly, it took "wolf Pelt" and "Wolf Liver", but left "Raw Canine Meat". All are in the collection. Raw Canine Meat had 3 items, others had 1.
2nd test - SHSE inactive, collection has "container" and "looseItem" as scope. Doesnt loot corpse. SHSE Active, loots corpse items. Probably working correctly If I understand how things work.
3rd test - SHSE inactive, collection has "looseItem" as scope. doesn't loot Corpse. SHSE Active, loots corpse.
Thinking this might be because the members list for the collection has 665 items. Raw Canine Meat is like 8th, the rest are 400+
edit: Separated out the lists a bit more, but same behaviour happened. None of the items were past the 128 mark for the new lists
Thanks for trying this out. Obviously there is more work to do. I suspect the important diff between my testing (looseItem) and yours (deadBody) is that container/corpse looting is currently a bit 'monolithic', with decisions being made without individual items being properly evaluated.
I can test the Prevent collection myself as you described above. Do you have updated results from the Tokens collection? I don't run Hunterborn in my main LO, so that one is harder for me to set up for testing.
On Thu, Jul 2, 2020 at 12:00 AM Hazado notifications@github.com wrote:
Okay, testing now.
1st test - SHSE inactive, Collection was using "deadbody" as scope. Doesnt loot. SHSE Active, loots corpse items, set to leave in collection. So not working correctly for me. Interestingly, it took "wolf Pelt" and "Wolf Liver", but left "Raw Canine Meat". All are in the collection. Raw Canine Meat had 3 items, others had 1.
2nd test - SHSE inactive, collection has "container" and "looseItem" as scope. Doesnt loot corpse. SHSE Active, loots corpse items. Probably working correctly If I understand how things work.
3rd test - SHSE inactive, collection has "looseItem" as scope. doesn't loot Corpse. SHSE Active, loots corpse.
Thinking this might be because the members list for the collection has 665 items. Raw Canine Meat is like 8th, the rest are 400+
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/SteveTownsend/SmartHarvestSE/issues/95#issuecomment-652767899, or unsubscribe https://github.com/notifications/unsubscribe-auth/ADRDNCZVMDJRBADNFY5FAXLRZQA67ANCNFSM4OMHP4BQ .
Get these cases working for Hunterborn Prevent and then upload v1.6:
J:\GitHub\SmartHarvestSE\src\Collections\CollectionManager.cpp(270): [MESSAGE] {24196} (2020-07-02 12:04:38 PM) Collection Hunterborn/Hunterborn Prevent:
{
"description": "Prevent SHSE from messing up Hunterborn looting",
"name": "Hunterborn Prevent",
"policy": {
"action": "leave",
"notify": false,
"repeat": false
},
"rootFilter": {
"condition": [
{
"keyword": [
"VendorItemFoodRaw",
"VendorItemAnimalHide",
"VendorItemAnimalPart"
]
},
{
"scope": [
"deadBody"
]
}
],
"operator": "AND"
}
}
J:\GitHub\SmartHarvestSE\src\FormHelpers\PlayerCellHelper.cpp(114): [VERBOSE] {46876} (2020-07-02 12:04:58 PM) skip living Actor/NPC Cave Bear/0xff000d90
J:\GitHub\SmartHarvestSE\src\Looting\tasks.cpp(1056): [VERBOSE] {46876} (2020-07-02 12:04:59 PM) Process REFR 0x000dc591 with base object Cave Bear/0xff000d90
J:\GitHub\SmartHarvestSE\src\Looting\tasks.cpp(122): [VERBOSE] {46876} (2020-07-02 12:04:59 PM) dynamic REFR 0x000dc591 or base 0xff000d90 for Cave Bear
J:\GitHub\SmartHarvestSE\src\Looting\tasks.cpp(405): [MESSAGE] {46876} (2020-07-02 12:04:59 PM) scanning container/body Cave Bear/0x000dc591 at distance 169.84 units
J:\GitHub\SmartHarvestSE\src\Utilities\debugs.cpp(155): [MESSAGE] {46876} (2020-07-02 12:04:59 PM) ff000d90 2b(43) [Cave Bear]
J:\GitHub\SmartHarvestSE\src\Utilities\debugs.cpp(200): [MESSAGE] {46876} (2020-07-02 12:04:59 PM) - 0003ad53 [Cave Bear Pelt] 00000226998E47C8 count=1 playable=1 - animalhide
J:\GitHub\SmartHarvestSE\src\Utilities\debugs.cpp(200): [MESSAGE] {46876} (2020-07-02 12:04:59 PM) - 0006bc02 [Bear Claws] 000002269AA28570 count=2 playable=1 - ingredient
J:\GitHub\SmartHarvestSE\src\Utilities\debugs.cpp(200): [MESSAGE] {46876} (2020-07-02 12:04:59 PM) - 01cca143 [Bear Fat] 000002269AA38030 count=1 playable=1 - ingredient
J:\GitHub\SmartHarvestSE\src\Utilities\debugs.cpp(200): [MESSAGE] {46876} (2020-07-02 12:04:59 PM) - a2190b54 [Raw Bear Meat] 000002269BF552F0 count=6 playable=1 - food
J:\GitHub\SmartHarvestSE\src\Looting\tasks.cpp(527): [MESSAGE] {46876} (2020-07-02 12:04:59 PM) block looted container Cave Bear/0x000dc591
J:\GitHub\SmartHarvestSE\src\Looting\tasks.cpp(595): [VERBOSE] {46876} (2020-07-02 12:04:59 PM) Collectible Item 0x0006bc02 skipped
J:\GitHub\SmartHarvestSE\src\Looting\tasks.cpp(595): [VERBOSE] {46876} (2020-07-02 12:04:59 PM) Collectible Item 0x0003ad53 skipped
J:\GitHub\SmartHarvestSE\src\Looting\tasks.cpp(595): [VERBOSE] {46876} (2020-07-02 12:04:59 PM) Collectible Item 0xa2190b54 skipped
J:\GitHub\SmartHarvestSE\src\Collections\CollectionManager.cpp(153): [VERBOSE] {46876} (2020-07-02 12:04:59 PM) Record Bear Fat/0x01cca143 as non-collectible
J:\GitHub\SmartHarvestSE\src\Looting\tasks.cpp(635): [MESSAGE] {46876} (2020-07-02 12:04:59 PM) get Bear Fat (1) from container Cave Bear/0x000dc591
J:\GitHub\SmartHarvestSE\src\Looting\tasks.cpp(734): [VERBOSE] {46876} (2020-07-02 12:04:59 PM) Trigger glow for Cave Bear/0x000dc591
J:\GitHub\SmartHarvestSE\src\Looting\InventoryItem.cpp(22): [VERBOSE] {46876} (2020-07-02 12:04:59 PM) get Bear Fat/0x01cca143 (1)
J:\GitHub\SmartHarvestSE\src\Looting\InventoryItem.cpp(78): [VERBOSE] {46876} (2020-07-02 12:04:59 PM) Move item Bear Fat (1)
J:\GitHub\SmartHarvestSE\src\Collections\CollectionManager.cpp(270): [MESSAGE] {46984} (2020-07-02 12:17:20 PM) Collection Hunterborn/Hunterborn Prevent:
{
"description": "Prevent SHSE from messing up Hunterborn looting",
"name": "Hunterborn Prevent",
"policy": {
"action": "leave",
"notify": false,
"repeat": false
},
"rootFilter": {
"condition": [
{
"keyword": [
"VendorItemFoodRaw",
"VendorItemAnimalHide",
"VendorItemAnimalPart"
]
},
{
"scope": [
"looseItem",
"container"
]
}
],
"operator": "AND"
}
}
J:\GitHub\SmartHarvestSE\src\FormHelpers\PlayerCellHelper.cpp(114): [VERBOSE] {42360} (2020-07-02 12:18:20 PM) skip living Actor/NPC Cave Bear/0xff001c05
J:\GitHub\SmartHarvestSE\src\Looting\tasks.cpp(1056): [VERBOSE] {42360} (2020-07-02 12:18:21 PM) Process REFR 0x000dc591 with base object Cave Bear/0xff001c05
J:\GitHub\SmartHarvestSE\src\Looting\tasks.cpp(122): [VERBOSE] {42360} (2020-07-02 12:18:21 PM) dynamic REFR 0x000dc591 or base 0xff001c05 for Cave Bear
J:\GitHub\SmartHarvestSE\src\Looting\tasks.cpp(405): [MESSAGE] {42360} (2020-07-02 12:18:21 PM) scanning container/body Cave Bear/0x000dc591 at distance 162.53 units
J:\GitHub\SmartHarvestSE\src\Utilities\debugs.cpp(200): [MESSAGE] {42360} (2020-07-02 12:18:21 PM) - 0003ad53 [Cave Bear Pelt] 0000025196A189C0 count=1 playable=1 - animalhide
J:\GitHub\SmartHarvestSE\src\Utilities\debugs.cpp(200): [MESSAGE] {42360} (2020-07-02 12:18:21 PM) - 0006bc02 [Bear Claws] 0000025196A18390 count=2 playable=1 - ingredient
J:\GitHub\SmartHarvestSE\src\Utilities\debugs.cpp(200): [MESSAGE] {42360} (2020-07-02 12:18:21 PM) - 01cca143 [Bear Fat] 00000251983640D8 count=1 playable=1 - ingredient
J:\GitHub\SmartHarvestSE\src\Utilities\debugs.cpp(200): [MESSAGE] {42360} (2020-07-02 12:18:21 PM) - a2190b54 [Raw Bear Meat] 000002519918FE78 count=6 playable=1 - food
J:\GitHub\SmartHarvestSE\src\Looting\tasks.cpp(527): [MESSAGE] {42360} (2020-07-02 12:18:21 PM) block looted container Cave Bear/0x000dc591
J:\GitHub\SmartHarvestSE\src\Collections\Collection.cpp(51): [VERBOSE] {42360} (2020-07-02 12:18:21 PM) Cave Bear Pelt/0x0003ad53 has invalid scope 4
J:\GitHub\SmartHarvestSE\src\Looting\tasks.cpp(635): [MESSAGE] {42360} (2020-07-02 12:18:21 PM) get Cave Bear Pelt (1) from container Cave Bear/0x000dc591
J:\GitHub\SmartHarvestSE\src\Collections\Collection.cpp(51): [VERBOSE] {42360} (2020-07-02 12:18:21 PM) Bear Claws/0x0006bc02 has invalid scope 4
J:\GitHub\SmartHarvestSE\src\Looting\tasks.cpp(635): [MESSAGE] {42360} (2020-07-02 12:18:21 PM) get Bear Claws (2) from container Cave Bear/0x000dc591
J:\GitHub\SmartHarvestSE\src\Collections\CollectionManager.cpp(153): [VERBOSE] {42360} (2020-07-02 12:18:21 PM) Record Bear Fat/0x01cca143 as non-collectible
J:\GitHub\SmartHarvestSE\src\Looting\tasks.cpp(635): [MESSAGE] {42360} (2020-07-02 12:18:21 PM) get Bear Fat (1) from container Cave Bear/0x000dc591
J:\GitHub\SmartHarvestSE\src\Collections\Collection.cpp(51): [VERBOSE] {42360} (2020-07-02 12:18:21 PM) Raw Bear Meat/0xa2190b54 has invalid scope 4
J:\GitHub\SmartHarvestSE\src\FormHelpers\IHasValueWeight.cpp(30): [VERBOSE] {42360} (2020-07-02 12:18:21 PM) Checking value:15
J:\GitHub\SmartHarvestSE\src\FormHelpers\IHasValueWeight.cpp(71): [VERBOSE] {42360} (2020-07-02 12:18:21 PM) Raw Bear Meat(a2190b54) item VW 4.29 vs threshold VW 5.00
J:\GitHub\SmartHarvestSE\src\Looting\tasks.cpp(627): [VERBOSE] {42360} (2020-07-02 12:18:21 PM) block - v/w excludes for 0xa2190b54
J:\GitHub\SmartHarvestSE\src\Looting\tasks.cpp(734): [VERBOSE] {42360} (2020-07-02 12:18:21 PM) Trigger glow for Cave Bear/0x000dc591
J:\GitHub\SmartHarvestSE\src\Looting\InventoryItem.cpp(22): [VERBOSE] {42360} (2020-07-02 12:18:21 PM) get Cave Bear Pelt/0x0003ad53 (1)
J:\GitHub\SmartHarvestSE\src\Looting\InventoryItem.cpp(78): [VERBOSE] {42360} (2020-07-02 12:18:21 PM) Move item Cave Bear Pelt (1)
J:\GitHub\SmartHarvestSE\src\Looting\InventoryItem.cpp(22): [VERBOSE] {42360} (2020-07-02 12:18:21 PM) get Bear Claws/0x0006bc02 (2)
J:\GitHub\SmartHarvestSE\src\Looting\InventoryItem.cpp(78): [VERBOSE] {42360} (2020-07-02 12:18:21 PM) Move item Bear Claws (2)
J:\GitHub\SmartHarvestSE\src\Looting\InventoryItem.cpp(22): [VERBOSE] {42360} (2020-07-02 12:18:21 PM) get Bear Fat/0x01cca143 (1)
J:\GitHub\SmartHarvestSE\src\Looting\InventoryItem.cpp(78): [VERBOSE] {42360} (2020-07-02 12:18:21 PM) Move item Bear Fat (1)
J:\GitHub\SmartHarvestSE\src\Collections\CollectionManager.cpp(270): [MESSAGE] {5904} (2020-07-02 12:10:17 PM) Collection Hunterborn/Hunterborn Prevent:
{
"description": "Prevent SHSE from messing up Hunterborn looting",
"name": "Hunterborn Prevent",
"policy": {
"action": "leave",
"notify": false,
"repeat": false
},
"rootFilter": {
"condition": [
{
"keyword": [
"VendorItemFoodRaw",
"VendorItemAnimalHide",
"VendorItemAnimalPart"
]
},
{
"scope": [
"looseItem"
]
}
],
"operator": "AND"
}
}
J:\GitHub\SmartHarvestSE\src\FormHelpers\PlayerCellHelper.cpp(114): [VERBOSE] {41436} (2020-07-02 12:10:39 PM) skip living Actor/NPC Cave Bear/0xff000dfa
J:\GitHub\SmartHarvestSE\src\Looting\tasks.cpp(1056): [VERBOSE] {41436} (2020-07-02 12:10:40 PM) Process REFR 0x000dc591 with base object Cave Bear/0xff000dfa
J:\GitHub\SmartHarvestSE\src\Looting\tasks.cpp(122): [VERBOSE] {41436} (2020-07-02 12:10:40 PM) dynamic REFR 0x000dc591 or base 0xff000dfa for Cave Bear
J:\GitHub\SmartHarvestSE\src\Looting\tasks.cpp(405): [MESSAGE] {41436} (2020-07-02 12:10:40 PM) scanning container/body Cave Bear/0x000dc591 at distance 173.94 units
J:\GitHub\SmartHarvestSE\src\Utilities\debugs.cpp(200): [MESSAGE] {41436} (2020-07-02 12:10:40 PM) - 0003ad53 [Cave Bear Pelt] 0000021418E853E0 count=1 playable=1 - animalhide
J:\GitHub\SmartHarvestSE\src\Utilities\debugs.cpp(200): [MESSAGE] {41436} (2020-07-02 12:10:40 PM) - 0006bc02 [Bear Claws] 000002141B814D68 count=3 playable=1 - ingredient
J:\GitHub\SmartHarvestSE\src\Utilities\debugs.cpp(200): [MESSAGE] {41436} (2020-07-02 12:10:40 PM) - 01cca143 [Bear Fat] 0000021419F984E0 count=1 playable=1 - ingredient
J:\GitHub\SmartHarvestSE\src\Utilities\debugs.cpp(200): [MESSAGE] {41436} (2020-07-02 12:10:40 PM) - a2190b54 [Raw Bear Meat] 000002140DFA3A70 count=6 playable=1 - food
J:\GitHub\SmartHarvestSE\src\Looting\tasks.cpp(527): [MESSAGE] {41436} (2020-07-02 12:10:40 PM) block looted container Cave Bear/0x000dc591
J:\GitHub\SmartHarvestSE\src\Collections\Collection.cpp(51): [VERBOSE] {41436} (2020-07-02 12:10:40 PM) Cave Bear Pelt/0x0003ad53 has invalid scope 4
J:\GitHub\SmartHarvestSE\src\Looting\tasks.cpp(635): [MESSAGE] {41436} (2020-07-02 12:10:40 PM) get Cave Bear Pelt (1) from container Cave Bear/0x000dc591
J:\GitHub\SmartHarvestSE\src\Collections\Collection.cpp(51): [VERBOSE] {41436} (2020-07-02 12:10:40 PM) Bear Claws/0x0006bc02 has invalid scope 4
J:\GitHub\SmartHarvestSE\src\Looting\tasks.cpp(635): [MESSAGE] {41436} (2020-07-02 12:10:40 PM) get Bear Claws (3) from container Cave Bear/0x000dc591
J:\GitHub\SmartHarvestSE\src\Collections\CollectionManager.cpp(153): [VERBOSE] {41436} (2020-07-02 12:10:40 PM) Record Bear Fat/0x01cca143 as non-collectible
J:\GitHub\SmartHarvestSE\src\Looting\tasks.cpp(635): [MESSAGE] {41436} (2020-07-02 12:10:40 PM) get Bear Fat (1) from container Cave Bear/0x000dc591
J:\GitHub\SmartHarvestSE\src\Collections\Collection.cpp(51): [VERBOSE] {41436} (2020-07-02 12:10:40 PM) Raw Bear Meat/0xa2190b54 has invalid scope 4
J:\GitHub\SmartHarvestSE\src\FormHelpers\IHasValueWeight.cpp(30): [VERBOSE] {41436} (2020-07-02 12:10:40 PM) Checking value:15
J:\GitHub\SmartHarvestSE\src\FormHelpers\IHasValueWeight.cpp(71): [VERBOSE] {41436} (2020-07-02 12:10:40 PM) Raw Bear Meat(a2190b54) item VW 4.29 vs threshold VW 5.00
J:\GitHub\SmartHarvestSE\src\Looting\tasks.cpp(627): [VERBOSE] {41436} (2020-07-02 12:10:40 PM) block - v/w excludes for 0xa2190b54
J:\GitHub\SmartHarvestSE\src\Looting\tasks.cpp(734): [VERBOSE] {41436} (2020-07-02 12:10:40 PM) Trigger glow for Cave Bear/0x000dc591
J:\GitHub\SmartHarvestSE\src\Looting\InventoryItem.cpp(22): [VERBOSE] {41436} (2020-07-02 12:10:40 PM) get Cave Bear Pelt/0x0003ad53 (1)
J:\GitHub\SmartHarvestSE\src\Looting\InventoryItem.cpp(78): [VERBOSE] {41436} (2020-07-02 12:10:40 PM) Move item Cave Bear Pelt (1)
J:\GitHub\SmartHarvestSE\src\Looting\InventoryItem.cpp(22): [VERBOSE] {41436} (2020-07-02 12:10:40 PM) get Bear Claws/0x0006bc02 (3)
J:\GitHub\SmartHarvestSE\src\Looting\InventoryItem.cpp(78): [VERBOSE] {41436} (2020-07-02 12:10:40 PM) Move item Bear Claws (3)
J:\GitHub\SmartHarvestSE\src\Looting\InventoryItem.cpp(22): [VERBOSE] {41436} (2020-07-02 12:10:40 PM) get Bear Fat/0x01cca143 (1)
J:\GitHub\SmartHarvestSE\src\Looting\InventoryItem.cpp(78): [VERBOSE] {41436} (2020-07-02 12:10:40 PM) Move item Bear Fat (1)
edit: Separated out the lists a bit more, but same behaviour happened. None of the items were past the 128 mark for the new lists
SmartHarvestSE.log
re the edit - I've fixed bugs this morning as part of a cleanup of collectible handling, especially for containers/bodies. I am testing myself and will drop a new build soon. There is no limit on the Collection size - if I ever want to display the members as a list in MCM, the 128 Papyrus array size limit will be a complicating factor.
I've changed the JSON output to have strings that match the input
I've tested these cases with latest. New build is at the same place https://drive.google.com/file/d/1tbm3eH5B8HIUilUPd7mAAlT_Ox2fgzb5/view?usp=sharing .
Please let me know if this is better,and if any problems with the Tokens Collection. Thanks for your help.
On Thu, Jul 2, 2020 at 12:00 AM Hazado notifications@github.com wrote:
Okay, testing now.
1st test - SHSE inactive, Collection was using "deadbody" as scope. Doesnt loot. SHSE Active, loots corpse items, set to leave in collection. So not working correctly for me. Interestingly, it took "wolf Pelt" and "Wolf Liver", but left "Raw Canine Meat". All are in the collection. Raw Canine Meat had 3 items, others had 1.
2nd test - SHSE inactive, collection has "container" and "looseItem" as scope. Doesnt loot corpse. SHSE Active, loots corpse items. Probably working correctly If I understand how things work.
3rd test - SHSE inactive, collection has "looseItem" as scope. doesn't loot Corpse. SHSE Active, loots corpse.
Thinking this might be because the members list for the collection has 665 items. Raw Canine Meat is like 8th, the rest are 400+
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/SteveTownsend/SmartHarvestSE/issues/95#issuecomment-652767899, or unsubscribe https://github.com/notifications/unsubscribe-auth/ADRDNCZVMDJRBADNFY5FAXLRZQA67ANCNFSM4OMHP4BQ .
Same thing happened.
My bad. I see the link I sent you above points to the prior build. So sorry, here is the new one. https://drive.google.com/file/d/16GWyls96gc2JPJq4YRetGFJkolizHJac/view?usp=sharing
The new one has better output for "scope" strings:
J:\GitHub\SmartHarvestSE\src\Collections\CollectionManager.cpp(270):
[MESSAGE] {19692} (2020-07-02 07:51:23 PM) Collection Hunterborn/Hunterborn
Prevent:
{
"description": "Prevent SHSE from messing up Hunterborn looting",
"name": "Hunterborn Prevent",
"policy": {
"action": "leave",
"notify": false,
"repeat": false
},
"rootFilter": {
"condition": [
{
"keyword": [
"VendorItemFoodRaw",
"VendorItemAnimalHide",
"VendorItemAnimalPart"
]
},
{
"scope": [
"deadBody"
]
}
],
"operator": "AND"
}
}
On Thu, Jul 2, 2020 at 11:16 PM Hazado notifications@github.com wrote:
Same thing happened.
J:\GitHub\SmartHarvestSE\src\main.cpp(97): [MESSAGE] {26816} (2020-07-02 07:58:19 PM) SmartHarvestSE plugin loaded J:\GitHub\SmartHarvestSE\src\main.cpp(21): [MESSAGE] {24176} (2020-07-02 07:58:43 PM) Registered Papyrus functions! J:\GitHub\SmartHarvestSE\src\main.cpp(32): [MESSAGE] {26816} (2020-07-02 07:58:45 PM) Game load done, initializing Tasks J:\GitHub\SmartHarvestSE\src\Looting\tasks.cpp(1302): [MESSAGE] {26816} (2020-07-02 07:58:45 PM) Plugin not synced up - Game Data load executing J:\GitHub\SmartHarvestSE\src\Data\LoadOrder.cpp(48): [MESSAGE] {26816} (2020-07-02 07:58:45 PM) Skyrim.esm has FormID mask 0x00000000 J:\GitHub\SmartHarvestSE\src\Data\LoadOrder.cpp(48): [MESSAGE] {26816} (2020-07-02 07:58:45 PM) Update.esm has FormID mask 0x01000000 J:\GitHub\SmartHarvestSE\src\Data\LoadOrder.cpp(48): [MESSAGE] {26816} (2020-07-02 07:58:45 PM) Dawnguard.esm has FormID mask 0x02000000 J:\GitHub\SmartHarvestSE\src\Data\LoadOrder.cpp(48): [MESSAGE] {26816} (2020-07-02 07:58:45 PM) HearthFires.esm has FormID mask 0x03000000 J:\GitHub\SmartHarvestSE\src\Data\LoadOrder.cpp(48): [MESSAGE] {26816} (2020-07-02 07:58:45 PM) Dragonborn.esm has FormID mask 0x04000000 J:\GitHub\SmartHarvestSE\src\Data\LoadOrder.cpp(48): [MESSAGE] {26816} (2020-07-02 07:58:45 PM) Unofficial Skyrim Special Edition Patch.esp has FormID mask 0x05000000 J:\GitHub\SmartHarvestSE\src\Data\LoadOrder.cpp(48): [MESSAGE] {26816} (2020-07-02 07:58:45 PM) FISS.esp has FormID mask 0x06000000 J:\GitHub\SmartHarvestSE\src\Data\LoadOrder.cpp(48): [MESSAGE] {26816} (2020-07-02 07:58:45 PM) SmartHarvestSE.esp has FormID mask 0xfe000000 J:\GitHub\SmartHarvestSE\src\Data\LoadOrder.cpp(48): [MESSAGE] {26816} (2020-07-02 07:58:45 PM) Campfire.esm has FormID mask 0x07000000 J:\GitHub\SmartHarvestSE\src\Data\LoadOrder.cpp(48): [MESSAGE] {26816} (2020-07-02 07:58:45 PM) Gray Fox Cowl.esm has FormID mask 0x08000000 J:\GitHub\SmartHarvestSE\src\Data\LoadOrder.cpp(48): [MESSAGE] {26816} (2020-07-02 07:58:45 PM) Wyrmstooth.esp has FormID mask 0x09000000 J:\GitHub\SmartHarvestSE\src\Data\LoadOrder.cpp(48): [MESSAGE] {26816} (2020-07-02 07:58:45 PM) SkyUI_SE.esp has FormID mask 0x0a000000 J:\GitHub\SmartHarvestSE\src\Data\LoadOrder.cpp(48): [MESSAGE] {26816} (2020-07-02 07:58:45 PM) AHZmoreHUD.esp has FormID mask 0x0b000000 J:\GitHub\SmartHarvestSE\src\Data\LoadOrder.cpp(48): [MESSAGE] {26816} (2020-07-02 07:58:45 PM) UIExtensions.esp has FormID mask 0x0c000000 J:\GitHub\SmartHarvestSE\src\Data\LoadOrder.cpp(48): [MESSAGE] {26816} (2020-07-02 07:58:45 PM) JaxonzMCMKicker.esp has FormID mask 0xfe001000 J:\GitHub\SmartHarvestSE\src\Data\LoadOrder.cpp(48): [MESSAGE] {26816} (2020-07-02 07:58:45 PM) Weapons Armor Clothing & Clutter Fixes.esp has FormID mask 0x0d000000 J:\GitHub\SmartHarvestSE\src\Data\LoadOrder.cpp(48): [MESSAGE] {26816} (2020-07-02 07:58:45 PM) Skyrim Immersive Creatures Special Edition.esp has FormID mask 0x0e000000 J:\GitHub\SmartHarvestSE\src\Data\LoadOrder.cpp(48): [MESSAGE] {26816} (2020-07-02 07:58:45 PM) moonpath.esp has FormID mask 0x0f000000 J:\GitHub\SmartHarvestSE\src\Data\LoadOrder.cpp(48): [MESSAGE] {26816} (2020-07-02 07:58:45 PM) JRMoonpathtoElsweyrPatch.esp has FormID mask 0x10000000 J:\GitHub\SmartHarvestSE\src\Data\LoadOrder.cpp(48): [MESSAGE] {26816} (2020-07-02 07:58:45 PM) SkyTEST-RealisticAnimals&Predators.esp has FormID mask 0x11000000 J:\GitHub\SmartHarvestSE\src\Data\LoadOrder.cpp(48): [MESSAGE] {26816} (2020-07-02 07:58:45 PM) WACCF_Armor and Clothing Extension.esp has FormID mask 0x12000000 J:\GitHub\SmartHarvestSE\src\Data\LoadOrder.cpp(48): [MESSAGE] {26816} (2020-07-02 07:58:45 PM) Frostfall.esp has FormID mask 0x13000000 J:\GitHub\SmartHarvestSE\src\Data\LoadOrder.cpp(48): [MESSAGE] {26816} (2020-07-02 07:58:45 PM) iNeed.esp has FormID mask 0x14000000 J:\GitHub\SmartHarvestSE\src\Data\LoadOrder.cpp(48): [MESSAGE] {26816} (2020-07-02 07:58:45 PM) FireBurns.esp has FormID mask 0x15000000 J:\GitHub\SmartHarvestSE\src\Data\LoadOrder.cpp(48): [MESSAGE] {26816} (2020-07-02 07:58:45 PM) Heads Up Display Merged.esp has FormID mask 0x16000000 J:\GitHub\SmartHarvestSE\src\Data\LoadOrder.cpp(48): [MESSAGE] {26816} (2020-07-02 07:58:45 PM) Complete Crafting Overhaul_Remastered.esp has FormID mask 0x17000000 J:\GitHub\SmartHarvestSE\src\Data\LoadOrder.cpp(48): [MESSAGE] {26816} (2020-07-02 07:58:45 PM) Complete Alchemy & Cooking Overhaul.esp has FormID mask 0x18000000 J:\GitHub\SmartHarvestSE\src\Data\LoadOrder.cpp(48): [MESSAGE] {26816} (2020-07-02 07:58:45 PM) Hunterborn.esp has FormID mask 0x19000000 J:\GitHub\SmartHarvestSE\src\Data\LoadOrder.cpp(48): [MESSAGE] {26816} (2020-07-02 07:58:45 PM) Hunterborn - iNeed Patch.esp has FormID mask 0xfe002000 J:\GitHub\SmartHarvestSE\src\Data\LoadOrder.cpp(48): [MESSAGE] {26816} (2020-07-02 07:58:45 PM) Hunterborn - Leather Tanning.esp has FormID mask 0xfe003000 J:\GitHub\SmartHarvestSE\src\Data\LoadOrder.cpp(48): [MESSAGE] {26816} (2020-07-02 07:58:45 PM) SkillsOfTheWild.esp has FormID mask 0x1a000000 J:\GitHub\SmartHarvestSE\src\Data\LoadOrder.cpp(48): [MESSAGE] {26816} (2020-07-02 07:58:45 PM) Hunterborn_CACO-SE_Patch.esp has FormID mask 0xfe004000 J:\GitHub\SmartHarvestSE\src\Data\LoadOrder.cpp(48): [MESSAGE] {26816} (2020-07-02 07:58:45 PM) Hunterborn - Campfire Patch.esp has FormID mask 0xfe005000 J:\GitHub\SmartHarvestSE\src\Data\LoadOrder.cpp(48): [MESSAGE] {26816} (2020-07-02 07:58:45 PM) Hunterborn - Soups and Stews.esp has FormID mask 0x1b000000 J:\GitHub\SmartHarvestSE\src\Data\LoadOrder.cpp(48): [MESSAGE] {26816} (2020-07-02 07:58:45 PM) SIC HB patch.esp has FormID mask 0xfe006000 J:\GitHub\SmartHarvestSE\src\Data\LoadOrder.cpp(48): [MESSAGE] {26816} (2020-07-02 07:58:45 PM) ScrimshawExpanded.esp has FormID mask 0x1c000000 J:\GitHub\SmartHarvestSE\src\Data\LoadOrder.cpp(48): [MESSAGE] {26816} (2020-07-02 07:58:45 PM) Alternate Start - Live Another Life.esp has FormID mask 0x1d000000 J:\GitHub\SmartHarvestSE\src\Data\LoadOrder.cpp(48): [MESSAGE] {26816} (2020-07-02 07:58:45 PM) test.esp has FormID mask 0xfe007000 J:\GitHub\SmartHarvestSE\src\Data\dataCase.cpp(889): [MESSAGE] {26816} (2020-07-02 07:58:45 PM) LOAD Load User blocked forms J:\GitHub\SmartHarvestSE\src\Utilities\utils.cpp(110): [MESSAGE] {26816} (2020-07-02 07:58:45 PM) GetPluginPath result: C:\Program Files (x86)\Steam\steamapps\common\Skyrim Special Edition\Data\SKSE\Plugins\ J:\GitHub\SmartHarvestSE\src\Data\dataCase.cpp(267): [MESSAGE] {26816} (2020-07-02 07:58:45 PM) override TSV:C:\Program Files (x86)\Steam\steamapps\common\Skyrim Special Edition\Data\SKSE\Plugins\SmartHarvestSE\override\BlackList.tsv inaccessible J:\GitHub\SmartHarvestSE\src\Data\dataCase.cpp(272): [WARNING] {26816} (2020-07-02 07:58:45 PM) default TSV:C:\Program Files (x86)\Steam\steamapps\common\Skyrim Special Edition\Data\SKSE\Plugins\SmartHarvestSE\default\BlackList.tsv inaccessible J:\GitHub\SmartHarvestSE\src\Data\dataCase.cpp(267): [MESSAGE] {26816} (2020-07-02 07:58:45 PM) override TSV:C:\Program Files (x86)\Steam\steamapps\common\Skyrim Special Edition\Data\SKSE\Plugins\SmartHarvestSE\override\default\BlackList.tsv inaccessible J:\GitHub\SmartHarvestSE\src\Data\dataCase.cpp(272): [WARNING] {26816} (2020-07-02 07:58:45 PM) default TSV:C:\Program Files (x86)\Steam\steamapps\common\Skyrim Special Edition\Data\SKSE\Plugins\SmartHarvestSE\default\default\BlackList.tsv inaccessible J:\GitHub\SmartHarvestSE\src\Data\dataCase.cpp(894): [MESSAGE] {26816} (2020-07-02 07:58:45 PM) LOAD Load Text Translation J:\GitHub\SmartHarvestSE\src\Data\dataCase.cpp(897): [MESSAGE] {26816} (2020-07-02 07:58:45 PM) LOAD Store Activation Verbs J:\GitHub\SmartHarvestSE\src\Data\dataCase.cpp(139): [MESSAGE] {26816} (2020-07-02 07:58:45 PM) Activation Verb $SHSE_ACTIVATE_VERBS_CRITTER/Catch registered as ObjectType critter J:\GitHub\SmartHarvestSE\src\Data\dataCase.cpp(139): [MESSAGE] {26816} (2020-07-02 07:58:45 PM) Activation Verb $SHSE_ACTIVATE_VERBS_FLORA/Harvest registered as ObjectType flora J:\GitHub\SmartHarvestSE\src\Data\dataCase.cpp(139): [MESSAGE] {26816} (2020-07-02 07:58:45 PM) Activation Verb $SHSE_ACTIVATE_VERBS_OREVEIN/Mine registered as ObjectType orevein J:\GitHub\SmartHarvestSE\src\Data\dataCase.cpp(139): [MESSAGE] {26816} (2020-07-02 07:58:45 PM) Activation Verb $SHSE_ACTIVATE_VERBS_MANUAL/Dig registered as ObjectType manualloot J:\GitHub\SmartHarvestSE\src\Data\dataCase.cpp(900): [MESSAGE] {26816} (2020-07-02 07:58:45 PM) LOAD Get Ammo Data J:\GitHub\SmartHarvestSE\src\Data\dataCase.cpp(567): [MESSAGE] {26816} (2020-07-02 07:58:45 PM) * AmmoData(38) J:\GitHub\SmartHarvestSE\src\Data\dataCase.cpp(903): [MESSAGE] {26816} (2020-07-02 07:58:45 PM) LOAD Categorize Statics J:\GitHub\SmartHarvestSE\src\Data\dataCase.cpp(906): [MESSAGE] {26816} (2020-07-02 07:58:45 PM) LOAD Set Object Type By Keywords J:\GitHub\SmartHarvestSE\src\Data\dataCase.cpp(910): [MESSAGE] {26816} (2020-07-02 07:58:45 PM) LOAD Categorize Consumable: ALCH J:\GitHub\SmartHarvestSE\src\Data\dataCase.cpp(913): [MESSAGE] {26816} (2020-07-02 07:58:45 PM) LOAD Categorize Consumable: INGR J:\GitHub\SmartHarvestSE\src\Data\dataCase.cpp(916): [MESSAGE] {26816} (2020-07-02 07:58:45 PM) LOAD Categorize by Keyword: MISC J:\GitHub\SmartHarvestSE\src\Data\dataCase.h(353): [WARNING] {26816} (2020-07-02 07:58:45 PM) Lockpick/0x0000000a (clutter) already stored, check data J:\GitHub\SmartHarvestSE\src\Data\dataCase.h(353): [WARNING] {26816} (2020-07-02 07:58:45 PM) Septim/0x0000000f (clutter) already stored, check data J:\GitHub\SmartHarvestSE\src\Data\dataCase.h(329): [WARNING] {26816} (2020-07-02 07:58:45 PM) Bone Hawk Feathers/0x02002994 mapped to oreingot already stored with keyword ingredient, check data J:\GitHub\SmartHarvestSE\src\Data\dataCase.h(329): [WARNING] {26816} (2020-07-02 07:58:45 PM) Bone Hawk Claw/0x02011cf7 mapped to ingredient already stored with keyword oreingot, check data J:\GitHub\SmartHarvestSE\src\Data\dataCase.h(329): [WARNING] {26816} (2020-07-02 07:58:45 PM) Hide Lace/0x01cc0606 mapped to animalhide already stored with keyword armor, check data J:\GitHub\SmartHarvestSE\src\Data\dataCase.cpp(921): [MESSAGE] {26816} (2020-07-02 07:58:45 PM) LOAD Categorize by Ingredient: FLOR J:\GitHub\SmartHarvestSE\src\Data\dataCase.h(163): [WARNING] {26816} (2020-07-02 07:58:45 PM) No ingredient for Salmon/0x00108e36 J:\GitHub\SmartHarvestSE\src\Data\dataCase.h(163): [WARNING] {26816} (2020-07-02 07:58:45 PM) No ingredient for Salmon/0x00108e35 J:\GitHub\SmartHarvestSE\src\Data\dataCase.cpp(1265): [WARNING] {26816} (2020-07-02 07:58:45 PM) Target Chicken's Nest/0x187e0d14 contents type ingredient already stored under different form Chicken Egg/0x00023d77 J:\GitHub\SmartHarvestSE\src\Data\dataCase.cpp(1265): [WARNING] {26816} (2020-07-02 07:58:45 PM) Target Clam/0x18060c34 contents type ingredient already stored under different form Raw Clam/0x000eba03 J:\GitHub\SmartHarvestSE\src\Data\dataCase.cpp(1265): [WARNING] {26816} (2020-07-02 07:58:45 PM) Target Clam/0x18060c34 contents type ingredient already stored under different form Raw Clam/0x000eba03 J:\GitHub\SmartHarvestSE\src\Data\dataCase.cpp(1265): [WARNING] {26816} (2020-07-02 07:58:45 PM) Target Clam/0x18060c34 contents type ingredient already stored under different form Raw Clam/0x000eba03 J:\GitHub\SmartHarvestSE\src\Data\dataCase.cpp(1265): [WARNING] {26816} (2020-07-02 07:58:45 PM) Target Clam/0x18060c34 contents type ingredient already stored under different form Raw Clam/0x000eba03 J:\GitHub\SmartHarvestSE\src\Data\dataCase.cpp(1265): [WARNING] {26816} (2020-07-02 07:58:45 PM) Target Clam/0x18060c34 contents type ingredient already stored under different form Raw Clam/0x000eba03 J:\GitHub\SmartHarvestSE\src\Data\dataCase.cpp(1265): [WARNING] {26816} (2020-07-02 07:58:45 PM) Target Clam/0x18060c34 contents type ingredient already stored under different form Raw Clam/0x000eba03 J:\GitHub\SmartHarvestSE\src\Data\dataCase.cpp(1265): [WARNING] {26816} (2020-07-02 07:58:45 PM) Target Clam/0x18060c34 contents type ingredient already stored under different form Raw Clam/0x000eba03 J:\GitHub\SmartHarvestSE\src\Data\dataCase.cpp(1265): [WARNING] {26816} (2020-07-02 07:58:45 PM) Target Clam/0x18060c34 contents type ingredient already stored under different form Raw Clam/0x000eba03 J:\GitHub\SmartHarvestSE\src\Data\dataCase.cpp(1265): [WARNING] {26816} (2020-07-02 07:58:45 PM) Target Clam/0x18060c34 contents type ingredient already stored under different form Raw Clam/0x000eba03 J:\GitHub\SmartHarvestSE\src\Data\dataCase.cpp(1265): [WARNING] {26816} (2020-07-02 07:58:45 PM) Target Clam/0x18060c34 contents type ingredient already stored under different form Raw Clam/0x000eba03 J:\GitHub\SmartHarvestSE\src\Data\dataCase.cpp(1265): [WARNING] {26816} (2020-07-02 07:58:45 PM) Target Clam/0x18060c34 contents type ingredient already stored under different form Raw Clam/0x000eba03 J:\GitHub\SmartHarvestSE\src\Data\dataCase.cpp(1265): [WARNING] {26816} (2020-07-02 07:58:45 PM) Target Clam/0x18060c34 contents type ingredient already stored under different form Raw Clam/0x000eba03 J:\GitHub\SmartHarvestSE\src\Data\dataCase.cpp(1265): [WARNING] {26816} (2020-07-02 07:58:45 PM) Target Clam/0x18060c34 contents type ingredient already stored under different form Raw Clam/0x000eba03 J:\GitHub\SmartHarvestSE\src\Data\dataCase.cpp(1265): [WARNING] {26816} (2020-07-02 07:58:45 PM) Target Clam/0x18060c34 contents type ingredient already stored under different form Raw Clam/0x000eba03 J:\GitHub\SmartHarvestSE\src\Data\dataCase.cpp(1265): [WARNING] {26816} (2020-07-02 07:58:45 PM) Target Clam/0x18060c34 contents type ingredient already stored under different form Raw Clam/0x000eba03 J:\GitHub\SmartHarvestSE\src\Data\dataCase.h(163): [WARNING] {26816} (2020-07-02 07:58:45 PM) No ingredient for Sap Spout/0x000aed89 J:\GitHub\SmartHarvestSE\src\Data\dataCase.cpp(1265): [WARNING] {26816} (2020-07-02 07:58:45 PM) Target Charred Skeever/0x1849cda8 contents type food already stored under different form Charred Meat/0x000e8448 J:\GitHub\SmartHarvestSE\src\Data\dataCase.cpp(1265): [WARNING] {26816} (2020-07-02 07:58:45 PM) Target Charred Skeever/0x1849cda8 contents type food already stored under different form Charred Meat/0x000e8448 J:\GitHub\SmartHarvestSE\src\Data\dataCase.cpp(1265): [WARNING] {26816} (2020-07-02 07:58:45 PM) Target Charred Skeever/0x1849cda8 contents type food already stored under different form Charred Meat/0x000e8448 J:\GitHub\SmartHarvestSE\src\Data\dataCase.cpp(1265): [WARNING] {26816} (2020-07-02 07:58:45 PM) Target Pheasant/0x18195c83 contents type ingredient already stored under different form Raw Pheasant Breast/0x00065c9d J:\GitHub\SmartHarvestSE\src\Data\dataCase.cpp(1265): [WARNING] {26816} (2020-07-02 07:58:45 PM) Target Pheasant/0x18195c83 contents type ingredient already stored under different form Raw Pheasant Breast/0x00065c9d J:\GitHub\SmartHarvestSE\src\Data\dataCase.cpp(1265): [WARNING] {26816} (2020-07-02 07:58:45 PM) Target Pheasant/0x18195c83 contents type ingredient already stored under different form Raw Pheasant Breast/0x00065c9d J:\GitHub\SmartHarvestSE\src\Data\dataCase.cpp(1265): [WARNING] {26816} (2020-07-02 07:58:45 PM) Target Pheasant/0x18195c83 contents type ingredient already stored under different form Raw Pheasant Breast/0x00065c9d J:\GitHub\SmartHarvestSE\src\Data\dataCase.cpp(1265): [WARNING] {26816} (2020-07-02 07:58:45 PM) Target Hawk's Nest/0x1886985b contents type ingredient already stored under different form Hawk Egg/0x0300f1cc J:\GitHub\SmartHarvestSE\src\Data\dataCase.cpp(1265): [WARNING] {26816} (2020-07-02 07:58:45 PM) Target Pearl Oyster/0x18060c35 contents type ingredient already stored under different form Pearl/0x00085500 J:\GitHub\SmartHarvestSE\src\Data\dataCase.cpp(1265): [WARNING] {26816} (2020-07-02 07:58:45 PM) Target Pearl Oyster/0x18060c35 contents type ingredient already stored under different form Pearl/0x00085500 J:\GitHub\SmartHarvestSE\src\Data\dataCase.cpp(1265): [WARNING] {26816} (2020-07-02 07:58:45 PM) Target Pearl Oyster/0x18060c35 contents type ingredient already stored under different form Pearl/0x00085500 J:\GitHub\SmartHarvestSE\src\Data\dataCase.cpp(1265): [WARNING] {26816} (2020-07-02 07:58:45 PM) Target Pearl Oyster/0x18060c35 contents type ingredient already stored under different form Pearl/0x00085500 J:\GitHub\SmartHarvestSE\src\Data\dataCase.cpp(1265): [WARNING] {26816} (2020-07-02 07:58:45 PM) Target Chicken's Nest/0x18869851 contents type ingredient already stored under different form Chicken Egg/0x00023d77 J:\GitHub\SmartHarvestSE\src\Data\dataCase.cpp(1265): [WARNING] {26816} (2020-07-02 07:58:45 PM) Target Chicken's Nest/0x187e0d14 contents type ingredient already stored under different form Chicken Egg/0x00023d77 J:\GitHub\SmartHarvestSE\src\Data\dataCase.cpp(1265): [WARNING] {26816} (2020-07-02 07:58:45 PM) Target Chicken's Nest/0x18869859 contents type ingredient already stored under different form Chicken Egg/0x00023d77 J:\GitHub\SmartHarvestSE\src\Data\dataCase.cpp(1265): [WARNING] {26816} (2020-07-02 07:58:45 PM) Target Hawk's Nest/0x1886985b contents type ingredient already stored under different form Hawk Egg/0x0300f1cc J:\GitHub\SmartHarvestSE\src\Data\dataCase.cpp(1265): [WARNING] {26816} (2020-07-02 07:58:45 PM) Target Hawk's Nest/0x18869852 contents type ingredient already stored under different form Hawk Egg/0x0300f1cc J:\GitHub\SmartHarvestSE\src\Data\dataCase.cpp(1265): [WARNING] {26816} (2020-07-02 07:58:45 PM) Target Hawk's Nest/0x1886985a contents type ingredient already stored under different form Hawk Egg/0x0300f1cc J:\GitHub\SmartHarvestSE\src\Data\dataCase.cpp(1265): [WARNING] {26816} (2020-07-02 07:58:45 PM) Target Apple Barrel/0x189a89ae contents type food already stored under different form Red Apple/0x00064b2e J:\GitHub\SmartHarvestSE\src\Data\dataCase.cpp(1265): [WARNING] {26816} (2020-07-02 07:58:45 PM) Target Apple Barrel/0x189a89ae contents type food already stored under different form Red Apple/0x00064b2e J:\GitHub\SmartHarvestSE\src\Data\dataCase.cpp(1265): [WARNING] {26816} (2020-07-02 07:58:45 PM) Target Apple Barrel/0x189a89ae contents type food already stored under different form Red Apple/0x00064b2e J:\GitHub\SmartHarvestSE\src\Data\dataCase.cpp(1265): [WARNING] {26816} (2020-07-02 07:58:45 PM) Target Apple Barrel/0x189a89ae contents type food already stored under different form Red Apple/0x00064b2e J:\GitHub\SmartHarvestSE\src\Data\dataCase.cpp(1265): [WARNING] {26816} (2020-07-02 07:58:45 PM) Target Apple Barrel/0x189a89ae contents type food already stored under different form Red Apple/0x00064b2e J:\GitHub\SmartHarvestSE\src\Data\dataCase.cpp(1265): [WARNING] {26816} (2020-07-02 07:58:45 PM) Target Hanging Meat/0x189a89c0 contents type food already stored under different form Raw Beef/0x00065c99 J:\GitHub\SmartHarvestSE\src\Data\dataCase.cpp(1265): [WARNING] {26816} (2020-07-02 07:58:45 PM) Target Hanging Meat/0x189a89c0 contents type food already stored under different form Raw Beef/0x00065c99 J:\GitHub\SmartHarvestSE\src\Data\dataCase.cpp(1265): [WARNING] {26816} (2020-07-02 07:58:45 PM) Target Hanging Meat/0x189a89c0 contents type food already stored under different form Raw Beef/0x00065c99 J:\GitHub\SmartHarvestSE\src\Data\dataCase.cpp(1265): [WARNING] {26816} (2020-07-02 07:58:45 PM) Target Hanging Meat/0x189a89c0 contents type food already stored under different form Raw Beef/0x00065c99 J:\GitHub\SmartHarvestSE\src\Data\dataCase.cpp(1265): [WARNING] {26816} (2020-07-02 07:58:45 PM) Target Hanging Meat/0x189a89c0 contents type food already stored under different form Raw Beef/0x00065c99 J:\GitHub\SmartHarvestSE\src\Data\dataCase.cpp(1265): [WARNING] {26816} (2020-07-02 07:58:45 PM) Target Hanging Meat/0x189a89c0 contents type food already stored under different form Raw Beef/0x00065c99 J:\GitHub\SmartHarvestSE\src\Data\dataCase.cpp(1265): [WARNING] {26816} (2020-07-02 07:58:45 PM) Target Hanging Meat/0x189a89c0 contents type food already stored under different form Raw Beef/0x00065c99 J:\GitHub\SmartHarvestSE\src\Data\dataCase.cpp(1265): [WARNING] {26816} (2020-07-02 07:58:45 PM) Target Hanging Meat/0x189a89c0 contents type food already stored under different form Raw Beef/0x00065c99 J:\GitHub\SmartHarvestSE\src\Data\dataCase.cpp(1265): [WARNING] {26816} (2020-07-02 07:58:45 PM) Target Hanging Meat/0x189a89c0 contents type food already stored under different form Raw Beef/0x00065c99 J:\GitHub\SmartHarvestSE\src\Data\dataCase.cpp(1265): [WARNING] {26816} (2020-07-02 07:58:45 PM) Target Hanging Meat/0x189a89c0 contents type food already stored under different form Raw Beef/0x00065c99 J:\GitHub\SmartHarvestSE\src\Data\dataCase.cpp(1265): [WARNING] {26816} (2020-07-02 07:58:45 PM) Target Apple Barrel/0x189a89ae contents type food already stored under different form Red Apple/0x00064b2e J:\GitHub\SmartHarvestSE\src\Data\dataCase.cpp(1265): [WARNING] {26816} (2020-07-02 07:58:45 PM) Target Apple Barrel/0x189a89ae contents type food already stored under different form Red Apple/0x00064b2e J:\GitHub\SmartHarvestSE\src\Data\dataCase.cpp(1265): [WARNING] {26816} (2020-07-02 07:58:45 PM) Target Apple Barrel/0x189a89ae contents type food already stored under different form Red Apple/0x00064b2e J:\GitHub\SmartHarvestSE\src\Data\dataCase.cpp(1265): [WARNING] {26816} (2020-07-02 07:58:45 PM) Target Apple Barrel/0x189a89ae contents type food already stored under different form Red Apple/0x00064b2e J:\GitHub\SmartHarvestSE\src\Data\dataCase.cpp(1265): [WARNING] {26816} (2020-07-02 07:58:45 PM) Target Apple Barrel/0x189a89ae contents type food already stored under different form Red Apple/0x00064b2e J:\GitHub\SmartHarvestSE\src\Data\dataCase.cpp(1265): [WARNING] {26816} (2020-07-02 07:58:45 PM) Target Hanging Meat/0x189a89af contents type food already stored under different form Raw Bear Meat/0x18190b54 J:\GitHub\SmartHarvestSE\src\Data\dataCase.cpp(1265): [WARNING] {26816} (2020-07-02 07:58:45 PM) Target Hanging Meat/0x189a89af contents type food already stored under different form Raw Bear Meat/0x18190b54 J:\GitHub\SmartHarvestSE\src\Data\dataCase.cpp(1265): [WARNING] {26816} (2020-07-02 07:58:45 PM) Target Hanging Meat/0x189a89c3 contents type food already stored under different form Raw Goat Leg/0x00065c9a J:\GitHub\SmartHarvestSE\src\Data\dataCase.cpp(1265): [WARNING] {26816} (2020-07-02 07:58:45 PM) Target Hanging Meat/0x189a89c3 contents type food already stored under different form Raw Goat Leg/0x00065c9a J:\GitHub\SmartHarvestSE\src\Data\dataCase.cpp(1265): [WARNING] {26816} (2020-07-02 07:58:45 PM) Target Hanging Meat/0x189a89c3 contents type food already stored under different form Raw Goat Leg/0x00065c9a J:\GitHub\SmartHarvestSE\src\Data\dataCase.cpp(1265): [WARNING] {26816} (2020-07-02 07:58:45 PM) Target Hanging Meat/0x189a89c3 contents type food already stored under different form Raw Goat Leg/0x00065c9a J:\GitHub\SmartHarvestSE\src\Data\dataCase.cpp(1265): [WARNING] {26816} (2020-07-02 07:58:45 PM) Target Hanging Meat/0x189a89c3 contents type food already stored under different form Raw Goat Leg/0x00065c9a J:\GitHub\SmartHarvestSE\src\Data\dataCase.cpp(1265): [WARNING] {26816} (2020-07-02 07:58:45 PM) Target Hanging Meat/0x189a89c3 contents type food already stored under different form Raw Goat Leg/0x00065c9a J:\GitHub\SmartHarvestSE\src\Data\dataCase.cpp(1265): [WARNING] {26816} (2020-07-02 07:58:45 PM) Target Hanging Meat/0x189a89c3 contents type food already stored under different form Raw Goat Leg/0x00065c9a J:\GitHub\SmartHarvestSE\src\Data\dataCase.cpp(1265): [WARNING] {26816} (2020-07-02 07:58:45 PM) Target Hanging Meat/0x189a89c3 contents type food already stored under different form Raw Goat Leg/0x00065c9a J:\GitHub\SmartHarvestSE\src\Data\dataCase.cpp(1265): [WARNING] {26816} (2020-07-02 07:58:45 PM) Target Hanging Meat/0x189a89c3 contents type food already stored under different form Raw Goat Leg/0x00065c9a J:\GitHub\SmartHarvestSE\src\Data\dataCase.cpp(1265): [WARNING] {26816} (2020-07-02 07:58:45 PM) Target Hanging Meat/0x189a89c3 contents type food already stored under different form Raw Goat Leg/0x00065c9a J:\GitHub\SmartHarvestSE\src\Data\dataCase.cpp(1265): [WARNING] {26816} (2020-07-02 07:58:45 PM) Target Hanging Meat/0x189a89c3 contents type food already stored under different form Raw Goat Leg/0x00065c9a J:\GitHub\SmartHarvestSE\src\Data\dataCase.cpp(1265): [WARNING] {26816} (2020-07-02 07:58:45 PM) Target Hanging Meat/0x189a89c3 contents type food already stored under different form Raw Goat Leg/0x00065c9a J:\GitHub\SmartHarvestSE\src\Data\dataCase.cpp(1265): [WARNING] {26816} (2020-07-02 07:58:45 PM) Target Hanging Meat/0x189a89c3 contents type food already stored under different form Raw Goat Leg/0x00065c9a J:\GitHub\SmartHarvestSE\src\Data\dataCase.cpp(1265): [WARNING] {26816} (2020-07-02 07:58:45 PM) Target Hanging Meat/0x189a89c3 contents type food already stored under different form Raw Goat Leg/0x00065c9a J:\GitHub\SmartHarvestSE\src\Data\dataCase.cpp(1265): [WARNING] {26816} (2020-07-02 07:58:45 PM) Target Hanging Meat/0x189a89c3 contents type food already stored under different form Raw Goat Leg/0x00065c9a J:\GitHub\SmartHarvestSE\src\Data\dataCase.cpp(1265): [WARNING] {26816} (2020-07-02 07:58:45 PM) Target Hanging Meat/0x189a89c3 contents type food already stored under different form Raw Goat Leg/0x00065c9a J:\GitHub\SmartHarvestSE\src\Data\dataCase.cpp(1265): [WARNING] {26816} (2020-07-02 07:58:45 PM) Target Hanging Meat/0x189a89c3 contents type food already stored under different form Raw Goat Leg/0x00065c9a J:\GitHub\SmartHarvestSE\src\Data\dataCase.cpp(1265): [WARNING] {26816} (2020-07-02 07:58:45 PM) Target Hanging Meat/0x189a89c3 contents type food already stored under different form Raw Goat Leg/0x00065c9a J:\GitHub\SmartHarvestSE\src\Data\dataCase.cpp(1265): [WARNING] {26816} (2020-07-02 07:58:45 PM) Target Hanging Meat/0x189a89c3 contents type food already stored under different form Raw Goat Leg/0x00065c9a J:\GitHub\SmartHarvestSE\src\Data\dataCase.cpp(1265): [WARNING] {26816} (2020-07-02 07:58:45 PM) Target Hanging Meat/0x189a89c3 contents type food already stored under different form Raw Goat Leg/0x00065c9a J:\GitHub\SmartHarvestSE\src\Data\dataCase.cpp(924): [MESSAGE] {26816} (2020-07-02 07:58:45 PM) LOAD Categorize by Ingredient: TREE J:\GitHub\SmartHarvestSE\src\Data\dataCase.h(163): [WARNING] {26816} (2020-07-02 07:58:45 PM) No ingredient for Withered Shrub/0x02003bd9 J:\GitHub\SmartHarvestSE\src\Data\dataCase.h(163): [WARNING] {26816} (2020-07-02 07:58:45 PM) No ingredient for Withered Shrub/0x02003bda J:\GitHub\SmartHarvestSE\src\Data\dataCase.h(163): [WARNING] {26816} (2020-07-02 07:58:45 PM) No ingredient for Withered Shrub/0x02003bdb J:\GitHub\SmartHarvestSE\src\Data\dataCase.h(163): [WARNING] {26816} (2020-07-02 07:58:45 PM) No ingredient for Ice Vine/0x020042e1 J:\GitHub\SmartHarvestSE\src\Data\dataCase.h(163): [WARNING] {26816} (2020-07-02 07:58:45 PM) No ingredient for Ice Vine/0x020042e2 J:\GitHub\SmartHarvestSE\src\Data\dataCase.h(163): [WARNING] {26816} (2020-07-02 07:58:45 PM) No ingredient for Ice Vine/0x020042e3 J:\GitHub\SmartHarvestSE\src\Data\dataCase.h(163): [WARNING] {26816} (2020-07-02 07:58:45 PM) No ingredient for Snowy Ice Vine/0x020042e8 J:\GitHub\SmartHarvestSE\src\Data\dataCase.h(163): [WARNING] {26816} (2020-07-02 07:58:45 PM) No ingredient for Snowy Ice Vine/0x020042e9 J:\GitHub\SmartHarvestSE\src\Data\dataCase.h(163): [WARNING] {26816} (2020-07-02 07:58:45 PM) No ingredient for Snowy Ice Vine/0x020042ea J:\GitHub\SmartHarvestSE\src\Data\dataCase.h(163): [WARNING] {26816} (2020-07-02 07:58:45 PM) No ingredient for Dead Vine/0x0200431d J:\GitHub\SmartHarvestSE\src\Data\dataCase.h(163): [WARNING] {26816} (2020-07-02 07:58:45 PM) No ingredient for Dead Vine/0x0200431e J:\GitHub\SmartHarvestSE\src\Data\dataCase.h(163): [WARNING] {26816} (2020-07-02 07:58:45 PM) No ingredient for Dead Vine/0x0200431f J:\GitHub\SmartHarvestSE\src\Data\dataCase.h(163): [WARNING] {26816} (2020-07-02 07:58:45 PM) No ingredient for Ash Vine/0x02004320 J:\GitHub\SmartHarvestSE\src\Data\dataCase.h(163): [WARNING] {26816} (2020-07-02 07:58:45 PM) No ingredient for Ash Vine/0x02004321 J:\GitHub\SmartHarvestSE\src\Data\dataCase.h(163): [WARNING] {26816} (2020-07-02 07:58:45 PM) No ingredient for Ash Vine/0x02004322 J:\GitHub\SmartHarvestSE\src\Data\dataCase.h(163): [WARNING] {26816} (2020-07-02 07:58:45 PM) No ingredient for Withered Tree/0x02004332 J:\GitHub\SmartHarvestSE\src\Data\dataCase.h(163): [WARNING] {26816} (2020-07-02 07:58:45 PM) No ingredient for Withered Tree/0x02004333 J:\GitHub\SmartHarvestSE\src\Data\dataCase.h(163): [WARNING] {26816} (2020-07-02 07:58:45 PM) No ingredient for Withered Tree/0x02004334 J:\GitHub\SmartHarvestSE\src\Data\dataCase.h(163): [WARNING] {26816} (2020-07-02 07:58:45 PM) No ingredient for Withered Trees/0x0200ddb5 J:\GitHub\SmartHarvestSE\src\Data\dataCase.h(163): [WARNING] {26816} (2020-07-02 07:58:45 PM) No ingredient for Withered Shrub/0x02011d54 J:\GitHub\SmartHarvestSE\src\Data\dataCase.h(163): [WARNING] {26816} (2020-07-02 07:58:45 PM) No ingredient for Withered Shrub/0x02011d55 J:\GitHub\SmartHarvestSE\src\Data\dataCase.cpp(927): [MESSAGE] {26816} (2020-07-02 07:58:45 PM) LOAD Categorize by Keyword: ARMO J:\GitHub\SmartHarvestSE\src\Data\dataCase.h(329): [WARNING] {26816} (2020-07-02 07:58:45 PM) Blood Extractor/0x18107fc3 mapped to clutter already stored with keyword poison, check data J:\GitHub\SmartHarvestSE\src\Data\dataCase.cpp(930): [MESSAGE] {26816} (2020-07-02 07:58:45 PM) LOAD Categorize by Keyword: WEAP J:\GitHub\SmartHarvestSE\src\Data\dataCase.cpp(934): [MESSAGE] {26816} (2020-07-02 07:58:45 PM) LOAD Categorize by Activation Verb ACTI J:\GitHub\SmartHarvestSE\src\Data\dataCase.cpp(949): [MESSAGE] {26816} (2020-07-02 07:58:45 PM) LOAD Detect and Handle Exceptions J:\GitHub\SmartHarvestSE\src\Data\dataCase.cpp(375): [MESSAGE] {26816} (2020-07-02 07:58:45 PM) LVLI Skyrim.esm:0x00017102 found for Vendor Container contents J:\GitHub\SmartHarvestSE\src\Data\dataCase.cpp(375): [MESSAGE] {26816} (2020-07-02 07:58:45 PM) LVLI Skyrim.esm:0x00072ae7 found for Vendor Container contents J:\GitHub\SmartHarvestSE\src\Data\dataCase.cpp(375): [MESSAGE] {26816} (2020-07-02 07:58:45 PM) LVLI Skyrim.esm:0x00072ae8 found for Vendor Container contents J:\GitHub\SmartHarvestSE\src\Data\dataCase.cpp(375): [MESSAGE] {26816} (2020-07-02 07:58:45 PM) LVLI Skyrim.esm:0x00072ae9 found for Vendor Container contents J:\GitHub\SmartHarvestSE\src\Data\dataCase.cpp(375): [MESSAGE] {26816} (2020-07-02 07:58:45 PM) LVLI Skyrim.esm:0x00072aea found for Vendor Container contents J:\GitHub\SmartHarvestSE\src\Data\dataCase.cpp(375): [MESSAGE] {26816} (2020-07-02 07:58:45 PM) LVLI Skyrim.esm:0x00072aeb found for Vendor Container contents J:\GitHub\SmartHarvestSE\src\Data\dataCase.cpp(375): [MESSAGE] {26816} (2020-07-02 07:58:45 PM) LVLI Skyrim.esm:0x00072aec found for Vendor Container contents J:\GitHub\SmartHarvestSE\src\Data\dataCase.cpp(375): [MESSAGE] {26816} (2020-07-02 07:58:45 PM) LVLI Skyrim.esm:0x00072aed found for Vendor Container contents J:\GitHub\SmartHarvestSE\src\Data\dataCase.cpp(375): [MESSAGE] {26816} (2020-07-02 07:58:45 PM) LVLI Skyrim.esm:0x000d54bf found for Vendor Container contents J:\GitHub\SmartHarvestSE\src\Data\dataCase.cpp(375): [MESSAGE] {26816} (2020-07-02 07:58:45 PM) LVLI Skyrim.esm:0x000d54c0 found for Vendor Container contents J:\GitHub\SmartHarvestSE\src\Data\dataCase.cpp(375): [MESSAGE] {26816} (2020-07-02 07:58:45 PM) LVLI Skyrim.esm:0x000d54c1 found for Vendor Container contents J:\GitHub\SmartHarvestSE\src\Data\dataCase.cpp(375): [MESSAGE] {26816} (2020-07-02 07:58:45 PM) LVLI Skyrim.esm:0x000d54c2 found for Vendor Container contents J:\GitHub\SmartHarvestSE\src\Data\dataCase.cpp(375): [MESSAGE] {26816} (2020-07-02 07:58:45 PM) LVLI Skyrim.esm:0x000d54c3 found for Vendor Container contents J:\GitHub\SmartHarvestSE\src\Data\dataCase.cpp(408): [MESSAGE] {26816} (2020-07-02 07:58:45 PM) LVLI Wyrmstooth.esp:0x095d0598 found for Vendor Container contents J:\GitHub\SmartHarvestSE\src\Data\dataCase.cpp(413): [ERROR] {26816} (2020-07-02 07:58:45 PM) LVLI Midwood Isle.esp/0x00142430 not found, should be Vendor Container contents J:\GitHub\SmartHarvestSE\src\Data\dataCase.cpp(413): [ERROR] {26816} (2020-07-02 07:58:45 PM) LVLI Midwood Isle.esp/0x0019b10a not found, should be Vendor Container contents J:\GitHub\SmartHarvestSE\src\Data\dataCase.cpp(413): [ERROR] {26816} (2020-07-02 07:58:45 PM) LVLI AAX_Arweden.esp/0x00041dd1 not found, should be Vendor Container contents J:\GitHub\SmartHarvestSE\src\Data\dataCase.cpp(408): [MESSAGE] {26816} (2020-07-02 07:58:45 PM) LVLI Complete Alchemy & Cooking Overhaul.esp:0x1897afe1 found for Vendor Container contents J:\GitHub\SmartHarvestSE\src\Data\dataCase.cpp(421): [ERROR] {26816} (2020-07-02 07:58:45 PM) LVLI count 2 (mods) for Vendor Gold inconsistent with expected 5 J:\GitHub\SmartHarvestSE\src\Data\dataCase.cpp(432): [MESSAGE] {26816} (2020-07-02 07:58:45 PM) Block Vendor Container Chest/0x0010fde6 J:\GitHub\SmartHarvestSE\src\Data\dataCase.cpp(432): [MESSAGE] {26816} (2020-07-02 07:58:45 PM) Block Vendor Container Chest/0x0010c430 J:\GitHub\SmartHarvestSE\src\Data\dataCase.cpp(432): [MESSAGE] {26816} (2020-07-02 07:58:45 PM) Block Vendor Container Chest/0x0010c1d5 J:\GitHub\SmartHarvestSE\src\Data\dataCase.cpp(432): [MESSAGE] {26816} (2020-07-02 07:58:45 PM) Block Vendor Container Chest/0x000fe485 J:\GitHub\SmartHarvestSE\src\Data\dataCase.cpp(432): [MESSAGE] {26816} (2020-07-02 07:58:45 PM) Block Vendor Container Chest/0x000ee9f7 J:\GitHub\SmartHarvestSE\src\Data\dataCase.cpp(432): [MESSAGE] {26816} (2020-07-02 07:58:45 PM) Block Vendor Container Thieves Guild Fence Chest/0x000d8e4d J:\GitHub\SmartHarvestSE\src\Data\dataCase.cpp(432): [MESSAGE] {26816} (2020-07-02 07:58:45 PM) Block Vendor Container Thieves Guild Fence Chest/0x000d8e4c J:\GitHub\SmartHarvestSE\src\Data\dataCase.cpp(432): [MESSAGE] {26816} (2020-07-02 07:58:45 PM) Block Vendor Container Thieves Guild Fence Chest/0x000d8e4b J:\GitHub\SmartHarvestSE\src\Data\dataCase.cpp(432): [MESSAGE] {26816} (2020-07-02 07:58:45 PM) Block Vendor Container Thieves Guild Fence Chest/0x000d8831 J:\GitHub\SmartHarvestSE\src\Data\dataCase.cpp(432): [MESSAGE] {26816} (2020-07-02 07:58:45 PM) Block Vendor Container Thieves Guild Fence Chest/0x000d8830 J:\GitHub\SmartHarvestSE\src\Data\dataCase.cpp(432): [MESSAGE] {26816} (2020-07-02 07:58:45 PM) Block Vendor Container Thieves Guild Fence Chest/0x000d882f J:\GitHub\SmartHarvestSE\src\Data\dataCase.cpp(432): [MESSAGE] {26816} (2020-07-02 07:58:45 PM) Block Vendor Container Thieves Guild Fence Chest/0x000d882e J:\GitHub\SmartHarvestSE\src\Data\dataCase.cpp(432): [MESSAGE] {26816} (2020-07-02 07:58:45 PM) Block Vendor Container Thieves Guild Fence Chest/0x000d882d J:\GitHub\SmartHarvestSE\src\Data\dataCase.cpp(432): [MESSAGE] {26816} (2020-07-02 07:58:45 PM) Block Vendor Container Chest/0x000d6aa4 J:\GitHub\SmartHarvestSE\src\Data\dataCase.cpp(432): [MESSAGE] {26816} (2020-07-02 07:58:45 PM) Block Vendor Container Chest/0x00016aca J:\GitHub\SmartHarvestSE\src\Data\dataCase.cpp(432): [MESSAGE] {26816} (2020-07-02 07:58:45 PM) Block Vendor Container Chest/0x00072786 J:\GitHub\SmartHarvestSE\src\Data\dataCase.cpp(432): [MESSAGE] {26816} (2020-07-02 07:58:45 PM) Block Vendor Container Chest/0x0006a876 J:\GitHub\SmartHarvestSE\src\Data\dataCase.cpp(432): [MESSAGE] {26816} (2020-07-02 07:58:45 PM) Block Vendor Container Chest/0x00065c36 J:\GitHub\SmartHarvestSE\src\Data\dataCase.cpp(432): [MESSAGE] {26816} (2020-07-02 07:58:45 PM) Block Vendor Container Chest/0x0006479f J:\GitHub\SmartHarvestSE\src\Data\dataCase.cpp(432): [MESSAGE] {26816} (2020-07-02 07:58:45 PM) Block Vendor Container Chest/0x0006479c J:\GitHub\SmartHarvestSE\src\Data\dataCase.cpp(432): [MESSAGE] {26816} (2020-07-02 07:58:45 PM) Block Vendor Container Chest/0x000e7bcd J:\GitHub\SmartHarvestSE\src\Data\dataCase.cpp(432): [MESSAGE] {26816} (2020-07-02 07:58:45 PM) Block Vendor Container Thieves Guild Fence Chest/0x000d54c5 J:\GitHub\SmartHarvestSE\src\Data\dataCase.cpp(432): [MESSAGE] {26816} (2020-07-02 07:58:45 PM) Block Vendor Container Chest/0x000c644f J:\GitHub\SmartHarvestSE\src\Data\dataCase.cpp(432): [MESSAGE] {26816} (2020-07-02 07:58:45 PM) Block Vendor Container Chest/0x000c644e J:\GitHub\SmartHarvestSE\src\Data\dataCase.cpp(432): [MESSAGE] {26816} (2020-07-02 07:58:45 PM) Block Vendor Container Chest/0x000c644d J:\GitHub\SmartHarvestSE\src\Data\dataCase.cpp(432): [MESSAGE] {26816} (2020-07-02 07:58:45 PM) Block Vendor Container Chest/0x000c644c J:\GitHub\SmartHarvestSE\src\Data\dataCase.cpp(432): [MESSAGE] {26816} (2020-07-02 07:58:45 PM) Block Vendor Container Chest/0x000c644b J:\GitHub\SmartHarvestSE\src\Data\dataCase.cpp(432): [MESSAGE] {26816} (2020-07-02 07:58:45 PM) Block Vendor Container Chest/0x000b3fe1 J:\GitHub\SmartHarvestSE\src\Data\dataCase.cpp(432): [MESSAGE] {26816} (2020-07-02 07:58:45 PM) Block Vendor Container Chest/0x000b3fe0 J:\GitHub\SmartHarvestSE\src\Data\dataCase.cpp(432): [MESSAGE] {26816} (2020-07-02 07:58:45 PM) Block Vendor Container Chest/0x000b31e8 J:\GitHub\SmartHarvestSE\src\Data\dataCase.cpp(432): [MESSAGE] {26816} (2020-07-02 07:58:45 PM) Block Vendor Container Chest/0x000b2989 J:\GitHub\SmartHarvestSE\src\Data\dataCase.cpp(432): [MESSAGE] {26816} (2020-07-02 07:58:45 PM) Block Vendor Container Chest/0x000b2035 J:\GitHub\SmartHarvestSE\src\Data\dataCase.cpp(432): [MESSAGE] {26816} (2020-07-02 07:58:45 PM) Block Vendor Container Chest/0x000af632 J:\GitHub\SmartHarvestSE\src\Data\dataCase.cpp(432): [MESSAGE] {26816} (2020-07-02 07:58:45 PM) Block Vendor Container Chest/0x000acb6f J:\GitHub\SmartHarvestSE\src\Data\dataCase.cpp(432): [MESSAGE] {26816} (2020-07-02 07:58:45 PM) Block Vendor Container Chest/0x000acb6c J:\GitHub\SmartHarvestSE\src\Data\dataCase.cpp(432): [MESSAGE] {26816} (2020-07-02 07:58:45 PM) Block Vendor Container Chest/0x000ac9dc J:\GitHub\SmartHarvestSE\src\Data\dataCase.cpp(432): [MESSAGE] {26816} (2020-07-02 07:58:45 PM) Block Vendor Container Chest/0x000ac9db J:\GitHub\SmartHarvestSE\src\Data\dataCase.cpp(432): [MESSAGE] {26816} (2020-07-02 07:58:45 PM) Block Vendor Container Chest/0x000ac9da J:\GitHub\SmartHarvestSE\src\Data\dataCase.cpp(432): [MESSAGE] {26816} (2020-07-02 07:58:45 PM) Block Vendor Container Chest/0x000ac9d9 J:\GitHub\SmartHarvestSE\src\Data\dataCase.cpp(432): [MESSAGE] {26816} (2020-07-02 07:58:45 PM) Block Vendor Container Chest/0x000ac9ce J:\GitHub\SmartHarvestSE\src\Data\dataCase.cpp(432): [MESSAGE] {26816} (2020-07-02 07:58:45 PM) Block Vendor Container Chest/0x000abd9e J:\GitHub\SmartHarvestSE\src\Data\dataCase.cpp(432): [MESSAGE] {26816} (2020-07-02 07:58:45 PM) Block Vendor Container Chest/0x000abb40 J:\GitHub\SmartHarvestSE\src\Data\dataCase.cpp(432): [MESSAGE] {26816} (2020-07-02 07:58:45 PM) Block Vendor Container Chest/0x000abb3e J:\GitHub\SmartHarvestSE\src\Data\dataCase.cpp(432): [MESSAGE] {26816} (2020-07-02 07:58:45 PM) Block Vendor Container Chest/0x000a6c10 J:\GitHub\SmartHarvestSE\src\Data\dataCase.cpp(432): [MESSAGE] {26816} (2020-07-02 07:58:45 PM) Block Vendor Container Chest/0x000a6c0f J:\GitHub\SmartHarvestSE\src\Data\dataCase.cpp(432): [MESSAGE] {26816} (2020-07-02 07:58:45 PM) Block Vendor Container Chest/0x000a6c0e J:\GitHub\SmartHarvestSE\src\Data\dataCase.cpp(432): [MESSAGE] {26816} (2020-07-02 07:58:45 PM) Block Vendor Container Chest/0x000a6c08 J:\GitHub\SmartHarvestSE\src\Data\dataCase.cpp(432): [MESSAGE] {26816} (2020-07-02 07:58:45 PM) Block Vendor Container Chest/0x000a6c07 J:\GitHub\SmartHarvestSE\src\Data\dataCase.cpp(432): [MESSAGE] {26816} (2020-07-02 07:58:45 PM) Block Vendor Container Chest/0x000a6c06 J:\GitHub\SmartHarvestSE\src\Data\dataCase.cpp(432): [MESSAGE] {26816} (2020-07-02 07:58:45 PM) Block Vendor Container Chest/0x000a6c05 J:\GitHub\SmartHarvestSE\src\Data\dataCase.cpp(432): [MESSAGE] {26816} (2020-07-02 07:58:45 PM) Block Vendor Container Chest/0x000a6c04 J:\GitHub\SmartHarvestSE\src\Data\dataCase.cpp(432): [MESSAGE] {26816} (2020-07-02 07:58:45 PM) Block Vendor Container Chest/0x000a6bfc J:\GitHub\SmartHarvestSE\src\Data\dataCase.cpp(432): [MESSAGE] {26816} (2020-07-02 07:58:45 PM) Block Vendor Container Chest/0x000a6bf3 J:\GitHub\SmartHarvestSE\src\Data\dataCase.cpp(432): [MESSAGE] {26816} (2020-07-02 07:58:45 PM) Block Vendor Container Chest/0x000a6bf1 J:\GitHub\SmartHarvestSE\src\Data\dataCase.cpp(432): [MESSAGE] {26816} (2020-07-02 07:58:45 PM) Block Vendor Container Chest/0x000a6bf0 J:\GitHub\SmartHarvestSE\src\Data\dataCase.cpp(432): [MESSAGE] {26816} (2020-07-02 07:58:45 PM) Block Vendor Container Chest/0x000a3f25 J:\GitHub\SmartHarvestSE\src\Data\dataCase.cpp(432): [MESSAGE] {26816} (2020-07-02 07:58:45 PM) Block Vendor Container Chest/0x000a3f1b J:\GitHub\SmartHarvestSE\src\Data\dataCase.cpp(432): [MESSAGE] {26816} (2020-07-02 07:58:45 PM) Block Vendor Container Chest/0x000a3f17 J:\GitHub\SmartHarvestSE\src\Data\dataCase.cpp(432): [MESSAGE] {26816} (2020-07-02 07:58:45 PM) Block Vendor Container Chest/0x000a3f14 J:\GitHub\SmartHarvestSE\src\Data\dataCase.cpp(432): [MESSAGE] {26816} (2020-07-02 07:58:45 PM) Block Vendor Container Chest/0x000a3f10 J:\GitHub\SmartHarvestSE\src\Data\dataCase.cpp(432): [MESSAGE] {26816} (2020-07-02 07:58:45 PM) Block Vendor Container Chest/0x000a3f0c J:\GitHub\SmartHarvestSE\src\Data\dataCase.cpp(432): [MESSAGE] {26816} (2020-07-02 07:58:45 PM) Block Vendor Container Chest/0x000a3f09 J:\GitHub\SmartHarvestSE\src\Data\dataCase.cpp(432): [MESSAGE] {26816} (2020-07-02 07:58:45 PM) Block Vendor Container Chest/0x000a3f05 J:\GitHub\SmartHarvestSE\src\Data\dataCase.cpp(432): [MESSAGE] {26816} (2020-07-02 07:58:45 PM) Block Vendor Container Chest/0x000a3f02 J:\GitHub\SmartHarvestSE\src\Data\dataCase.cpp(432): [MESSAGE] {26816} (2020-07-02 07:58:45 PM) Block Vendor Container Chest/0x000a3eff J:\GitHub\SmartHarvestSE\src\Data\dataCase.cpp(432): [MESSAGE] {26816} (2020-07-02 07:58:45 PM) Block Vendor Container Chest/0x000a31b7 J:\GitHub\SmartHarvestSE\src\Data\dataCase.cpp(432): [MESSAGE] {26816} (2020-07-02 07:58:45 PM) Block Vendor Container Chest/0x000a31b6 J:\GitHub\SmartHarvestSE\src\Data\dataCase.cpp(432): [MESSAGE] {26816} (2020-07-02 07:58:45 PM) Block Vendor Container Chest/0x000a31b5 J:\GitHub\SmartHarvestSE\src\Data\dataCase.cpp(432): [MESSAGE] {26816} (2020-07-02 07:58:45 PM) Block Vendor Container Chest/0x000a31b4 J:\GitHub\SmartHarvestSE\src\Data\dataCase.cpp(432): [MESSAGE] {26816} (2020-07-02 07:58:45 PM) Block Vendor Container Chest/0x000a31af J:\GitHub\SmartHarvestSE\src\Data\dataCase.cpp(432): [MESSAGE] {26816} (2020-07-02 07:58:45 PM) Block Vendor Container Chest/0x000a31ae J:\GitHub\SmartHarvestSE\src\Data\dataCase.cpp(432): [MESSAGE] {26816} (2020-07-02 07:58:45 PM) Block Vendor Container Chest/0x000a29ae J:\GitHub\SmartHarvestSE\src\Data\dataCase.cpp(432): [MESSAGE] {26816} (2020-07-02 07:58:45 PM) Block Vendor Container Chest/0x000a29ad J:\GitHub\SmartHarvestSE\src\Data\dataCase.cpp(432): [MESSAGE] {26816} (2020-07-02 07:58:45 PM) Block Vendor Container Chest/0x000a29ac J:\GitHub\SmartHarvestSE\src\Data\dataCase.cpp(432): [MESSAGE] {26816} (2020-07-02 07:58:45 PM) Block Vendor Container Chest/0x000a298a J:\GitHub\SmartHarvestSE\src\Data\dataCase.cpp(432): [MESSAGE] {26816} (2020-07-02 07:58:45 PM) Block Vendor Container Chest/0x000a2989 J:\GitHub\SmartHarvestSE\src\Data\dataCase.cpp(432): [MESSAGE] {26816} (2020-07-02 07:58:45 PM) Block Vendor Container Chest/0x000a2988 J:\GitHub\SmartHarvestSE\src\Data\dataCase.cpp(432): [MESSAGE] {26816} (2020-07-02 07:58:45 PM) Block Vendor Container Chest/0x000a2987 J:\GitHub\SmartHarvestSE\src\Data\dataCase.cpp(432): [MESSAGE] {26816} (2020-07-02 07:58:45 PM) Block Vendor Container Chest/0x000a0706 J:\GitHub\SmartHarvestSE\src\Data\dataCase.cpp(432): [MESSAGE] {26816} (2020-07-02 07:58:45 PM) Block Vendor Container Chest/0x000a0703 J:\GitHub\SmartHarvestSE\src\Data\dataCase.cpp(432): [MESSAGE] {26816} (2020-07-02 07:58:45 PM) Block Vendor Container Chest/0x0009f257 J:\GitHub\SmartHarvestSE\src\Data\dataCase.cpp(432): [MESSAGE] {26816} (2020-07-02 07:58:45 PM) Block Vendor Container Chest/0x0009f250 J:\GitHub\SmartHarvestSE\src\Data\dataCase.cpp(432): [MESSAGE] {26816} (2020-07-02 07:58:45 PM) Block Vendor Container Chest/0x0009e491 J:\GitHub\SmartHarvestSE\src\Data\dataCase.cpp(432): [MESSAGE] {26816} (2020-07-02 07:58:45 PM) Block Vendor Container Chest/0x0009e48e J:\GitHub\SmartHarvestSE\src\Data\dataCase.cpp(432): [MESSAGE] {26816} (2020-07-02 07:58:45 PM) Block Vendor Container Chest/0x0009e48b J:\GitHub\SmartHarvestSE\src\Data\dataCase.cpp(432): [MESSAGE] {26816} (2020-07-02 07:58:45 PM) Block Vendor Container Chest/0x0009e46d J:\GitHub\SmartHarvestSE\src\Data\dataCase.cpp(432): [MESSAGE] {26816} (2020-07-02 07:58:45 PM) Block Vendor Container Chest/0x0009e469 J:\GitHub\SmartHarvestSE\src\Data\dataCase.cpp(432): [MESSAGE] {26816} (2020-07-02 07:58:45 PM) Block Vendor Container Chest/0x0009e45f J:\GitHub\SmartHarvestSE\src\Data\dataCase.cpp(432): [MESSAGE] {26816} (2020-07-02 07:58:45 PM) Block Vendor Container Chest/0x0009e129 J:\GitHub\SmartHarvestSE\src\Data\dataCase.cpp(432): [MESSAGE] {26816} (2020-07-02 07:58:45 PM) Block Vendor Container Chest/0x0009e128 J:\GitHub\SmartHarvestSE\src\Data\dataCase.cpp(432): [MESSAGE] {26816} (2020-07-02 07:58:45 PM) Block Vendor Container Chest/0x0009e0da J:\GitHub\SmartHarvestSE\src\Data\dataCase.cpp(432): [MESSAGE] {26816} (2020-07-02 07:58:45 PM) Block Vendor Container Chest/0x0009e0d9 J:\GitHub\SmartHarvestSE\src\Data\dataCase.cpp(432): [MESSAGE] {26816} (2020-07-02 07:58:45 PM) Block Vendor Container Chest/0x0009e0d8 J:\GitHub\SmartHarvestSE\src\Data\dataCase.cpp(432): [MESSAGE] {26816} (2020-07-02 07:58:45 PM) Block Vendor Container Chest/0x0009e0d7 J:\GitHub\SmartHarvestSE\src\Data\dataCase.cpp(432): [MESSAGE] {26816} (2020-07-02 07:58:45 PM) Block Vendor Container Chest/0x0009da63 J:\GitHub\SmartHarvestSE\src\Data\dataCase.cpp(432): [MESSAGE] {26816} (2020-07-02 07:58:45 PM) Block Vendor Container Chest/0x0009da5f J:\GitHub\SmartHarvestSE\src\Data\dataCase.cpp(432): [MESSAGE] {26816} (2020-07-02 07:58:45 PM) Block Vendor Container Chest/0x0009da5c J:\GitHub\SmartHarvestSE\src\Data\dataCase.cpp(432): [MESSAGE] {26816} (2020-07-02 07:58:45 PM) Block Vendor Container Chest/0x0009da59 J:\GitHub\SmartHarvestSE\src\Data\dataCase.cpp(432): [MESSAGE] {26816} (2020-07-02 07:58:45 PM) Block Vendor Container Chest/0x0009da56 J:\GitHub\SmartHarvestSE\src\Data\dataCase.cpp(432): [MESSAGE] {26816} (2020-07-02 07:58:45 PM) Block Vendor Container Chest/0x0009da53 J:\GitHub\SmartHarvestSE\src\Data\dataCase.cpp(432): [MESSAGE] {26816} (2020-07-02 07:58:45 PM) Block Vendor Container Chest/0x0009da46 J:\GitHub\SmartHarvestSE\src\Data\dataCase.cpp(432): [MESSAGE] {26816} (2020-07-02 07:58:45 PM) Block Vendor Container Chest/0x0009da3f J:\GitHub\SmartHarvestSE\src\Data\dataCase.cpp(432): [MESSAGE] {26816} (2020-07-02 07:58:45 PM) Block Vendor Container Chest/0x0009cd45 J:\GitHub\SmartHarvestSE\src\Data\dataCase.cpp(432): [MESSAGE] {26816} (2020-07-02 07:58:45 PM) Block Vendor Container Chest/0x0009cafd J:\GitHub\SmartHarvestSE\src\Data\dataCase.cpp(432): [MESSAGE] {26816} (2020-07-02 07:58:45 PM) Block Vendor Container Chest/0x0009cafa J:\GitHub\SmartHarvestSE\src\Data\dataCase.cpp(432): [MESSAGE] {26816} (2020-07-02 07:58:45 PM) Block Vendor Container Chest/0x0009caf8 J:\GitHub\SmartHarvestSE\src\Data\dataCase.cpp(432): [MESSAGE] {26816} (2020-07-02 07:58:45 PM) Block Vendor Container Chest/0x00098ba4 J:\GitHub\SmartHarvestSE\src\Data\dataCase.cpp(432): [MESSAGE] {26816} (2020-07-02 07:58:45 PM) Block Vendor Container Chest/0x00098ba3 J:\GitHub\SmartHarvestSE\src\Data\dataCase.cpp(432): [MESSAGE] {26816} (2020-07-02 07:58:45 PM) Block Vendor Container Chest/0x00098ba2 J:\GitHub\SmartHarvestSE\src\Data\dataCase.cpp(432): [MESSAGE] {26816} (2020-07-02 07:58:45 PM) Block Vendor Container Chest/0x00098ba1 J:\GitHub\SmartHarvestSE\src\Data\dataCase.cpp(432): [MESSAGE] {26816} (2020-07-02 07:58:45 PM) Block Vendor Container Chest/0x00098b9e J:\GitHub\SmartHarvestSE\src\Data\dataCase.cpp(432): [MESSAGE] {26816} (2020-07-02 07:58:45 PM) Block Vendor Container Chest/0x0009438a J:\GitHub\SmartHarvestSE\src\Data\dataCase.cpp(432): [MESSAGE] {26816} (2020-07-02 07:58:45 PM) Block Vendor Container Chest/0x00094384 J:\GitHub\SmartHarvestSE\src\Data\dataCase.cpp(432): [MESSAGE] {26816} (2020-07-02 07:58:45 PM) Block Vendor Container Chest/0x0009437c J:\GitHub\SmartHarvestSE\src\Data\dataCase.cpp(432): [MESSAGE] {26816} (2020-07-02 07:58:45 PM) Block Vendor Container Chest/0x0009437a J:\GitHub\SmartHarvestSE\src\Data\dataCase.cpp(432): [MESSAGE] {26816} (2020-07-02 07:58:45 PM) Block Vendor Container Chest/0x00078c0e J:\GitHub\SmartHarvestSE\src\Data\dataCase.cpp(432): [MESSAGE] {26816} (2020-07-02 07:58:45 PM) Block Vendor Container Chest/0x00078c0d J:\GitHub\SmartHarvestSE\src\Data\dataCase.cpp(432): [MESSAGE] {26816} (2020-07-02 07:58:45 PM) Block Vendor Container Chest/0x00078c0c J:\GitHub\SmartHarvestSE\src\Data\dataCase.cpp(432): [MESSAGE] {26816} (2020-07-02 07:58:45 PM) Block Vendor Container Madesi's Strongbox/0x00076f13 J:\GitHub\SmartHarvestSE\src\Data\dataCase.cpp(432): [MESSAGE] {26816} (2020-07-02 07:58:45 PM) Block Vendor Container Chest/0x0200f1a5 J:\GitHub\SmartHarvestSE\src\Data\dataCase.cpp(432): [MESSAGE] {26816} (2020-07-02 07:58:45 PM) Block Vendor Container Chest/0x0200f828 J:\GitHub\SmartHarvestSE\src\Data\dataCase.cpp(432): [MESSAGE] {26816} (2020-07-02 07:58:45 PM) Block Vendor Container Chest/0x0200f82b J:\GitHub\SmartHarvestSE\src\Data\dataCase.cpp(432): [MESSAGE] {26816} (2020-07-02 07:58:45 PM) Block Vendor Container Chest/0x02010477 J:\GitHub\SmartHarvestSE\src\Data\dataCase.cpp(432): [MESSAGE] {26816} (2020-07-02 07:58:45 PM) Block Vendor Container Chest/0x02010479 J:\GitHub\SmartHarvestSE\src\Data\dataCase.cpp(432): [MESSAGE] {26816} (2020-07-02 07:58:45 PM) Block Vendor Container Chest/0x0201047a J:\GitHub\SmartHarvestSE\src\Data\dataCase.cpp(432): [MESSAGE] {26816} (2020-07-02 07:58:45 PM) Block Vendor Container Chest/0x0403572e J:\GitHub\SmartHarvestSE\src\Data\dataCase.cpp(432): [MESSAGE] {26816} (2020-07-02 07:58:45 PM) Block Vendor Container Chest/0x04031db4 J:\GitHub\SmartHarvestSE\src\Data\dataCase.cpp(432): [MESSAGE] {26816} (2020-07-02 07:58:45 PM) Block Vendor Container Chest/0x04027e09 J:\GitHub\SmartHarvestSE\src\Data\dataCase.cpp(432): [MESSAGE] {26816} (2020-07-02 07:58:45 PM) Block Vendor Container Chest/0x04027108 J:\GitHub\SmartHarvestSE\src\Data\dataCase.cpp(432): [MESSAGE] {26816} (2020-07-02 07:58:45 PM) Block Vendor Container Chest/0x04025020 J:\GitHub\SmartHarvestSE\src\Data\dataCase.cpp(432): [MESSAGE] {26816} (2020-07-02 07:58:45 PM) Block Vendor Container Chest/0x0402501f J:\GitHub\SmartHarvestSE\src\Data\dataCase.cpp(432): [MESSAGE] {26816} (2020-07-02 07:58:45 PM) Block Vendor Container Chest/0x0402501e J:\GitHub\SmartHarvestSE\src\Data\dataCase.cpp(432): [MESSAGE] {26816} (2020-07-02 07:58:45 PM) Block Vendor Container Chest/0x0402501d J:\GitHub\SmartHarvestSE\src\Data\dataCase.cpp(432): [MESSAGE] {26816} (2020-07-02 07:58:45 PM) Block Vendor Container Chest/0x0402501c J:\GitHub\SmartHarvestSE\src\Data\dataCase.cpp(432): [MESSAGE] {26816} (2020-07-02 07:58:45 PM) Block Vendor Container Chest/0x0401f897 J:\GitHub\SmartHarvestSE\src\Data\dataCase.cpp(432): [MESSAGE] {26816} (2020-07-02 07:58:45 PM) Block Vendor Container Chest/0x0401f88d J:\GitHub\SmartHarvestSE\src\Data\dataCase.cpp(432): [MESSAGE] {26816} (2020-07-02 07:58:45 PM) Block Vendor Container Chest/0x040177c1 J:\GitHub\SmartHarvestSE\src\Data\dataCase.cpp(432): [MESSAGE] {26816} (2020-07-02 07:58:45 PM) Block Vendor Container Chest/0x040177c0 J:\GitHub\SmartHarvestSE\src\Data\dataCase.cpp(432): [MESSAGE] {26816} (2020-07-02 07:58:45 PM) Block Vendor Container Chest/0x040177be J:\GitHub\SmartHarvestSE\src\Data\dataCase.cpp(432): [MESSAGE] {26816} (2020-07-02 07:58:45 PM) Block Vendor Container Chest/0x0803e050 J:\GitHub\SmartHarvestSE\src\Data\dataCase.cpp(432): [MESSAGE] {26816} (2020-07-02 07:58:45 PM) Block Vendor Container Chest/0x0803ecb6 J:\GitHub\SmartHarvestSE\src\Data\dataCase.cpp(432): [MESSAGE] {26816} (2020-07-02 07:58:45 PM) Block Vendor Container Chest/0x08042fee J:\GitHub\SmartHarvestSE\src\Data\dataCase.cpp(432): [MESSAGE] {26816} (2020-07-02 07:58:45 PM) Block Vendor Container Chest/0x09541f51 J:\GitHub\SmartHarvestSE\src\Data\dataCase.cpp(432): [MESSAGE] {26816} (2020-07-02 07:58:45 PM) Block Vendor Container Chest/0x094b9dd1 J:\GitHub\SmartHarvestSE\src\Data\dataCase.cpp(432): [MESSAGE] {26816} (2020-07-02 07:58:45 PM) Block Vendor Container Chest/0x0970bc0d J:\GitHub\SmartHarvestSE\src\Data\dataCase.cpp(432): [MESSAGE] {26816} (2020-07-02 07:58:45 PM) Block Vendor Container Elmera's Supplies/0x090603d4 J:\GitHub\SmartHarvestSE\src\Data\dataCase.cpp(432): [MESSAGE] {26816} (2020-07-02 07:58:45 PM) Block Vendor Container Chest/0x09060420 J:\GitHub\SmartHarvestSE\src\Data\dataCase.cpp(432): [MESSAGE] {26816} (2020-07-02 07:58:45 PM) Block Vendor Container Chest/0x090603d8 J:\GitHub\SmartHarvestSE\src\Data\dataCase.cpp(432): [MESSAGE] {26816} (2020-07-02 07:58:45 PM) Block Vendor Container Thieves Guild Fence Chest/0x0952105c J:\GitHub\SmartHarvestSE\src\Data\dataCase.cpp(432): [MESSAGE] {26816} (2020-07-02 07:58:45 PM) Block Vendor Container Chest/0x094b9dd4 J:\GitHub\SmartHarvestSE\src\Data\dataCase.cpp(432): [MESSAGE] {26816} (2020-07-02 07:58:45 PM) Block Vendor Container Chest/0x095d0596 J:\GitHub\SmartHarvestSE\src\Data\dataCase.cpp(432): [MESSAGE] {26816} (2020-07-02 07:58:45 PM) Block Vendor Container Chest/0x094b9dcf J:\GitHub\SmartHarvestSE\src\Data\dataCase.cpp(432): [MESSAGE] {26816} (2020-07-02 07:58:45 PM) Block Vendor Container Chest/0x09a0850e J:\GitHub\SmartHarvestSE\src\Data\dataCase.cpp(432): [MESSAGE] {26816} (2020-07-02 07:58:45 PM) Block Vendor Container Chest/0x0f042685 J:\GitHub\SmartHarvestSE\src\Data\dataCase.cpp(432): [MESSAGE] {26816} (2020-07-02 07:58:45 PM) Block Vendor Container Chest/0x0f014279 J:\GitHub\SmartHarvestSE\src\Data\dataCase.cpp(432): [MESSAGE] {26816} (2020-07-02 07:58:45 PM) Block Vendor Container Shady Sam's Chest/0x1d06b47c J:\GitHub\SmartHarvestSE\src\Looting\tasks.cpp(1287): [MESSAGE] {26816} (2020-07-02 07:58:45 PM) LOAD Build Collections J:\GitHub\SmartHarvestSE\src\Collections\CollectionManager.cpp(234): [MESSAGE] {26816} (2020-07-02 07:58:45 PM) JSON Schema C:\Program Files (x86)\Steam\steamapps\common\Skyrim Special Edition\Data\SKSE\Plugins\SHSE.SchemaCollections.json parsed and validated J:\GitHub\SmartHarvestSE\src\Collections\CollectionManager.cpp(253): [MESSAGE] {26816} (2020-07-02 07:58:45 PM) Load JSON Collection Definitions SHSE.Collections.Hunterborn.json for Group Hunterborn J:\GitHub\SmartHarvestSE\src\Collections\CollectionManager.cpp(444): [MESSAGE] {26816} (2020-07-02 07:58:45 PM) Decision Tree built for Collection Hunterborn/Hunterborn Tokens J:\GitHub\SmartHarvestSE\src\Collections\CollectionManager.cpp(444): [MESSAGE] {26816} (2020-07-02 07:58:45 PM) Decision Tree built for Collection Hunterborn/Hunterborn Prevent J:\GitHub\SmartHarvestSE\src\Collections\CollectionManager.cpp(256): [MESSAGE] {26816} (2020-07-02 07:58:45 PM) JSON Collection Definitions SHSE.Collections.Hunterborn.json/Hunterborn parsed and validated J:\GitHub\SmartHarvestSE\src\Collections\CollectionManager.cpp(268): [MESSAGE] {26816} (2020-07-02 07:58:45 PM) Collection Hunterborn/Hunterborn Prevent: { "description": "Prevent SHSE from messing up Hunterborn looting", "name": "Hunterborn Prevent", "policy": { "action": "leave", "notify": false, "repeat": false }, "rootFilter": { "condition": [ { "keyword": [ "VendorItemAnimalHide", "VendorItemFoodRaw", "VendorItemAnimalPart", "VendorItemIngredient" ] }, { "scope": [ 4 ] } ], "operator": "AND" } } J:\GitHub\SmartHarvestSE\src\Collections\CollectionManager.cpp(268): [MESSAGE] {26816} (2020-07-02 07:58:45 PM) Collection Hunterborn/Hunterborn Tokens: { "description": "Prevent SHSE from messing up Hunterborn Tokens", "name": "Hunterborn Tokens", "policy": { "action": "leave", "notify": false, "repeat": false }, "rootFilter": { "condition": [ { "keyword": [ "_DS_KW_AnimalToken", "_DS_KW_MonsterToken", "_DS_KW_Token" ] }, { "plugin": [ "Hunterborn.esp" ] } ], "operator": "AND" } } J:\GitHub\SmartHarvestSE\src\Collections\CollectionManager.cpp(276): [MESSAGE] {26816} (2020-07-02 07:58:45 PM) Collection Hunterborn/Hunterborn Prevent: 665 members Scope: deadbodies 0x19010b96:Cow Carcass 0x0010211a:Raw Mammoth Snout 0x18a10000:Redwort Flower 0x0004da00:Fly Amanita 0x000bb956:Orange Dartwing 0x00034d22:Garlic 0x0e0a6367:Cliffracer Tail 0x000f2011:Raw Chicken Breast 0x1849cdc7:Raw Goat Meat 0x0401ff75:Emperor Parasol Moss 0x1c011f6d:Powdered Canine Teeth 0x19010b9a:Elk Female Carcass 0x000edb2e:Raw Canine Meat 0x180f3b77:Werebear Claws 0x00065c9f:Raw Salmon Fillet 0x000669a4:Raw Mammoth Snout 0x19029dc9:Troll Heart 0x000eba03:Raw Clam 0x183302aa:Falkreath Minnow 0x000669a2:Raw Venison 0x1899e788:Raw Pork Sliced 0x01cca130:Raw Hominid Flesh 0x18660012:Golden-Ringed Darner 0x0e00f5e5:Riekling Ear 0x1101538f:Mammoth Steak 0x000b08c7:Bee in a Jar 0x00065c9e:Raw Rabbit Leg 0x1914da06:Polished Bristleback Eye 0x00065c9d:Raw Pheasant Breast 0x03003540:Raw Mudcrab Legs 0x00065c9c:Raw Horse Meat 0x185a97e2:Dragon's Tongue Extract 0x00065c9b:Raw Horker Meat 0x19011beb:Snow Fox Pelt (Poor) 0x1848da5a:Raw Troll Meat 0x1c011f90:Bits of Chitin 0x18190b58:Raw Slaughterfish 0x00065c9a:Raw Goat Leg 0x00077e1d:Red Mountain Flower 0x190215f9:Vale Sabre Cat Hide (Poor) 0x00065c99:Raw Beef 0x0003ad73:Glow Dust 0x000e41b8:Frostbite Venom 0x0403d125:Raw Ash Hopper Leg 0x0403bd15:Raw Ash Hopper Meat 0x1101538b:Pork Meat 0x180d0439:Gravedust 0x1833a4cf:Red Cracker Butterfly 0x08006a52:Ancestral Cheetah Pelt 0x0006ac4a:Jazbay Grapes 0x0403bd14:Raw Boar Meat 0x18660006:Frost Skimmer 0x1901da7b:Flawless Bear Tooth 0x1c011f6f:Wyrmsap 0x19014798:Raw Fox Meat 0x1848da65:Raw Bear Steak 0x18190b5f:Raw Hawk Breast 0x1901cfb0:Doe Antlers 0x000705b7:Berit's Ashes 0x01cca147:Salmon 0x0f04096d:Rivercrab Meat 0x11015389:Goose Breast 0x00083e64:Grass Pod 0x1101539d:Lamb Steak 0x18190b63:Raw Chaurus Meat 0x000134aa:Thistle Branch 0x01cca123:Dough 0x01cca145:Raw Pork 0x1c011f6e:Wolfsap 0x01cca146:Raw Mutton 0x0003ad54:Snow Bear Pelt 0x18190b54:Raw Bear Meat 0x01cca148:Salmon 0x18190b50:Raw Fox Meat 0x18a100b1:Fire Petals 0x000af5fd:Skull 0x1821e932:Stoneflower 0x18492b83:Raw Hominid Meat 0x0003ad5f:Frost Salts 0x1c011d85:Bits of Ivory 0x18190b53:Raw Sabre Cat Meat 0x191f9e0d:Moon Moon Sugar 0x00075868:Habd's Remains 0x18a1001e:Tinder Polypore Cap 0x18190b56:Raw Mammoth Meat 0x0004da24:Namira's Rot 0x1903cca6:Cave Bear Pelt (Flawless) 0x18190b5e:Raw Tern Breast 0x1903ccb3:Frost Troll Hide (Flawless) 0x19011bf4:Wolf Pelt (Fine) 0x01cc0606:Hide Lace 0x1848da6d:Raw Beef Steak 0x183ffce8:Chaurus Venom 0x1848da62:Raw Meat 0x1900aa29:Deer Heart 0x1901479a:Raw Goat Meat 0xfe004803:Raw Dragon Steak 0x070415c3:Fur Armor 0x1849cda3:Raw Skeever Meat 0x18492b79:Raw Troll Steak 0x1849cdac:Raw Mammoth Steak 0x18492b7a:Raw Venison Steak 0x000e7ebc:Hawk Beak 0x1901cfab:Large Mudcrab Chitin 0x18492b7c:Raw Mammoth Snout Steak 0x0006bc0e:Wisp Wrappings 0x1854425d:Raw Boar Sliced 0x1849cdb1:Raw Horse Steak 0x1849cdbc:Raw Horker Loaf 0x18660000:Direnni's Dartwing 0x0003ad6a:Ice Wraith Teeth 0x184a1ed3:Raw Sabre Cat Steak 0x0006bc0a:Large Antlers 0x1c011d8a:Antler Paste 0x184b1215:Raw Ash Hopper Leg Meat 0x184c0579:Raw Ash Hopper Meat 0x02005703:Ancient Vampire Leg 0x1900b504:Strange Brew 0x0401cd72:Netch Jelly 0x1833f5e0:Blue Clipper Butterfly 0x19012c6b:Ox Heart 0x19011bf1:Ice Wolf Pelt (Poor) 0x19012c6c:Horse Heart 0x19014795:Raw Bear Meat 0x000854fe:Mother of Pearl 0x19064a81:Bristleback Heart 0x00052695:Charred Skeever Meat 0x185a46ce:Jazbay Extract 0x19014796:Raw Skeever Meat 0x185a97e8:Canis Root Extract 0x1897b010:Barley 0x1901479c:Raw Wolf Meat 0x185a97de:Fennel Seed Extract 0x1901479e:Raw Mammoth Meat 0x0003ad61:Briar Heart 0x190215f1:Vale Deer Carcass 0x18316d7d:Alkanet Flower 0x190147a0:Raw Sabre Cat Meat 0x18102ea9:Werewolf Blood 0x190147a2:Raw Rabbit Meat 0x19014d21:Venison (Elk) 0x0e00f5e1:Cyclops Eye 0x185a46cc:Juniper Berry Extract 0x183353c6:Painted Lady 0x19014d22:Raw Mudcrab Meat 0x01cc0636:Onyx 0x02002994:Bone Hawk Feathers 0x19014d24:Raw Slaughterfish Meat 0x01cca143:Bear Fat 0x19011bf0:Sabre Cat Snow Pelt (Fine) 0x19027783:Raw Chaurus Meat 0x190292c1:Troll's Blood 0x180d0430:Water Hyacinth Nectar 0x190292c2:Werewolf's Blood 0x0006f950:Scaly Pholiota 0x0402823b: 0x190292c4:Dragon's Blood 0x0003ad52:Bear Pelt 0x19029847:Raw Troll Meat 0x1832609c:Comet Moth 0x191344e6:Bone and Blood 0x1901cfad:Flawless Sabre Cat Tooth 0x19010b91:Snow Fox Carcass 0x180d0423:Mugwort Seeds 0x183353af:Ghostfish 0x19dc95c9:Werebear's Blood 0x0e01e4b9:Frost Cyclops Eye 0x1833f5e6:Red Admiral Butterfly 0x00106e1c:Silverside 0x00106e1b:Abecean Longfin 0x00106e1a:River Betty 0x1903ccab:Fox Pelt (Flawless) 0x00106e19:Cyrodilic Spadetail 0x1c011f62:Dragon Bone Fragments 0x00106e18:Histcarp 0x000f11c0:Dwarven Oil 0x0003ad90:Elk Hide 0x185a980c:Finely Ground Bone Meal 0x000ec870:Mora Tapinella 0x000d8e3f:Moon Sugar 0x000b701a:Crimson Nirnroot 0x0e001833:Gehenoth Claw 0x0004da73:Torchbug Abdomen 0x000b08c5:Honeycomb 0x0010594b:Fur Kilt 0x000a9195:Bee 0x000a9191:Beehive Husk 0x00074a19:Salt Pile 0x00085500:Pearl 0x00034cdd:Bone Meal 0x0002f44c:Nightshade 0x1900aa1f:Eye of Fox 0x0006bc10:Powdered Mammoth Tusk 0x18a100b3:Heather 0x0006bc0b:Small Antlers 0x0006bc07:Eye of Sabre Cat 0x01cca139:Gravetar 0x18660013:Emerald Darner 0x0006bc04:Sabre Cat Tooth 0x18a10057:Blister Pod 0x0006bc02:Bear Claws 0x183353c0:Nordic Swallowtail 0x185a46c6:Nightshade Extract 0x0006bc00:Mudcrab Chitin 0x00023d77:Chicken Egg 0x00023d6f:Pine Thrush Egg 0x0003ad68:Horker Tusk 0x000e7ed0:Hawk Feathers 0x0e00f5ea:Cyclops Fat 0x000e4f0c:Blue Dartwing 0x0004da25:Blisterwort 0x0003ad5d:Falmer Ear 0x0004da23:Imp Stool 0x19010b97:Goat Carcass 0x0004da22:White Cap 0x19010b8d:Bear Carcass 0x0004da20:Bleeding Crown 0x000
I am going to push out v1.6 for the US holiday weekend starting today. I can drop any further Hunterborn changes into v2.0, or patch v1.6.
Tried your new version with no success. Still is taking everything but the meat of animals
that's weird, the very first logs I attached in Github shows everything being left behind except Bear Fat, and I see you added Ingredients which would stop that.
I can ship you a Debug version of the plugin DLL if you have the patience to try it.
J:\GitHub\SmartHarvestSE\src\Collections\CollectionManager.cpp(270): [MESSAGE] {24196} (2020-07-02 12:04:38 PM) Collection Hunterborn/Hunterborn Prevent: { "description": "Prevent SHSE from messing up Hunterborn looting", "name": "Hunterborn Prevent", "policy": { "action": "leave", "notify": false, "repeat": false }, "rootFilter": { "condition": [ { "keyword": [ "VendorItemFoodRaw", "VendorItemAnimalHide", "VendorItemAnimalPart" ] }, { "scope": [ "deadBody" ] } ], "operator": "AND" } }
J:\GitHub\SmartHarvestSE\src\Looting\tasks.cpp(1056): [VERBOSE] {46876} (2020-07-02 12:04:59 PM) Process REFR 0x000dc591 with base object Cave Bear/0xff000d90 J:\GitHub\SmartHarvestSE\src\Looting\tasks.cpp(122): [VERBOSE] {46876} (2020-07-02 12:04:59 PM) dynamic REFR 0x000dc591 or base 0xff000d90 for Cave Bear J:\GitHub\SmartHarvestSE\src\Looting\tasks.cpp(405): [MESSAGE] {46876} (2020-07-02 12:04:59 PM) scanning container/body Cave Bear/0x000dc591 at distance 169.84 units J:\GitHub\SmartHarvestSE\src\Utilities\debugs.cpp(155): [MESSAGE] {46876} (2020-07-02 12:04:59 PM) ff000d90 2b(43) [Cave Bear] J:\GitHub\SmartHarvestSE\src\Utilities\debugs.cpp(200): [MESSAGE] {46876} (2020-07-02 12:04:59 PM) - 0003ad53 [Cave Bear Pelt] 00000226998E47C8 count=1 playable=1 - animalhide J:\GitHub\SmartHarvestSE\src\Utilities\debugs.cpp(200): [MESSAGE] {46876} (2020-07-02 12:04:59 PM) - 0006bc02 [Bear Claws] 000002269AA28570 count=2 playable=1 - ingredient J:\GitHub\SmartHarvestSE\src\Utilities\debugs.cpp(200): [MESSAGE] {46876} (2020-07-02 12:04:59 PM) - 01cca143 [Bear Fat] 000002269AA38030 count=1 playable=1 - ingredient J:\GitHub\SmartHarvestSE\src\Utilities\debugs.cpp(200): [MESSAGE] {46876} (2020-07-02 12:04:59 PM) - a2190b54 [Raw Bear Meat] 000002269BF552F0 count=6 playable=1 - food J:\GitHub\SmartHarvestSE\src\Looting\tasks.cpp(527): [MESSAGE] {46876} (2020-07-02 12:04:59 PM) block looted container Cave Bear/0x000dc591 J:\GitHub\SmartHarvestSE\src\Looting\tasks.cpp(595): [VERBOSE] {46876} (2020-07-02 12:04:59 PM) Collectible Item 0x0006bc02 skipped J:\GitHub\SmartHarvestSE\src\Looting\tasks.cpp(595): [VERBOSE] {46876} (2020-07-02 12:04:59 PM) Collectible Item 0x0003ad53 skipped J:\GitHub\SmartHarvestSE\src\Looting\tasks.cpp(595): [VERBOSE] {46876} (2020-07-02 12:04:59 PM) Collectible Item 0xa2190b54 skipped J:\GitHub\SmartHarvestSE\src\Collections\CollectionManager.cpp(153): [VERBOSE] {46876} (2020-07-02 12:04:59 PM) Record Bear Fat/0x01cca143 as non-collectible J:\GitHub\SmartHarvestSE\src\Looting\tasks.cpp(635): [MESSAGE] {46876} (2020-07-02 12:04:59 PM) get Bear Fat (1) from container Cave Bear/0x000dc591 J:\GitHub\SmartHarvestSE\src\Looting\tasks.cpp(734): [VERBOSE] {46876} (2020-07-02 12:04:59 PM) Trigger glow for Cave Bear/0x000dc591 J:\GitHub\SmartHarvestSE\src\Looting\InventoryItem.cpp(22): [VERBOSE] {46876} (2020-07-02 12:04:59 PM) get Bear Fat/0x01cca143 (1) J:\GitHub\SmartHarvestSE\src\Looting\InventoryItem.cpp(78): [VERBOSE] {46876} (2020-07-02 12:04:59 PM) Move item Bear Fat (1)
On Fri, Jul 3, 2020 at 11:39 AM Hazado notifications@github.com wrote:
Tried your new version with no success. Still is taking everything but the meat of animals
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/SteveTownsend/SmartHarvestSE/issues/95#issuecomment-653600998, or unsubscribe https://github.com/notifications/unsubscribe-auth/ADRDNC5L4B3PWMHY7H3OFFLRZX3UVANCNFSM4OMHP4BQ .
Sure, ill give it a try
https://drive.google.com/file/d/1p_XYjAmUevIUAMdoASZFu-nZocAbbSU9/view?usp=sharing
It produces a lot of info in SmartHarvestSE.log so keep the official one around to drop back in once you reproduced the problem. This is for v1.6, which is live now at Nexus.
Wont load with the new DLL file.
my guess is that the debug DLL has a runtime dependency that is not on your box, we'll have to give up on this unless I can find time to test Hunterborn properly myself.
On Fri, Jul 3, 2020 at 3:50 PM Hazado notifications@github.com wrote:
Wont load with the new DLL file.
[07/03/2020 - 12:47:01PM] Update budget: 1.200000ms (Extra tasklet budget: 1.200000ms, Load screen budget: 2000.000000ms) [07/03/2020 - 12:47:01PM] Memory page: 128 (min) 512 (max) 153600 (max total) [07/03/2020 - 12:47:03PM] Cannot open store for class "fos_digsitescript", missing file? [07/03/2020 - 12:47:03PM] Cannot open store for class "UILIB_1", missing file? [07/03/2020 - 12:47:03PM] error: Unable to bind script UILIB_1 to SHSE_MainQuest (FE000800) because their base types do not match [07/03/2020 - 12:47:03PM] Cannot open store for class "ddunequiphandlerscript", missing file? [07/03/2020 - 12:47:03PM] Cannot open store for class "ddunequipmcmscript", missing file? [07/03/2020 - 12:47:04PM] Cannot open store for class "RaceMenu", missing file? [07/03/2020 - 12:47:04PM] Error: Unable to link "RaceMenu" - the parent of "CosmeticMenu". [07/03/2020 - 12:47:04PM] error: Unable to bind script CosmeticMenu to UICosmeticMenu (0C000E06) because their base types do not match [07/03/2020 - 12:47:04PM] Cannot open store for class "hisrealisticskinningscript", missing file? [07/03/2020 - 12:47:04PM] Cannot open store for class "hisstatsnotescript1", missing file? [07/03/2020 - 12:47:04PM] Cannot open store for class "hishbskinningscript", missing file? [07/03/2020 - 12:47:04PM] Cannot open store for class "hismodoptionsscript", missing file? [07/03/2020 - 12:47:16PM] error: Unable to bind script AnvilDencheckjusticar to alias Justicar on quest AnvilDenQuest (0F01ED3C) because their base types do not match [07/03/2020 - 12:47:16PM] error: Property pAnimalAlias on script dialoguefollowerscript attached to DialogueFollowerWildAnimals (1A098C91) cannot be bound because
(1) on (1A098C91) is not the right type [07/03/2020 - 12:47:16PM] error: Property pFollowerAlias on script dialoguefollowerscript attached to DialogueFollowerWildAnimals (1A098C91) cannot be bound because (0) on (1A098C91) is not the right type [07/03/2020 - 12:47:17PM] [ski_activeeffectswidget <SKI_ActiveEffectsWidgetInstance (0A000822)>] INITIALIZED [07/03/2020 - 12:47:17PM] [ski_activeeffectswidget <SKI_ActiveEffectsWidgetInstance (0A000822)>]: Updating to script version 2 [07/03/2020 - 12:47:17PM] [CCF_MCMScript <CCF_MainQuest (120063E3)>] INITIALIZED [07/03/2020 - 12:47:17PM] [iHUDSkyUIConfigMenuScript <iHUDConfigQuest (16005E3D)>] INITIALIZED [07/03/2020 - 12:47:17PM] error: File "SkyUI.esp" does not exist or is not currently loaded. stack: .Game.GetFormFromFile() - " " Line ? [_Frost_MainQuest (13064AF8)]._frost_main.OnInit() - "_Frost_Main.psc" Line 46 [07/03/2020 - 12:47:17PM] [ski_favoritesmanager ]: Updating to script version 2 [07/03/2020 - 12:47:17PM] [ski_favoritesmanager ]: Updating to script version 3 [07/03/2020 - 12:47:17PM] [_Q2C_LockRequirement_MCM_base <_Q2C_LockRequirement_MCM (16000800)>] INITIALIZED [07/03/2020 - 12:47:17PM] [_DS_HB_MCM <_DS_HunterbornMCM (19001D89)>] INITIALIZED [07/03/2020 - 12:47:17PM] >>=======> Hunterborn is updating from 0 to 168 [07/03/2020 - 12:47:17PM] error: Unbound native function "LoadIniFile" called [07/03/2020 - 12:47:17PM] error: Unbound native function "GetSetting" called [07/03/2020 - 12:47:17PM] [_sniconwidgetscript <_SNIconWidgetQuest (14002319)>] INITIALIZED [07/03/2020 - 12:47:17PM] warning: Assigning None to a non-object variable named "::temp10" stack: [SHSE_ModConfigMenuQuest (FE000803)].SHSE_MCM.ApplySettingsFromFile() - "SHSE_MCM.psc" Line 168 [SHSE_ModConfigMenuQuest (FE000803)].SHSE_MCM.CheckFirstTimeEver() - "SHSE_MCM.psc" Line 226 [SHSE_ModConfigMenuQuest (FE000803)].SHSE_MCM.OnConfigInit() - "SHSE_MCM.psc" Line 464 [SHSE_ModConfigMenuQuest (FE000803)].SKI_ConfigBase.OnGameReload() - "SKI_ConfigBase.psc" Line 114 [SHSE_ModConfigMenuQuest (FE000803)].SHSE_MCM.OnGameReload() - "SHSE_MCM.psc" Line 572 [SHSE_ModConfigMenuQuest (FE000803)].SHSE_MCM.OnInit() - "SKI_ConfigBase.psc" Line 85 [07/03/2020 - 12:47:17PM] [_frost_meter <_Frost_ExposureMeterQuest (1305CDFD)>] INITIALIZED [07/03/2020 - 12:47:17PM] error: Unbound native function "GetSetting" called [07/03/2020 - 12:47:17PM] warning: Assigning None to a non-object variable named "::temp10" stack: [SHSE_ModConfigMenuQuest (FE000803)].SHSE_MCM.ApplySettingsFromFile() - "SHSE_MCM.psc" Line 169 [SHSE_ModConfigMenuQuest (FE000803)].SHSE_MCM.CheckFirstTimeEver() - "SHSE_MCM.psc" Line 226 [SHSE_ModConfigMenuQuest (FE000803)].SHSE_MCM.OnConfigInit() - "SHSE_MCM.psc" Line 464 [SHSE_ModConfigMenuQuest (FE000803)].SKI_ConfigBase.OnGameReload() - "SKI_ConfigBase.psc" Line 114 [SHSE_ModConfigMenuQuest (FE000803)].SHSE_MCM.OnGameReload() - "SHSE_MCM.psc" Line 572 [SHSE_ModConfigMenuQuest (FE000803)].SHSE_MCM.OnInit() - "SKI_ConfigBase.psc" Line 85 [07/03/2020 - 12:47:17PM] [sic_configmenuscript ] INITIALIZED [07/03/2020 - 12:47:17PM] [sic_configmenuscript ]: Updating script to version 18 [07/03/2020 - 12:47:17PM] error: Unbound native function "GetSetting" called [07/03/2020 - 12:47:17PM] warning: Assigning None to a non-object variable named "::temp10" stack: [SHSE_ModConfigMenuQuest (FE000803)].SHSE_MCM.ApplySettingsFromFile() - "SHSE_MCM.psc" Line 170 [SHSE_ModConfigMenuQuest (FE000803)].SHSE_MCM.CheckFirstTimeEver() - "SHSE_MCM.psc" Line 226 [SHSE_ModConfigMenuQuest (FE000803)].SHSE_MCM.OnConfigInit() - "SHSE_MCM.psc" Line 464 [SHSE_ModConfigMenuQuest (FE000803)].SKI_ConfigBase.OnGameReload() - "SKI_ConfigBase.psc" Line 114 [SHSE_ModConfigMenuQuest (FE000803)].SHSE_MCM.OnGameReload() - "SHSE_MCM.psc" Line 572 [SHSE_ModConfigMenuQuest (FE000803)].SHSE_MCM.OnInit() - "SKI_ConfigBase.psc" Line 85 [07/03/2020 - 12:47:17PM] error: Unbound native function "GetSetting" called [07/03/2020 - 12:47:17PM] warning: Assigning None to a non-object variable named "::temp10" stack: [SHSE_ModConfigMenuQuest (FE000803)].SHSE_MCM.ApplySettingsFromFile() - "SHSE_MCM.psc" Line 171 [SHSE_ModConfigMenuQuest (FE000803)].SHSE_MCM.CheckFirstTimeEver() - "SHSE_MCM.psc" Line 226 [SHSE_ModConfigMenuQuest (FE000803)].SHSE_MCM.OnConfigInit() - "SHSE_MCM.psc" Line 464 [SHSE_ModConfigMenuQuest (FE000803)].SKI_ConfigBase.OnGameReload() - "SKI_ConfigBase.psc" Line 114 [SHSE_ModConfigMenuQuest (FE000803)].SHSE_MCM.OnGameReload() - "SHSE_MCM.psc" Line 572 [SHSE_ModConfigMenuQuest (FE000803)].SHSE_MCM.OnInit() - "SKI_ConfigBase.psc" Line 85 [07/03/2020 - 12:47:17PM] error: Unbound native function "GetSetting" called [07/03/2020 - 12:47:17PM] warning: Assigning None to a non-object variable named "::temp10" stack: [SHSE_ModConfigMenuQuest (FE000803)].SHSE_MCM.ApplySettingsFromFile() - "SHSE_MCM.psc" Line 172 [SHSE_ModConfigMenuQuest (FE000803)].SHSE_MCM.CheckFirstTimeEver() - "SHSE_MCM.psc" Line 226 [SHSE_ModConfigMenuQuest (FE000803)].SHSE_MCM.OnConfigInit() - "SHSE_MCM.psc" Line 464 [SHSE_ModConfigMenuQuest (FE000803)].SKI_ConfigBase.OnGameReload() - "SKI_ConfigBase.psc" Line 114 [SHSE_ModConfigMenuQuest (FE000803)].SHSE_MCM.OnGameReload() - "SHSE_MCM.psc" Line 572 [SHSE_ModConfigMenuQuest (FE000803)].SHSE_MCM.OnInit() - "SKI_ConfigBase.psc" Line 85 [07/03/2020 - 12:47:17PM] error: Unbound native function "GetSetting" called [07/03/2020 - 12:47:17PM] warning: Assigning None to a non-object variable named "::temp10" stack: [SHSE_ModConfigMenuQuest (FE000803)].SHSE_MCM.ApplySettingsFromFile() - "SHSE_MCM.psc" Line 173 [SHSE_ModConfigMenuQuest (FE000803)].SHSE_MCM.CheckFirstTimeEver() - "SHSE_MCM.psc" Line 226 [SHSE_ModConfigMenuQuest (FE000803)].SHSE_MCM.OnConfigInit() - "SHSE_MCM.psc" Line 464 [SHSE_ModConfigMenuQuest (FE000803)].SKI_ConfigBase.OnGameReload() - "SKI_ConfigBase.psc" Line 114 [SHSE_ModConfigMenuQuest (FE000803)].SHSE_MCM.OnGameReload() - "SHSE_MCM.psc" Line 572 [SHSE_ModConfigMenuQuest (FE000803)].SHSE_MCM.OnInit() - "SKI_ConfigBase.psc" Line 85 [07/03/2020 - 12:47:17PM] error: Unbound native function "GetSetting" called [07/03/2020 - 12:47:17PM] warning: Assigning None to a non-object variable named "::temp10" stack: [SHSE_ModConfigMenuQuest (FE000803)].SHSE_MCM.ApplySettingsFromFile() - "SHSE_MCM.psc" Line 175 [SHSE_ModConfigMenuQuest (FE000803)].SHSE_MCM.CheckFirstTimeEver() - "SHSE_MCM.psc" Line 226 [SHSE_ModConfigMenuQuest (FE000803)].SHSE_MCM.OnConfigInit() - "SHSE_MCM.psc" Line 464 [SHSE_ModConfigMenuQuest (FE000803)].SKI_ConfigBase.OnGameReload() - "SKI_ConfigBase.psc" Line 114 [SHSE_ModConfigMenuQuest (FE000803)].SHSE_MCM.OnGameReload() - "SHSE_MCM.psc" Line 572 [SHSE_ModConfigMenuQuest (FE000803)].SHSE_MCM.OnInit() - "SKI_ConfigBase.psc" Line 85 [07/03/2020 - 12:47:17PM] error: Unbound native function "GetSetting" called [07/03/2020 - 12:47:17PM] warning: Assigning None to a non-object variable named "::temp10" stack: [SHSE_ModConfigMenuQuest (FE000803)].SHSE_MCM.ApplySettingsFromFile() - "SHSE_MCM.psc" Line 176 [SHSE_ModConfigMenuQuest (FE000803)].SHSE_MCM.CheckFirstTimeEver() - "SHSE_MCM.psc" Line 226 [SHSE_ModConfigMenuQuest (FE000803)].SHSE_MCM.OnConfigInit() - "SHSE_MCM.psc" Line 464 [SHSE_ModConfigMenuQuest (FE000803)].SKI_ConfigBase.OnGameReload() - "SKI_ConfigBase.psc" Line 114 [SHSE_ModConfigMenuQuest (FE000803)].SHSE_MCM.OnGameReload() - "SHSE_MCM.psc" Line 572 [SHSE_ModConfigMenuQuest (FE000803)].SHSE_MCM.OnInit() - "SKI_ConfigBase.psc" Line 85 [07/03/2020 - 12:47:21PM] error: Unbound native function "GetSetting" called [07/03/2020 - 12:47:21PM] Done!! [07/03/2020 - 12:47:21PM] DLC1: Starting DLC1 Initialization quest. [07/03/2020 - 12:47:21PM] PATCH 1.9 QUEST HAS STARTED [07/03/2020 - 12:47:21PM] [SKI_ConfigMenu ] INITIALIZED [07/03/2020 - 12:47:21PM] [SKI_ConfigMenu ]: Updating to script version 2 [07/03/2020 - 12:47:21PM] [DLC2_QF_DLC2_MQ04_02016E02 ] DLC2Init quest START [07/03/2020 - 12:47:21PM] [SKI_ConfigMenu ]: Updating to script version 3 [07/03/2020 - 12:47:21PM] [SKI_ConfigMenu ]: Updating to script version 4 [07/03/2020 - 12:47:21PM] [SKI_ConfigMenu ]: Updating to script version 5 [07/03/2020 - 12:47:21PM] [SKI_ConfigMenu ]: Updating to script version 6 [07/03/2020 - 12:47:21PM] [SKI_ConfigMenu ]: Updating to script version 7 [07/03/2020 - 12:47:21PM] [SKI_ConfigMenu ]: Updating to script version 8 [07/03/2020 - 12:47:21PM] [SKI_ConfigMenu ]: Updating to script version 9 [07/03/2020 - 12:47:21PM] [Campfire] Performing first-time setup. [07/03/2020 - 12:47:21PM] Setting pet and player relationship to ally [07/03/2020 - 12:47:21PM] [AMOTSymbolQuestScript ] INITIALIZED [07/03/2020 - 12:47:21PM] [AMOTInGameClockQuestScript ] INITIALIZED [07/03/2020 - 12:47:21PM] [AMOTInGameDateQuestScript ] INITIALIZED [07/03/2020 - 12:47:21PM] [_snskyuiconfig <_SNSKConfigQuest (1400334B)>] INITIALIZED [07/03/2020 - 12:47:21PM] [exui_mcm ] INITIALIZED [07/03/2020 - 12:47:21PM] ===== Extended UI: MCM - Version 1 ===== [07/03/2020 - 12:47:21PM] ===== Extended UI: MCM - Version 2 ===== [07/03/2020 - 12:47:21PM] ===== Extended UI: MCM - Version 3 ===== [07/03/2020 - 12:47:21PM] [ahzconfigmenu ] INITIALIZED [07/03/2020 - 12:47:21PM] [_frost_skyuiconfigpanelscript <_Frost_SkyUIConfigPanel (1306DCF8)>] INITIALIZED [07/03/2020 - 12:47:21PM] [AMOTSymbolQuestScript ] INITIALIZED [07/03/2020 - 12:47:21PM] ------------------------- Lock Overhaul Compatibility check is running ------------------------------- [07/03/2020 - 12:47:21PM] Don't worry about missing or not loaded Files below this! [07/03/2020 - 12:47:21PM] --------------------------------------------------------------------------------------------------------- [07/03/2020 - 12:47:21PM] error: File "SkyRe_Main.esp" does not exist or is not currently loaded. stack: .Game.GetFormFromFile() - " " Line ? [alias Player on quest _Q2C_PlayerLoadGame_Quest (16009EF9)]._Q2C_PlayerLoadGame_Script.CompatibilityCheck() - "_Q2C_PlayerLoadGame_Script.psc" Line 43 [alias Player on quest _Q2C_PlayerLoadGame_Quest (16009EF9)]._Q2C_PlayerLoadGame_Script.OnInit() - "_Q2C_PlayerLoadGame_Script.psc" Line 20 [07/03/2020 - 12:47:21PM] ---------------------------- Lock Overhaul Compatibility check is completed! ---------------------------- [07/03/2020 - 12:47:21PM] -> Have Fun & Enjoy <- [07/03/2020 - 12:47:21PM] --------------------------------------------------------------------------------------------------------- [07/03/2020 - 12:47:21PM] [AMOTRealLifeDateQuestScript ] INITIALIZED [07/03/2020 - 12:47:21PM] [AMOTRealLifeClockQuestScript ] INITIALIZED [07/03/2020 - 12:47:21PM] [CCO_MCMScript ] INITIALIZED [07/03/2020 - 12:47:21PM] [_camp_skyuiconfigpanelscript <_Camp_SkyUIConfigPanel (070225A6)>] INITIALIZED [07/03/2020 - 12:47:21PM] [Campfire][Info] Upgrading MCM script to version 4 [07/03/2020 - 12:47:21PM] [_frost_meter <_Frost_WetnessMeterQuest (1305CDFF)>] INITIALIZED [07/03/2020 - 12:47:21PM] [_frost_meter <_Frost_WeathersenseMeterQuest (13068BEE)>] INITIALIZED [07/03/2020 - 12:47:22PM] [_camp_skyuiconfigpanelscript <_Camp_SkyUIConfigPanel (070225A6)>]: Registered Campfire at MCM. [07/03/2020 - 12:47:22PM] ==== LAL: Mod support check - Ignore errors about missing files. ==== [07/03/2020 - 12:47:22PM] [AMOTMenuQuestScript ] INITIALIZED [07/03/2020 - 12:47:22PM] [AMOTMenuQuestScript ]: Updating script to version 2 [07/03/2020 - 12:47:22PM] [SKI_ConfigMenu ]: Registered SKY UI at MCM. [07/03/2020 - 12:47:22PM] [AMOTMenuQuestScript ]: Updating script to version 3 [07/03/2020 - 12:47:22PM] [AMOTMenuQuestScript ]: Updating script to version 4 [07/03/2020 - 12:47:22PM] [sic_configmenuscript ]: Loaded user settings. [07/03/2020 - 12:47:22PM] ==== LAL: Mod support check - Done. ==== [07/03/2020 - 12:47:22PM] [ahzconfigmenu ]: Registered moreHUD at MCM. [07/03/2020 - 12:47:22PM] [CCF_MCMScript ]: Registered $CCF_Clothing Fixes at MCM. [07/03/2020 - 12:47:23PM] [_frost_skyuiconfigpanelscript <_Frost_SkyUIConfigPanel (1306DCF8)>]: Registered Frostfall at MCM. [07/03/2020 - 12:47:23PM] [_snskyuiconfig <_SNSKConfigQuest (1400334B)>]: Registered iNeed at MCM. [07/03/2020 - 12:47:23PM] [_Q2C_LockRequirement_MCM_base <_Q2C_LockRequirement_MCM (16000800)>]: Registered Lock Overhaul at MCM. [07/03/2020 - 12:47:23PM] [exui_mcm ]: Registered $EXUI_MODTITLE at MCM. [07/03/2020 - 12:47:24PM] [CCO_MCMScript ]: Registered $CCOR_CompleteCrafting at MCM. [07/03/2020 - 12:47:24PM] [_DS_HB_MCM <_DS_HunterbornMCM (19001D89)>]: Registered Hunterborn at MCM. [07/03/2020 - 12:47:24PM] [DLC2_QF_DLC2_MQ04_02016E02 ] DLC2Init quest DONE [07/03/2020 - 12:47:24PM] [sic_configmenuscript ]: Registered Immersive Creatures at MCM. [07/03/2020 - 12:47:24PM] PATCH 1.4 QUEST HAS STARTED [07/03/2020 - 12:47:25PM] error: Unbound native function "LoadIniFile" called [07/03/2020 - 12:47:25PM] error: Unbound native function "GetSetting" called [07/03/2020 - 12:47:25PM] warning: Assigning None to a non-object variable named "::temp10" stack: [SHSE_ModConfigMenuQuest (FE000803)].SHSE_MCM.ApplySettingsFromFile() - "SHSE_MCM.psc" Line 168 [SHSE_ModConfigMenuQuest (FE000803)].SHSE_MCM.CheckFirstTimeEver() - "SHSE_MCM.psc" Line 226 [SHSE_ModConfigMenuQuest (FE000803)].SHSE_MCM.OnConfigInit() - "SHSE_MCM.psc" Line 464 [SHSE_ModConfigMenuQuest (FE000803)].SKI_ConfigBase.OnGameReload() - "SKI_ConfigBase.psc" Line 114 [SHSE_ModConfigMenuQuest (FE000803)].SHSE_MCM.OnGameReload() - "SHSE_MCM.psc" Line 572 [SHSE_ModConfigMenuQuest (FE000803)].SHSE_MCM.OnInit() - "SKI_ConfigBase.psc" Line 85 [07/03/2020 - 12:47:25PM] error: Unbound native function "GetSetting" called [07/03/2020 - 12:47:25PM] warning: Assigning None to a non-object variable named "::temp10" stack: [SHSE_ModConfigMenuQuest (FE000803)].SHSE_MCM.ApplySettingsFromFile() - "SHSE_MCM.psc" Line 169 [SHSE_ModConfigMenuQuest (FE000803)].SHSE_MCM.CheckFirstTimeEver() - "SHSE_MCM.psc" Line 226 [SHSE_ModConfigMenuQuest (FE000803)].SHSE_MCM.OnConfigInit() - "SHSE_MCM.psc" Line 464 [SHSE_ModConfigMenuQuest (FE000803)].SKI_ConfigBase.OnGameReload() - "SKI_ConfigBase.psc" Line 114 [SHSE_ModConfigMenuQuest (FE000803)].SHSE_MCM.OnGameReload() - "SHSE_MCM.psc" Line 572 [SHSE_ModConfigMenuQuest (FE000803)].SHSE_MCM.OnInit() - "SKI_ConfigBase.psc" Line 85 [07/03/2020 - 12:47:25PM] error: Unbound native function "GetSetting" called [07/03/2020 - 12:47:25PM] warning: Assigning None to a non-object variable named "::temp10" stack: [SHSE_ModConfigMenuQuest (FE000803)].SHSE_MCM.ApplySettingsFromFile() - "SHSE_MCM.psc" Line 170 [SHSE_ModConfigMenuQuest (FE000803)].SHSE_MCM.CheckFirstTimeEver() - "SHSE_MCM.psc" Line 226 [SHSE_ModConfigMenuQuest (FE000803)].SHSE_MCM.OnConfigInit() - "SHSE_MCM.psc" Line 464 [SHSE_ModConfigMenuQuest (FE000803)].SKI_ConfigBase.OnGameReload() - "SKI_ConfigBase.psc" Line 114 [SHSE_ModConfigMenuQuest (FE000803)].SHSE_MCM.OnGameReload() - "SHSE_MCM.psc" Line 572 [SHSE_ModConfigMenuQuest (FE000803)].SHSE_MCM.OnInit() - "SKI_ConfigBase.psc" Line 85 [07/03/2020 - 12:47:25PM] error: Unbound native function "GetSetting" called [07/03/2020 - 12:47:25PM] warning: Assigning None to a non-object variable named "::temp10" stack: [SHSE_ModConfigMenuQuest (FE000803)].SHSE_MCM.ApplySettingsFromFile() - "SHSE_MCM.psc" Line 171 [SHSE_ModConfigMenuQuest (FE000803)].SHSE_MCM.CheckFirstTimeEver() - "SHSE_MCM.psc" Line 226 [SHSE_ModConfigMenuQuest (FE000803)].SHSE_MCM.OnConfigInit() - "SHSE_MCM.psc" Line 464 [SHSE_ModConfigMenuQuest (FE000803)].SKI_ConfigBase.OnGameReload() - "SKI_ConfigBase.psc" Line 114 [SHSE_ModConfigMenuQuest (FE000803)].SHSE_MCM.OnGameReload() - "SHSE_MCM.psc" Line 572 [SHSE_ModConfigMenuQuest (FE000803)].SHSE_MCM.OnInit() - "SKI_ConfigBase.psc" Line 85 [07/03/2020 - 12:47:25PM] error: Unbound native function "GetSetting" called [07/03/2020 - 12:47:25PM] warning: Assigning None to a non-object variable named "::temp10" stack: [SHSE_ModConfigMenuQuest (FE000803)].SHSE_MCM.ApplySettingsFromFile() - "SHSE_MCM.psc" Line 172 [SHSE_ModConfigMenuQuest (FE000803)].SHSE_MCM.CheckFirstTimeEver() - "SHSE_MCM.psc" Line 226 [SHSE_ModConfigMenuQuest (FE000803)].SHSE_MCM.OnConfigInit() - "SHSE_MCM.psc" Line 464 [SHSE_ModConfigMenuQuest (FE000803)].SKI_ConfigBase.OnGameReload() - "SKI_ConfigBase.psc" Line 114 [SHSE_ModConfigMenuQuest (FE000803)].SHSE_MCM.OnGameReload() - "SHSE_MCM.psc" Line 572 [SHSE_ModConfigMenuQuest (FE000803)].SHSE_MCM.OnInit() - "SKI_ConfigBase.psc" Line 85 [07/03/2020 - 12:47:25PM] error: Unbound native function "GetSetting" called [07/03/2020 - 12:47:25PM] warning: Assigning None to a non-object variable named "::temp10" stack: [SHSE_ModConfigMenuQuest (FE000803)].SHSE_MCM.ApplySettingsFromFile() - "SHSE_MCM.psc" Line 173 [SHSE_ModConfigMenuQuest (FE000803)].SHSE_MCM.CheckFirstTimeEver() - "SHSE_MCM.psc" Line 226 [SHSE_ModConfigMenuQuest (FE000803)].SHSE_MCM.OnConfigInit() - "SHSE_MCM.psc" Line 464 [SHSE_ModConfigMenuQuest (FE000803)].SKI_ConfigBase.OnGameReload() - "SKI_ConfigBase.psc" Line 114 [SHSE_ModConfigMenuQuest (FE000803)].SHSE_MCM.OnGameReload() - "SHSE_MCM.psc" Line 572 [SHSE_ModConfigMenuQuest (FE000803)].SHSE_MCM.OnInit() - "SKI_ConfigBase.psc" Line 85 [07/03/2020 - 12:47:25PM] error: Unbound native function "GetSetting" called [07/03/2020 - 12:47:25PM] warning: Assigning None to a non-object variable named "::temp10" stack: [SHSE_ModConfigMenuQuest (FE000803)].SHSE_MCM.ApplySettingsFromFile() - "SHSE_MCM.psc" Line 175 [SHSE_ModConfigMenuQuest (FE000803)].SHSE_MCM.CheckFirstTimeEver() - "SHSE_MCM.psc" Line 226 [SHSE_ModConfigMenuQuest (FE000803)].SHSE_MCM.OnConfigInit() - "SHSE_MCM.psc" Line 464 [SHSE_ModConfigMenuQuest (FE000803)].SKI_ConfigBase.OnGameReload() - "SKI_ConfigBase.psc" Line 114 [SHSE_ModConfigMenuQuest (FE000803)].SHSE_MCM.OnGameReload() - "SHSE_MCM.psc" Line 572 [SHSE_ModConfigMenuQuest (FE000803)].SHSE_MCM.OnInit() - "SKI_ConfigBase.psc" Line 85 [07/03/2020 - 12:47:25PM] error: Unbound native function "GetSetting" called [07/03/2020 - 12:47:25PM] warning: Assigning None to a non-object variable named "::temp10" stack: [SHSE_ModConfigMenuQuest (FE000803)].SHSE_MCM.ApplySettingsFromFile() - "SHSE_MCM.psc" Line 176 [SHSE_ModConfigMenuQuest (FE000803)].SHSE_MCM.CheckFirstTimeEver() - "SHSE_MCM.psc" Line 226 [SHSE_ModConfigMenuQuest (FE000803)].SHSE_MCM.OnConfigInit() - "SHSE_MCM.psc" Line 464 [SHSE_ModConfigMenuQuest (FE000803)].SKI_ConfigBase.OnGameReload() - "SKI_ConfigBase.psc" Line 114 [SHSE_ModConfigMenuQuest (FE000803)].SHSE_MCM.OnGameReload() - "SHSE_MCM.psc" Line 572 [SHSE_ModConfigMenuQuest (FE000803)].SHSE_MCM.OnInit() - "SKI_ConfigBase.psc" Line 85 [07/03/2020 - 12:47:25PM] error: Unbound native function "GetSetting" called [07/03/2020 - 12:47:25PM] warning: Assigning None to a non-object variable named "::temp10" stack: [SHSE_ModConfigMenuQuest (FE000803)].SHSE_MCM.ApplySettingsFromFile() - "SHSE_MCM.psc" Line 177 [SHSE_ModConfigMenuQuest (FE000803)].SHSE_MCM.CheckFirstTimeEver() - "SHSE_MCM.psc" Line 226 [SHSE_ModConfigMenuQuest (FE000803)].SHSE_MCM.OnConfigInit() - "SHSE_MCM.psc" Line 464 [SHSE_ModConfigMenuQuest (FE000803)].SKI_ConfigBase.OnGameReload() - "SKI_ConfigBase.psc" Line 114 [SHSE_ModConfigMenuQuest (FE000803)].SHSE_MCM.OnGameReload() - "SHSE_MCM.psc" Line 572 [SHSE_ModConfigMenuQuest (FE000803)].SHSE_MCM.OnInit() - "SKI_ConfigBase.psc" Line 85 [07/03/2020 - 12:47:25PM] error: Unbound native function "GetSetting" called [07/03/2020 - 12:47:25PM] warning: Assigning None to a non-object variable named "::temp10" stack: [SHSE_ModConfigMenuQuest (FE000803)].SHSE_MCM.ApplySettingsFromFile() - "SHSE_MCM.psc" Line 178 [SHSE_ModConfigMenuQuest (FE000803)].SHSE_MCM.CheckFirstTimeEver() - "SHSE_MCM.psc" Line 226 [SHSE_ModConfigMenuQuest (FE000803)].SHSE_MCM.OnConfigInit() - "SHSE_MCM.psc" Line 464 [SHSE_ModConfigMenuQuest (FE000803)].SKI_ConfigBase.OnGameReload() - "SKI_ConfigBase.psc" Line 114 [SHSE_ModConfigMenuQuest (FE000803)].SHSE_MCM.OnGameReload() - "SHSE_MCM.psc" Line 572 [SHSE_ModConfigMenuQuest (FE000803)].SHSE_MCM.OnInit() - "SKI_ConfigBase.psc" Line 85 [07/03/2020 - 12:47:25PM] error: Unbound native function "GetSetting" called [07/03/2020 - 12:47:25PM] warning: Assigning None to a non-object variable named "::temp10" stack: [SHSE_ModConfigMenuQuest (FE000803)].SHSE_MCM.ApplySettingsFromFile() - "SHSE_MCM.psc" Line 179 [SHSE_ModConfigMenuQuest (FE000803)].SHSE_MCM.CheckFirstTimeEver() - "SHSE_MCM.psc" Line 226 [SHSE_ModConfigMenuQuest (FE000803)].SHSE_MCM.OnConfigInit() - "SHSE_MCM.psc" Line 464 [SHSE_ModConfigMenuQuest (FE000803)].SKI_ConfigBase.OnGameReload() - "SKI_ConfigBase.psc" Line 114 [SHSE_ModConfigMenuQuest (FE000803)].SHSE_MCM.OnGameReload() - "SHSE_MCM.psc" Line 572 [SHSE_ModConfigMenuQuest (FE000803)].SHSE_MCM.OnInit() - "SKI_ConfigBase.psc" Line 85 [07/03/2020 - 12:47:25PM] error: Unbound native function "GetSetting" called [07/03/2020 - 12:47:25PM] warning: Assigning None to a non-object variable named "::temp10" stack: [SHSE_ModConfigMenuQuest (FE000803)].SHSE_MCM.ApplySettingsFromFile() - "SHSE_MCM.psc" Line 181 [SHSE_ModConfigMenuQuest (FE000803)].SHSE_MCM.CheckFirstTimeEver() - "SHSE_MCM.psc" Line 226 [SHSE_ModConfigMenuQuest (FE000803)].SHSE_MCM.OnConfigInit() - "SHSE_MCM.psc" Line 464 [SHSE_ModConfigMenuQuest (FE000803)].SKI_ConfigBase.OnGameReload() - "SKI_ConfigBase.psc" Line 114 [SHSE_ModConfigMenuQuest (FE000803)].SHSE_MCM.OnGameReload() - "SHSE_MCM.psc" Line 572 [SHSE_ModConfigMenuQuest (FE000803)].SHSE_MCM.OnInit() - "SKI_ConfigBase.psc" Line 85 [07/03/2020 - 12:47:25PM] error: Unbound native function "GetSetting" called [07/03/2020 - 12:47:25PM] DLC1: DLC1 Initialization quest done. [07/03/2020 - 12:47:25PM] warning: Assigning None to a non-object variable named "::temp10" stack: [SHSE_ModConfigMenuQuest (FE000803)].SHSE_MCM.ApplySettingsFromFile() - "SHSE_MCM.psc" Line 182 [SHSE_ModConfigMenuQuest (FE000803)].SHSE_MCM.CheckFirstTimeEver() - "SHSE_MCM.psc" Line 226 [SHSE_ModConfigMenuQuest (FE000803)].SHSE_MCM.OnConfigInit() - "SHSE_MCM.psc" Line 464 [SHSE_ModConfigMenuQuest (FE000803)].SKI_ConfigBase.OnGameReload() - "SKI_ConfigBase.psc" Line 114 [SHSE_ModConfigMenuQuest (FE000803)].SHSE_MCM.OnGameReload() - "SHSE_MCM.psc" Line 572 [SHSE_ModConfigMenuQuest (FE000803)].SHSE_MCM.OnInit() - "SKI_ConfigBase.psc" Line 85 [07/03/2020 - 12:47:25PM] error: Unbound native function "GetSetting" called [07/03/2020 - 12:47:25PM] warning: Assigning None to a non-object variable named "::temp10" stack: [SHSE_ModConfigMenuQuest (FE000803)].SHSE_MCM.ApplySettingsFromFile() - "SHSE_MCM.psc" Line 183 [SHSE_ModConfigMenuQuest (FE000803)].SHSE_MCM.CheckFirstTimeEver() - "SHSE_MCM.psc" Line 226 [SHSE_ModConfigMenuQuest (FE000803)].SHSE_MCM.OnConfigInit() - "SHSE_MCM.psc" Line 464 [SHSE_ModConfigMenuQuest (FE000803)].SKI_ConfigBase.OnGameReload() - "SKI_ConfigBase.psc" Line 114 [SHSE_ModConfigMenuQuest (FE000803)].SHSE_MCM.OnGameReload() - "SHSE_MCM.psc" Line 572 [SHSE_ModConfigMenuQuest (FE000803)].SHSE_MCM.OnInit() - "SKI_ConfigBase.psc" Line 85 [07/03/2020 - 12:47:25PM] error: Unbound native function "GetSetting" called [07/03/2020 - 12:47:25PM] warning: Assigning None to a non-object variable named "::temp10" stack: [SHSE_ModConfigMenuQuest (FE000803)].SHSE_MCM.ApplySettingsFromFile() - "SHSE_MCM.psc" Line 184 [SHSE_ModConfigMenuQuest (FE000803)].SHSE_MCM.CheckFirstTimeEver() - "SHSE_MCM.psc" Line 226 [SHSE_ModConfigMenuQuest (FE000803)].SHSE_MCM.OnConfigInit() - "SHSE_MCM.psc" Line 464 [SHSE_ModConfigMenuQuest (FE000803)].SKI_ConfigBase.OnGameReload() - "SKI_ConfigBase.psc" Line 114 [SHSE_ModConfigMenuQuest (FE000803)].SHSE_MCM.OnGameReload() - "SHSE_MCM.psc" Line 572 [SHSE_ModConfigMenuQuest (FE000803)].SHSE_MCM.OnInit() - "SKI_ConfigBase.psc" Line 85 [07/03/2020 - 12:47:25PM] error: Unbound native function "GetSetting" called [07/03/2020 - 12:47:25PM] warning: Assigning None to a non-object variable named "::temp10" stack: [SHSE_ModConfigMenuQuest (FE000803)].SHSE_MCM.ApplySettingsFromFile() - "SHSE_MCM.psc" Line 186 [SHSE_ModConfigMenuQuest (FE000803)].SHSE_MCM.CheckFirstTimeEver() - "SHSE_MCM.psc" Line 226 [SHSE_ModConfigMenuQuest (FE000803)].SHSE_MCM.OnConfigInit() - "SHSE_MCM.psc" Line 464 [SHSE_ModConfigMenuQuest (FE000803)].SKI_ConfigBase.OnGameReload() - "SKI_ConfigBase.psc" Line 114 [SHSE_ModConfigMenuQuest (FE000803)].SHSE_MCM.OnGameReload() - "SHSE_MCM.psc" Line 572 [SHSE_ModConfigMenuQuest (FE000803)].SHSE_MCM.OnInit() - "SKI_ConfigBase.psc" Line 85 [07/03/2020 - 12:47:25PM] error: Unbound native function "GetSetting" called [07/03/2020 - 12:47:25PM] warning: Assigning None to a non-object variable named "::temp10" stack: [SHSE_ModConfigMenuQuest (FE000803)].SHSE_MCM.ApplySettingsFromFile() - "SHSE_MCM.psc" Line 187 [SHSE_ModConfigMenuQuest (FE000803)].SHSE_MCM.CheckFirstTimeEver() - "SHSE_MCM.psc" Line 226 [SHSE_ModConfigMenuQuest (FE000803)].SHSE_MCM.OnConfigInit() - "SHSE_MCM.psc" Line 464 [SHSE_ModConfigMenuQuest (FE000803)].SKI_ConfigBase.OnGameReload() - "SKI_ConfigBase.psc" Line 114 [SHSE_ModConfigMenuQuest (FE000803)].SHSE_MCM.OnGameReload() - "SHSE_MCM.psc" Line 572 [SHSE_ModConfigMenuQuest (FE000803)].SHSE_MCM.OnInit() - "SKI_ConfigBase.psc" Line 85 [07/03/2020 - 12:47:25PM] error: Unbound native function "GetSetting" called [07/03/2020 - 12:47:25PM] warning: Assigning None to a non-object variable named "::temp10" stack: [SHSE_ModConfigMenuQuest (FE000803)].SHSE_MCM.ApplySettingsFromFile() - "SHSE_MCM.psc" Line 188 [SHSE_ModConfigMenuQuest (FE000803)].SHSE_MCM.CheckFirstTimeEver() - "SHSE_MCM.psc" Line 226 [SHSE_ModConfigMenuQuest (FE000803)].SHSE_MCM.OnConfigInit() - "SHSE_MCM.psc" Line 464 [SHSE_ModConfigMenuQuest (FE000803)].SKI_ConfigBase.OnGameReload() - "SKI_ConfigBase.psc" Line 114 [SHSE_ModConfigMenuQuest (FE000803)].SHSE_MCM.OnGameReload() - "SHSE_MCM.psc" Line 572 [SHSE_ModConfigMenuQuest (FE000803)].SHSE_MCM.OnInit() - "SKI_ConfigBase.psc" Line 85 [07/03/2020 - 12:47:25PM] error: Unbound native function "GetSetting" called [07/03/2020 - 12:47:25PM] warning: Assigning None to a non-object variable named "::temp10" stack: [SHSE_ModConfigMenuQuest (FE000803)].SHSE_MCM.ApplySettingsFromFile() - "SHSE_MCM.psc" Line 190 [SHSE_ModConfigMenuQuest (FE000803)].SHSE_MCM.CheckFirstTimeEver() - "SHSE_MCM.psc" Line 226 [SHSE_ModConfigMenuQuest (FE000803)].SHSE_MCM.OnConfigInit() - "SHSE_MCM.psc" Line 464 [SHSE_ModConfigMenuQuest (FE000803)].SKI_ConfigBase.OnGameReload() - "SKI_ConfigBase.psc" Line 114 [SHSE_ModConfigMenuQuest (FE000803)].SHSE_MCM.OnGameReload() - "SHSE_MCM.psc" Line 572 [SHSE_ModConfigMenuQuest (FE000803)].SHSE_MCM.OnInit() - "SKI_ConfigBase.psc" Line 85 [07/03/2020 - 12:47:25PM] error: Unbound native function "GetSetting" called [07/03/2020 - 12:47:25PM] warning: Assigning None to a non-object variable named "::temp10" stack: [SHSE_ModConfigMenuQuest (FE000803)].SHSE_MCM.ApplySettingsFromFile() - "SHSE_MCM.psc" Line 191 [SHSE_ModConfigMenuQuest (FE000803)].SHSE_MCM.CheckFirstTimeEver() - "SHSE_MCM.psc" Line 226 [SHSE_ModConfigMenuQuest (FE000803)].SHSE_MCM.OnConfigInit() - "SHSE_MCM.psc" Line 464 [SHSE_ModConfigMenuQuest (FE000803)].SKI_ConfigBase.OnGameReload() - "SKI_ConfigBase.psc" Line 114 [SHSE_ModConfigMenuQuest (FE000803)].SHSE_MCM.OnGameReload() - "SHSE_MCM.psc" Line 572 [SHSE_ModConfigMenuQuest (FE000803)].SHSE_MCM.OnInit() - "SKI_ConfigBase.psc" Line 85 [07/03/2020 - 12:47:25PM] error: Unbound native function "GetSetting" called [07/03/2020 - 12:47:25PM] warning: Assigning None to a non-object variable named "::temp10" stack: [SHSE_ModConfigMenuQuest (FE000803)].SHSE_MCM.ApplySettingsFromFile() - "SHSE_MCM.psc" Line 193 [SHSE_ModConfigMenuQuest (FE000803)].SHSE_MCM.CheckFirstTimeEver() - "SHSE_MCM.psc" Line 226 [SHSE_ModConfigMenuQuest (FE000803)].SHSE_MCM.OnConfigInit() - "SHSE_MCM.psc" Line 464 [SHSE_ModConfigMenuQuest (FE000803)].SKI_ConfigBase.OnGameReload() - "SKI_ConfigBase.psc" Line 114 [SHSE_ModConfigMenuQuest (FE000803)].SHSE_MCM.OnGameReload() - "SHSE_MCM.psc" Line 572 [SHSE_ModConfigMenuQuest (FE000803)].SHSE_MCM.OnInit() - "SKI_ConfigBase.psc" Line 85 [07/03/2020 - 12:47:25PM] error: Unbound native function "GetSetting" called [07/03/2020 - 12:47:25PM] warning: Assigning None to a non-object variable named "::temp10" stack: [SHSE_ModConfigMenuQuest (FE000803)].SHSE_MCM.ApplySettingsFromFile() - "SHSE_MCM.psc" Line 194 [SHSE_ModConfigMenuQuest (FE000803)].SHSE_MCM.CheckFirstTimeEver() - "SHSE_MCM.psc" Line 226 [SHSE_ModConfigMenuQuest (FE000803)].SHSE_MCM.OnConfigInit() - "SHSE_MCM.psc" Line 464 [SHSE_ModConfigMenuQuest (FE000803)].SKI_ConfigBase.OnGameReload() - "SKI_ConfigBase.psc" Line 114 [SHSE_ModConfigMenuQuest (FE000803)].SHSE_MCM.OnGameReload() - "SHSE_MCM.psc" Line 572 [SHSE_ModConfigMenuQuest (FE000803)].SHSE_MCM.OnInit() - "SKI_ConfigBase.psc" Line 85 [07/03/2020 - 12:47:25PM] error: Unbound native function "GetSetting" called [07/03/2020 - 12:47:25PM] warning: Assigning None to a non-object variable named "::temp10" stack: [SHSE_ModConfigMenuQuest (FE000803)].SHSE_MCM.ApplySettingsFromFile() - "SHSE_MCM.psc" Line 195 [SHSE_ModConfigMenuQuest (FE000803)].SHSE_MCM.CheckFirstTimeEver() - "SHSE_MCM.psc" Line 226 [SHSE_ModConfigMenuQuest (FE000803)].SHSE_MCM.OnConfigInit() - "SHSE_MCM.psc" Line 464 [SHSE_ModConfigMenuQuest (FE000803)].SKI_ConfigBase.OnGameReload() - "SKI_ConfigBase.psc" Line 114 [SHSE_ModConfigMenuQuest (FE000803)].SHSE_MCM.OnGameReload() - "SHSE_MCM.psc" Line 572 [SHSE_ModConfigMenuQuest (FE000803)].SHSE_MCM.OnInit() - "SKI_ConfigBase.psc" Line 85 [07/03/2020 - 12:47:25PM] error: Unbound native function "GetSetting" called [07/03/2020 - 12:47:25PM] warning: Assigning None to a non-object variable named "::temp10" stack: [SHSE_ModConfigMenuQuest (FE000803)].SHSE_MCM.ApplySettingsFromFile() - "SHSE_MCM.psc" Line 196 [SHSE_ModConfigMenuQuest (FE000803)].SHSE_MCM.CheckFirstTimeEver() - "SHSE_MCM.psc" Line 226 [SHSE_ModConfigMenuQuest (FE000803)].SHSE_MCM.OnConfigInit() - "SHSE_MCM.psc" Line 464 [SHSE_ModConfigMenuQuest (FE000803)].SKI_ConfigBase.OnGameReload() - "SKI_ConfigBase.psc" Line 114 [SHSE_ModConfigMenuQuest (FE000803)].SHSE_MCM.OnGameReload() - "SHSE_MCM.psc" Line 572 [SHSE_ModConfigMenuQuest (FE000803)].SHSE_MCM.OnInit() - "SKI_ConfigBase.psc" Line 85 [07/03/2020 - 12:47:25PM] error: Unbound native function "GetSetting" called [07/03/2020 - 12:47:25PM] warning: Assigning None to a non-object variable named "::temp10" stack: [SHSE_ModConfigMenuQuest (FE000803)].SHSE_MCM.ApplySettingsFromFile() - "SHSE_MCM.psc" Line 197 [SHSE_ModConfigMenuQuest (FE000803)].SHSE_MCM.CheckFirstTimeEver() - "SHSE_MCM.psc" Line 226 [SHSE_ModConfigMenuQuest (FE000803)].SHSE_MCM.OnConfigInit() - "SHSE_MCM.psc" Line 464 [SHSE_ModConfigMenuQuest (FE000803)].SKI_ConfigBase.OnGameReload() - "SKI_ConfigBase.psc" Line 114 [SHSE_ModConfigMenuQuest (FE000803)].SHSE_MCM.OnGameReload() - "SHSE_MCM.psc" Line 572 [SHSE_ModConfigMenuQuest (FE000803)].SHSE_MCM.OnInit() - "SKI_ConfigBase.psc" Line 85 [07/03/2020 - 12:47:25PM] error: Unbound native function "GetSetting" called [07/03/2020 - 12:47:25PM] warning: Assigning None to a non-object variable named "::temp10" stack: [SHSE_ModConfigMenuQuest (FE000803)].SHSE_MCM.ApplySettingsFromFile() - "SHSE_MCM.psc" Line 198 [SHSE_ModConfigMenuQuest (FE000803)].SHSE_MCM.CheckFirstTimeEver() - "SHSE_MCM.psc" Line 226 [SHSE_ModConfigMenuQuest (FE000803)].SHSE_MCM.OnConfigInit() - "SHSE_MCM.psc" Line 464 [SHSE_ModConfigMenuQuest (FE000803)].SKI_ConfigBase.OnGameReload() - "SKI_ConfigBase.psc" Line 114 [SHSE_ModConfigMenuQuest (FE000803)].SHSE_MCM.OnGameReload() - "SHSE_MCM.psc" Line 572 [SHSE_ModConfigMenuQuest (FE000803)].SHSE_MCM.OnInit() - "SKI_ConfigBase.psc" Line 85 [07/03/2020 - 12:47:25PM] error: Unbound native function "GetSetting" called [07/03/2020 - 12:47:25PM] warning: Assigning None to a non-object variable named "::temp10" stack: [SHSE_ModConfigMenuQuest (FE000803)].SHSE_MCM.ApplySettingsFromFile() - "SHSE_MCM.psc" Line 199 [SHSE_ModConfigMenuQuest (FE000803)].SHSE_MCM.CheckFirstTimeEver() - "SHSE_MCM.psc" Line 226 [SHSE_ModConfigMenuQuest (FE000803)].SHSE_MCM.OnConfigInit() - "SHSE_MCM.psc" Line 464 [SHSE_ModConfigMenuQuest (FE000803)].SKI_ConfigBase.OnGameReload() - "SKI_ConfigBase.psc" Line 114 [SHSE_ModConfigMenuQuest (FE000803)].SHSE_MCM.OnGameReload() - "SHSE_MCM.psc" Line 572 [SHSE_ModConfigMenuQuest (FE000803)].SHSE_MCM.OnInit() - "SKI_ConfigBase.psc" Line 85 [07/03/2020 - 12:47:25PM] error: Unbound native function "GetSetting" called [07/03/2020 - 12:47:25PM] warning: Assigning None to a non-object variable named "::temp10" stack: [SHSE_ModConfigMenuQuest (FE000803)].SHSE_MCM.ApplySettingsFromFile() - "SHSE_MCM.psc" Line 200 [SHSE_ModConfigMenuQuest (FE000803)].SHSE_MCM.CheckFirstTimeEver() - "SHSE_MCM.psc" Line 226 [SHSE_ModConfigMenuQuest (FE000803)].SHSE_MCM.OnConfigInit() - "SHSE_MCM.psc" Line 464 [SHSE_ModConfigMenuQuest (FE000803)].SKI_ConfigBase.OnGameReload() - "SKI_ConfigBase.psc" Line 114 [SHSE_ModConfigMenuQuest (FE000803)].SHSE_MCM.OnGameReload() - "SHSE_MCM.psc" Line 572 [SHSE_ModConfigMenuQuest (FE000803)].SHSE_MCM.OnInit() - "SKI_ConfigBase.psc" Line 85 [07/03/2020 - 12:47:25PM] error: Unbound native function "GetSetting" called [07/03/2020 - 12:47:25PM] warning: Assigning None to a non-object variable named "::temp10" stack: [SHSE_ModConfigMenuQuest (FE000803)].SHSE_MCM.ApplySettingsFromFile() - "SHSE_MCM.psc" Line 201 [SHSE_ModConfigMenuQuest (FE000803)].SHSE_MCM.CheckFirstTimeEver() - "SHSE_MCM.psc" Line 226 [SHSE_ModConfigMenuQuest (FE000803)].SHSE_MCM.OnConfigInit() - "SHSE_MCM.psc" Line 464 [SHSE_ModConfigMenuQuest (FE000803)].SKI_ConfigBase.OnGameReload() - "SKI_ConfigBase.psc" Line 114 [SHSE_ModConfigMenuQuest (FE000803)].SHSE_MCM.OnGameReload() - "SHSE_MCM.psc" Line 572 [SHSE_ModConfigMenuQuest (FE000803)].SHSE_MCM.OnInit() - "SKI_ConfigBase.psc" Line 85 [07/03/2020 - 12:47:25PM] error: Unbound native function "GetSetting" called [07/03/2020 - 12:47:25PM] warning: Assigning None to a non-object variable named "::temp10" stack: [SHSE_ModConfigMenuQuest (FE000803)].SHSE_MCM.ApplySettingsFromFile() - "SHSE_MCM.psc" Line 203 [SHSE_ModConfigMenuQuest (FE000803)].SHSE_MCM.CheckFirstTimeEver() - "SHSE_MCM.psc" Line 226 [SHSE_ModConfigMenuQuest (FE000803)].SHSE_MCM.OnConfigInit() - "SHSE_MCM.psc" Line 464 [SHSE_ModConfigMenuQuest (FE000803)].SKI_ConfigBase.OnGameReload() - "SKI_ConfigBase.psc" Line 114 [SHSE_ModConfigMenuQuest (FE000803)].SHSE_MCM.OnGameReload() - "SHSE_MCM.psc" Line 572 [SHSE_ModConfigMenuQuest (FE000803)].SHSE_MCM.OnInit() - "SKI_ConfigBase.psc" Line 85 [07/03/2020 - 12:47:25PM] error: Unbound native function "GetSetting" called [07/03/2020 - 12:47:25PM] warning: Assigning None to a non-object variable named "::temp10" stack: [SHSE_ModConfigMenuQuest (FE000803)].SHSE_MCM.ApplySettingsFromFile() - "SHSE_MCM.psc" Line 204 [SHSE_ModConfigMenuQuest (FE000803)].SHSE_MCM.CheckFirstTimeEver() - "SHSE_MCM.psc" Line 226 [SHSE_ModConfigMenuQuest (FE000803)].SHSE_MCM.OnConfigInit() - "SHSE_MCM.psc" Line 464 [SHSE_ModConfigMenuQuest (FE000803)].SKI_ConfigBase.OnGameReload() - "SKI_ConfigBase.psc" Line 114 [SHSE_ModConfigMenuQuest (FE000803)].SHSE_MCM.OnGameReload() - "SHSE_MCM.psc" Line 572 [SHSE_ModConfigMenuQuest (FE000803)].SHSE_MCM.OnInit() - "SKI_ConfigBase.psc" Line 85 [07/03/2020 - 12:47:25PM] error: Unbound native function "GetSetting" called [07/03/2020 - 12:47:25PM] warning: Assigning None to a non-object variable named "::temp10" stack: [SHSE_ModConfigMenuQuest (FE000803)].SHSE_MCM.ApplySettingsFromFile() - "SHSE_MCM.psc" Line 205 [SHSE_ModConfigMenuQuest (FE000803)].SHSE_MCM.CheckFirstTimeEver() - "SHSE_MCM.psc" Line 226 [SHSE_ModConfigMenuQuest (FE000803)].SHSE_MCM.OnConfigInit() - "SHSE_MCM.psc" Line 464 [SHSE_ModConfigMenuQuest (FE000803)].SKI_ConfigBase.OnGameReload() - "SKI_ConfigBase.psc" Line 114 [SHSE_ModConfigMenuQuest (FE000803)].SHSE_MCM.OnGameReload() - "SHSE_MCM.psc" Line 572 [SHSE_ModConfigMenuQuest (FE000803)].SHSE_MCM.OnInit() - "SKI_ConfigBase.psc" Line 85 [07/03/2020 - 12:47:25PM] error: Unbound native function "GetSetting" called [07/03/2020 - 12:47:25PM] warning: Assigning None to a non-object variable named "::temp10" stack: [SHSE_ModConfigMenuQuest (FE000803)].SHSE_MCM.ApplySettingsFromFile() - "SHSE_MCM.psc" Line 207 [SHSE_ModConfigMenuQuest (FE000803)].SHSE_MCM.CheckFirstTimeEver() - "SHSE_MCM.psc" Line 226 [SHSE_ModConfigMenuQuest (FE000803)].SHSE_MCM.OnConfigInit() - "SHSE_MCM.psc" Line 464 [SHSE_ModConfigMenuQuest (FE000803)].SKI_ConfigBase.OnGameReload() - "SKI_ConfigBase.psc" Line 114 [SHSE_ModConfigMenuQuest (FE000803)].SHSE_MCM.OnGameReload() - "SHSE_MCM.psc" Line 572 [SHSE_ModConfigMenuQuest (FE000803)].SHSE_MCM.OnInit() - "SKI_ConfigBase.psc" Line 85 [07/03/2020 - 12:47:25PM] error: Unbound native function "GetSetting" called [07/03/2020 - 12:47:25PM] warning: Assigning None to a non-object variable named "::temp10" stack: [SHSE_ModConfigMenuQuest (FE000803)].SHSE_MCM.ApplySettingsFromFile() - "SHSE_MCM.psc" Line 208 [SHSE_ModConfigMenuQuest (FE000803)].SHSE_MCM.CheckFirstTimeEver() - "SHSE_MCM.psc" Line 226 [SHSE_ModConfigMenuQuest (FE000803)].SHSE_MCM.OnConfigInit() - "SHSE_MCM.psc" Line 464 [SHSE_ModConfigMenuQuest (FE000803)].SKI_ConfigBase.OnGameReload() - "SKI_ConfigBase.psc" Line 114 [SHSE_ModConfigMenuQuest (FE000803)].SHSE_MCM.OnGameReload() - "SHSE_MCM.psc" Line 572 [SHSE_ModConfigMenuQuest (FE000803)].SHSE_MCM.OnInit() - "SKI_ConfigBase.psc" Line 85 [07/03/2020 - 12:47:25PM] error: Unbound native function "GetSettingObjectArrayEntry" called [07/03/2020 - 12:47:25PM] warning: Assigning None to a non-object variable named "::temp5" stack: [SHSE_ModConfigMenuQuest (FE000803)].SHSE_MCM.GetSettingToObjectArray() - "SHSE_MCM.psc" Line 152 [SHSE_ModConfigMenuQuest (FE000803)].SHSE_MCM.ApplySettingsFromFile() - "SHSE_MCM.psc" Line 210 [SHSE_ModConfigMenuQuest (FE000803)].SHSE_MCM.CheckFirstTimeEver() - "SHSE_MCM.psc" Line 226 [SHSE_ModConfigMenuQuest (FE000803)].SHSE_MCM.OnConfigInit() - "SHSE_MCM.psc" Line 464 [SHSE_ModConfigMenuQuest (FE000803)].SKI_ConfigBase.OnGameReload() - "SKI_ConfigBase.psc" Line 114 [SHSE_ModConfigMenuQuest (FE000803)].SHSE_MCM.OnGameReload() - "SHSE_MCM.psc" Line 572 [SHSE_ModConfigMenuQuest (FE000803)].SHSE_MCM.OnInit() - "SKI_ConfigBase.psc" Line 85 [07/03/2020 - 12:47:25PM] error: Unbound native function "GetSettingObjectArrayEntry" called [07/03/2020 - 12:47:25PM] warning: Assigning None to a non-object variable named "::temp5" stack: [SHSE_ModConfigMenuQuest (FE000803)].SHSE_MCM.GetSettingToObjectArray() - "SHSE_MCM.psc" Line 152 [SHSE_ModConfigMenuQuest (FE000803)].SHSE_MCM.ApplySettingsFromFile() - "SHSE_MCM.psc" Line 210 [SHSE_ModConfigMenuQuest (FE000803)].SHSE_MCM.CheckFirstTimeEver() - "SHSE_MCM.psc" Line 226 [SHSE_ModConfigMenuQuest (FE000803)].SHSE_MCM.OnConfigInit() - "SHSE_MCM.psc" Line 464 [SHSE_ModConfigMenuQuest (FE000803)].SKI_ConfigBase.OnGameReload() - "SKI_ConfigBase.psc" Line 114 [SHSE_ModConfigMenuQuest (FE000803)].SHSE_MCM.OnGameReload() - "SHSE_MCM.psc" Line 572 [SHSE_ModConfigMenuQuest (FE000803)].SHSE_MCM.OnInit() - "SKI_ConfigBase.psc" Line 85 [07/03/2020 - 12:47:25PM] error: Unbound native function "GetSettingObjectArrayEntry" called [07/03/2020 - 12:47:25PM] warning: Assigning None to a non-object variable named "::temp5" stack: [SHSE_ModConfigMenuQuest (FE000803)].SHSE_MCM.GetSettingToObjectArray() - "SHSE_MCM.psc" Line 152 [SHSE_ModConfigMenuQuest (FE000803)].SHSE_MCM.ApplySettingsFromFile() - "SHSE_MCM.psc" Line 210 [SHSE_ModConfigMenuQuest (FE000803)].SHSE_MCM.CheckFirstTimeEver() - "SHSE_MCM.psc" Line 226 [SHSE_ModConfigMenuQuest (FE000803)].SHSE_MCM.OnConfigInit() - "SHSE_MCM.psc" Line 464 [SHSE_ModConfigMenuQuest (FE000803)].SKI_ConfigBase.OnGameReload() - "SKI_ConfigBase.psc" Line 114 [SHSE_ModConfigMenuQuest (FE000803)].SHSE_MCM.OnGameReload() - "SHSE_MCM.psc" Line 572 [SHSE_ModConfigMenuQuest (FE000803)].SHSE_MCM.OnInit() - "SKI_ConfigBase.psc" Line 85 [07/03/2020 - 12:47:25PM] error: Unbound native function "GetSettingObjectArrayEntry" called [07/03/2020 - 12:47:25PM] warning: Assigning None to a non-object variable named "::temp5" stack: [SHSE_ModConfigMenuQuest (FE000803)].SHSE_MCM.GetSettingToObjectArray() - "SHSE_MCM.psc" Line 152 [SHSE_ModConfigMenuQuest (FE000803)].SHSE_MCM.ApplySettingsFromFile() - "SHSE_MCM.psc" Line 210 [SHSE_ModConfigMenuQuest (FE000803)].SHSE_MCM.CheckFirstTimeEver() - "SHSE_MCM.psc" Line 226 [SHSE_ModConfigMenuQuest (FE000803)].SHSE_MCM.OnConfigInit() - "SHSE_MCM.psc" Line 464 [SHSE_ModConfigMenuQuest (FE000803)].SKI_ConfigBase.OnGameReload() - "SKI_ConfigBase.psc" Line 114 [SHSE_ModConfigMenuQuest (FE000803)].SHSE_MCM.OnGameReload() - "SHSE_MCM.psc" Line 572 [SHSE_ModConfigMenuQuest (FE000803)].SHSE_MCM.OnInit() - "SKI_ConfigBase.psc" Line 85 [07/03/2020 - 12:47:25PM] error: Unbound native function "GetSettingObjectArrayEntry" called [07/03/2020 - 12:47:25PM] warning: Assigning None to a non-object variable named "::temp5" stack: [SHSE_ModConfigMenuQuest (FE000803)].SHSE_MCM.GetSettingToObjectArray() - "SHSE_MCM.psc" Line 152 [SHSE_ModConfigMenuQuest (FE000803)].SHSE_MCM.ApplySettingsFromFile() - "SHSE_MCM.psc" Line 210 [SHSE_ModConfigMenuQuest (FE000803)].SHSE_MCM.CheckFirstTimeEver() - "SHSE_MCM.psc" Line 226 [SHSE_ModConfigMenuQuest (FE000803)].SHSE_MCM.OnConfigInit() - "SHSE_MCM.psc" Line 464 [SHSE_ModConfigMenuQuest (FE000803)].SKI_ConfigBase.OnGameReload() - "SKI_ConfigBase.psc" Line 114 [SHSE_ModConfigMenuQuest (FE000803)].SHSE_MCM.OnGameReload() - "SHSE_MCM.psc" Line 572 [SHSE_ModConfigMenuQuest (FE000803)].SHSE_MCM.OnInit() - "SKI_ConfigBase.psc" Line 85 [07/03/2020 - 12:47:25PM] error: Unbound native function "GetSettingObjectArrayEntry" called [07/03/2020 - 12:47:25PM] warning: Assigning None to a non-object variable named "::temp5" stack: [SHSE_ModConfigMenuQuest (FE000803)].SHSE_MCM.GetSettingToObjectArray() - "SHSE_MCM.psc" Line 152 [SHSE_ModConfigMenuQuest (FE000803)].SHSE_MCM.ApplySettingsFromFile() - "SHSE_MCM.psc" Line 210 [SHSE_ModConfigMenuQuest (FE000803)].SHSE_MCM.CheckFirstTimeEver() - "SHSE_MCM.psc" Line 226 [SHSE_ModConfigMenuQuest (FE000803)].SHSE_MCM.OnConfigInit() - "SHSE_MCM.psc" Line 464 [SHSE_ModConfigMenuQuest (FE000803)].SKI_ConfigBase.OnGameReload() - "SKI_ConfigBase.psc" Line 114 [SHSE_ModConfigMenuQuest (FE000803)].SHSE_MCM.OnGameReload() - "SHSE_MCM.psc" Line 572 [SHSE_ModConfigMenuQuest (FE000803)].SHSE_MCM.OnInit() - "SKI_ConfigBase.psc" Line 85 [07/03/2020 - 12:47:25PM] error: Unbound native function "GetSettingObjectArrayEntry" called [07/03/2020 - 12:47:25PM] warning: Assigning None to a non-object variable named "::temp5" stack: [SHSE_ModConfigMenuQuest (FE000803)].SHSE_MCM.GetSettingToObjectArray() - "SHSE_MCM.psc" Line 152 [SHSE_ModConfigMenuQuest (FE000803)].SHSE_MCM.ApplySettingsFromFile() - "SHSE_MCM.psc" Line 210 [SHSE_ModConfigMenuQuest (FE000803)].SHSE_MCM.CheckFirstTimeEver() - "SHSE_MCM.psc" Line 226 [SHSE_ModConfigMenuQuest (FE000803)].SHSE_MCM.OnConfigInit() - "SHSE_MCM.psc" Line 464 [SHSE_ModConfigMenuQuest (FE000803)].SKI_ConfigBase.OnGameReload() - "SKI_ConfigBase.psc" Line 114 [SHSE_ModConfigMenuQuest (FE000803)].SHSE_MCM.OnGameReload() - "SHSE_MCM.psc" Line 572 [SHSE_ModConfigMenuQuest (FE000803)].SHSE_MCM.OnInit() - "SKI_ConfigBase.psc" Line 85 [07/03/2020 - 12:47:25PM] error: Unbound native function "GetSettingObjectArrayEntry" called [07/03/2020 - 12:47:25PM] warning: Assigning None to a non-object variable named "::temp5" stack: [SHSE_ModConfigMenuQuest (FE000803)].SHSE_MCM.GetSettingToObjectArray() - "SHSE_MCM.psc" Line 152 [SHSE_ModConfigMenuQuest (FE000803)].SHSE_MCM.ApplySettingsFromFile() - "SHSE_MCM.psc" Line 210 [SHSE_ModConfigMenuQuest (FE000803)].SHSE_MCM.CheckFirstTimeEver() - "SHSE_MCM.psc" Line 226 [SHSE_ModConfigMenuQuest (FE000803)].SHSE_MCM.OnConfigInit() - "SHSE_MCM.psc" Line 464 [SHSE_ModConfigMenuQuest (FE000803)].SKI_ConfigBase.OnGameReload() - "SKI_ConfigBase.psc" Line 114 [SHSE_ModConfigMenuQuest (FE000803)].SHSE_MCM.OnGameReload() - "SHSE_MCM.psc" Line 572 [SHSE_ModConfigMenuQuest (FE000803)].SHSE_MCM.OnInit() - "SKI_ConfigBase.psc" Line 85 [07/03/2020 - 12:47:25PM] error: Unbound native function "GetSettingObjectArrayEntry" called [07/03/2020 - 12:47:25PM] warning: Assigning None to a non-object variable named "::temp5" stack: [SHSE_ModConfigMenuQuest (FE000803)].SHSE_MCM.GetSettingToObjectArray() - "SHSE_MCM.psc" Line 152 [SHSE_ModConfigMenuQuest (FE000803)].SHSE_MCM.ApplySettingsFromFile() - "SHSE_MCM.psc" Line 210 [SHSE_ModConfigMenuQuest (FE000803)].SHSE_MCM.CheckFirstTimeEver() - "SHSE_MCM.psc" Line 226 [SHSE_ModConfigMenuQuest (FE000803)].SHSE_MCM.OnConfigInit() - "SHSE_MCM.psc" Line 464 [SHSE_ModConfigMenuQuest (FE000803)].SKI_ConfigBase.OnGameReload() - "SKI_ConfigBase.psc" Line 114 [SHSE_ModConfigMenuQuest (FE000803)].SHSE_MCM.OnGameReload() - "SHSE_MCM.psc" Line 572 [SHSE_ModConfigMenuQuest (FE000803)].SHSE_MCM.OnInit() - "SKI_ConfigBase.psc" Line 85 [07/03/2020 - 12:47:25PM] [Campfire]====================================================================================================== [07/03/2020 - 12:47:25PM] [Campfire] Campfire is now performing compatibility checks. Papyrus warnings about missing or [07/03/2020 - 12:47:25PM] [Campfire] unloaded files may follow. This is NORMAL and can be ignored. [07/03/2020 - 12:47:25PM] [Campfire]====================================================================================================== [07/03/2020 - 12:47:25PM] error: Unbound native function "GetSettingObjectArrayEntry" called [07/03/2020 - 12:47:25PM] warning: Assigning None to a non-object variable named "::temp5" stack: [SHSE_ModConfigMenuQuest (FE000803)].SHSE_MCM.GetSettingToObjectArray() - "SHSE_MCM.psc" Line 152 [SHSE_ModConfigMenuQuest (FE000803)].SHSE_MCM.ApplySettingsFromFile() - "SHSE_MCM.psc" Line 210 [SHSE_ModConfigMenuQuest (FE000803)].SHSE_MCM.CheckFirstTimeEver() - "SHSE_MCM.psc" Line 226 [SHSE_ModConfigMenuQuest (FE000803)].SHSE_MCM.OnConfigInit() - "SHSE_MCM.psc" Line 464 [SHSE_ModConfigMenuQuest (FE000803)].SKI_ConfigBase.OnGameReload() - "SKI_ConfigBase.psc" Line 114 [SHSE_ModConfigMenuQuest (FE000803)].SHSE_MCM.OnGameReload() - "SHSE_MCM.psc" Line 572 [SHSE_ModConfigMenuQuest (FE000803)].SHSE_MCM.OnInit() - "SKI_ConfigBase.psc" Line 85 [07/03/2020 - 12:47:25PM] error: Unbound native function "GetSettingObjectArrayEntry" called [07/03/2020 - 12:47:25PM] warning: Assigning None to a non-object variable named "::temp5" stack: [SHSE_ModConfigMenuQuest (FE000803)].SHSE_MCM.GetSettingToObjectArray() - "SHSE_MCM.psc" Line 152 [SHSE_ModConfigMenuQuest (FE000803)].SHSE_MCM.ApplySettingsFromFile() - "SHSE_MCM.psc" Line 210 [SHSE_ModConfigMenuQuest (FE000803)].SHSE_MCM.CheckFirstTimeEver() - "SHSE_MCM.psc" Line 226 [SHSE_ModConfigMenuQuest (FE000803)].SHSE_MCM.OnConfigInit() - "SHSE_MCM.psc" Line 464 [SHSE_ModConfigMenuQuest (FE000803)].SKI_ConfigBase.OnGameReload() - "SKI_ConfigBase.psc" Line 114 [SHSE_ModConfigMenuQuest (FE000803)].SHSE_MCM.OnGameReload() - "SHSE_MCM.psc" Line 572 [SHSE_ModConfigMenuQuest (FE000803)].SHSE_MCM.OnInit() - "SKI_ConfigBase.psc" Line 85 [07/03/2020 - 12:47:25PM] error: Unbound native function "GetSettingObjectArrayEntry" called [07/03/2020 - 12:47:25PM] warning: Assigning None to a non-object variable named "::temp5" stack: [SHSE_ModConfigMenuQuest (FE000803)].SHSE_MCM.GetSettingToObjectArray() - "SHSE_MCM.psc" Line 152 [SHSE_ModConfigMenuQuest (FE000803)].SHSE_MCM.ApplySettingsFromFile() - "SHSE_MCM.psc" Line 210 [SHSE_ModConfigMenuQuest (FE000803)].SHSE_MCM.CheckFirstTimeEver() - "SHSE_MCM.psc" Line 226 [SHSE_ModConfigMenuQuest (FE000803)].SHSE_MCM.OnConfigInit() - "SHSE_MCM.psc" Line 464 [SHSE_ModConfigMenuQuest (FE000803)].SKI_ConfigBase.OnGameReload() - "SKI_ConfigBase.psc" Line 114 [SHSE_ModConfigMenuQuest (FE000803)].SHSE_MCM.OnGameReload() - "SHSE_MCM.psc" Line 572 [SHSE_ModConfigMenuQuest (FE000803)].SHSE_MCM.OnInit() - "SKI_ConfigBase.psc" Line 85 [07/03/2020 - 12:47:25PM] error: Unbound native function "GetSettingObjectArrayEntry" called [07/03/2020 - 12:47:25PM] warning: Assigning None to a non-object variable named "::temp5" stack: [SHSE_ModConfigMenuQuest (FE000803)].SHSE_MCM.GetSettingToObjectArray() - "SHSE_MCM.psc" Line 152 [SHSE_ModConfigMenuQuest (FE000803)].SHSE_MCM.ApplySettingsFromFile() - "SHSE_MCM.psc" Line 210 [SHSE_ModConfigMenuQuest (FE000803)].SHSE_MCM.CheckFirstTimeEver() - "SHSE_MCM.psc" Line 226 [SHSE_ModConfigMenuQuest (FE000803)].SHSE_MCM.OnConfigInit() - "SHSE_MCM.psc" Line 464 [SHSE_ModConfigMenuQuest (FE000803)].SKI_ConfigBase.OnGameReload() - "SKI_ConfigBase.psc" Line 114 [SHSE_ModConfigMenuQuest (FE000803)].SHSE_MCM.OnGameReload() - "SHSE_MCM.psc" Line 572 [SHSE_ModConfigMenuQuest (FE000803)].SHSE_MCM.OnInit() - "SKI_ConfigBase.psc" Line 85 [07/03/2020 - 12:47:25PM] error: Unbound native function "GetSettingObjectArrayEntry" called [07/03/2020 - 12:47:25PM] warning: Assigning None to a non-object variable named "::temp5" stack: [SHSE_ModConfigMenuQuest (FE000803)].SHSE_MCM.GetSettingToObjectArray() - "SHSE_MCM.psc" Line 152 [SHSE_ModConfigMenuQuest (FE000803)].SHSE_MCM.ApplySettingsFromFile() - "SHSE_MCM.psc" Line 210 [SHSE_ModConfigMenuQuest (FE000803)].SHSE_MCM.CheckFirstTimeEver() - "SHSE_MCM.psc" Line 226 [SHSE_ModConfigMenuQuest (FE000803)].SHSE_MCM.OnConfigInit() - "SHSE_MCM.psc" Line 464 [SHSE_ModConfigMenuQuest (FE000803)].SKI_ConfigBase.OnGameReload() - "SKI_ConfigBase.psc" Line 114 [SHSE_ModConfigMenuQuest (FE000803)].SHSE_MCM.OnGameReload() - "SHSE_MCM.psc" Line 572 [SHSE_ModConfigMenuQuest (FE000803)].SHSE_MCM.OnInit() - "SKI_ConfigBase.psc" Line 85 [07/03/2020 - 12:47:25PM] error: Cannot call SetOutfit() on a None object, aborting function call stack: [alias ArnielShade on quest CCF_OutfitQuest_CollegeMages (1224B3CC)].CCF_AliasChangeOutfitOnLoad.OnUpdate() - "CCF_AliasChangeOutfitOnLoad.psc" Line 32 [07/03/2020 - 12:47:25PM] error: Unbound native function "GetSettingObjectArrayEntry" called [07/03/2020 - 12:47:25PM] warning: Assigning None to a non-object variable named "::temp5" stack: [SHSE_ModConfigMenuQuest (FE000803)].SHSE_MCM.GetSettingToObjectArray() - "SHSE_MCM.psc" Line 152 [SHSE_ModConfigMenuQuest (FE000803)].SHSE_MCM.ApplySettingsFromFile() - "SHSE_MCM.psc" Line 210 [SHSE_ModConfigMenuQuest (FE000803)].SHSE_MCM.CheckFirstTimeEver() - "SHSE_MCM.psc" Line 226 [SHSE_ModConfigMenuQuest (FE000803)].SHSE_MCM.OnConfigInit() - "SHSE_MCM.psc" Line 464 [SHSE_ModConfigMenuQuest (FE000803)].SKI_ConfigBase.OnGameReload() - "SKI_ConfigBase.psc" Line 114 [SHSE_ModConfigMenuQuest (FE000803)].SHSE_MCM.OnGameReload() - "SHSE_MCM.psc" Line 572 [SHSE_ModConfigMenuQuest (FE000803)].SHSE_MCM.OnInit() - "SKI_ConfigBase.psc" Line 85 [07/03/2020 - 12:47:25PM] error: Unbound native function "GetSettingObjectArrayEntry" called [07/03/2020 - 12:47:25PM] warning: Assigning None to a non-object variable named "::temp5" stack: [SHSE_ModConfigMenuQuest (FE000803)].SHSE_MCM.GetSettingToObjectArray() - "SHSE_MCM.psc" Line 152 [SHSE_ModConfigMenuQuest (FE000803)].SHSE_MCM.ApplySettingsFromFile() - "SHSE_MCM.psc" Line 210 [SHSE_ModConfigMenuQuest (FE000803)].SHSE_MCM.CheckFirstTimeEver() - "SHSE_MCM.psc" Line 226 [SHSE_ModConfigMenuQuest (FE000803)].SHSE_MCM.OnConfigInit() - "SHSE_MCM.psc" Line 464 [SHSE_ModConfigMenuQuest (FE000803)].SKI_ConfigBase.OnGameReload() - "SKI_ConfigBase.psc" Line 114 [SHSE_ModConfigMenuQuest (FE000803)].SHSE_MCM.OnGameReload() - "SHSE_MCM.psc" Line 572 [SHSE_ModConfigMenuQuest (FE000803)].SHSE_MCM.OnInit() - "SKI_ConfigBase.psc" Line 85 [07/03/2020 - 12:47:25PM] error: Unbound native function "GetSettingObjectArrayEntry" called [07/03/2020 - 12:47:25PM] warning: Assigning None to a non-object variable named "::temp5" stack: [SHSE_ModConfigMenuQuest (FE000803)].SHSE_MCM.GetSettingToObjectArray() - "SHSE_MCM.psc" Line 152 [SHSE_ModConfigMenuQuest (FE000803)].SHSE_MCM.ApplySettingsFromFile() - "SHSE_MCM.psc" Line 210 [SHSE_ModConfigMenuQuest (FE000803)].SHSE_MCM.CheckFirstTimeEver() - "SHSE_MCM.psc" Line 226 [SHSE_ModConfigMenuQuest (FE000803)].SHSE_MCM.OnConfigInit() - "SHSE_MCM.psc" Line 464 [SHSE_ModConfigMenuQuest (FE000803)].SKI_ConfigBase.OnGameReload() - "SKI_ConfigBase.psc" Line 114 [SHSE_ModConfigMenuQuest (FE000803)].SHSE_MCM.OnGameReload() - "SHSE_MCM.psc" Line 572 [SHSE_ModConfigMenuQuest (FE000803)].SHSE_MCM.OnInit() - "SKI_ConfigBase.psc" Line 85 [07/03/2020 - 12:47:25PM] error: Unbound native function "GetSettingObjectArrayEntry" called [07/03/2020 - 12:47:25PM] warning: Assigning None to a non-object variable named "::temp5" stack: [SHSE_ModConfigMenuQuest (FE000803)].SHSE_MCM.GetSettingToObjectArray() - "SHSE_MCM.psc" Line 152 [SHSE_ModConfigMenuQuest (FE000803)].SHSE_MCM.ApplySettingsFromFile() - "SHSE_MCM.psc" Line 210 [SHSE_ModConfigMenuQuest (FE000803)].SHSE_MCM.CheckFirstTimeEver() - "SHSE_MCM.psc" Line 226 [SHSE_ModConfigMenuQuest (FE000803)].SHSE_MCM.OnConfigInit() - "SHSE_MCM.psc" Line 464 [SHSE_ModConfigMenuQuest (FE000803)].SKI_ConfigBase.OnGameReload() - "SKI_ConfigBase.psc" Line 114 [SHSE_ModConfigMenuQuest (FE000803)].SHSE_MCM.OnGameReload() - "SHSE_MCM.psc" Line 572 [SHSE_ModConfigMenuQuest (FE000803)].SHSE_MCM.OnInit() - "SKI_ConfigBase.psc" Line 85 [07/03/2020 - 12:47:26PM] error: Unbound native function "GetSettingObjectArrayEntry" called [07/03/2020 - 12:47:26PM] warning: Assigning None to a non-object variable named "::temp5" stack: [SHSE_ModConfigMenuQuest (FE000803)].SHSE_MCM.GetSettingToObjectArray() - "SHSE_MCM.psc" Line 152 [SHSE_ModConfigMenuQuest (FE000803)].SHSE_MCM.ApplySettingsFromFile() - "SHSE_MCM.psc" Line 210 [SHSE_ModConfigMenuQuest (FE000803)].SHSE_MCM.CheckFirstTimeEver() - "SHSE_MCM.psc" Line 226 [SHSE_ModConfigMenuQuest (FE000803)].SHSE_MCM.OnConfigInit() - "SHSE_MCM.psc" Line 464 [SHSE_ModConfigMenuQuest (FE000803)].SKI_ConfigBase.OnGameReload() - "SKI_ConfigBase.psc" Line 114 [SHSE_ModConfigMenuQuest (FE000803)].SHSE_MCM.OnGameReload() - "SHSE_MCM.psc" Line 572 [SHSE_ModConfigMenuQuest (FE000803)].SHSE_MCM.OnInit() - "SKI_ConfigBase.psc" Line 85 [07/03/2020 - 12:47:26PM] error: Unbound native function "GetSettingObjectArrayEntry" called [07/03/2020 - 12:47:26PM] warning: Assigning None to a non-object variable named "::temp5" stack: [SHSE_ModConfigMenuQuest (FE000803)].SHSE_MCM.GetSettingToObjectArray() - "SHSE_MCM.psc" Line 152 [SHSE_ModConfigMenuQuest (FE000803)].SHSE_MCM.ApplySettingsFromFile() - "SHSE_MCM.psc" Line 210 [SHSE_ModConfigMenuQuest (FE000803)].SHSE_MCM.CheckFirstTimeEver() - "SHSE_MCM.psc" Line 226 [SHSE_ModConfigMenuQuest (FE000803)].SHSE_MCM.OnConfigInit() - "SHSE_MCM.psc" Line 464 [SHSE_ModConfigMenuQuest (FE000803)].SKI_ConfigBase.OnGameReload() - "SKI_ConfigBase.psc" Line 114 [SHSE_ModConfigMenuQuest (FE000803)].SHSE_MCM.OnGameReload() - "SHSE_MCM.psc" Line 572 [SHSE_ModConfigMenuQuest (FE000803)].SHSE_MCM.OnInit() - "SKI_ConfigBase.psc" Line 85 [07/03/2020 - 12:47:26PM] error: Unbound native function "GetSettingObjectArrayEntry" called [07/03/2020 - 12:47:26PM] warning: Assigning None to a non-object variable named "::temp5" stack: [SHSE_ModConfigMenuQuest (FE000803)].SHSE_MCM.GetSettingToObjectArray() - "SHSE_MCM.psc" Line 152 [SHSE_ModConfigMenuQuest (FE000803)].SHSE_MCM.ApplySettingsFromFile() - "SHSE_MCM.psc" Line 210 [SHSE_ModConfigMenuQuest (FE000803)].SHSE_MCM.CheckFirstTimeEver() - "SHSE_MCM.psc" Line 226 [SHSE_ModConfigMenuQuest (FE000803)].SHSE_MCM.OnConfigInit() - "SHSE_MCM.psc" Line 464 [SHSE_ModConfigMenuQuest (FE000803)].SKI_ConfigBase.OnGameReload() - "SKI_ConfigBase.psc" Line 114 [SHSE_ModConfigMenuQuest (FE000803)].SHSE_MCM.OnGameReload() - "SHSE_MCM.psc" Line 572 [SHSE_ModConfigMenuQuest (FE000803)].SHSE_MCM.OnInit() - "SKI_ConfigBase.psc" Line 85 [07/03/2020 - 12:47:26PM] error: Unbound native function "GetSettingObjectArrayEntry" called [07/03/2020 - 12:47:26PM] warning: Assigning None to a non-object variable named "::temp5" stack: [SHSE_ModConfigMenuQuest (FE000803)].SHSE_MCM.GetSettingToObjectArray() - "SHSE_MCM.psc" Line 152 [SHSE_ModConfigMenuQuest (FE000803)].SHSE_MCM.ApplySettingsFromFile() - "SHSE_MCM.psc" Line 210 [SHSE_ModConfigMenuQuest (FE000803)].SHSE_MCM.CheckFirstTimeEver() - "SHSE_MCM.psc" Line 226 [SHSE_ModConfigMenuQuest (FE000803)].SHSE_MCM.OnConfigInit() - "SHSE_MCM.psc" Line 464 [SHSE_ModConfigMenuQuest (FE000803)].SKI_ConfigBase.OnGameReload() - "SKI_ConfigBase.psc" Line 114 [SHSE_ModConfigMenuQuest (FE000803)].SHSE_MCM.OnGameReload() - "SHSE_MCM.psc" Line 572 [SHSE_ModConfigMenuQuest (FE000803)].SHSE_MCM.OnInit() - "SKI_ConfigBase.psc" Line 85 [07/03/2020 - 12:47:26PM] [Campfire] Registered Campfire Skill System mod: Campfire.esm [07/03/2020 - 12:47:26PM] [Campfire] Detected SKSE version 2.001700 (expected 1.070300 or newer, success!) [07/03/2020 - 12:47:26PM] error: File "SkyUI.esp" does not exist or is not currently loaded. stack: .Game.GetFormFromFile() - " " Line ? [alias _Camp_PlayerAlias on quest _Camp_MainQuest (07022033)]._camp_compatibility.IsPluginLoaded() - "_Camp_Compatibility.psc" Line 645 [alias _Camp_PlayerAlias on quest _Camp_MainQuest (07022033)]._camp_compatibility.RunCompatibility() - "_Camp_Compatibility.psc" Line 266 [alias _Camp_PlayerAlias on quest _Camp_MainQuest (07022033)]._camp_compatibility.OnPlayerLoadGame() - "_Camp_Compatibility.psc" Line 133 [_Camp_MainQuest (07022033)]._camp_main.OnInit() - "_Camp_Main.psc" Line 22 [07/03/2020 - 12:47:26PM] [Campfire] Loaded: SkyUI_SE.esp [07/03/2020 - 12:47:26PM] error: Unbound native function "GetSettingObjectArrayEntry" called [07/03/2020 - 12:47:26PM] error: File "SkyrimVR.esm" does not exist or is not currently loaded. stack: .Game.GetFormFromFile() - " " Line ? [alias _Camp_PlayerAlias on quest _Camp_MainQuest (07022033)]._camp_compatibility.IsPluginLoaded() - "_Camp_Compatibility.psc" Line 645 [alias _Camp_PlayerAlias on quest _Camp_MainQuest (07022033)]._camp_compatibility.RunCompatibility() - "_Camp_Compatibility.psc" Line 272 [alias _Camp_PlayerAlias on quest _Camp_MainQuest (07022033)]._camp_compatibility.OnPlayerLoadGame() - "_Camp_Compatibility.psc" Line 133 [_Camp_MainQuest (07022033)]._camp_main.OnInit() - "_Camp_Main.psc" Line 22 [07/03/2020 - 12:47:26PM] warning: Assigning None to a non-object variable named "::temp5" stack: [SHSE_ModConfigMenuQuest (FE000803)].SHSE_MCM.GetSettingToObjectArray() - "SHSE_MCM.psc" Line 152 [SHSE_ModConfigMenuQuest (FE000803)].SHSE_MCM.ApplySettingsFromFile() - "SHSE_MCM.psc" Line 210 [SHSE_ModConfigMenuQuest (FE000803)].SHSE_MCM.CheckFirstTimeEver() - "SHSE_MCM.psc" Line 226 [SHSE_ModConfigMenuQuest (FE000803)].SHSE_MCM.OnConfigInit() - "SHSE_MCM.psc" Line 464 [SHSE_ModConfigMenuQuest (FE000803)].SKI_ConfigBase.OnGameReload() - "SKI_ConfigBase.psc" Line 114 [SHSE_ModConfigMenuQuest (FE000803)].SHSE_MCM.OnGameReload() - "SHSE_MCM.psc" Line 572 [SHSE_ModConfigMenuQuest (FE000803)].SHSE_MCM.OnInit() - "SKI_ConfigBase.psc" Line 85 [07/03/2020 - 12:47:26PM] [Campfire] Loaded: Dawnguard.esm [07/03/2020 - 12:47:26PM] [Campfire] Loaded: Dragonborn.esm [07/03/2020 - 12:47:26PM] [Campfire] Loaded: HearthFires.esm [07/03/2020 - 12:47:26PM] error: File "Imp's More Complex Needs.esp" does not exist or is not currently loaded. stack: .Game.GetFormFromFile() - " " Line ? [alias _Camp_PlayerAlias on quest _Camp_MainQuest (07022033)]._camp_compatibility.IsPluginLoaded() - "_Camp_Compatibility.psc" Line 645 [alias _Camp_PlayerAlias on quest _Camp_MainQuest (07022033)]._camp_compatibility.RunCompatibility() - "_Camp_Compatibility.psc" Line 335 [alias _Camp_PlayerAlias on quest _Camp_MainQuest (07022033)]._camp_compatibility.OnPlayerLoadGame() - "_Camp_Compatibility.psc" Line 133 [_Camp_MainQuest (07022033)]._camp_main.OnInit() - "_Camp_Main.psc" Line 22 [07/03/2020 - 12:47:26PM] error: File "RealisticNeedsandDiseases.esp" does not exist or is not currently loaded. stack: .Game.GetFormFromFile() - " " Line ? [alias _Camp_PlayerAlias on quest _Camp_MainQuest (07022033)]._camp_compatibility.IsPluginLoaded() - "_Camp_Compatibility.psc" Line 645 [alias _Camp_PlayerAlias on quest _Camp_MainQuest (07022033)]._camp_compatibility.RunCompatibility() - "_Camp_Compatibility.psc" Line 351 [alias _Camp_PlayerAlias on ques
Nexus report that Hunterborn works fine in v3.9.4.2
10 July 2021, 9:51PM In case anyone stumbles on this in search - it's fixed as of 3.9.4.2. thanks steve!