Unreal Engine Crashes When I Bring Metahuman BP into NewLevelSequence

Hello! Brand new to Unreal and this forum. I’m following a youtube step by step of trying to use my Metahuman in unreal. Everytime I drag my Metahuman Bp into a NewLevel Sequence, Unreal Engine crashes. Is there something I can do to avoid this crashing? I get the following error message:

LoginId:1df406926140563143beff999ff97130
EpicAccountId:a1d135e0d9f74ea486a86423bc8e27cd

Caught signal

__pthread_kill Address = 0x7fff206a3946 (filename not found) [in libsystem_kernel.dylib]
Unknown() Address = 0x7fff20627411 (filename not found) [in libsystem_c.dylib]
Unknown() Address = 0x7fff206267e8 (filename not found) [in libsystem_c.dylib]
Unknown() Address = 0x7fff286f1ec4 (filename not found) [in Metal]
Unknown() Address = 0x7fff286e0446 (filename not found) [in Metal]
Unknown() Address = 0x7fff286da1ec (filename not found) [in Metal]
Unknown() Address = 0x7fff286d483b (filename not found) [in Metal]
Unknown() Address = 0x7fff286d4789 (filename not found) [in Metal]
Unknown() Address = 0x7fff286cac57 (filename not found) [in Metal]
Unknown() Address = 0x7fff28656919 (filename not found) [in Metal]
Unknown() Address = 0x7fff28696c9e (filename not found) [in Metal]
mtlpp::Device::NewComputePipelineState(mtlpp::ComputePipelineDescriptor const&, mtlpp::PipelineOption, ns::AutoReleasedmtlpp::ComputePipelineReflection, ns::AutoReleasedns::Error) Address = 0x2d3c028c6 (filename not found) [in UE4Editor-MetalRHI.dylib]
FMetalComputeShader::GetPipeline() Address = 0x2d3d368b6 (filename not found) [in UE4Editor-MetalRHI.dylib]
FMetalStateCache::SetComputePipelineState(FMetalCommandEncoder&) Address = 0x2d3cd8b8c (filename not found) [in UE4Editor-MetalRHI.dylib]
FMetalRenderPass::PrepareToAsyncDispatch() Address = 0x2d3ccc61c (filename not found) [in UE4Editor-MetalRHI.dylib]
FMetalRenderPass::Dispatch(unsigned int, unsigned int, unsigned int) Address = 0x2d3ccc05b (filename not found) [in UE4Editor-MetalRHI.dylib]
FMetalRHICommandContext::RHIDispatchComputeShader(unsigned int, unsigned int, unsigned int) Address = 0x2d3c3bd33 (filename not found) [in UE4Editor-MetalRHI.dylib]
NiagaraEmitterInstanceBatcher::Run(FNiagaraGPUSystemTick const&, FNiagaraComputeInstanceData const*, unsigned int, unsigned int, TShaderRefBase<FNiagaraShader, FNiagaraShaderMapPointerTable> const&, FRHICommandList&, FRHIUniformBuffer*, FNiagaraGpuSpawnInfo const&, bool, unsigned int, unsigned int, FNiagaraDataInterfaceProxyRW*, bool) Address = 0x14ca4a2d4 (filename not found) [in UE4Editor-Niagara.dylib]
NiagaraEmitterInstanceBatcher::DispatchStage(NiagaraEmitterInstanceBatcher::FDispatchInstance&, unsigned int, FRHICommandList&, FRHIUniformBuffer*) Address = 0x14ca4954d (filename not found) [in UE4Editor-Niagara.dylib]
NiagaraEmitterInstanceBatcher::DispatchAllOnCompute(TArray<NiagaraEmitterInstanceBatcher::FDispatchInstance, TMemStackAllocator<0u> >&, FRHICommandList&, FRHIUniformBuffer*) Address = 0x14ca4be1a (filename not found) [in UE4Editor-Niagara.dylib]
NiagaraEmitterInstanceBatcher::ExecuteAll(FRHICommandList&, FRHIUniformBuffer*, ETickStage) Address = 0x14ca5119d (filename not found) [in UE4Editor-Niagara.dylib]
NiagaraEmitterInstanceBatcher::PreInitViews(FRHICommandListImmediate&, bool) Address = 0x14ca525e1 (filename not found) [in UE4Editor-Niagara.dylib]
FFXSystemSet::PreInitViews(FRHICommandListImmediate&, bool) Address = 0x10e95e660 (filename not found) [in UE4Editor-Engine.dylib]
FSceneRenderer::PreVisibilityFrameSetup(FRHICommandListImmediate&) Address = 0x12367feca (filename not found) [in UE4Editor-Renderer.dylib]
FDeferredShadingSceneRenderer::InitViews(FRHICommandListImmediate&, FExclusiveDepthStencil::Type, FILCUpdatePrimTaskData&) Address = 0x123649e4b (filename not found) [in UE4Editor-Renderer.dylib]
FDeferredShadingSceneRenderer::Render(FRHICommandListImmediate&) Address = 0x122f90b89 (filename not found) [in UE4Editor-Renderer.dylib]
RenderViewFamily_RenderThread(FRHICommandListImmediate&, FSceneRenderer*) Address = 0x1236cf39a (filename not found) [in UE4Editor-Renderer.dylib]
TEnqueueUniqueRenderCommandType<FRendererModule::BeginRenderingViewFamily(FCanvas*, FSceneViewFamily*)::FDrawSceneCommandName, FRendererModule::BeginRenderingViewFamily(FCanvas*, FSceneViewFamily*)::$_45>::DoTask(ENamedThreads::Type, TRefCountPtr const&) Address = 0x1236ceb92 (filename not found) [in UE4Editor-Renderer.dylib]
TGraphTask<TEnqueueUniqueRenderCommandType<FRendererModule::BeginRenderingViewFamily(FCanvas*, FSceneViewFamily*)::FDrawSceneCommandName, FRendererModule::BeginRenderingViewFamily(FCanvas*, FSceneViewFamily*)::$_45> >::ExecuteTask(TArray<FBaseGraphTask*, TSizedDefaultAllocator<32> >&, ENamedThreads::Type) Address = 0x1236d1ada (filename not found) [in UE4Editor-Renderer.dylib]
FNamedTaskThread::ProcessTasksNamedThread(int, bool) Address = 0x10bb59466 (filename not found) [in UE4Editor-Core.dylib]
FNamedTaskThread::ProcessTasksUntilQuit(int) Address = 0x10bb57a80 (filename not found) [in UE4Editor-Core.dylib]
RenderingThreadMain(FEvent*) Address = 0x1147ffaa3 (filename not found) [in UE4Editor-RenderCore.dylib]
FRenderingThread::Run() Address = 0x11482a407 (filename not found) [in UE4Editor-RenderCore.dylib]
FRunnableThreadPThread::Run() Address = 0x10bc7e3b8 (filename not found) [in UE4Editor-Core.dylib]
FRunnableThreadPThread::_ThreadProc(void*) Address = 0x10bc0a9a4 (filename not found) [in UE4Editor-Core.dylib]
_pthread_start Address = 0x7fff206d2954 (filename not found) [in libsystem_pthread.dylib]
thread_start Address = 0x7fff206ce4a7 (filename not found) [in libsystem_pthread.dylib]

