Hello! I hope someone can help me. I’m running Unreal Engine 5.1 on Mac from 2015 with Monterey, and have the latest Xcode installed. I still haven’t been able to use it because every time I create a project and try to start it it crashes at around 95% with this report:
Fatal error: [File:./Runtime/Apple/MetalRHI/Private/MetalCommandList.cpp] [Line: 176] Command Buffer ClearIndirectArgBuffer Failed with Timeout Error! Error Domain: MTLCommandBufferErrorDomain Code: 2 Description Caused GPU Timeout Error (00000002:kIOAccelCommandBufferCallbackErrorTimeout) Unknown Unknown
ReportMetalCommandBufferFailure(mtlpp::CommandBuffer const&, char16_t const*, bool) Address = 0x153b5e41f (filename not found) [in UnrealEditor-MetalRHI.dylib]
MetalCommandBufferFailureTimeout(mtlpp::CommandBuffer const&) Address = 0x153b96e9c (filename not found) [in UnrealEditor-MetalRHI.dylib]
HandleMetalCommandBufferError(mtlpp::CommandBuffer const&) Address = 0x153b5d1c9 (filename not found) [in UnrealEditor-MetalRHI.dylib]
HandleIntelMetalCommandBufferError(mtlpp::CommandBuffer const&) Address = 0x153b5d145 (filename not found) [in UnrealEditor-MetalRHI.dylib]
FMetalCommandList::HandleMetalCommandBufferFailure(mtlpp::CommandBuffer const&) Address = 0x153b5cf79 (filename not found) [in UnrealEditor-MetalRHI.dylib]
invocation function for block in FMetalCommandList::Commit(mtlpp::CommandBuffer&, TArray<ns::Object<void (mtlpp::CommandBuffer const&) block_pointer, (ns::CallingConvention)1>, TSizedDefaultAllocator<32> >, bool, bool) Address = 0x153b5f05f (filename not found) [in UnrealEditor-MetalRHI.dylib]
invocation function for block in mtlpp::CommandBuffer::AddCompletedHandler(void (mtlpp::CommandBuffer const&) block_pointer) Address = 0x153b188ac (filename not found) [in UnrealEditor-MetalRHI.dylib]
Unknown() Address = 0x7ff8132b19d2 (filename not found) [in Metal]
Unknown() Address = 0x7ff8132b1f08 (filename not found) [in Metal]
Unknown() Address = 0x7ff8132b1ca7 (filename not found) [in Metal]
Unknown() Address = 0x7ff8132b1b81 (filename not found) [in Metal]
Unknown() Address = 0x7ff8132b1aa9 (filename not found) [in Metal]
Unknown() Address = 0x7ff8132880e0 (filename not found) [in IOAccelerator]
Unknown() Address = 0x7ff80d299d0b (filename not found) [in IOKit]
Unknown() Address = 0x7ff80d299b8c (filename not found) [in IOKit]
Unknown() Address = 0x7ff80a74c89c (filename not found) [in libdispatch.dylib]
Unknown() Address = 0x7ff80a732317 (filename not found) [in libdispatch.dylib]
Unknown() Address = 0x7ff80a734d7c (filename not found) [in libdispatch.dylib]
Unknown() Address = 0x7ff80a746208 (filename not found) [in libdispatch.dylib]
Unknown() Address = 0x7ff80a7381cd (filename not found) [in libdispatch.dylib]
Unknown() Address = 0x7ff80a738dfd (filename not found) [in libdispatch.dylib]
Unknown() Address = 0x7ff80a742eee (filename not found) [in libdispatch.dylib]
_pthread_wqthread Address = 0x7ff80a8e5fd0 (filename not found) [in libsystem_pthread.dylib]
start_wqthread Address = 0x7ff80a8e4f57 (filename not found) [in libsystem_pthread.dylib]
I don’t know what to do. I have tried to look into forums but couldn’t find anything. Can someone help?
I would be super grateful!