Ask Your Question
0

What is the solution for the error message "Qt: Could not initialize OLE (error 80070005)"?

asked 2022-06-23 11:00:00 +0000

qstack gravatar image

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
3

answered 2022-06-26 05:00:00 +0000

ladyg gravatar image

The error message "Qt: Could not initialize OLE (error 80070005)" typically occurs when there are permission issues with the system registry. The following steps can help resolve this error:

  1. Open the Registry Editor by pressing Win + R, typing "regedit" and hitting enter.

  2. Navigate to the following key: HKEYCLASSESROOT\CLSID{00024500-0000-0000-C000-000000000046}

  3. Right-click on the key and select "Permissions".

  4. Click on "Advanced" in the Permissions window.

  5. In the Advanced Security Settings window, click on "Add" and type "Everyone" in the "Enter the object names to select" field.

  6. Click on "Check names" and then "OK".

  7. Select "Everyone" from the list of users and ensure that the "Full Control" box is checked.

  8. Click "OK" to save the changes.

  9. Close the Registry Editor and restart your computer.

After following these steps, try running the Qt application again. The error message "Qt: Could not initialize OLE (error 80070005)" should no longer appear.

edit flag offensive delete link more

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account. This space is reserved only for answers. If you would like to engage in a discussion, please instead post a comment under the question or an answer that you would like to discuss

Add Answer


Question Tools

Stats

Asked: 2022-06-23 11:00:00 +0000

Seen: 9 times

Last updated: Jun 26 '22