bloop icon indicating copy to clipboard operation
bloop copied to clipboard

The program 'WebKitWebProcess' received an X Window System error.

Open eval-exec opened this issue 2 years ago • 1 comments

Describe the bug I download bloop_0.3.2_amd64.AppImage.tar.gz from release page, and unzip it, start it from terminal. But the main window is always grey, nothing was show in the bloop main window.

Expected behavior bloop start successfully

To Reproduce How can we reproduce the bug? Helpful information could include:

  • launch bloop_0.3.2_amd64.AppImage

Screenshots or output

$ ~/Downloads/bloop/bloop_0.3.2_amd64.AppImage
           _                 _
  __ _  __| |_ __ __ _ _ __ | |_
 / _` |/ _` | '__/ _` | '_ \| __|
| (_| | (_| | | | (_| | | | | |_
 \__, |\__,_|_|  \__,_|_| |_|\__|
    |_|

Access web UI at https://ui.qdrant.tech/?v=v1.1.0

[2023-03-25T05:27:04.913Z INFO  storage::content_manager::consensus::persistent] Initializing new raft state at /home/exec/.cache/ai.bloop.bloop/qdrant/storage/raft_state
[2023-03-25T05:27:04.946Z INFO  qdrant] Distributed mode disabled
[2023-03-25T05:27:04.946Z INFO  qdrant] Telemetry reporting enabled, id: dd5332d0-4ff2-403b-98e8-6db1d39ee17f
[2023-03-25T05:27:04.946Z INFO  qdrant::tonic] Qdrant gRPC listening on 6334
[2023-03-25T05:27:04.950Z INFO  actix_server::builder] Starting 11 workers
[2023-03-25T05:27:04.950Z INFO  actix_server::server] Actix runtime found; starting in Actix runtime

(WebKitWebProcess:693006): Gdk-ERROR **: 13:27:06.577: The program 'WebKitWebProcess' received an X Window System error.
This probably reflects a bug in the program.
The error was 'BadValue (integer parameter out of range for operation)'.
  (Details: serial 209 error_code 2 request_code 152 (GLX) minor_code 34)
  (Note to programmers: normally, X errors are reported asynchronously;
   that is, you will receive the error a while after causing it.
   To debug your program, run it with the GDK_SYNCHRONIZE environment
   variable to change this behavior. You can then get a meaningful
   backtrace from your debugger if you break on the gdk_x_error() function.)

** (bloop:692704): WARNING **: 13:27:31.049: atk-bridge: get_device_events_reply: unknown signature



image Additional context I am running bloop on Linux:

$ uname -a
Linux Mufasa 6.2.7-arch1-1 #1 SMP PREEMPT_DYNAMIC Sat, 18 Mar 2023 01:06:36 +0000 x86_64 GNU/Linux
Xorg X server: 21.1.7-1

eval-exec avatar Mar 25 '23 05:03 eval-exec

Thanks for the report. I am not entirely certain where this error comes from, but looking at similar webview projects, this might be an issue with nvidia drivers, see https://github.com/johnfactotum/foliate/issues/707#issuecomment-833495612.

Could you share more info:

  • are they nouveau or propreitary (which version if propreitary)?
  • any luck with rebooting and restarting bloop?

oppiliappan avatar Mar 30 '23 06:03 oppiliappan