JetBrains / jcef

A simple framework for embedding Chromium-based browsers into Java-based applications.
Other
244 stars 38 forks source link

ERROR:gpu_memory_buffer_support_x11.cc(44)] dri3 extension not supported. #24

Open yqsstudy opened 6 months ago

yqsstudy commented 6 months ago

Our System:centOS7.6 aarch64 see the log:

[0325/214524.866040:ERROR:viz_main_impl.cc(186)] Exiting GPU process due to errors during initialization [0325/214525.511311:INFO:render_frame_host_impl.cc(11654)] RenderFrameHostImpl::MaybeGenerateCrashReport url = , status = 3, exit_code = 133 [0325/214526.726842:WARNING:sandbox_linux.cc(376)] InitializeSandbox() called with multiple threads in process gpu-process. [0325/214526.729810:ERROR:gpu_memory_buffer_support_x11.cc(44)] dri3 extension not supported.

ujpv commented 6 months ago

Now I can only suggest to disable GPU --disable-gpu to workaround the problem. Does it help?

  1. Are you able to run the most recent chrome on your system?

  2. Is it a bug for

ujpv commented 6 months ago

Describe the bug A clear and concise description of what the bug is.

To Reproduce Steps to reproduce the behavior:

  1. Go to '...'
  2. Click on '....'
  3. Scroll down to '....'
  4. See error

Expected behavior A clear and concise description of what you expected to happen and what happened instead.

Screenshots If applicable, add screenshots to help explain your problem.

Version and environment:

Additional context Does the problem reproduce with the JCEF simple or detailed sample application at the same version?

Does the problem reproduce with the CEF cefclient or cefsimple sample application at the same version?

Does the problem reproduce with Google Chrome at the same version?

Add any other context about the problem here.

yqsstudy commented 6 months ago

Thanks for your suggestion, but I have tried this method, it has no effect.

yqsstudy commented 6 months ago

I've set ide.browser.jcef.gpu.disable=true to disable the GPU, but it still gives me this error.

ujpv commented 6 months ago

Thank you for the bug report. Corresponding ticket in JB bag tracker. https://youtrack.jetbrains.com/issue/JBR-6898