新手玩家

- 贡献度
- 0
- 金元
- 50
- 积分
- 5
- 精华
- 0
- 注册时间
- 2021-2-15
|
自己在游戏中调试图像模式,把Dierctx改成了VULKAN,结果就一直闪退,steam平台购买的,试过卸载游戏、卸载steam、各种重启都不好使,拜托各位大佬指点
闪退报错如下:
Version: 177909, IsEditor: No, IsPerforceBuild: No, BuildConfiguration: Shipping, Launcher: Steam, NetMode: Standalone, IsUsingMods: No
Fatal error: [File :/ws/SB-lowprio/UE4/Engine/Source/Runtime/VulkanRHI/Private/VulkanUtil.cpp] [Line: 803] VulkanRHI::vkQueueSubmit(Queue, 1, &SubmitInfo, Fence->GetHandle()) failed, VkResult=-4 at D:/ws/SB-lowprio/UE4/Engine/Source/Runtime/VulkanRHI/Private/VulkanQueue.cpp:71 with error VK_ERROR_DEVICE_LOST
FactoryGame_VulkanRHI_Win64_Shipping!VulkanRHI::VerifyVulkanResult() [D:\ws\SB-lowprio\UE4\Engine\Source\Runtime\VulkanRHI\Private\VulkanUtil.cpp:802]
FactoryGame_VulkanRHI_Win64_Shipping!FVulkanQueue::Submit() [D:\ws\SB-lowprio\UE4\Engine\Source\Runtime\VulkanRHI\Private\VulkanQueue.cpp:75]
FactoryGame_VulkanRHI_Win64_Shipping!FVulkanCommandBufferManager::SubmitUploadCmdBuffer() [D:\ws\SB-lowprio\UE4\Engine\Source\Runtime\VulkanRHI\Private\VulkanCommandBuffer.cpp:550]
FactoryGame_VulkanRHI_Win64_Shipping!FVulkanCommandListContext::RHIBeginTransitions() [D:\ws\SB-lowprio\UE4\Engine\Source\Runtime\VulkanRHI\Private\VulkanBarriers.cpp:914]
FactoryGame_RHI_Win64_Shipping!FRHICommandResourceTransition::Execute() [D:\ws\SB-lowprio\UE4\Engine\Source\Runtime\RHI\Public\RHICommandListCommandExecutes.inl:404]
FactoryGame_RHI_Win64_Shipping!FRHICommandListExecutor::ExecuteInner_DoExecute() [D:\ws\SB-lowprio\UE4\Engine\Source\Runtime\RHI\Private\RHICommandList.cpp:368]
FactoryGame_RHI_Win64_Shipping!TGraphTask<FExecuteRHIThreadTask>::ExecuteTask() [D:\ws\SB-lowprio\UE4\Engine\Source\Runtime\Core\Public\Async\TaskGraphInterfaces.h:886]
FactoryGame_Core_Win64_Shipping!FNamedTaskThread: rocessTasksUntilQuit() [D:\ws\SB-lowprio\UE4\Engine\Source\Runtime\Core\Private\Async\TaskGraph.cpp:600]
FactoryGame_RenderCore_Win64_Shipping!FRHIThread::Run() [D:\ws\SB-lowprio\UE4\Engine\Source\Runtime\RenderCore\Private\RenderingThread.cpp:320]
FactoryGame_Core_Win64_Shipping!FRunnableThreadWin::Run() [D:\ws\SB-lowprio\UE4\Engine\Source\Runtime\Core\Private\Windows\WindowsRunnableThread.cpp:86]
|
|