Skip to content

Instantly share code, notes, and snippets.

@elliotpotts
Created July 31, 2019 11:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save elliotpotts/b45f662872ec40cebe62280922eedc32 to your computer and use it in GitHub Desktop.
Save elliotpotts/b45f662872ec40cebe62280922eedc32 to your computer and use it in GitHub Desktop.
1: wl_drm: no handler
2: wl_compositor: bound successfully
3: wl_shm: bound successfully
4: wl_output: no handler
5: zxdg_output_manager_v1: no handler
6: wl_data_device_manager: no handler
7: gtk_primary_selection_device_manager: no handler
8: wl_subcompositor: no handler
9: xdg_wm_base: no handler
10: zxdg_shell_v6: no handler
11: wl_shell: bound successfully
12: gtk_shell1: no handler
13: wp_viewporter: no handler
14: zwp_pointer_gestures_v1: no handler
15: zwp_tablet_manager_v2: no handler
16: wl_seat: no handler
17: zwp_relative_pointer_manager_v1: no handler
18: zwp_pointer_constraints_v1: no handler
19: zxdg_exporter_v1: no handler
20: zxdg_importer_v1: no handler
21: zwp_linux_dmabuf_v1: no handler
22: zwp_keyboard_shortcuts_inhibit_manager_v1: no handler
23: zwp_text_input_manager_v3: no handler
24: gtk_text_input_manager: no handler
[New Thread 0x7ffff5b47700 (LWP 25734)]
Initialized egl 1.4
31 configs available
10 configs matching
choosing first matching config
EGL_ALPHA_SIZE: 8
EGL_ALPHA_MASK_SIZE: 0
EGL_BIND_TO_TEXTURE_RGB: 0
EGL_BIND_TO_TEXTURE_RGBA: 0
EGL_BLUE_SIZE: 8
EGL_BUFFER_SIZE: 32
EGL_COLOR_BUFFER_TYPE: 12430
EGL_CONFIG_CAVEAT: 12344
EGL_CONFIG_ID: 4
EGL_CONFORMANT: 77
EGL_DEPTH_SIZE: 0
EGL_GREEN_SIZE: 8
EGL_LEVEL: 0
EGL_LUMINANCE_SIZE: 0
EGL_MAX_PBUFFER_WIDTH: 4096
EGL_MAX_PBUFFER_HEIGHT: 4096
EGL_MAX_PBUFFER_PIXELS: 0
EGL_MAX_SWAP_INTERVAL: 1
EGL_MIN_SWAP_INTERVAL: 0
EGL_NATIVE_RENDERABLE: 1
EGL_NATIVE_VISUAL_ID: 0
EGL_NATIVE_VISUAL_TYPE: 12344
EGL_RED_SIZE: 8
EGL_RENDERABLE_TYPE: 77
EGL_SAMPLE_BUFFERS: 0
EGL_SAMPLES: 0
EGL_STENCIL_SIZE: 0
EGL_SURFACE_TYPE: 4
EGL_TRANSPARENT_TYPE: 12344
EGL_TRANSPARENT_RED_VALUE: 0
EGL_TRANSPARENT_GREEN_VALUE: 0
EGL_TRANSPARENT_BLUE_VALUE: 0
terminate called after throwing an instance of 'std::runtime_error'
what(): EGL_BAD_CONFIG
Thread 1 "main" received signal SIGABRT, Aborted.
__GI_raise (sig=sig@entry=6) at ../sysdeps/unix/sysv/linux/raise.c:50
50 ../sysdeps/unix/sysv/linux/raise.c: No such file or directory.
(gdb) bt
#0 __GI_raise (sig=sig@entry=6) at ../sysdeps/unix/sysv/linux/raise.c:50
#1 0x00007ffff7702535 in __GI_abort () at abort.c:79
#2 0x00007ffff797d672 in ?? () from /usr/lib/x86_64-linux-gnu/libstdc++.so.6
#3 0x00007ffff79892b6 in ?? () from /usr/lib/x86_64-linux-gnu/libstdc++.so.6
#4 0x00007ffff7989301 in std::terminate() () from /usr/lib/x86_64-linux-gnu/libstdc++.so.6
#5 0x00007ffff7989535 in __cxa_throw () from /usr/lib/x86_64-linux-gnu/libstdc++.so.6
#6 0x0000555555559bd9 in egl_throw () at ../src/wayland-client.cpp:359
#7 0x000055555555c060 in wl::egl_window::egl_window (this=0x7fffffffdd00, egl_display=0x5555555c2d20, egl_config=0x5555556f26b0,
egl_context=0x5555556f5220, from=..., w=600, h=480) at ../src/wayland-client.cpp:547
#8 0x000055555555af50 in main () at ../src/wayland-client.cpp:584
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment