Fatal error when equipping original Bow

Hi,

I’ve been messing around with the Ark Dev Kit and I was creating a new Bow by copying the PrimalItem_WeaponBow and weapBow and linking it together and adding it to the master list array in the GameData. But when I hit play in the editor and try to equip the standard Bow on the character (nr. 3) which you get when you spawn I get this error:
Fatal error!

Unhandled Exception: EXCEPTION_ACCESS_VIOLATION reading address 0x00000000

UE4Editor-ShooterGame.dll!AShooterWeapon::DetachMeshFromPawn() (0x00007ff82be17232) + 9 bytes [f:\ue4\unrealengine\projects\shootergame\source\shootergame\private\shooterweapon.cpp:494]
UE4Editor-ShooterGame.dll!AShooterWeapon::PostInitializeComponents() (0x00007ff82be1c506) + 0 bytes [f:\ue4\unrealengine\projects\shootergame\source\shootergame\private\shooterweapon.cpp:142]
UE4Editor-Engine.dll!UnknownFunction (0x00007ff833e4022d) + 0 bytes [UnknownFile:0]
UE4Editor-Engine.dll!UnknownFunction (0x00007ff833e4241c) + 0 bytes [UnknownFile:0]
UE4Editor-Engine.dll!UnknownFunction (0x00007ff834202709) + 0 bytes [UnknownFile:0]
UE4Editor-ShooterGame.dll!AShooterCharacter::GivePrimalItemWeapon() (0x00007ff82bd62617) + 93 bytes [f:\ue4\unrealengine\projects\shootergame\source\shootergame\private\shootercharacter.cpp:841]
UE4Editor-Engine.dll!UnknownFunction (0x00007ff83456756c) + 0 bytes [UnknownFile:0]
UE4Editor-Engine.dll!UnknownFunction (0x00007ff8345b16c5) + 0 bytes [UnknownFile:0]
UE4Editor-Engine.dll!UnknownFunction (0x00007ff834205439) + 0 bytes [UnknownFile:0]
UE4Editor-UnrealEd.dll!UnknownFunction (0x00007ff8315114d2) + 0 bytes [UnknownFile:0]
UE4Editor-UnrealEd.dll!UnknownFunction (0x00007ff831974f96) + 0 bytes [UnknownFile:0]
UE4Editor.exe!UnknownFunction (0x00007ff7db299394) + 0 bytes [UnknownFile:0]
UE4Editor.exe!UnknownFunction (0x00007ff7db28ed0f) + 0 bytes [UnknownFile:0]
UE4Editor.exe!UnknownFunction (0x00007ff7db28ed7a) + 0 bytes [UnknownFile:0]
UE4Editor.exe!UnknownFunction (0x00007ff7db29aa10) + 0 bytes [UnknownFile:0]
UE4Editor.exe!UnknownFunction (0x00007ff7db29b949) + 0 bytes [UnknownFile:0]
KERNEL32.DLL!UnknownFunction (0x00007ff8504b13d2) + 0 bytes [UnknownFile:0]
ntdll.dll!UnknownFunction (0x00007ff851b95444) + 0 bytes [UnknownFile:0]
ntdll.dll!UnknownFunction (0x00007ff851b95444) + 0 bytes [UnknownFile:0]

I didn’t change anything on the original blueprints (at least I think, I checked it twice now)
The same happends when I drop my new Bow item and try to equip it.
I hope someone can help me with this :stuck_out_tongue: