How to Fix Error 1067: ‘The process terminated unexpectedly’

When you see Error 1067: “The process terminated unexpectedly,” it means a service on your computer failed to start, which could affect programs that rely on it. This error usually happens because a service tried to start but couldn’t finish due to corruption or misconfiguration in the system or the service itself.

The most common reasons for Error 1067 are corrupted service settings or broken system services, often involving SQL, MySQL, or similar processes. Other causes can include bad registry entries, wrong system settings, or lack of permissions.

In this article, we will talk about different solutions to fix this error.

Solution 1: Take Control of the Service

When a service won’t start because of permissions, taking control can make a big difference. This method lets your user profile bypass permission issues, giving you full access to start or manage the service. It fixes the problem where Windows blocks a user or system from running services due to lack of rights.

  1. Press Windows Key + R, type “services.msc,” and click OK to open the Services tool.
  2. Alternatively, open Control Panel from the Start menu, change “View by” to “Large Icons,” scroll down, and click Administrative Tools, then Services.
  3. Find the service with the error, right-click it, and select Properties.
  4. If the service is running (check the Service status), click Stop. Go to the Log On tab and click Browse…
  5. Type your account name in the “Enter the object name to select” box, click Check Names, and wait for confirmation.
  6. After confirmation, click OK, and enter your password if prompted. The service should start without issues!

Solution 2: Reinstall the Problematic Service

Reinstalling the problematic service resets its settings and components. This process can replace faulty registry entries and damaged files, addressing issues like file corruption or missing dependencies that may prevent the service from running properly.

  1. Before deleting a registry key, backup your registry using this guide to prevent issues. Follow the steps carefully for a smooth process.
  2. Open the Registry Editor by typing “regedit” in the search bar or the Run dialog (Windows Key + R). Navigate to:
    HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services

  3. Find the problematic service key, right-click it, and choose Delete. Confirm any prompts and restart your computer.

Note: If you can’t delete the key, extra access might be needed.

  1. Right-click the service key and select Permissions from the context menu.
  2. Under Group or user names, find your computer’s username. If it’s not listed, click Add >> Advanced >> Find Now. Select your user account from the results, click OK twice to return to the Permissions window.

  1. Select your account and check the Full Control checkbox under Permissions. Apply the changes.
  2. Try deleting the key again. Restart your computer afterward.
  3. Run an SFC scan following this article’s instructions to restore the service and check if the problem is resolved.

Solution 3: Delete Certain Files

To address Error 1067, deleting certain files related to the problematic service, like SQL or MySQL, can clear corrupted settings. These files can accumulate errors that prevent the service from starting. Removing them allows the system to create new files on the next startup, eliminating conflicts and enabling the service to work properly.

  1. Open Control Panel from the Start menu or search for it. Change “View by” to “Large Icons.” Scroll down and click on Administrative Tools, then click on the Services shortcut.

  1. In the services list, find the MySQL service, right-click it, and select Properties. Click Stop in the window, then click OK.
  2. Go to the MySQL installation folder, usually in C >> Program Files or C >> Program Files (x86), and open the “data” folder.
  3. Find the files named ib_logfile0 and ib_logfile1, right-click on them, and choose Delete.

  1. Go back to the Services window, open the MySQL service Properties, and click Start. Check if the issue is resolved.

Solution 4: Tweak MySQL Configuration Files

The MySQL configuration file, “my.ini,” might cause this problem. It is usually in the MySQL installation directory and can be opened with Notepad. Check for the `innodb_flush_method` option; you can delete it or set it to `normal`. Save the file and restart the MySQL service.

  1. Go to the MySQL installation root folder, usually in C >> Program Files or C >> Program Files (x86), and find the “my.ini” file.
  2. Right-click the file and select Open with… Notepad if Notepad isn’t the default program.

  1. Use Ctrl + F or select Find under Edit in the menu, then type “innodb_flush_method.” If found, set it to:
    innodb_flush_method=normal
  2. If the command isn’t there, add it at the bottom of “my.ini.” Save changes with Ctrl + S and restart your computer. Check if the issue is resolved.

If the issue persists, also edit the “my-default.ini” file:

  1. In the same root folder, find and open “my-default.ini.”
  2. Right-click it and select Open with… Notepad if Notepad isn’t the default program.

  1. Below the “[mysqld]” line, ensure the options match the following and adjust as needed:
    basedir="Full path to the install location of MySql"
    datadir="Same path but with the data folder; e.g., C:\MySql\data"
    port=3306
    server-id=1
    bind-address=127.0.0.1
  2. Save changes with Ctrl + S and restart your computer. Check if the problem is resolved.

Solution 5: Reinstall SQL Server

