Finally i discovered , i did not have the debugging symbols installed.
So i was not able to see the error properly.
After that the crash told me where exactly the line of code was crashing.
I needed to put more protection on my pointer because the animation state was trying to reach the character class.
Here my fix:
2 Likes