Skip to content

Crash on startup #472

@PietHelzel

Description

@PietHelzel

Describe the bug

The program crashes on startup immediately when running on wayland. If I force it to run on X11, it displays a blank screen without crashing but also without any interface. As a workaround, setting the environment variable WEBKIT_DISABLE_DMABUF_RENDERER=1 makes the program start properly. Setting __NV_DISABLE_EXPLICIT_SYNC=1 also fixes the issue, but introduces some graphical glitches (which I think is expected from setting that).

Crash log on wayland:

(process:2): Gtk-WARNING **: 21:38:30.505: Locale not supported by C library.
	Using the fallback 'C' locale.

** (cinny:2): WARNING **: 21:38:30.694: webkit_settings_set_enable_offline_web_application_cache is deprecated and does nothing.

(process:24): Gtk-WARNING **: 21:38:30.721: Locale not supported by C library.
	Using the fallback 'C' locale.
Gdk-Message: 21:38:31.051: Error 71 (Protocol error) dispatching to Wayland display.

Running with WAYLAND_DEBUG=1 ends with:

[ 349141.591] {Display Queue} wl_display#1.error(wp_linux_drm_syncobj_surface_v1#49, 4, "explicit sync is used, but no acquire point is set")

Crash log on X11:

(process:2): Gtk-WARNING **: 21:43:36.895: Locale not supported by C library.
	Using the fallback 'C' locale.

** (cinny:2): WARNING **: 21:43:37.069: webkit_settings_set_enable_offline_web_application_cache is deprecated and does nothing.

(process:30): Gtk-WARNING **: 21:43:37.097: Locale not supported by C library.
	Using the fallback 'C' locale.
Failed to create GBM buffer of size 1023x1080: Invalid argument

Reproduction

  1. Start the program with the configuration just described.
  2. Observe that it crashes/displays a blank window.

Expected behavior

The program opens correctly.

Platform and versions

OS: Arch Linux
Desktop Environment: Plasma 6.4.4 (Wayland)
Graphics Card: Nvidia RTX 3070 (Driver Version 580.76.05)

Additional context

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions