This is a low frequency crash that has occurred since at least 4.14
User Descriptions
Source Context
349 UE_LOG(LogVulkanRHI, Error, TEXT("%s failed, VkResult=%d\n at %s:%u \n with error %s"), 350 ANSI_TO_TCHAR(VkFunction), (int32)Result, ANSI_TO_TCHAR(Filename), Line, *ErrorString); 351 352 //#todo-rco: Don't need this yet... 353 //TerminateOnDeviceRemoved(Result); 354 //TerminateOnOutOfMemory(Result, false); 355 356 ***** UE_LOG(LogVulkanRHI, Fatal, TEXT("%s failed, VkResult=%d\n at %s:%u \n with error %s"), 357 ANSI_TO_TCHAR(VkFunction), (int32)Result, ANSI_TO_TCHAR(Filename), Line, *ErrorString); 358 } 359 } 360
repro steps currently unknown
Fatal error: [File:D:\Build\++UE4+Release-4.18+Compile\Sync\Engine\Source\Runtime\VulkanRHI\Private\VulkanUtil.cpp] [Line: 358] VulkanRHI::vkQueuePresentKHR(PresentQueue->GetHandle(), &Info) failed, VkResult=-1000001004 at D:\Build\++UE4+Release-4.18+Compile\Sync\Engine\Source\Runtime\VulkanRHI\Private\VulkanSwapChain.cpp:380 with error VK_ERROR_OUT_OF_DATE_KHR UE4Editor_VulkanRHI!VulkanRHI::VerifyVulkanResult() [vulkanutil.cpp:357] UE4Editor_VulkanRHI!FVulkanSwapChain::Present() [vulkanswapchain.cpp:380] UE4Editor_VulkanRHI!FVulkanViewport::Present() [vulkanviewport.cpp:546] UE4Editor_VulkanRHI!FVulkanCommandListContext::RHIEndDrawingViewport() [vulkanrhi.cpp:838] UE4Editor_RHI!FRHICommandListExecutor::ExecuteInner_DoExecute() [rhicommandlist.cpp:259] UE4Editor_RHI!FExecuteRHIThreadTask::DoTask() [rhicommandlist.cpp:316] UE4Editor_RHI!TGraphTask<FExecuteRHIThreadTask>::ExecuteTask() [taskgraphinterfaces.h:784] UE4Editor_Core!FNamedTaskThread::ProcessTasksNamedThread() [taskgraph.cpp:651] UE4Editor_Core!FNamedTaskThread::ProcessTasksUntilQuit() [taskgraph.cpp:560] UE4Editor_RenderCore!FRHIThread::Run() [renderingthread.cpp:279] UE4Editor_Core!FRunnableThreadWin::Run() [windowsrunnablethread.cpp:76]
There's no existing public thread on this issue, so head over to Questions & Answers just mention UE-52276 in the post.
0 |
Component | UE - Graphics Features |
---|---|
Affects Versions | 4.14, 4.17, 4.18 |
Target Fix | 4.19 |
Created | Nov 10, 2017 |
---|---|
Resolved | Dec 1, 2017 |
Updated | Apr 27, 2018 |