Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bug Report - Regular "GPU device was removed" crash when using debug button on viewfinder. #17872

Open
GaianHelmers opened this issue May 3, 2024 · 5 comments
Labels
kind/bug Categorizes issue or PR as related to a bug. sig/graphics-audio Categorizes an issue or PR as relevant to SIG graphics-audio.

Comments

@GaianHelmers
Copy link

Describe the bug
Using the "Debug" bug icon in the viewfinder causes a "GPU device was removed fatal error" nearly guaranteed.

image

Assets required
Just the engine.

Steps to reproduce
Steps to reproduce the behavior:

  1. Open blank project.
  2. Click on the Bug Icon in the top right of the viewfinder window.
  3. GPU Device disconnected Crash

Expected behavior
I can change the debug info size with the debug bug icon.

Actual behavior
It crashes 90% of the time.

Screenshots/Video
GPUCrash.webm

Found in Branch
Dev - c4525e6

Desktop/Device (please complete the following information):

  • Device: Desktop
  • OS: Windows 10
  • CPU Intel(R) Core(TM) i7-10700K CPU @ 3.80GHz 3.79 GHz
  • GPU MSI 3070
  • Memory 64GB
@GaianHelmers GaianHelmers added kind/bug Categorizes issue or PR as related to a bug. needs-sig Indicates an issue or PR lacks a `sig/foo` label and requires one. needs-triage Indicates an issue or PR lacks a `triage/foo` label and requires one. labels May 3, 2024
@GaianHelmers
Copy link
Author

It's been a bug for a while now, not new to this commit.

@GaianHelmers
Copy link
Author

Still present on Dev - 9292148

Happens guaranteed if you click the button a few times.
BugButtonCrash.webm

@moudgils moudgils added sig/graphics-audio Categorizes an issue or PR as relevant to SIG graphics-audio. and removed needs-triage Indicates an issue or PR lacks a `triage/foo` label and requires one. needs-sig Indicates an issue or PR lacks a `sig/foo` label and requires one. labels May 8, 2024
@moudgils
Copy link
Contributor

moudgils commented May 8, 2024

Is it possible to run with following command line -rhi-device-validation="enable" and then paste the output log here. It may provide leads into why the GPU crashed. In the meantime feel free to use Vulkan if blocked on this.

@GaianHelmers
Copy link
Author

GaianHelmers commented May 8, 2024

Is it possible to run with following command line -rhi-device-validation="enable" and then paste the output log here. It may provide leads into why the GPU crashed. In the meantime feel free to use Vulkan if blocked on this.

That command is not working in the editor command line:
image

And I'm not sure where the eventual log file will be if the editor is going to crash out.

Please advise, I'm happy to test. (Just ignorant of the process right now.)

@moudgils
Copy link
Contributor

moudgils commented May 8, 2024

Sorry. You have to pass that in as a command line param when launching the Editor. It is not a cvar and as such ou can't activate it at runtime

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/bug Categorizes issue or PR as related to a bug. sig/graphics-audio Categorizes an issue or PR as relevant to SIG graphics-audio.
Projects
None yet
Development

No branches or pull requests

2 participants