Need help deciphering a crash i am having

To start off thanks to all that have posted info and tutorials, without you guys/gals I wouldn’t be this far along with my mod. With that said I’m also not one to ask for help as I would rather to the footwork and learn along the way.

On to my current issue, I have a 3d model skinned to the Carno Skeleton. I can spawn in the “NEW Dino” generically(cheat summondino XXXXX_Character_BP_C) and they will spawn as a baby and adolesent no problem besides the lack of a walking animation, but when it spawns as an Adult I get a FAtal Error and UE4 crashes.

I have tamed a adolesent and forced it to grow up via the manager(Set target baby age) and even road it it around a bit. I’m at a loss on how to correct this. Any input would be greatly appreciated. Below is the crash report maybe that could help in correcting my issue.

[spoiler] Fatal error!

Unhandled Exception: EXCEPTION_ACCESS_VIOLATION reading address 0x00000100

VERSION: 236.2
UE4Editor-Engine.dll!UnknownFunction (0x00007ffa8962a4e4) + 0 bytes [UnknownFile:0]
UE4Editor-Engine.dll!UnknownFunction (0x00007ffa89fae730) + 0 bytes [UnknownFile:0]
UE4Editor-ShooterGame.dll!UPrimalAIStateDinoMeleeState::OnTick() (0x00007ffa82247872) + 9 bytes [c:\projects\shootergame\source\shootergame\private\primalaistatedinomeleestate.cpp:43]
UE4Editor-ShooterGame.dll!APrimalDinoCharacter::Tick() (0x00007ffa822eb4be) + 0 bytes [c:\projects\shootergame\source\shootergame\private\primaldinocharacter.cpp:528]
UE4Editor-Engine.dll!UnknownFunction (0x00007ffa89670aae) + 0 bytes [UnknownFile:0]
UE4Editor-Engine.dll!UnknownFunction (0x00007ffa89627709) + 0 bytes [UnknownFile:0]
UE4Editor-Engine.dll!UnknownFunction (0x00007ffa89dd73f1) + 0 bytes [UnknownFile:0]
UE4Editor-Engine.dll!UnknownFunction (0x00007ffa899e8a06) + 0 bytes [UnknownFile:0]
UE4Editor-UnrealEd.dll!UnknownFunction (0x00007ffa922b13e2) + 0 bytes [UnknownFile:0]
UE4Editor-UnrealEd.dll!UnknownFunction (0x00007ffa92715b36) + 0 bytes [UnknownFile:0]
UE4Editor.exe!UnknownFunction (0x00007ff610279564) + 0 bytes [UnknownFile:0]
UE4Editor.exe!UnknownFunction (0x00007ff61026ed0f) + 0 bytes [UnknownFile:0]
UE4Editor.exe!UnknownFunction (0x00007ff61026ed7a) + 0 bytes [UnknownFile:0]
UE4Editor.exe!UnknownFunction (0x00007ff61027abe0) + 0 bytes [UnknownFile:0]
UE4Editor.exe!UnknownFunction (0x00007ff61027bb19) + 0 bytes [UnknownFile:0]
KERNEL32.DLL!UnknownFunction (0x00007ffaba838102) + 0 bytes [UnknownFile:0]
ntdll.dll!UnknownFunction (0x00007ffabcffc5b4) + 0 bytes [UnknownFile:0]
ntdll.dll!UnknownFunction (0x00007ffabcffc5b4) + 0 bytes [UnknownFile:0]

[/spoiler]

Something is getting messed up when trying to set the player state of the dino it appears. Because its a carnivore and an adult my first guess would be that it’s sturggling to set it to aggressive when spawned . Im not sure the young dinos can be agressive or not. But because of the melee state being the point of failure and the fact its a canivore this would be my first and only guess.

I’m pretty sure in game babies and adolescents run away when spooked or attacked. I’m pretty sure when I got this error i had gone in and unchecked “Is carnivore” but now that you mention it I should double check that it saved.

Edit: I double checked to see if I deactivated the “Is carnivore” and I have so now I’m stumped once again.