pleas I have errors
DCOM errors EventID 10016
Hello,
First, let me say that i already have read quite a few past topics on this issue and already tried what was suggested (take ownership as admin in registry, use Component Services to modify Launch and Activation and add the Administrators group etc. These things do NOT work in my case, at all.
A few details: this DCOM error appears each time I start my browser, Opera. They might appear on other applications, but so far, I can only connect them to Opera with 100% certainty.
Exact error is:
The application-specific permission settings do not grant Local Activation permission for the COM Server application with CLSID
{D63B10C5-BB46-4990-A94F-E40B9D520160}
and APPID
{9CA88EE3-ACB7-47C8-AFC4-AB702511C276}
to the user DESKTOP-XXXXXXXX\razXX SID (S-1-5-21-XXXXXXXXXXXXXXXXXXXXXXXX) from address LocalHost (Using LRPC) running in the application container Unavailable SID (Unavailable). This security permission can be modified using the Component Services administrative tool.
- I have not see that SID, ever. The user is indeed mine, my Microsoft account, admin.
- there is an "Account Unknown" with another SID in Runtimebroker permissions. I should specify this is a completely new install, and this is pretty much the same SID (S-1-15-3-1024-1065365936-1281604716-3511738428-1654721687-432734479-3232135806-4053264122-3456934681) as mentioned here: https://social.technet.microsoft.com/Forums/windows/en-US/3e7d85e3-d0e1-4e79-8141-0bbf8faf3644/windows-10-anniversary-update-the-case-of-the-mysterious-account-sid-causing-the-flood-of-dcom?forum=win10itprosetup
- Edit: Chrome also generates the error. Edge does not. Internet Explorer does not.
I have revisited the settings i modified in regedit and component services a few times to make sure everything is correct, and it looks like it is. The owner is myself, as in part of Administrators group, the Administrators are added with full permissions, and yet the error pops up each time I launch Opera, with full certainty. I understand this might not impact the OS performance, yet I'd still love to clean the Event Log from these pesky errors.
Any help appreciated - but please don't copy/paste to me the previous troubleshooting steps or direct me to past topics without a real solution. If it's truly necessary, I can post screenshots as proof that those steps were performed.
Moved from: Windows / Windows 10 / Windows settings
Windows for home | Windows 10 | Internet and connectivity
Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.
3 answers
Sort by: Most helpful
-
Anonymous
2018-01-04T01:21:37+00:00 -
Anonymous
2018-01-04T01:07:19+00:00 This issue is also being discussed at the following forum:
-
Anonymous
2017-12-25T02:00:17+00:00 Unless the error is actually also tied to something causing a problem i would ignore it. Most event viewer errors can be and should be safely ignored.
If you really want to troubleshoot the issue (which is likely to be fruitless).
The odds are the error is actually in Opera (even an add-in), the network drivers used, any 3rd party antivirus, or a startup program. If it is in Windows then only the developers are likely to be able to help.
Check with Opera Support and Forums.
Opera - Forums.
Is there any specific info in the lower pane of the Event Viewer log.
Using Event Viewer to Troubleshoot Problems
https://www.howtogeek.com/school/using-windows-...
FullEventLogView - Free is a simple tool for Windows 10/8/7/Vista that displays in a table the details of all events from the event logs of Windows, including the event description. It allows you to view the events of your local computer, events of a remote computer on your network, and events stored in .evtx files. It also allows you to export the events list to text/csv/tab-delimited/html/xml file from the GUI and from command-line.
http://nirsoft.net/utils/full_event_log_view.html
TIP : Options - Advanced Options - allows you to see a time frame instead of the whole file - set it to a bit before and after the time of the EVENT.
Try the Clean Boot method to see if a startup program is involved - if so it is a process of elimination :
Right Click the start button - Command Prompt (Admin) OR Windows PowerShell (Admin) - at the prompt type in
MSCONFIG
and hit enter
How to perform a clean boot in Windows
https://support.microsoft.com/en-us/kb/929135
Other programs to help :
Autoruns - Free - See what programs are configured to startup automatically when your system boots and you login. Autoruns also shows you the full list of Registry and file locations where applications can configure auto-start settings.
http://technet.microsoft.com/en-us/sysinternals...
Process Explorer - Free - Find out what files, registry keys and other objects processes have open, which DLLs they have loaded, and more. This uniquely powerful utility will even show you who owns each process.
http://technet.microsoft.com/en-us/sysinternals...
Process Monitor - Free - an advanced monitoring tool for Windows that shows real-time file system, Registry and process/thread activity. It combines the features of two legacy Sysinternals utilities, Filemon and Regmon, and adds an extensive list of enhancements including rich and non-destructive filtering, comprehensive event properties such session IDs and user names, reliable process information, full thread stacks with integrated symbol support for each operation, simultaneous logging to a file, and much more. Its uniquely powerful features will make Process Monitor a core utility in your system troubleshooting and malware hunting toolkit.