Jump to content

Animation mods not working, Nemesis error 2006. Losing my damn mind


Recommended Posts

Posted

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.

Posted (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 by traison
Posted
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.

Posted
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.

Posted
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.

 

 

Posted
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?

Posted
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?

  1. "Nemesis_<file name>.xml", so anything that starts with Nemesis_*
  2. "Please contact the mod author File: defaultfemale_character", so anything containing defaultfemale_character

Create a filter to make the log easier to read:

Screenshot2024-07-30104457.png.3175ed6f62ce25aef698b767f62a67c0.png

  • 3 weeks later...
Posted

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

  • 1 year later...
Posted
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?

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...