RuntimeSkeletalMeshGenerator icon indicating copy to clipboard operation
RuntimeSkeletalMeshGenerator copied to clipboard

randomly crash with render thread exception!

Open JohnsonChan2013 opened this issue 3 years ago • 2 comments

Hi, I use your plugin to create skeletal mesh and apply it to my character by using SetSkeletalMesh(), but, when walk around or travel to a different map, it randomly crash on my game, how to fix it . BTW, the crash only happen on packages, not PIE or standalone mode.

JohnsonChan2013 avatar Aug 26 '22 13:08 JohnsonChan2013

Solved it. The issue is that my skeleton asset has virtual bones, but the function "GenerateSkeletalMesh" didn't use the proper bone functions such as GetNum() function causes the random crash. Switch it with GetRawBoneNum() will fix it. And I changed other codes to fully support my project as well.

JohnsonChan2013 avatar Sep 02 '22 03:09 JohnsonChan2013

Did you find other bugs ?

Fransferdy avatar Oct 02 '23 17:10 Fransferdy