CDK crash

CDK keeps crashing whenever i spawn anything from objectGroups
bsd
image
crash1

The first error is specifically related to a failure loading an animation resource.

The CDK is trying to load an animation asset named unit_hangar_technic_snowball_hit_anim and it fails because the asset is missing, corrupted, or incorrectly referenced.
I bet you get this error when clicking on the “Show Units Assets” button.

Screenshot_46

This second error also points to a resource loading failure, but this time it’s within the animation system—specifically during the initialization of an animation graph.

The CDK editor is trying to load an animation graph (.animgraph) that either:

  • Doesn’t exist.
  • Is corrupted.
  • Is not correctly referenced in your unit or scene data.

a4aff9c4c1bd29669d629abc5d935a0eff0cbee9

Even though none of my maps have the ‘unit_hangar_technic_snowball_hit_anim’ in them, the editor appears to be trying to load them anyways.

These errors can only be fixed by the Gaijin Developers and the editor recompiled and tested.