This method is ideal for SQL Server users, another tool that manages databases. It’s time to perform a clean install of the program, as this should solve the problem immediately. A clean install is necessary if you want to remove all files since even temporary files can cause this issue.

  1. Log in with an admin account, as it’s necessary for uninstalling SQL Server.
  2. Backup your databases to preserve them during the uninstallation process.
  3. Open Control Panel from the Start menu or Settings by clicking the gear icon in Windows 10. In Control Panel, choose View as: Category and click Uninstall a Program.
  4. In the Settings app, go to Apps to see all installed programs.
  5. Find SQL Server, click on it, and select Uninstall. Follow the prompts to remove SQL Server, then restart your computer.

Next, remove leftover SQL Server registry data:

  1. Press Windows Key + R, type “regedit,” and hit Enter to open the Registry Editor. Delete the following keys:
    HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Microsoft SQL Server
    HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\MSSQLServer

  2. Go to these registry locations and delete all SQL Server references:
    HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall
    HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services
  3. Search your computer for SQL folders and rename them. Restart your computer.
  4. Download the SQL tool from this link, run the installer, and follow the instructions. Check if the issue is resolved.

Solution 6: Method for EAServer Windows Service

When the EAServer Windows Service fails, it’s often due to corrupted settings or system issues. This method addresses Error 1067 by resetting registry entries and adjusting permissions, removing conflicts that prevent the service from starting.

  1. Press Windows Key + R, type “regedit,” and press Enter to open the Registry Editor. Navigate to:
    HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services

  2. Find the EAServer entry and open it.
  3. Right-click the SERVERNAME key, select Modify, change the value to EAServer, and apply the change. Check if the issue is resolved.
ABOUT THE AUTHOR

Kevin Arrows


Kevin Arrows is a highly experienced and knowledgeable technology specialist with over a decade of industry experience. He holds a Microsoft Certified Technology Specialist (MCTS) certification and has a deep passion for staying up-to-date on the latest tech developments. Kevin has written extensively on a wide range of tech-related topics, showcasing his expertise and knowledge in areas such as software development, cybersecurity, and cloud computing. His contributions to the tech field have been widely recognized and respected by his peers, and he is highly regarded for his ability to explain complex technical concepts in a clear and concise manner.

Comments

5
    BO
    Boje Nov 17, 2020

    I’m having issues with my Windows Audio service (Audiosrv), despite the fact that I’ve deleted it and installed a ✨fresh✨ new one, it still won’t work. Could someone please help?

      MZ
      Muhammad Zubyan Author Nov 18, 2020

      How did you install your Windows? Did you installed it by booting from a bootable USB/DVD or you have overwritten your Windows Installation because this seems to be an issue with Corrupted Windows Registry. And the only way to fix this issue is by restoring the default Registry Configurations. However, there is a potential fix that you can try to fix this issue try this:-Warning: Make sure to have a Restore Point as modifying your registry incorrectly can really hurt your computer.1. Open Run by pressing the Win+R keys together.
      2. Once the run is opened type “Regedit” and press enter.
      3. Now navigate to ComputerHKEY_LOCAL_MACHINESYSTEMCurrentControlSetServices
      4. Once you are here on your Left side find the key named “Audiosrv” Right-click on it and press Delete.
      5. Restart your computer.Once your computer is restarted the problem should be resolved by itself but if it doesn’t there are some additional steps you might have to do here are those steps:-1. Open Command Prompt as an Administrator.
      2. Type “sfc/scannow” and press enter.
      3. Wait for the Sfc utility to find and repair any corrupted files/services. It will take a while though so sit back and wait for it to finish.
      4. Once it’s finished you have to run this command “DISM /Online /Cleanup-Image /RestoreHealth” and press enter.
      5. Wait for the DISM Utility to complete the repair process.Once these commands are done please restart your computer and check if the problem is resolved or not. If it isn’t resolved you might have to install 3rd Party drivers like Realtek audio driver. You can find them on their official website here is the link: https://sudo.to/2ewFind the correct driver for your computer and install it. If that doesn’t fix your problem as well, you might have to consider check your ISO or redownload it as it can be the cause of this issue as well by having a corrupted driver within the ISO Make sure to have a fresh install this time. (Keep in mind that fresh install will erase all the data present in your PC we won’t be responsible for any loss of data re-installing the Windows will do). Here is the link to download the Official Windows 10 ISO Latest Version: https://sudo.to/2exHope this helps with the issue you are having! Keep me updated.

    PK
    Pooja Kumari Jul 19, 2021

    In 1st solution, 6th point, u said enter your accIn 1st solution, 6th point, u said enter your account’s name…and password…what do u mean by account’s name..please tell

      MZ
      Muhammad Zubyan Author Jul 25, 2021

      To find your account’s name follow the steps:-

      1. Right-click on the Taskbar and open Task Manager.
      2. Once the Task Manager is opened head over to the “Users” tab.
      3. Now check the account you are logged in from it should be the account’s name on your Windows.
      4. You can enter that name.

    BD
    Big Daddy Jul 5, 2022

    Thank you very much for your help!