duck_phooey Posted July 28, 2024 Posted July 28, 2024 Pandora runs fine but my characters are still T-posing. Nemesis keeps giving me ERROR(2006): Missing behavior file. The behavior file name must be in this format ("Nemesis_<file name>.xml") and it must located in the same path as the hkx counterpart. Please contact the mod author File: defaultfemale_character. My load order is here. I've been trying to ask for help for weeks now on different servers and sites and I still haven't fixed it. I am honestly so tired of this shit.
traison Posted July 28, 2024 Posted July 28, 2024 (edited) This error is thrown when the behavorPath array has an empty path value for a key, in this case "defaultfemale_character". This value is temporarily written to a file called "behavior_path" in a folder called "cache": <file name>=<path>. The path is constructed from the parent_path and stem values of a std::filesystem::path class that represents either a .xml or .txt file. The Nemesis code is far too messy to quickly figure out why this array value would be empty in this case. The documentation for parent_path and stem do not suggest they would ever return "" (empty). Â So: Â Use your mod manager to locate the file called "defaultfemale_character" which presumably has one of the following extensions: .txt, .xml or .hkx. When you find it and the mod providing it you can decide what to do next: Remove the mod. Figure out where to obtain the missing file (another "defaultfemale_character"), which presumably also has one of the following extensions: .txt, .xml or .hkx. Edited July 28, 2024 by traison
Grey Cloud Posted July 28, 2024 Posted July 28, 2024 If you are using Pandora why are you using Nemesis? If you are using Nemesis why are you using Pandora?
duck_phooey Posted July 29, 2024 Author Posted July 29, 2024 20 hours ago, traison said: This error is thrown when the behavorPath array has an empty path value for a key, in this case "defaultfemale_character". This value is temporarily written to a file called "behavior_path" in a folder called "cache": <file name>=<path>. The path is constructed from the parent_path and stem values of a std::filesystem::path class that represents either a .xml or .txt file. The Nemesis code is far too messy to quickly figure out why this array value would be empty in this case. The documentation for parent_path and stem do not suggest they would ever return "" (empty). Â So: Â Use your mod manager to locate the file called "defaultfemale_character" which presumably has one of the following extensions: .txt, .xml or .hkx. When you find it and the mod providing it you can decide what to do next: Remove the mod. Figure out where to obtain the missing file (another "defaultfemale_character"), which presumably also has one of the following extensions: .txt, .xml or .hkx. Doesn't seem to exist in any of my mods.
traison Posted July 29, 2024 Posted July 29, 2024 6 hours ago, duck_phooey said: Doesn't seem to exist in any of my mods.  In that case I'd say @Grey Cloud has a point, I have no idea why you'd be running both Nemesis and Pandora.
duck_phooey Posted July 29, 2024 Author Posted July 29, 2024 9 hours ago, traison said:  In that case I'd say @Grey Cloud has a point, I have no idea why you'd be running both Nemesis and Pandora. I ran Nemesis cause Pandora wasn't working right.
traison Posted July 29, 2024 Posted July 29, 2024 2 hours ago, duck_phooey said: I ran Nemesis cause Pandora wasn't working right. Â I assume you didn't remove files generated by Pandora before running Nemesis. Perhaps it would even be a good idea to not have both installed at the same time. Â Anyhow, in this situation I'd use ProcMon from Sysinternals (Microsoft) to find the actual file causing trouble. Â Â
duck_phooey Posted July 30, 2024 Author Posted July 30, 2024 1 hour ago, traison said: Â I assume you didn't remove files generated by Pandora before running Nemesis. Perhaps it would even be a good idea to not have both installed at the same time. Â Anyhow, in this situation I'd use ProcMon from Sysinternals (Microsoft) to find the actual file causing trouble. Â Â What exactly am I supposed to be looking for?
traison Posted July 30, 2024 Posted July 30, 2024 7 hours ago, duck_phooey said: What exactly am I supposed to be looking for? Â The error message you posted gives you some hints, no? "Nemesis_<file name>.xml", so anything that starts with Nemesis_* "Please contact the mod author File: defaultfemale_character", so anything containing defaultfemale_character Create a filter to make the log easier to read:
shelix Posted August 15, 2024 Posted August 15, 2024 I had the same issue and what i did was simply disable Pandora and Pandora's Output mods in MO2, then Nemesis was running great 2
Thomas Waits Posted October 18, 2025 Posted October 18, 2025 On 7/27/2024 at 10:05 PM, duck_phooey said: Pandora runs fine but my characters are still T-posing. Nemesis keeps giving me ERROR(2006): Missing behavior file. The behavior file name must be in this format ("Nemesis_<file name>.xml") and it must located in the same path as the hkx counterpart. Please contact the mod author File: defaultfemale_character. My load order is here. I've been trying to ask for help for weeks now on different servers and sites and I still haven't fixed it. I am honestly so tired of this shit. Have you/how did you solve your problem?
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now