I have the same issue , I’m using MacBook Pro
Caught signal

__pthread_kill Address = 0x7fff20424946 (filename not found) [in libsystem_kernel.dylib]
Unknown() Address = 0x7fff203a8411 (filename not found) [in libsystem_c.dylib]
Unknown() Address = 0x7fff203a77e8 (filename not found) [in libsystem_c.dylib]
Unknown() Address = 0x7fff28472ec4 (filename not found) [in Metal]
Unknown() Address = 0x7fff28461446 (filename not found) [in Metal]
Unknown() Address = 0x7fff2845b1ec (filename not found) [in Metal]
Unknown() Address = 0x7fff2845583b (filename not found) [in Metal]
Unknown() Address = 0x7fff28455789 (filename not found) [in Metal]
Unknown() Address = 0x7fff2844bc57 (filename not found) [in Metal]
Unknown() Address = 0x7fff283d7919 (filename not found) [in Metal]
Unknown() Address = 0x7fff28417c9e (filename not found) [in Metal]
mtlpp::Device::NewComputePipelineState(mtlpp::ComputePipelineDescriptor const&, mtlpp::PipelineOption, ns::AutoReleasedmtlpp::ComputePipelineReflection, ns::AutoReleasedns::Error) Address = 0x2c493f8c6 (filename not found) [in UE4Editor-MetalRHI.dylib]
FMetalComputeShader::GetPipeline() Address = 0x2c4a738b6 (filename not found) [in UE4Editor-MetalRHI.dylib]
FMetalStateCache::SetComputePipelineState(FMetalCommandEncoder&) Address = 0x2c4a15b8c (filename not found) [in UE4Editor-MetalRHI.dylib]
FMetalRenderPass::PrepareToAsyncDispatch() Address = 0x2c4a0961c (filename not found) [in UE4Editor-MetalRHI.dylib]
FMetalRenderPass::Dispatch(unsigned int, unsigned int, unsigned int) Address = 0x2c4a0905b (filename not found) [in UE4Editor-MetalRHI.dylib]
FMetalRHICommandContext::RHIDispatchComputeShader(unsigned int, unsigned int, unsigned int) Address = 0x2c4978d33 (filename not found) [in UE4Editor-MetalRHI.dylib]
NiagaraEmitterInstanceBatcher::Run(FNiagaraGPUSystemTick const&, FNiagaraComputeInstanceData const*, unsigned int, unsigned int, TShaderRefBase<FNiagaraShader, FNiagaraShaderMapPointerTable> const&, FRHICommandList&, FRHIUniformBuffer*, FNiagaraGpuSpawnInfo const&, bool, unsigned int, unsigned int, FNiagaraDataInterfaceProxyRW*, bool) Address = 0x13c6b12d4 (filename not found) [in UE4Editor-Niagara.dylib]
NiagaraEmitterInstanceBatcher::DispatchStage(NiagaraEmitterInstanceBatcher::FDispatchInstance&, unsigned int, FRHICommandList&, FRHIUniformBuffer*) Address = 0x13c6b054d (filename not found) [in UE4Editor-Niagara.dylib]
NiagaraEmitterInstanceBatcher::DispatchAllOnCompute(TArray<NiagaraEmitterInstanceBatcher::FDispatchInstance, TMemStackAllocator<0u> >&, FRHICommandList&, FRHIUniformBuffer*) Address = 0x13c6b2e1a (filename not found) [in UE4Editor-Niagara.dylib]
NiagaraEmitterInstanceBatcher::ExecuteAll(FRHICommandList&, FRHIUniformBuffer*, ETickStage) Address = 0x13c6b819d (filename not found) [in UE4Editor-Niagara.dylib]
NiagaraEmitterInstanceBatcher::PreInitViews(FRHICommandListImmediate&, bool) Address = 0x13c6b95e1 (filename not found) [in UE4Editor-Niagara.dylib]
FFXSystemSet::PreInitViews(FRHICommandListImmediate&, bool) Address = 0x103727660 (filename not found) [in UE4Editor-Engine.dylib]
FSceneRenderer::PreVisibilityFrameSetup(FRHICommandListImmediate&) Address = 0x1183e0eca (filename not found) [in UE4Editor-Renderer.dylib]
FDeferredShadingSceneRenderer::InitViews(FRHICommandListImmediate&, FExclusiveDepthStencil::Type, FILCUpdatePrimTaskData&) Address = 0x1183aae4b (filename not found) [in UE4Editor-Renderer.dylib]
FDeferredShadingSceneRenderer::Render(FRHICommandListImmediate&) Address = 0x117cf1b89 (filename not found) [in UE4Editor-Renderer.dylib]
RenderViewFamily_RenderThread(FRHICommandListImmediate&, FSceneRenderer*) Address = 0x11843039a (filename not found) [in UE4Editor-Renderer.dylib]
TEnqueueUniqueRenderCommandType<FRendererModule::BeginRenderingViewFamily(FCanvas*, FSceneViewFamily*)::FDrawSceneCommandName, FRendererModule::BeginRenderingViewFamily(FCanvas*, FSceneViewFamily*)::$_45>::DoTask(ENamedThreads::Type, TRefCountPtr const&) Address = 0x11842fb92 (filename not found) [in UE4Editor-Renderer.dylib]
TGraphTask<TEnqueueUniqueRenderCommandType<FRendererModule::BeginRenderingViewFamily(FCanvas*, FSceneViewFamily*)::FDrawSceneCommandName, FRendererModule::BeginRenderingViewFamily(FCanvas*, FSceneViewFamily*)::$_45> >::ExecuteTask(TArray<FBaseGraphTask*, TSizedDefaultAllocator<32> >&, ENamedThreads::Type) Address = 0x118432ada (filename not found) [in UE4Editor-Renderer.dylib]
FNamedTaskThread::ProcessTasksNamedThread(int, bool) Address = 0x10092a466 (filename not found) [in UE4Editor-Core.dylib]
FNamedTaskThread::ProcessTasksUntilQuit(int) Address = 0x100928a80 (filename not found) [in UE4Editor-Core.dylib]
RenderingThreadMain(FEvent*) Address = 0x1095ceaa3 (filename not found) [in UE4Editor-RenderCore.dylib]
FRenderingThread::Run() Address = 0x1095f9407 (filename not found) [in UE4Editor-RenderCore.dylib]
FRunnableThreadPThread::Run() Address = 0x100a4f3b8 (filename not found) [in UE4Editor-Core.dylib]
FRunnableThreadPThread::_ThreadProc(void*) Address = 0x1009db9a4 (filename not found) [in UE4Editor-Core.dylib]
_pthread_start Address = 0x7fff20453954 (filename not found) [in libsystem_pthread.dylib]
thread_start Address = 0x7fff2044f4a7 (filename not found) [in libsystem_pthread.dylib]

Can you point us to the Youtube video you were using? We’ve tried a few tests on our end and haven’t been able to reproduce this. Can you also share a bit more about your machine configuration OS/hardware?

It happens the same to me . When I take the MetaHuman to Unreal (4.26 or 5) … crash
I have a 2070 board - I7 processor - 32 ream

Hey Guys,

having the same issue… is there any fix or workaround ?

Greetings !

Hello… Having the same CRASHING after metaHuman loading !!!
Plz. Help
Thx

Same Trouble
I had Retarget + made a Blend Enumeration on my MetaHuman but i can’t bring it into the sequencer, always the same crash ://