o3de / o3de-atom-sampleviewer

Atom sample viewer project for the Open 3D Engine
https://o3de.org
Other
31 stars 35 forks source link

`RHI/RayTracing` sample does not work on either Vulkan/dx12, Windows/Linux #665

Open martinwinter-huawei opened 6 months ago

martinwinter-huawei commented 6 months ago

Describe the bug Testing both o3de and atom-sampleviewer on their latest development branches, the RHI/RayTracing sample does not work and also crashes sometimes. The output is either the grey background or sometimes flashing images of the correct output and sometimes it crashes in Vulkan::Queue::SubmitCommandBuffers() after the final GetContext().QueueSubmit().

This appears to be different from the issue #621.

Steps to reproduce Steps to reproduce the behavior:

  1. Checkout the most recent version of o3de and the o3de-atom-sampleviewer
  2. Try to run Samples/RHI/RayTracing on Windows/Linux with either -rhi=vulkan/dx12

Expected behavior There is visual output.

Actual behavior Grey background and recurring freezes.

Found in Branch development

Desktop/Device (please complete the following information):

martinwinter-huawei commented 6 months ago

On that note, manually tried to start all samples on Linux and found the following issues:

martinwinter-huawei commented 6 months ago

Tested on Windows as well, the same samples do not work (except for RPI/SceneReloadSoakTest) as on Linux.