You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I get the following error in NifSkope 2.0 Dev 9 when I try to save the Skyrim SE file Meshes\architecture\whiterun\wrinteriors\wrcastle\wrintcastlefloorwoodmid01.nif
Failed to write block bhkCompressedMeshShapeData (2)
I simply open the file and try to save it without making any changes. In NifSkope 2.0 Dev 7 it saves without an error.
The text was updated successfully, but these errors were encountered:
This is a known issue, it has been previously reported here. There is no updated release by Hexabits yet, but the error is fixed in some other forks, including mine.
gavrant
added a commit
to gavrant/nifskope
that referenced
this issue
Jul 23, 2024
…Data blocks
Fixeshexabits#67 , niftools#242
Bonus: refactored the NifStream code so this kind of bugs would happen less likely in the future (added asserts in strategic places, moved boilerplate code to macros or functions, and so on). This refactor also fixes a few other potential bugs on reading and writing meshes.
I get the following error in NifSkope 2.0 Dev 9 when I try to save the Skyrim SE file Meshes\architecture\whiterun\wrinteriors\wrcastle\wrintcastlefloorwoodmid01.nif
Failed to write block bhkCompressedMeshShapeData (2)
I simply open the file and try to save it without making any changes. In NifSkope 2.0 Dev 7 it saves without an error.
The text was updated successfully, but these errors were encountered: