Share via

MSE.Engine.dll error

Anonymous
2018-11-24T05:00:47+00:00

How to solve this error?

Windows for home | Windows 10 | Performance and system failures

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.

0 comments No comments

2 answers

Sort by: Most helpful
  1. Anonymous
    2018-11-24T12:05:38+00:00

    Hi,

    My name is Angel. I am an Independent Advisor. Thank you for posting in Microsoft Community.

    Try Manually register Engine.dll:

    1. Click on the Start button.
    2. Type "command" in the search box ... DO NOT press ENTER yet.
    3. Hold down CTRL-Shift on your keyboard and press ENTER.
    4. You will be asked for a Permissions dialog box.
    5. Click on Yes
    6. Type the following command: regsvr32 / u Engine.dll.
    7. Press ENTER. This will VOID THE REGISTRY for your file.
    8. Enter the following command: regsvr32 / i Engine.dll.
    9. Press ENTER. This will RE-REGISTER your file.
    10. Close the command prompt window.

    Re-start the program associated with Engine.dll error.

    If issue persist I would suggest you to follow these Methods:

    Method 1: Run the SFC.

    Follow the below steps:

    1. Open Command Prompt.
    
    2. Select “Run as Administrator”.
    
    3. Type “sfc /scannow” without quotes and hit Enter.
    

    Now check for the issue.

    Method 2: Run the DISM Tool.

    If the issue persists, I would have you run the DISM tool to check the system health and will try to restore the files.

    1. Click on 'Start'.
    
    2. Enter 'Command prompt' in the Search box.  
    
    3. In the list of results, swipe down on or right-click Command prompt, and then tap or click 'Run as administrator'. 
    
    4. In the Administrator: Command Prompt window, type the following commands. Press the Enter key after each command:
    

    DISM /Online /Cleanup-Image /CheckHealth

    DISM /Online /Cleanup-Image /ScanHealth

    DISM /Online /Cleanup-Image /RestoreHealth

    To close the Administrator: Command Prompt window, type Exit, and then press Enter.

    Note: The tool might take 15-20 minutes to finish running, so please do not cancel it.

    Method 3:

    Type the following in a Windows PowerShell as Administrator:

    1.Launch PowerShell

    2.Set-ExecutionPolicy Unrestricted

    3.Get-AppXPackage -AllUsers | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"}

    Restart your device.

    Hope the information provided is useful. If the issue persists, reply here and we will be glad to help you.

    Angel.

    2 people found this answer helpful.
    0 comments No comments
  2. Vijay A. Verma 104.8K Reputation points Volunteer Moderator
    2018-11-24T05:04:24+00:00

    Please try these options one by one and check after each option

    1. You should run malware scan

    Malware Bytes - https://www.malwarebytes.com/

    1. Use Defender Scan

    Open Windows Defender > Virus & threat protection menu > Advanced Scan > Full Scan

    1. Run SFC Scan & DISM

    How to - https://answers.microsoft.com/en-us/windows/for...

    1. I would recommend that you restore from a system restore point to a point when things were working fine

    https://support.microsoft.com/en-us/help/12415/...

    Disclaimer 1 - Using Third Party Software is completely at your own risk. This advice is in my personal capacity as a volunteer.

    Disclaimer 2 - This is a non-Microsoft website. The page appears to be providing accurate, safe information. Watch out for ads on the site that may advertise products frequently classified as a PUP (Potentially Unwanted Products). Thoroughly research any product advertised on the site before you decide to download and install it.

    0 comments No comments