WeaponObject::PrepareProxiesForDrawing
Right after the check for something == "magazine" there is a array lookup that crashes with Forced crash: array access out of range: 1 index: 1.
It's the first array lookup right after the "magazine" check, before the dyn_cast which is followed by a array iteration.
Just forwarding this crash info from a user, don't have information which weapon/magazine combination caused the crash.
Dev branch 145335 and 145343