Resolved General CTD when trying to create animation clips in mod tools 1.8.0

Users who are viewing this thread

Version number
1.8.0
Branch
Main
Modded/unmodded
Modded
As stated the mod tools crash with an error.
I am trying to make a chariots animation clips to test if my mod works.
It used to happen when I clicked on or created the first anim clip.
Now it happens when I click into the editor from the main menu.

The error that pops when the anim clip is created:

Assertion Failed!
C:\Develop\mb3\Source\Engine\Rgl\Animation_clip.cpp:786
Expression: data != nullptr

Related reference: 2022-08-25_19.46.09_793b4a6aaeef42a1fc40c74eea70aa79


There is also a second crash that will crash straight from the editor selection at the main menu if you have these 3 XML's in your ModuleData (monster_usage_sets, monsters, horses_and_others).
The error is:

Assertion Failed!
C:\Develop\mb3\Source\Bannerlord\Bannerlord\anim.cpp:206
Expression: index >+0 && index < num_action_sets

Related reference: 2022-08-25_19.51.15_793b4a6aaeef42a1fc40c74eea70aa79
 
Back
Top Bottom