Weird Rendering Issues in WPF-Apps

Manuel Thalmann 56 Reputation points
2021-08-08T18:42:36.983+00:00

A few weeks ago I started noticing that I have some weird rendering issues in all WPF-apps I use.
Some parts of the GUI are not being rendered or are rendered very oversized and blurry which prevents me from using the apps as expected.

So far, I could reproduce the error in following applications:

  • Rayman Control Panel (app for installing, managing and configuring Rayman-games - available for free)
  • Sonos Controller (app for controlling Sonos speakers - available for free)
  • dotPeek (app for disassembling .NET-assemblies - available for free)

Sadly I couldn't find myself able to fix this issue - after completely wiping my system drive and reinstalling Windows, the issue reappeared after a few days (it didn't appear on day 1, though).

// edit:
Here's what I've tried so far:

  • Completely reinstalling Windows (issue re-appeared after a day or two)
  • Updating the graphics driver
  • Trying to reproduce the issue both with hardware-acceleration enabled and hardware-acceleratiuon disabled (the issue appeared in both cases)

It looks like apps which are started immediately after logging in run with no issue...? I'm a little confused about that

Do you know what might cause this issue?
Is there anything I can do?

As it's quite hard to describe what I see on my screen I'll post a few screenshots
121445-image.png
121398-image.png
121399-image.png
121400-image.png

Developer technologies Windows Presentation Foundation
Developer technologies XAML
{count} votes

Accepted answer
  1. mokula 106 Reputation points
    2021-08-24T16:37:16.513+00:00

    Same problem here but after 2h of search I've found solution on github:
    https://github.com/dotnet/wpf/issues/707

    TLDR;

    • Uninstal Sonic Suite and everything related to this piece of *******
    • Delete service Nahimic

    After doing that my WPF apps started working normally(Affinity Designer, NordVPN client etc.)

    6 people found this answer helpful.

2 additional answers

Sort by: Most helpful
  1. GLH 1 Reputation point
    2021-11-23T16:51:20.283+00:00

    Thx mokula, you saved my day ... i was investigating for hours on this....unbelievable pice s*** nahimic.

    0 comments No comments

  2. Dan Marzahl 1 Reputation point
    2022-01-18T18:49:32.787+00:00

    Mokula! Thanks a bunch! All of my WPF apps used to fill with random "buffer memory" when drug on and off the screen. Along with other weird glitches (only WPF apps affected) Turns out, I also had the "Nahimic" service. I simply stopped the service and the problem resolved immediately. Now to get rid of it for good next... I don't know where Nahimic came from, as this is a work laptop, but it may have been on my Dell G5 as part of the alienware stuff on it.

    I'll have you know Dell support wanted to send someone out to change my motherboard. I refused cause it seemed to be an obvious software glitch.

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.