Summary: | Switching activities: GL_INVALID_VALUE in glTexStorage2D(width, height or depth < 1) | ||
---|---|---|---|
Product: | [Plasma] kwin | Reporter: | bastimeyer123 |
Component: | scene-opengl | Assignee: | KWin default assignee <kwin-bugs-null> |
Status: | REPORTED --- | ||
Severity: | normal | CC: | lingm+kdebugs, postix |
Priority: | NOR | ||
Version First Reported In: | 6.1.3 | ||
Target Milestone: | --- | ||
Platform: | Other | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
bastimeyer123
2024-07-20 14:46:28 UTC
I've seen this too, but not when switching activities, in my case I've observed it when PyCharm froze. Operating System: openSUSE Tumbleweed 20241021 KDE Plasma Version: 6.2.1 KDE Frameworks Version: 6.7.0 Qt Version: 6.8.0 Kernel Version: 6.11.3-2-default (64-bit) Graphics Platform: Wayland Graphics Processor: AMD Radeon RX 580 Series when the frozen PyCharm 2024.x window is focused and I try to exit the application it in the task manager in the panel, these error lines are logged. Same error messages in my logs recently, just with kwin_x11: ``` Jul 23 07:11:02 laughingman kwin_x11[1813]: kwin_scene_opengl: 0x3: GL_INVALID_VALUE in glTexStorage2D(width, height or depth < 1) Jul 23 07:11:02 laughingman kwin_x11[1813]: kwin_scene_opengl: Invalid framebuffer status: "GL_FRAMEBUFFER_INCOMPLETE_ATTACHMENT" Jul 23 07:11:02 laughingman kwin_x11[1813]: kwin_effect_blur: Failed to create an offscreen framebuffer ``` Haven't been able to pinpoint what triggers them for me though. |