VS2022 Image Editor throws RPC_E_SERVERFAULT

Frank Natoli 1 Reputation point
2023-01-04T20:06:40.553+00:00

VS2022 project with PNG image files throws RPC_E_SERVERFAULT (0x80010105) upon clicking the toolbar bucket "click an area to fill it with the foreground color".
"Image and 3D Model Editors" are installed.
What is causing the RPC_E_SERVERFAULT?

Visual Studio
Visual Studio
A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.
5,172 questions
{count} votes

1 answer

Sort by: Most helpful
  1. Michael Taylor 54,646 Reputation points
    2023-01-04T20:31:35.58+00:00

    My guess is it didn't like your PNG file. Perhaps the image contains something the editor cannot handle. The error itself just indicates a general error trying to process the image.

    I would start by using a simple PNG and see if you get the same error. If you do then that tends to lead toward an issue with the editor and/or installation.

    If a simple PNG works then I would lean toward the image itself. For example maybe it has transparency and the editor doesn't like it. You could try opening the PNG in the Windows Photo Editor to see if it can read the image. If Windows cannot read it then the VS image editor won't either.

    If you still have VS 2019 then you might try editing it there to see if it works. The image editor has had issues in the past so this might be a regression issue.

    You probably need to use Report a Problem in VS to report the issue to MS and provide them the sample PNG that is failing. They can better diagnose the problem and determine whether it is an issue with the editor or not.


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.