Bug 502036 - Eventual flickering
Summary: Eventual flickering
Status: RESOLVED FIXED
Alias: None
Product: krita
Classification: Applications
Component: General (other bugs)
Version First Reported In: 5.2.9
Platform: Microsoft Windows Microsoft Windows
: NOR minor
Target Milestone: ---
Assignee: Krita Bugs
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2025-03-26 17:04 UTC by Katrosh
Modified: 2025-04-04 07:34 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In:
Sentry Crash Report:


Attachments
attachment-3300439-0.html (1.74 KB, text/html)
2025-04-03 01:58 UTC, Katrosh
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Katrosh 2025-03-26 17:04:47 UTC
SUMMARY
When I use Krita, sometimes it flickers a white screen for about one frame. It happens in intervals of a couple of minutes. It never happened before, only after the new Discord stream overlay update.

STEPS TO REPRODUCE
1. Just have to use Krita as usual. Nothing different from the routine.

OBSERVED RESULT
Eventually, it will flicker a white screen for one frame.

EXPECTED RESULT
Eventually, it will flicker a white screen for one frame.

SOFTWARE/OS VERSIONS
Windows: 10 (x86_64)
macOS: 
(available in the Info Center app, or by running `kinfo` in a terminal window)
Linux/KDE Plasma: 
KDE Plasma Version: 
KDE Frameworks Version: 
Qt Version: 

ADDITIONAL INFORMATION
Information that appears in the Krits bug report tab that I hope is useful:

Krita

 Version: 5.2.9 (git ac6cae8)
 Installation type: installer / portable package
 Hidpi: true

Qt

  Version (compiled): 5.15.7
  Version (loaded): 5.15.7

OS Information

  Build ABI: x86_64-little_endian-llp64
  Build CPU: x86_64
  CPU: x86_64
  Kernel Type: winnt
  Kernel Version: 10.0.19045
  Pretty Productname: Windows 10 Version 2009
  Product Type: windows
  Product Version: 10

Locale

  Languages: es
  C locale: C
  QLocale current: es
  QLocale system: en-150
  QTextCodec for locale: UTF-8
  Process ACP: 65001 (UTF-8)
  System locale default ACP: 1252  (ANSI - Latin I)
Comment 1 Halla Rempt 2025-03-26 18:08:22 UTC
I suspect that this is a graphics driver issue. The discord overlay probably also accesses the GPU and there might be some interference. You can try to switch the canvas acceleration backend in Krita's display settings, but I'm pretty sure this isn't something we can fix, because the problems are way down the stack, and not in code we write.
Comment 2 Katrosh 2025-04-03 01:58:10 UTC
Created attachment 179955 [details]
attachment-3300439-0.html

Hello! Hope I can send a response here. You were right. It wasn't a Krita
problem. It is caused by the Discord overlay. Just had to disable it and it
was fixed! Well, not truly fixed, but you know what I mean. Still, thanks!

El mié, 26 mar 2025 a las 12:49, Halla Rempt (<bugzilla_noreply@kde.org>)
escribió:

> https://bugs.kde.org/show_bug.cgi?id=502036
>
> Halla Rempt <halla@valdyas.org> changed:
>
>            What    |Removed                     |Added
>
> ----------------------------------------------------------------------------
>                  CC|                            |halla@valdyas.org
>
> --- Comment #1 from Halla Rempt <halla@valdyas.org> ---
> I suspect that this is a graphics driver issue. The discord overlay
> probably
> also accesses the GPU and there might be some interference. You can try to
> switch the canvas acceleration backend in Krita's display settings, but I'm
> pretty sure this isn't something we can fix, because the problems are way
> down
> the stack, and not in code we write.
>
> --
> You are receiving this mail because:
> You reported the bug.
Comment 3 Halla Rempt 2025-04-04 07:34:21 UTC
Thanks for getting back to us!