Project

General

Profile

Actions

Emulator Issues #11855

open

"Failed to submit command buffer" error on Jetson Nano

Added by container1234 over 4 years ago. Updated over 4 years ago.

Status:
New
Priority:
Normal
Assignee:
-
% Done:

0%

Operating system:
N/A
Issue type:
Bug
Milestone:
Regression:
No
Relates to usability:
No
Relates to performance:
No
Easy:
No
Relates to maintainability:
No
Regression start:
Fixed in:

Description

Game Name?

Kirby Air Ride
Phantasy Star Online Episode I & II Plus

Game ID? (right click the game in the game list, Properties, Info tab)

GKYE01
GPOJ8P

MD5 Hash? (right click the game in the game list, Properties, Verify tab, Verify Integrity button)

bd936616ba7f998d8d0a1eb3f553b634
35912e7afe53905c54616fcff0cc2dd2

What's the problem? Describe what went wrong.

Error window "Failed to submit command buffer" appears when booting the game. After pressing "Ignore for this session" button, it displays black screen or corrupted images.

Log

45:15:396 VideoBackends/Vulkan/VulkanLoader.cpp:219 E[Video]: (WaitForCommandBufferCompletion) vkWaitForFences failed:  (-4: VK_ERROR_DEVICE_LOST)
45:15:397 VideoBackends/Vulkan/VulkanLoader.cpp:219 E[Video]: (SubmitCommandBuffer) vkQueueSubmit failed:  (-4: VK_ERROR_DEVICE_LOST)
45:15:397 VideoBackends/Vulkan/VulkanLoader.cpp:219 E[Video]: (WaitForCommandBufferCompletion) vkWaitForFences failed:  (-4: VK_ERROR_DEVICE_LOST)
45:15:397 VideoBackends/Vulkan/VulkanLoader.cpp:219 E[Video]: (SubmitCommandBuffer) vkQueueSubmit failed:  (-4: VK_ERROR_DEVICE_LOST)
45:15:397 VideoBackends/Vulkan/VulkanLoader.cpp:219 E[Video]: (WaitForCommandBufferCompletion) vkWaitForFences failed:  (-4: VK_ERROR_DEVICE_LOST)
45:15:397 VideoBackends/Vulkan/VulkanLoader.cpp:219 E[Video]: (SubmitCommandBuffer) vkQueueSubmit failed:  (-4: VK_ERROR_DEVICE_LOST)
45:15:397 VideoBackends/Vulkan/VulkanLoader.cpp:219 E[Video]: (WaitForCommandBufferCompletion) vkWaitForFences failed:  (-4: VK_ERROR_DEVICE_LOST)
45:15:398 VideoBackends/Vulkan/VulkanLoader.cpp:219 E[Video]: (SubmitCommandBuffer) vkQueueSubmit failed:  (-4: VK_ERROR_DEVICE_LOST)
45:15:398 VideoBackends/Vulkan/VulkanLoader.cpp:219 E[Video]: (WaitForCommandBufferCompletion) vkWaitForFences failed:  (-4: VK_ERROR_DEVICE_LOST)
45:15:398 VideoBackends/Vulkan/VulkanLoader.cpp:219 E[Video]: (SubmitCommandBuffer) vkQueueSubmit failed:  (-4: VK_ERROR_DEVICE_LOST)
45:15:398 VideoBackends/Vulkan/VulkanLoader.cpp:219 E[Video]: (WaitForCommandBufferCompletion) vkWaitForFences failed:  (-4: VK_ERROR_DEVICE_LOST)
45:15:398 VideoBackends/Vulkan/VulkanLoader.cpp:219 E[Video]: (SubmitCommandBuffer) vkQueueSubmit failed:  (-4: VK_ERROR_DEVICE_LOST)
45:15:399 VideoBackends/Vulkan/VulkanLoader.cpp:219 E[Video]: (WaitForCommandBufferCompletion) vkWaitForFences failed:  (-4: VK_ERROR_DEVICE_LOST)
45:15:399 VideoBackends/Vulkan/VulkanLoader.cpp:219 E[Video]: (SubmitCommandBuffer) vkQueueSubmit failed:  (-4: VK_ERROR_DEVICE_LOST)
45:15:399 VideoBackends/Vulkan/VulkanLoader.cpp:219 E[Video]: (WaitForCommandBufferCompletion) vkWaitForFences failed:  (-4: VK_ERROR_DEVICE_LOST)
45:15:399 VideoBackends/Vulkan/VulkanLoader.cpp:219 E[Video]: (SubmitCommandBuffer) vkQueueSubmit failed:  (-4: VK_ERROR_DEVICE_LOST)
45:15:399 VideoBackends/Vulkan/VulkanLoader.cpp:219 E[Video]: (WaitForCommandBufferCompletion) vkWaitForFences failed:  (-4: VK_ERROR_DEVICE_LOST)
45:15:400 VideoBackends/Vulkan/VulkanLoader.cpp:219 E[Video]: (SubmitCommandBuffer) vkQueueSubmit failed:  (-4: VK_ERROR_DEVICE_LOST)
45:15:400 VideoBackends/Vulkan/VulkanLoader.cpp:219 E[Video]: (WaitForCommandBufferCompletion) vkWaitForFences failed:  (-4: VK_ERROR_DEVICE_LOST)
45:15:400 VideoBackends/Vulkan/VulkanLoader.cpp:219 E[Video]: (SubmitCommandBuffer) vkQueueSubmit failed:  (-4: VK_ERROR_DEVICE_LOST)
45:15:400 VideoBackends/Vulkan/VulkanLoader.cpp:219 E[Video]: (WaitForCommandBufferCompletion) vkWaitForFences failed:  (-4: VK_ERROR_DEVICE_LOST)
45:15:400 VideoBackends/Vulkan/VulkanLoader.cpp:219 E[Video]: (SubmitCommandBuffer) vkQueueSubmit failed:  (-4: VK_ERROR_DEVICE_LOST)
45:15:400 VideoBackends/Vulkan/VulkanLoader.cpp:219 E[Video]: (WaitForCommandBufferCompletion) vkWaitForFences failed:  (-4: VK_ERROR_DEVICE_LOST)

What steps will reproduce the problem?

  1. Use vulkan backend
  2. boot the game

Is the issue present in the latest development version? For future reference, please also write down the version number of the latest development version.

Yes(5.0-10910)

Is the issue present in the latest stable version?

not tested because I couldn't compile 5.0 stable

If the issue isn't present in the latest stable version, which is the first broken version? (You can find the first broken version by bisecting. Windows users can use the tool https://forums.dolphin-emu.org/Thread-green-notice-development-thread-unofficial-dolphin-bisection-tool-for-finding-broken-builds and anyone who is building Dolphin on their own can use git bisect.)

not bisected yet because it takes much times to compile dolphin on jetson nano but atleast broken revision is between 5.0-6486 and 5.0-9459

What are your PC specifications? (CPU, GPU, Operating System, more)

Jetson Nano Developer Kit
SoC: Tegra X1

Actions #1

Updated by container1234 over 4 years ago

DolphinQt 5.0-6486 cause the same issue, but DolphinWx 5.0-8000 works so Qt GUI may have some kind of problem.

Actions

Also available in: Atom PDF