Skip to content

Crash on exit application with window_manager on Fedora 44 KDE X11 #585

@kvo-box

Description

@kvo-box

The very fact of connecting the window_manager plugin to the project in the pubspec.yaml file, even without referring to it in the source code, leads to errors when the application terminates.

in terminal:
embedder.cc (2575): 'FlutterEngineRemoveView' returned 'kInvalidArguments'. Remove view info was invalid. The implicit view cannot be removed.
** (com.example.my_project:20021): WARNING **: 09:56:33.722: Failed to cleanup compositor shaders, unable to make OpenGL context current
my_project: ../src/dispatch_common.c:872: epoxy_get_proc_address: Assertion `0 && "Couldn't find current GLX or EGL context.\n"' failed.
Emergency stop (memory image flushed to disk) ./my_project

flutter doctor -v
[✓] Flutter (Channel stable, 3.41.9, on Fedora Linux 44 (KDE Plasma Desktop Edition) 7.0.8-200.fc44.x86_64, locale ru_UA.UTF-8) [329ms]
• Flutter version 3.41.9 on channel stable at /home/user/dev/tools/flutter-sdk
• Upstream repository https://github.com/flutter/flutter.git
• Framework revision 00b0c91f06 (3 недели назад), 2026-04-29 10:03:19 -0700
• Engine revision 42d3d75a56
• Dart version 3.11.5
• DevTools version 2.54.2
• Feature flags: enable-web, enable-linux-desktop, enable-macos-desktop, enable-windows-desktop, enable-android, enable-ios, cli-animations, enable-native-assets,
omit-legacy-version-file, enable-lldb-debugging, enable-uiscene-migration

[✓] Android toolchain - develop for Android devices (Android SDK version 37.0.0) [6,3s]
• Android SDK at /home/user/dev/tools/android-sdk
• Emulator version 36.5.11.0 (build_id 15261927) (CL:N/A)
• Platform android-37.0, build-tools 37.0.0
• ANDROID_HOME = /home/user/dev/tools/android-sdk
• Java binary at: /home/user/dev/tools/android-studio/jbr/bin/java
This is the JDK bundled with the latest Android Studio installation on this machine.
To manually set the JDK path, use: flutter config --jdk-dir="path/to/jdk".
• Java version OpenJDK Runtime Environment (build 21.0.10+-14961533-b1163.108)
• All Android licenses accepted.

[✓] Chrome - develop for the web [82ms]
• CHROME_EXECUTABLE = /usr/bin/chromium-browser

[✓] Linux toolchain - develop for Linux desktop [1 181ms]
• clang version 22.1.5 (Fedora 22.1.5-1.fc44)
• cmake version 4.3.0
• ninja version 1.13.2
• pkg-config version 2.5.1
• OpenGL core renderer: Mesa Intel(R) HD Graphics 630 (KBL GT2) (X11)
• OpenGL core version: 4.6 (Core Profile) Mesa 26.0.6 (X11)
• OpenGL core shading language version: 4.60 (X11)
• OpenGL ES renderer: Mesa Intel(R) HD Graphics 630 (KBL GT2) (X11)
• OpenGL ES version: OpenGL ES 3.2 Mesa 26.0.6 (X11)
• OpenGL ES shading language version: OpenGL ES GLSL ES 3.20 (X11)
• GL_EXT_framebuffer_blit: yes (X11)
• GL_EXT_texture_format_BGRA8888: yes (X11)

[✓] Connected device (2 available) [880ms]
• Linux (desktop) • linux • linux-x64 • Fedora Linux 44 (KDE Plasma Desktop Edition) 7.0.8-200.fc44.x86_64
• Chrome (web) • chrome • web-javascript • Chromium 148.0.7778.167 Built from source for Fedora release 44 (Forty Four)

[✓] Network resources [1 188ms]
• All expected network resources are available.

• No issues found!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions