Cant open pictures. Remote procedure call failed

Page 1 of 2 12 LastLast

  1. Posts : 9
    Windows 10 N
       #1

    Cant open pictures. Remote procedure call failed


    Hello community,

    I have a really frustrating problem with Windows 10 N (fresh installation, no upgrade from 7) and I'd really appreciate your help!

    I'm getting this error:Cant open pictures. Remote procedure call failed-screenshot.png
    ... when I try to open any picture (jpeg, gif).

    I have followed different forum topics for solutions and so far I:
    - Double checked that RPC service is running & on automatic. RPC Locator is not started & on manual
    - Previously had some issues with opencl.dll being corrupted, but following Kyhi's suggestions here:
    Error DISM restorehealth - Windows 10 Forums
    .. I managed to fix it (as you can see from the screenshot, the sfc shows no errors anymore)

    In the event viewer I get these:

    Activation of app Microsoft.Windows.Photos_8wekyb3d8bbwe!App failed with error: The remote procedure call failed. See the Microsoft-Windows-TWinUI/Operational log for additional information.

    ActivateApplicationForContractByAcidAsUserWithHost of the app Microsoft.Windows.Photos_8wekyb3d8bbwe!App for the Windows.File contract failed with The remote procedure call failed..

    Activation of the app Microsoft.Windows.Photos_8wekyb3d8bbwe!App for the Windows.File contract failed with error: The remote procedure call failed..

    Activation via contract helper of the app Microsoft.Windows.Photos_8wekyb3d8bbwe!App for the Windows.File contract failed with The remote procedure call failed..

    ... when I try to open a jpeg file.

    Any help will be much appreciated!

    Best regards,
    Marin
      My Computer


  2. Posts : 414
    Windows 10 Pro
       #2

    What happens if you simply attempt to start Photos app through Start Menu?
      My Computer


  3. Posts : 5
    Windows 10 Pro Build 10586
       #3

    Same thing happened to me today. I thought it was down to several system changes that I had made like installing Kaspersky Safe Kids, however this was not the case. It appears that the latest Windows 10 build changes the Photo Viewer to another which causes the computer to throw this Remote procedure call failed. At first I thought that some malware had stopped the RPC Service from running however this was not the case. I found the simple answer is to switch back to the Windows Photo Viewer in the new apps settings menu.

    1. Click "Start", then click "Settings".
    2. Click the first option "System".
    3. On the left side second from the bottom, click "Default Apps".
    4. Click the name of the App under "Photo Viewer" (Should currently say "Photos").
    5. Select "Windows Photo Viewer".

    Open a photo and you will see that the icon has changed now every photo now matter the format will now open I am using Windows 10 Pro Build 10586.
    Attached Thumbnails Attached Thumbnails Cant open pictures. Remote procedure call failed-default-apps.png  
    Last edited by SpideRaY; 08 Dec 2015 at 15:58. Reason: to add screen dump
      My Computer


  4. Posts : 2,834
    Windows 11 Home (x64) Version 21H1 (build 19043.1202)
       #4

    I can recommend the one posted by SpideRaY I use it myself.
      My Computer


  5. Posts : 5,452
    windows 10 Pro ver 21H2 build 19044.1348
       #5

    Phot Viewer is no longer listed in Windows 10.
    It has been replaced by Photo app.
    If you want to use Windows Photo Viewer, you will need to restore it.
    Use this tutorial :
    How to Restore Windows Photo Viewer in Windows 10
    https://www.tenforums.com/tutorials/1...dows-10-a.html

    excerpt from Information section of the tutorial :
    Usually you could use Windows Photo Viewer to view your image files in a variety of ways. You can also print, order prints, attach pictures to an e‑mail message, burn, or open photos in another app on your PC.

    Windows 10 uses the Photos app as the default app to open image files with instead now. By default, Windows Photo Viewer is no longer listed in Open with, and only has .tiff files associated with it in Default Programs.

    This tutorial will show you how to restore Windows Photo Viewer to be able to select to open image files in Default apps, Default Programs, and Open with for all users in Windows 10.

    You must be signed in as an administrator to be able to restore Windows Photo Viewer.
      My Computer


  6. Posts : 414
    Windows 10 Pro
       #6

    "Windows Photo Viewer" is the classic photo viewer from Windows 7. It is immediately available in Windows 10. However, since Windows 7 it suffered from a serious color management bug, which Microsoft stubbornly ignored. Once you enable color management in Windows, Windows Photo Viewer will display all pictures as very dark.

    This is actually why the new Photo app is very welcome (if only it did not have a half-life of two weeks or so).

    In any case, switching to WPV is not a real fix. Note that problems with Photo app are typically "fixable" through creating a new account.
      My Computer


  7. Posts : 5
    Windows 10 Pro Build 10586
       #7

    System File Checker


    The Photo app has worked fine for me over the last few months. I only started causing me problems today after Windows 10 update the build the day before. I use a variety of software to open photos and pictures so I guess whatever was updated in build 10586 caused the RPC error in this particular app ?

    I have just performed System File Checker using the Admin Command prompt (sfc /scannow) and all seems fine I am gonna stick with the Windows 7 WPV for now as I normally use third party software rather than the system to access my pictures.

    Also this little tool WinFix maybe worth a look @ http://www.thewindowsclub.com/downloads/FixWin10.zip
    Last edited by SpideRaY; 08 Dec 2015 at 16:51. Reason: to add WinFix Link
      My Computer


  8. Posts : 9
    Windows 10 N
    Thread Starter
       #8

    Thank you all for your suggestions!
    I did another preinstall of the OS and now the Photos are working.
    I have no idea what went wrong the first time.
      My Computer


  9. Posts : 5
    Windows 10 Pro Build 10586
       #9

    Found this excellent website by Thomas Vanhoutte that allows you to purge your Windows Apps using and Admin Windows Power Shell https://thomas.vanhoutte.be/miniblog...indows-10-apps

    Copy and paste this to the Power Shell this also seems to work without a restart. When finished
    Get-AppXPackage | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"}

    Cant open pictures. Remote procedure call failed-purge-windows-apps.png

    This fix may also remove the WPV and you will be left with only MSP so if you still want use Windows Photos Viewer then download this reg tweak from Shawn Brink on this very forum @ https://www.tenforums.com/tutorials/14312-windows-photo-viewer-restore-windows-10-a.html
    Last edited by SpideRaY; 10 Dec 2015 at 12:28.
      My Computer


  10. Posts : 414
    Windows 10 Pro
       #10

    SpideRaY said:
    Copy and paste this to the Power Shell also seems to work without a restart
    Get-AppXPackage | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"}
    This command is rather well-known way to redeploy universal apps. Unfortunately it is unlikely to fix many typical problems with Photos app. The damage that prevents Photos from starting apparently resides in the user profile, which this command does not fix (while creating a new user profile often "fixes" the issue)

    On top of that, when I last time tried using this command, it dumped a bunch of entries with cryptic ultra-long names into my Start Menu.
      My Computer


 

  Related Discussions
Our Sites
Site Links
About Us
Windows 10 Forums is an independent web site and has not been authorized, sponsored, or otherwise approved by Microsoft Corporation. "Windows 10" and related materials are trademarks of Microsoft Corp.

© Designer Media Ltd
All times are GMT -5. The time now is 09:39.
Find Us




Windows 10 Forums