Jump to content
  • 0

wxPython: stdout/stderr message


danding0517

Question

i am rebuild the bash patch with import inventory and got this message when finish rebuild bash patch

 

unpack requires a string argument of length 12
Error loading 'NPC_' record and/or subrecord: 02017936
  eid = u'DLC2MiraakMQ01'
  subrecord = 'QNAM'
  subrecord size = 16
  file pos = 917
Error in LadyMiraak.esp
 

Link to comment
Share on other sites

1 answer to this question

Recommended Posts

  • 0

That error tells you that the subrecord QNAM is 16 bytes, but Wrye Bash is looking for 12 bytes. You need to make sure you are always using the latest version. Because when Bethesda changes records I change the records in Wrye using xEdit code. If you still get that error after updating then read the documentation and enable the debug log and post the whole log so I can better understand why the error is happening.

Link to comment
Share on other sites

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
×
×
  • Create New...

Important Information

By using this site, you agree to our Guidelines, Privacy Policy, and Terms of Use.