Ошибка на виндовс 10 runtime error

Как исправить ошибку Microsoft Visaul C++ Runtime LibraryСреди распространенных проблем при запуске игр и программ, а иногда и при обычной работе Windows 10, 8.1 или Windows 7 — ошибка Microsoft Visual C++ Runtime Library с сообщением «Runtime Error», указанием на файл программы и пояснением «The application has requested the runtime to terminate it in an unusual way».

В этой инструкции подробно разберем различные способы исправить ошибку Microsoft Visual C++ Runtime Library во всех актуальных версиях Windows.

  • Простые способы исправить ошибку Visual C++ Runtime Library
  • Дополнительные методы решения проблемы
  • Видео инструкция

Простые способы исправить ошибку Visual C++ Runtime Library

Сообщение об ошибке Microsoft Visual C++ Runtime Library

К сожалению, единого метода решения для ошибки «Microsoft Visual C++ Runtime Library» нет, так как причины могут быть разными: отсутствующие или поврежденные компоненты системы, влияние сторонних служб и программ, в некоторых случаях — ошибки в самой запускаемой программе (особенно если она была написана вами лично).

Язык программ, не поддерживающих Юникод и пути к папкам с программой

Этот способ решения часто оказывается результативным для пользователей с русскоязычными версиями Windows 10, 8.1 или Windows 7, при условии, что ошибка Microsoft Visual C++ Runtime Library вызывается какой-то сторонней программой, а не системными компонентами, такими как explorer.exe или SystemSettings.exe.

Попробуйте следующие два метода, чтобы исправить ошибку:

  1. Если запускаемая игра или программа (или её установщик) находится в папке, путь к которой содержит кириллицу (русские буквы), перенесите её в другое расположение или переименуйте папку, попробуйте запустить. Например, если ваше имя пользователя на русском языке, а файл запускается из папки «Загрузки», то полный путь к ней будет иметь вид
    C:UsersИмя_пользователяDownloadsПапка_с_программой

    и это может послужить причиной ошибки.

  2. Зайдите в Панель управления (в Windows 10 панель управления можно открыть через поиск на панели задач) — Региональные стандарты, откройте вкладку «Дополнительно» и в разделе «Язык программ, не поддерживающих Юникод» нажмите «Изменить язык системы». Выберите «Английский (США)», примените настройки и перезагрузите компьютер, затем проверьте, решило ли это проблему. Изменение языка программ, не поддерживающих Юникод

Обратите внимание, что второй метод может решить проблему, но при этом сделать так, что программа или игра будет запускаться на английском языке — обычно в этом случае достаточно найти соответствующую настройку в самой программе, чтобы вернуть русский язык.

Распространяемые компоненты Visual C++ и .NET Framework

Следующее возможное решение — попробовать переустановить компоненты Microsoft Visual C++ Redistributable, а также установить компоненты .NET Framework 4.8 и предыдущих версий.

Здесь присутствует один нюанс: обычно мы не знаем, какие именно из многочисленных наборов распространяемых компонентов Microsoft Visual C++ послужил причиной проблемы, а потому я рекомендую следующих подход их переустановки:

  1. Зайти в Панель управления — Программы и компоненты и удалить все имеющиеся компоненты Visual C++ Redistributable (после этого часть программ могут перестать запускаться, но к последнему шагу это будет исправлено). Компоненты Visaul C++ в программах и компонентах
  2. Использовать неофициальный способ установки сразу всех (почти) компонентов Visual C++ Redistributable из инструкции Как скачать компоненты Microsoft Visual C++ Redistributable 2008-2019.
  3. Зайти на сайт Майкрософт https://support.microsoft.com/ru-ru/help/2977003/the-latest-supported-visual-c-downloads и скачать два файла в верхнем разделе (Visual Studio 2015, 2017 и 2019) — vc_redist.x86.exe и vc_redist.x64.exe (для 32-бит версий Windows — только x86), установить их.
  4. Перезагрузить компьютер.

Если указанные шаги не решили проблему, выполните следующие шаги:

  1. Установите Microsoft .NET Framework последней версии с официального сайта: https://go.microsoft.com/fwlink/?linkid=2088631
  2. Зайдите в панель управления — программы и компоненты — включение и отключение компонентов Windows (пункт слева) и посмотрите, включены ли компоненты .NET Framework предыдущих версий, если нет — включите их.

Примечание: в случае, если на вашем компьютере установлена Windows 7, 8 или 8.1 установите также «Обновление для универсальной среды выполнения C в Windows» для вашей версии ОС, официальный сайт — https://support.microsoft.com/ru-ru/topic/update-for-universal-c-runtime-in-windows-c0514201-7fe6-95a3-b0a5-287930f3560c

Драйверы видеокарты и DirectX

Этот метод может показаться странным для рассматриваемого сценария, но действительно иногда оказывается работоспособным и позволяет исправить ошибку. Особенно в случае, если у вас есть два видеоадаптера (дискретная и интегрированная видеокарты), а драйверами вы озаботились лишь для одной из них (дискретной). Если в диспетчере устройств в разделе «Видеоадаптеры» вы видите что-то наподобие «Базовый видеоадаптер Майкрософт», это означает, что драйверы для него не установлены.

  1. Скачайте и установите драйверы для интегрированного видео. Лучше всего для рассматриваемой ситуации — с сайта производителя ноутбука под вашу модель (драйвер может называться «VGA», «Intel HD Graphics» или как-то иначе, обычно определить его сравнительно не сложно) или сайта производителя материнской платы компьютера.
  2. Вручную скачайте и установите драйверы вашей дискретной видеокарты с официальных сайтов AMD или NVIDIA.
  3. На всякий случай установите полный набор библиотек DirectX (по умолчанию в системе есть лишь часть из них), сделать это можно, используя веб-установщик с официального сайта — https://www.microsoft.com/ru-ru/download/details.aspx?displaylang=ru&id=35

После установки драйверов, DirectX и перезагрузки компьютера, проверьте, была ли решена проблема.

Дополнительные методы решения проблемы

Если к текущему моменту проблема не была решена, можно попробовать следующие варианты, которые также могут помочь исправить ошибку Microsoft Visual C++ Runtime Library:

  • Удалить программы, установленные непосредственно перед появлением ошибки. По отзывам, причиной может быть самое разное стороннее ПО, среди примеров: Intel True Key, программы принтеров HP, антивирусы.
  • Использовать точки восстановления системы при их наличии.
  • Выполнить чистую загрузку (не путать с установкой) Windows. Если при чистой загрузке ошибка исчезает, то причина — какие-то программы в автозагрузке или сторонние службы. Можно включать их группами, пока не выявим, что именно вызывает ошибку. Как именно выполнить чистую загрузку описано в инструкции Чистая загрузка Windows.
  • Проверить и восстановить целостность системных файлов Windows.
  • Отдельная инструкция для этой же ошибки с кодом R6025 pure virtual function call

Ещё один вариант, для случая, когда ошибку вызывает какой-то системный процесс — создать нового пользователя Windows (лучше, если будет использовано имя на латинице), зайти в систему под ним и проверить, сохраняется ли ошибка у этого пользователя.

Видео инструкция

Надеюсь, проблема была решена. Если это так, буду благодарен комментарию, в котором вы расскажете, что именно оказалось причиной в вашем случае — это может помочь другим пользователям, столкнувшимся с ошибкой.

Что такое ошибка Microsoft Visual C++ Runtime Library

Ошибки вроде Microsoft Visual C++ Runtime Library доставляют мало веселья. Они не дают людям запускать и пользоваться самыми разными программами. Другими словами, ошибка возникает при попытке запустить приложение на вашем ПК со следующим сообщением: “This application has requested Runtime to terminate it in an unusual way”. Из-за этого пользователи не могут пользоваться нужным приложением должным образом. Как правило, ПК эксперты выделяют несколько причин появления такой ошибки. Наиболее распространенными являются проблемы с видеокартой, неисправность самого Visual C ++, устаревшие драйверы, поврежденные файлы и вмешательство вредоносных программ. Довольно сложно сказать, какая из этих причин влияет на появление соответствующей проблемы. Поэтому нужно попробовать все шаги, пока не найдете тот, который устранит ошибку. Ниже вы найдете наиболее список самых популярных и эффективных способ, используемых для решения Runtime проблем.

microsoft-visual-c-runtime-library-error-3

Скачать средство восстановления Windows

compatible with microsoft

Существуют специальные утилиты для восстановления Windows, которые могут решить проблемы, связанные с повреждением реестра, неисправностью файловой системы, нестабильностью драйверов Windows. Мы рекомендуем вам использовать Advanced System Repair Pro, чтобы исправить ошибку «Библиотека времени выполнения Microsoft Visual C++» в Windows 10.

1. Обновите / удалите драйверы дисплея.

Первое, что мы рекомендуем попробовать, это обновить все драйвера дисплея. Есть вероятность, что они устарели или вышли из строя, что вызывает Runtime ошибки. Чтобы обновить их, следуйте этим простым инструкциям ниже:

  1. Щелкните правой кнопкой мыши по Меню Пуск и Диспетчер устройств.
  2. В открывшейся вкладке найдите Видеоадаптеры и разверните раскрывающееся меню.
  3. Найдите две видеокарты (иногда обе), щелкните правой кнопкой мыши и выберите Обновить драйвер.
  4. Windows начнет поиск доступных обновлений и автоматически установит их на ваш компьютер.

Вы также можете удалить весь адаптер, чтобы Windows могла автоматически восстановить его после перезагрузки.

  1. Выполните первые 2 шага, упомянутых выше. Найдите адаптер дисплея и выберите Удалить.
  2. Следуйте инструкциям на экране и после завершения перезагрузите компьютер.

Вы также можете использовать утилиту IOBit Driver Booster, которая просканирует ваше устройство на наличие отсутствующих драйверов и установит их, при необходимости.

Driver Booster start screen

Стартовый экран Driver Booster

Driver Booster scan results

Результаты сканирования Driver Booster

Driver Booster tools section

Раздел инструментов Driver Booster

Скачать Driver Booster

2. Проверьте целостность системных файлов.

Как мы уже упоминали в начале, Runtime проблемы могут возникать из-за поврежденных или отсутствующих файлов после некоторых обновлений или случайных манипуляций. Эти файлы необходимы для правильной работы служб Windows. Если некоторые из этих файлов находятся вне их родной среды, то это может стать причиной таких ошибок. Ниже мы будем использовать SFC (Проверка системных файлов) и DISM (Обслуживание образов развертывания и управление ими), которые помогут обнаружить и восстановить отсутствующие компоненты. Вот как:

С помощью SFC

  1. Откройте Командная строка , введя cmd в поле поиска рядом с Меню Пуск кнопку.
  2. Щелкните правой кнопкой мыши по Командная строка , а затем выбрать Запуск от имени администратора.
  3. После открытия консоли введите sfc /scannow команду и нажмите Enter.
  4. Когда процесс восстановления будет завершен, перезагрузите компьютер.

С помощью DISM

  1. Откройте Командная строка как мы это делали на предыдущем шаге.
  2. Скопируйте и вставьте эту команду DISM.exe /Online /Cleanup-image /Restorehealth.
  3. Нажмите Enter и подождите, пока Windows закончит сканирование и исправление.
  4. После этого перезагрузите компьютер и попробуйте открыть проблемную программу снова.

После выполнения обоих этих сканирований попытайтесь загрузить приложение, с открытием которого были проблемы. Если это не поможет, переходите к другим шагам, упомянутым ниже.

3. Переустановите Visual C++ Redistributables.

Проблема «Runtime Library» может быть связана с неисправностью самого Visual C ++. Возможно, какая часть Microsoft Redistributables повреждена или отсутствует. Вы можете переустановить их, загрузив новый пакеты с официального сайта, или исправить вручную. Для этого выполните следующие действия:

  1. Нажмите Windows Key + R, напишите appwiz.cpl и затем нажмите Enter.
  2. Выберите Microsoft Visual C++ Redistributable программы в списке и нажмите Изменить вверху.
  3. После того, как откроется новое окно, нажмите на Исправить кнопку.
  4. После завершения перезагрузите компьютер и посмотрите, исчезла ли проблема Runtime.
  5. Вы также можете попробовать удалить все версии Redistributables из списка и установить их повторно, если автоматическое восстановление не помогло.

4. Включите Чистый запуск Windows.

Часто сторонние приложения, загруженные из Интернета, могут конфликтовать с различными частями вашей системы. Даже программа для защиты от вредоносных программ может конфликтовать со службами Windows, вызывая ошибку «Microsoft Visual C ++ Runtime Library». Чистая загрузка позволяет запустить ваш компьютер только со встроенными приложениями и службами. Это помогает определить, вызывает ли проблему какое-то стороннее приложение. Чтобы запустить вашу систему в режиме чистой загрузки, выполните следующие действия:

  1. Нажмите Windows Key + R кнопки одновременно и вставьте msconfig.
  2. Затем в открывшемся окне перейдите в Услуги сверху.
  3. Установите флажок рядом с Не отображать службы Майкрософт и нажмите на Отключить все кнопку.
  4. Теперь перейдите в Общие и выберите Выборочный запуск опцию. Убедитесь, что флажок установлен только рядом с Загружать системные службы.
  5. Нажмите Применить и OK. Затем перезагрузите компьютер.

Проверьте, появляется ли ошибка сейчас. Если теперь все работает как надо, нужно выполнить те же шаги, отключив каждое приложения одно за другим. Это нужно, чтобы определить какое из них вызывает проблему. Если вы хотите вернуть Windows к настройкам нормального запуска, просто повторите все шаги выше, включив отключенные службы и изменив параметр запуска с Выборочный запуск в нормальная.

4. Переустановите проблемное приложение.

Если вы не можете открыть какое-то определенное приложение (будь то игра или другая сторонняя программа), попробуйте удалить из «Программы и компоненты» и установить его снова. Надеемся, это решит проблему.

5. Отключите режим совместимости.

Изначально режим совместимости — это полезная функция, позволяющая запускать устаревшие приложения на новых версиях ОС. Несмотря на это, некоторые пользователи говорят, что это может вызвать проблемы с Visual C ++. Попробуйте отключить эту функцию ниже:

  1. Найдите приложение, вызвавшее ошибку, затем щелкните на его иконку правой кнопкой мыши и выберите Предложения.
  2. Перейдите в Совместимость и отключите Запустить программу в режиме совместимости с опцию.
  3. Нажмите Применить и OK внизу.
  4. После этого попробуйте еще раз запустить ранее неисправное приложение.

6. Создайте новую локальную учетную запись.

Еще мы советуем вам создать новую учетную запись пользователя. Иногда новая запись может восстановить определенные настройки и помочь в устранении ошибки. Также обратите внимание, что новые учетные записи не содержат данные из предыдущего аккаунта. Поэтому вам нужно будет переместить все необходимые файлы повторно. После этого вы можете удалить свою исходную учетную запись, если получилось устранить проблему. Ниже вы можете найти шаги для создания новой учетной записи:

  1. Щелкните правой кнопкой мыши по значку Меню Пуск и выберите Настройки. Вы также можете нажать Windows Key + I сочетания клавиш.
  2. Перейдите на Учетные записи > Семья и другие пользователи.
  3. На правой панели прокрутите вниз до Другие пользователи раздела и нажмите Добавить пользователя для этого компьютера.
  4. Теперь выберите У меня нет данных для входа этого человека внизу.
  5. Выберите Добавить пользователя без учетной записи Майкрософт внизу.
  6. Затем введите имя пользователя и пароль для нового пользователя и нажмите Следующая.
  7. Теперь вы можете переключиться на новую учетную запись (щелкнув на значок пользователя в Меню Пуск) и попробовать запустить неработающую программу снова.

7. Выполните Восстановление системы.

Если вы начали видеть окно с ошибкой после выполнения каких-то изменений или установки программы, то можно выбрать дату, когда все работало нормально, через точку восстановления. Windows хранит резервные копии, которые можно использовать в обход различных проблем. Чтобы воспользоваться ими, выполните следующие действия:

  1. Щелкните правой кнопкой мыши по Этот компьютер , а затем выбрать Предложения.
  2. В открывшемся окне перейдите в Защита системы и нажмите на Восстановить.
  3. Затем нажмите Следующая и выберите дату, во время которой все работало без проблем. Вы также можете нажать на Поиск затрагиваемых программ, который покажет, что будет изменено после запуска восстановления.
  4. Когда закончите, нажмите Следующая и начните Восстановить.

8. Просканируйте свое устройство на наличие вредоносных программ.

Если ни один из предыдущих методов не помог вам избавиться от проблемы с Runtime Library, есть небольшая вероятность, что ваш компьютер заражен нежелательным или вредоносным ПО. Таким образом, стоит просканировать ваше устройство на наличие вредоносных программ и удалить их в случае обнаружения. Мы лично рекомендуем использовать Malwarebytes, который особенно хорош в обнаружении и удалении различных видов угроз. Загрузите его по ссылке ниже:

Скачать Malwarebytes

Итоги

Мы надеемся, что эти 8 методов помогли вам избавиться от всплывающей ошибки. Если вы все еще сталкиваетесь с ошибкой Microsoft Visual C ++ Runtime Library, лучшим решением будет полная переустановка Windows. Это поможет вам установить операционную систему с нуля и устранить маленькие ошибки, которые можно было пропустить во время самостоятельного решения. Если вы когда-нибудь столкнетесь с другими проблемами на Mac или Windows, можете использовать другие статьи на нашем сайте для их исправления.

«Runtime error» появляется при запуске различных приложений, включая и видеоигр, либо в случайные моменты при работе ОС Windows. Ошибка не эксклюзивна для какой-то одной версии Windows — она возникает на всем, начиная от Windows XP и заканчивая последними сборками «десятки». В сегодняшней статье мы расскажем вам, что вызывает «Runtime error» и как от нее избавиться.

Содержание

  • Причины появления «Runtime error»
  • Решение ошибки «Runtime error»
    • Решение №1 Ликвидация кириллицы
    • Решение №2 Изменение языка программ, не поддерживающих Юникод
    • Решение №3 Переустановка Visual Studio C++ и .NET Framework
    • Решение №4 Удаление недавно установленных программ
    • Решение №5 Восстановление системных файлов

Причины появления «Runtime error»

К сожалению, определить точную причину появления данной ошибки невозможно: пользователю необходимо перебирать доступные решения, пока одно из них не устранит проблему. Тем не менее давайте все же взглянем на список, так сказать, «подозреваемых». Вот что может вызывать появление ошибки «Runtime error»:

  • отсутствующие либо поврежденные системные компоненты;
  • конфликт запускаемого приложения со сторонней программой/службой;
  • поврежденные файлы запускаемого приложения;
  • присутствие кириллицы в расположении исполняемого файла приложения;
  • «кривая» установка библиотек Visual Studio C++ и .NET Framework либо их отсутствие.

Решение ошибки «Runtime error»

Runtime error

Решение №1 Ликвидация кириллицы

Ошибка «Runtime error» может возникать при запуске тех программ и игр, в расположении которых присутствуют кириллические символы. Например, на данную ошибку можно наткнуться, если запускаемое приложение находится по пути C:Users[ИМЯ АККАУНТА НА РУССКОМ]Downloads[КОРНЕВАЯ ПАПКА ПРИЛОЖЕНИЯ]. Избавьтесь от русского языка по пути к приложению и попробуйте запустить его еще раз.

Решение №2 Изменение языка программ, не поддерживающих Юникод

Появление ошибки «Runtime error» возможно в том случае, если в параметрах региональных стандартов для приложений, не поддерживающих Юникод, задан русский, а не английский язык.

  • Нажмите WIN+R и выполните значение «CONTROL»;
  • кликните на пункт «Изменение форматов даты, времени и чисел» в разделе «Часы и регион»;
  • перейдите во вкладку «Дополнительно» в появившемся окошке «Регион»;
  • нажмите на кнопку «Изменить язык системы…»;
  • в ниспадающем меню выберите «Английский (США)» и сохраните внесенные изменения;
  • перезагрузите ПК.

Запустите проблемное приложение, чтобы проверить наличие ошибки.

Решение №3 Переустановка Visual Studio C++ и .NET Framework

Некорректно установленные (либо отсутствующие в системе) распространяемые библиотеки Microsoft Visual Studio C++ и .NET Framework могут вызвать появление «Runtime error». Чтобы переустановить эти библиотеки, вам нужно сделать следующее:

  • вызовите перед собой Панель управления, как это было показано выше;
  • кликните на «Удаление программы» в разделе «Программы»;
  • найдите в списке программ все версии Visual Studio C++ и удалите их;
  • перейдите на официальный сайт Майкрософт и загрузите необходимые установщики VS C++;
  • проделайте тоже самое с различными версиями .NET Framework на своем ПК;
  • вернитесь к окошку «Программы и компоненты» и кликните на пункт «Включение или отключение компонентов Windows»;
  • убедитесь, что возле всех версий .NET Framework стоят галочки;
  • закройте все открытые окна и перезагрузите ПК.

Решение №4 Удаление недавно установленных программ

Определенные программы могут входить в конфликты с приложениями на компьютере. Ошибка «Runtime error» начала появляться практически сразу после установки какой-то программы или игры? Удалите ее, перезагрузите ПК и попробуйте запустить нужное вам приложение еще раз. Возможно, на сей раз никакой ошибки не появится. Заняться удалением программ можно в «Программы и компоненты» (показано выше ↑).

Решение №5 Восстановление системных файлов

Поврежденные системные файлы — потенциальная причина за появлением ошибки «Runtime error». Благо, в Windows присутствует специальная утилита, задача которой — это восстановление системных файлов. Чтобы пустить эту утилиту в работу, вам нужно сделать на своем ПК следующее:

  • кликните ПКМ на меню Пуск и выберите пункт «Командная строка (администратор)» (PowerShell тоже подойдет);
  • пропишите в консоли команду «SFC /SCANNOW» и нажмите ENTER;
  • дождитесь окончания сканирования и восстановления системных файлов;
  • перезагрузите компьютер.

Ошибка «Runtime error» практически наверняка исчезнет с вашего ПК, особенно если SFC удалось найти и восстановить поврежденные системные файлы.

Several Windows users face the runtime error C++ upon restarting the PC in the Microsoft Visual C++ runtime library window. They also experienced this error after launching Microsoft Explorer on their computer. It may be startling for the users as they don’t expect this kind of error suddenly after rebooting the computer or opening any application. There are various reasons for this error to transpire on your PC, and we will discuss them in this article with the methods to resolve them. So, read this article till the end to learn how to fix runtime error C++.

How to Fix Runtime Error C++ on Windows 10

Table of Contents

1

Below are some of the reasons causing this runtime error C++ to occur on a desktop:

  • The Visual C++ feature can be broken or damaged, causing this error on your PC.
  • Sometimes the Compatibility mode can create complications and instigate the runtime error to occur.
  • Memory issues on Winodes may lead to the runtime error C++.
  • A broken or outdated graphics driver can cause this error.

Follow the methods mentioned below carefully to fix this issue.

Method 1: Modify Compatibility Setting

Compatibility mode is a valuable feature that allows you to run old programs on your computer. However, this functionality can occasionally result in a Microsoft Visual C++ runtime error. To resolve the issue, deactivate compatibility mode by following the steps below.

1. Right-click on the error-causing application and select Properties from the context menu.

Right-click on the error-causing application and select Properties from the menu

2. Go to the Compatibility tab.

Click on Compatibilty tab | How to Fix Runtime Error C++

3. Uncheck the option Run this program in compatibility mode for.

Uncheck the option Run this program in compatibility mode for and click OK - Apply | Microsoft Visual C++ runtime library

4. To save your changes, click on Apply > OK button.

Method 2: Repair Visual C++ Runtime

You can also try to repair the Visual C++ runtime to solve the runtime error C++ problem. Here’s how you can do it:

1. Press Windows + R keys simultaneously to launch the Run dialog box.

2. Type appwiz.cpl and press the Enter key to launch the Programs and Features window.

Type appwiz.cpl in the dialog box and press the Enter key to launch the Programs and Features window

3. Right-click on the Visual C++ package and click on Uninstall option. Uninstall all Microsoft Visual C++ Runtime packages.

Note: Do not uninstall the 2010 and 2012 versions. Uninstall the rest of the other versions of Microsoft Visual C++ Runtime.

Right-click on all Microsoft Visual C++ Runtime programs except 2010 and 2012 and select Uninstall

4. Now, locate Microsoft Visual C++ Runtime 2012. Double-click on the package.

Note: Here, Microsoft Visual C++ 2015-2019 Redistributable has been chosen as an example.

locate Microsoft Visual C++ Runtime 2012. Double-click on this entry.

5. Click on Yes in the User Account Control prompt.

6. Now, click on Repair.

click on Repair | How to Fix Runtime Error C++

7. Click on Close and restart your PC.

Click on Close

Also Read: Fix GTA 4 Seculauncher Failed to Start Application 2000

Method 3: Update Graphics Driver

A broken or malfunctioning driver is most likely to blame for the presence of atibtmon.exe, explorer.exe, logonui.exe, or a game executable file in the C++ runtime error box in Windows 10. You can try downloading and installing the most recent version of the graphics driver from the manufacturer’s website. Or you may also do it using the Device Manager. Read our guide on 4 Ways to Update Graphics Drivers in Windows 10 to learn it in depth.

4 Ways to Update Graphics Drivers in Windows 10 | Microsoft Visual C++ runtime library

Method 4: Rollback Graphics Driver

Because so many other apps require runtime and Windows is so dependent on it, rolling back the graphics driver updates has worked for several people. If it’s just causing problems with one or two apps, it’s almost certainly an incompatibility issue. We recommend rolling back to a prior version of the display adapter in this instance to resolve this runtime error C++. Read our guide on How to Rollback Drivers on Windows 10 to do so. If this solution works, you must also ensure that Windows does not automatically update drivers.

Switch to the Driver tab and select Roll Back Driver

Also Read: Fix Warframe Launcher Update Failed Error

Method 5: Repair Corrupt Files

The Microsoft Visual C++ Runtime library issue in Windows 10 might occur when a system file is missing or damaged. After all, there’s no harm in running DISM and system file check. You should use these repair programs regularly to check system file issues automatically. Read our guide on How to Repair System Files on Windows 10 to perform the same and check if the issue is fixed on your PC or not.

Run SFC and DISM command lines to repair system files. | How to Fix Runtime Error C++

Method 6: Run Windows Memory Diagnostic Tool

Running Windows Memory Diagnostic Tool will help you resolve any issues related to system memory that would lead to runtime error C++ issues. Follow the below steps to run the tool:

1. Hit the Ctrl + Shift + Esc keys simultaneously to open Task Manager.

2. Right-click on Windows Explorer from the list and click on End task from the context menu.

Right-click on Windows Explorer explorer.exe and select End task

3. Launch the Run dialog box by pressing Windows + R keys together.

4. Type MdSched in the dialog box and press Enter to launch the Windows Memory Diagnostic tool.

Type MdSched in the dialog box and press Enter to launch the Windows Memory Diagnostic tool

5. Click on Restart now and check for problems (recommended).

Note: Ensure to save and close all the running programs.

Click on Restart now and check for problems recommended

6. After restarting, press the F1 key to open Options.

After restarting, press the F1 key to open Options | How to Fix Runtime Error C++

7. Use the arrow keys on your keyboard to navigate to the Extended option. Then, press the F10 key to Apply.

Note: The Extended tests include all the standard tests plus MATS+ (cache disabled). Stride38, WSCHCKR, WStride-6. CHCKR4, WCHCKR3, ERAND, Stride6 (Cache disabled), and CHCKRS.

Use the arrow keys on your keyboard to navigate to the Extended option. Then, press the F10 key to Apply

8. If there are any errors, note them to troubleshoot accordingly. Press the Esc key to Exit the Windows Memory Diagnostics tool.

If there are any errors, note them to troubleshoot accordingly. Press the Esc key to Exit the Windows Memory Diagnostics tool | Microsoft Visual C++ runtime library

Also Read: Fix The Request Failed Due to a Fatal Device Hardware Error

Method 7: Uninstall Problematic Applications

Visual C++ has been known to crash Explorer when certain problematic apps are used. The problem can be fixed by uninstalling these programs. You can reinstall these programs later to check whether the runtime error C++ problem has improved. Follow the below steps:

1. Press the Windows + I keys simultaneously to open Settings.

2. Click on the Apps setting.

Select Apps | Microsoft Visual C++ runtime library

3. Scroll down and choose Intel True Key. Click on it and select Uninstall.

Scroll down and choose Intel True Key. Click on it and select Uninstall | How to Fix Runtime Error C++

4. Then, click on Uninstall in the pop-up.

click on Uninstall in the pop-up

5. Follow the on-screen instructions accordingly to uninstall the program.

6. Similarly, Uninstall the following programs as well in a similar way:

  • AutoCAD
  • Visual Studio 2013
  • Bing Desktop

7. Restart your device to see whether the runtime error c++ problem has been resolved.

Method 8: Perform Clean Boot

Only required services and apps are loaded in a Clean Boot. Due to third-party and start-up applications, a Microsoft Visual C++ runtime library issue might arise on your system. A clean boot stops all third-party apps from loading at launch and any dispute between an application. In this way, the Visual C++ software will get resolved on your computer completely. Read our guide on How to Perform Clean boot in Windows 10 to implement the same.

Check the box next to Hide all Microsoft services, and click on Disable all button

Also Read: 10 Ways to Fix PS4 Keeps Turning Off

Method 9: Create New User Account

A corrupt user profile might also contribute to this runtime error 429 C++. If the Microsoft Visual C++ runtime library issue continues, you will have to establish a new user account. After creating a new account, you must sign out of your old one and switch to the new one. You will also have to move your personal files to a new account instead of your previous account to fix the problem. Read our guide on How to Create a Local User Account on Windows 10 to create a new user account.

Create New User Profile in Windows 10 PC

Method 10: Reinstall Visual C++ Runtime Packages

To resolve this issue, reinstall Visual C++. Follow the procedures outlined below to do this:

1. Press Windows + R keys to launch the Run dialog box.

2. Type appwiz.cpl in the dialog box and press Enter to launch the Programs and Features window.

Type appwiz.cpl in the dialog box and press Enter to launch the Programs and Features window

3. Locate the Microsoft Visual C++ programs in the list. Right-click on them and click on Uninstall after choosing each item.

Locate the Microsoft Visual C++ programs in the list. Right-click on them and click on Uninstall after choosing each item

4. Follow the on-screen instructions to uninstall the program.

5. Visit the Official Microsoft Visual C++ download page to install the latest version of Microsoft Visual C++ Runtime package.

Visit the Official Microsoft website to install the latest version of Microsoft Visual C++ Runtime | How to Fix Runtime Error C++

Also Read: Fix Command Failed With Error Code 1 Python Egg Info

Method 11: Reset PC

If the problem persists, clean installing Windows may be your only option. Attempt to access and back up your data before proceeding. If you choose a clean install, all your personal data, applications, games, documents, and other media will disappear. Read our guide on How to do a Clean Install of Windows 10 and implement the same.

Now, choose an option from the Reset this PC window. | Microsoft Visual C++ runtime library

Recommended:

  • How to Delete Github Account Permanently
  • How to Fix Zoom Error Code 1001 on Windows 10
  • Fix This Device is Being Used by Another Application Sound Error
  • How to Fix WOW Error #134 Fatal Condition

We hope you found this information useful and that you were able to resolve runtime error C++ issue. Please let us know which technique was the most beneficial for you. Please use the comments section below if you have any queries or comments for us about this article. Also, let us know what you want to learn next.

Find out how to perform a clean boot and more to solve this error

by Ivan Jenic

Passionate about all elements related to Windows and combined with his innate curiosity, Ivan has delved deep into understanding this operating system, with a specialization in drivers and… read more


Updated on November 16, 2022

Reviewed by
Vlad Turiceanu

Vlad Turiceanu

Passionate about technology, Windows, and everything that has a power button, he spent most of his time developing new skills and learning more about the tech world. Coming… read more

  • The Microsoft Visual C++ runtime library error is usually caused by the absence of Runtime components of Visual C++.
  • Removing the graphics card driver and using drivers updated to the latest version may help.
  • Perform a clean boot, as third-party and startup apps can interfere with the OS.

Microsoft Visual C++ runtime library

XINSTALL BY CLICKING THE DOWNLOAD FILE

To fix various PC problems, we recommend Restoro PC Repair Tool:
This software will repair common computer errors, protect you from file loss, malware, hardware failure and optimize your PC for maximum performance. Fix PC issues and remove viruses now in 3 easy steps:

  1. Download Restoro PC Repair Tool that comes with Patented Technologies (patent available here).
  2. Click Start Scan to find Windows issues that could be causing PC problems.
  3. Click Repair All to fix issues affecting your computer’s security and performance
  • Restoro has been downloaded by 0 readers this month.

After updating your PC to the latest version, you expect everything should work perfectly. However, users are complaining that they are prompted by a Microsoft Visual C++ runtime error.

This message reads: This application has requested the runtime to terminate it in an unusual way. Just like with the Microsoft Visual C++ error 0x80070666 error, you can fix this issue with our solutions.

Still, you won’t need to worry because we have a fix to the Visual C++ runtime library error in Windows 10 and you can continue your normal use of the operating system afterward.

What is the Microsoft Visual C++ runtime library error?

There’s also a chance that the Visual C++ feature is broken or corrupt. In this case, we recommend a third-party tool to automatically download all the outdated drivers on your PC.

What is a C++ runtime error?

A program is said to have a runtime error if its syntax is proper yet it has a bug that can only be found while the program is being executed.

This error could be brought on by the absence of Runtime components of Visual C++ Libraries, or it might be the result of a fault with the software.

What causes Microsoft Visual C++ runtime error?

Visual C++ is a basic component of many applications, and if it gets damaged, you’ll get various error messages on your PC.

Many users reported that they Cannot install Visual C++ 2015, and that can negatively impact all applications that require this component.

These issues affect every version of Windows, and many reported Runtime error in Windows 11 as well. Luckily, there are ways to fix these problems, and this guide will show you how to do that.

The Microsoft Visual C++ runtime error can be problematic, and speaking of errors, users reported the following issues as well:

  • Microsoft Visual C++ runtime error r6025, r6034, r6016, r6030, r6002 – When this error comes with an error code, it can be due to corrupt files.
  • Microsoft Visual C++ runtime error in explorer.exe, qbw32.exe, atibtmon.exe, csrss.exe, nvvsvc.exe: This is caused by a problem with a particular application that depends on the Visual C++ feature. You can fix it by reinstalling the application.
  • A Microsoft Visual C++ runtime error in Excel, Internet Explorer, Skype, Steam, Java: In this case also, the error occurs due to an application that depends on one of the Redistributables.
  • Microsoft Visual C++ runtime error on startup: This is usually caused by your startup applications.
  • Microsoft Visual C++ runtime error in Nvidia: This version of the error is caused by outdated or faulty drivers.
  • The Microsoft Visual C++ setup failed, not installing: Several users reported that they can’t install Visual C++. According to them, the setup fails to complete on their PC.
  • Microsoft Visual C++ unspecified error: This can be a big problem, but you should be able to fix it using one of our solutions.
  • Microsoft Visual C++ keeps crashing: This can also be caused by broken or missing files. You need to reinstall Visual C++ Redistributables to fix it.
  • Microsoft Visual C++ runtime error assertion failed: This problem is usually down to the app that gives the error while trying to run it.
  • A Microsoft Visual C++ runtime error abnormal program termination: If you encounter this issue on startup, it might be down to one of the startup programs.
  • Microsoft Visual C++ runtime error stray: This is an error that occurs if you are missing one of the Redistributables on your PC.
  • Mechwarrior 5 Microsoft Visual C++ runtime error: This is another error that occurs if one of the runtime redistributable is missing on your PC.
  • Microsoft Visual C++ runtime error games: Sometimes, the error occurs in games because of an outdated or broken Microsoft Visual C++ runtime version.

Can we uninstall Microsoft Visual C++?

Yes, you can uninstall some of the Microsoft Visual C++ Redistributables but it is not advisable. This is because there are software and programs on your PC that rely on one or more of them.

So, when you uninstall any one of the Redistributables, the software that relies on it stops working.

How do I fix the Microsoft Visual C++ runtime library error on Windows 10?

1. Perform a clean boot

  1. Press the Windows key + R, type msconfig, and click OK to run it.
    msconfig
  2. Click the Services tab in the top and check the box next to Hide all Microsoft services.
  3. Now, click the Disable all button.clean boot system configuration
  4. Select the General tab at the top.
  5. From here, tick the Selective startup box and uncheck the box next to Load startup items.
  6. Finally, click Apply and OK to save changes. and restart your system.
    selective startup general system configuration

Sometimes, third-party and startup applications can interfere with your system and cause Microsoft Visual C++ runtime errors to appear. To fix this problem, you need to perform a clean boot.

If you do not get the error anymore you will have to do this step, but this time disable the applications one by one and see exactly which of them is causing this error to appear.

Your graphics card driver can often cause Microsoft Visual C++ runtime error, and to fix it you need to reinstall your graphics card driver.

If you do not then it means that you need to update your graphics card driver to the latest version that is compatible with your Windows 10 system version.

To see how to update your drivers, we advise you to check out our detailed guide on how to update your graphics card driver.

Another solution is to automatically update your graphic card drivers using a dedicated tool that keeps you away from harming your PC by updating or installing the wrong drivers.

With DriverFix, you can update all of your drivers quickly and safely with only a few clicks.

DriverFix

Maintain all your drivers updated and automatically boost your device performance.

3. Reinstall Windows 10

  1. Restart your PC several times during the boot and select Troubleshoot > Reset this PC.
  2. Choose whether to keep your personal files or Remove everything.
  3. Insert Windows 10 installation media, if you are asked to do so.
  4. Select the installed version of Windows and choose Only the drive where Windows is installed > Just remove my files.
  5. Now, click the Reset button.
  6. Finally, follow the instructions on the screen to complete the reset.

If the problem still persists, your only option might be to reinstall Windows. Before you do that, try to access your files and back them up. To reinstall Windows 10, you’ll need a Windows installation media.

To create one, you’ll need to use Media Creation Tool on a working PC. After creating an installation media, follow the above steps.

After you successfully reinstalled the operating system, you will have to make sure that you do not update your PC until Microsoft fixes the issues with Visual C++ runtime error.

4. Reinstall Microsoft Visual C++ Redistributables

To fix the Microsoft Visual C++ runtime error, you can learn the simple but efficient method to reinstall your Visual C++ Redistributables. To do that, follow the steps detailed below.

Some PC issues are hard to tackle, especially when it comes to corrupted repositories or missing Windows files. If you are having troubles fixing an error, your system may be partially broken.
We recommend installing Restoro, a tool that will scan your machine and identify what the fault is.
Click here to download and start repairing.

1. Press the Windows key + S, enter Control panel and select Control Panel from the list.

Microsoft Visual C++ Runtime error r6034

2. Choose Uninstall a program under the Programs option.

going uninstall program control panel

3. Locate Microsoft Visual C++ Redistributable, and double-click it to remove.

Microsoft Visual C++ Runtime error Internet Explorer

4. Finally, click the Yes button when prompted to complete the process.

Once you remove all Redistributables, you have to download them from Microsoft’s website. Keep in mind that you’ll have to install all available Redistributables in order to fix this problem.

Instead of reinstalling the Redistributables, you can also repair your installation by following the steps below:

1. Repeat Steps 1 and 2 from above, and click on the Redistributable to repair.

2. Click the Change button at the top.

Microsoft Visual C++ Runtime error on startup

3. Click on the Repair button in the setup windows and follow the onscreen instructions to complete the process.

Microsoft Visual C++ not installing

Keep in mind that not all Redistributables support repair. If the Change option from step 2 isn’t available, your only option is to remove the selected Redistributable.

This might be a bit tedious solution, but many users reported that reinstalling Visual C++ Redistributables fixed the problem for them, so be sure to try it.

Read more about this topic

  • How to fix the Activation context generation failed error
  • Fix side-by-side configuration error in Windows 10/11
  • Fix: Side by side configuration is incorrect [Windows 10/11]
  • Full Fix: The file or directory is corrupted and unreadable

5. Create a new user account

  1. Press the Windows key + I to open the Settings app, and select Accounts.
    settings accounts
  2. Click Family & other people in the left pane and select Add someone else to this PC.
    family & other people
  3. Click on I don’t have this person’s sign-in information.
    dont have sign in information
  4. Now click on Add a user without a Microsoft account.
    add another Microsoft user account
  5. Enter the desired name for a new account and click on Next.
    create an account

If you’re still getting Microsoft Visual C++ runtime library error, you might be able to fix the problem simply by creating a new user account.

After creating a new account, you need to sign out from your current account and switch to a new one. If the problem doesn’t appear, it means that your old account is corrupted.

To fix the problem, move your personal files to a new account and use it instead of your old account.

6. Turn off the Compatibility mode

  1. Right-click the app causing the problem and choose Properties from the menu.
    Properties contextual menu
  2. Go to the Compatibility tab and uncheck Run this program in compatibility mode for.
  3. Now, click on Apply and OK to save changes.
    run in compatibility mode

Compatibility mode is a useful feature that allows you to run old applications on your PC. However, this feature can sometimes cause Microsoft Visual C++ runtime error to appear.

To fix the problem, you need to disable Compatibility Mode by following the above steps. After doing that, try to run the application again and the error message shouldn’t appear.

7. Reinstall the problematic application

  1. Press the Windows key + I and select Apps.
    apps
  2. Click on the app to remove, select Uninstall, and follow the onscreen instruction to complete the process.
    uninstall
  3. Finally, download and install the app from official sources.

If you’re getting the Microsoft Visual C++ error while trying to run a specific app, you might want to try reinstalling that application. Sometimes your files can get corrupted, and that can cause this error to appear.

You are done, the steps above will fix your Microsoft Visual C++ runtime library error in the shortest time possible.

For other error that crashes important software on your PC, check out our comprehensive guide to fix the runtime error r6025 in Visual C++.

If you encounter any other troubles along the way, you can write us below in the comments section of the page and we will help you further with this issue.

Also, please leave there any other suggestions or questions you may have.

Still having issues? Fix them with this tool:

SPONSORED

If the advices above haven’t solved your issue, your PC may experience deeper Windows problems. We recommend downloading this PC Repair tool (rated Great on TrustPilot.com) to easily address them. After installation, simply click the Start Scan button and then press on Repair All.

newsletter icon

Ошибка Microsoft Visual C++ Runtime Library Error возникает при запуске программ и игр на ОС Windows самых разных версий. Однозначно сказать, что приводит к появлению неполадки, невозможно. Пакет Microsoft Visual C++ является сложной интегрированной системой, поэтому рассмотрим все варианты решений, накопленные опытным путем. Каждый метод помогает в определенных случаях, и есть продуктом синтеза знаний и опыта, которые были структурированы и переработаны в статью. Цель ее – дать инструкции по исправлению ошибки. Мы надеемся, что информация принесет пользу и поможет решить вашу проблему.

Причины возникновения ошибки

Однозначно назвать причину нельзя из-за сложного процесса запуска приложений, в котором участвуют различные службы и программы. Поэтому рекомендуем пробовать на практике каждый из приведенных методов, и не тратить время на выяснение причины. Это будет намного действеннее и быстрее.  Давайте разберемся как исправить ошибку с помощью различных способов

1. Запуск от имени администратора и в режиме совместимости

Если игра выпущена давно и не запускается, то рассматриваемая ошибка может свидетельствовать о несовместимости программных комплексов новой версии со старой версией. Поэтому запуск от лица администратора и в режиме совместимости может решить проблему быстро и безболезненно.

Действия:

  1. Правой кнопкой мыши на ярлык с игрой.
  2. Кликнуть на строчку, показанную на скриншоте.
  3. Подтвердить действие.
  4. Дождаться запуска.

Алгоритм:

  1. Правой кнопкой на ярлык приложения.
  2. Клик на строчку «Свойства».
  3. В окне выбрать раздел «Совместимость».
  4. Поставить галочку, как на картинке.
  5. В строке выбора ОС указать вашу текущую версию.
  6. Нажать «Применить» и «ОК».
  7. Запустить приложение.

2. Ошибка из-за некорректного имени учетной записи

С помощью этого метода ошибка исправляется просто и быстро. Причина в этом случае кроется в имени учетной записи. Если она на кириллице (русский язык), возникает ошибка такого рода. Нужно просто создать дополнительную запись на латинице (английский). Для этого:

  • «Панель управления».
  • «Учетные записи и Семейная безопасность».
  • «Учетные записи пользователей».
  • «Управление другой учетной записью».
  • В новой вкладке окна добавляем нового пользователя с именем на английском языке.
  • Перейти в новую учетную запись.
  • Запустить приложение.

Иногда помогает переименовать каталог с кириллицы на латынь. Например с C:Игры на C:Games

3. Переустановка приложения (игры, программы)

При установке могли возникнуть проблемы, и она была завершена не совсем корректно. Сами установочные файлы приложения могут иметь ошибки, которые проявляются при запуске таким вот образом.

Переустановить игру, полностью удалив ее с компьютера, и еще лучше, если она будет скачана из другого источника, а после установлена заново. Алгоритм действий следующий:

  • Зайти в «Пуск».
  • «Панель управления».
  • «Программы и компоненты».
  • Найти и удалить проблемное приложение.
  • Скачать его из другого источника.
  • Установить.
  • Запустить.

4. Переустановка Microsoft Visual C++

Программы и игры для Windows разрабатываются в специальной среде с использованием уникальной программной платформы. Ошибки в файлах и той, и другой могут повлечь за собой неполадки при запуске приложений в ОС Windows. Не будем углубляться в дебри программирования, а сразу перейдем к исправлению.

Дефект устраняется при помощи обновления и переустановки программного комплекса. Предпочтительнее полностью переустановить Visual C++. Перед этим следует удалить все установленные пакеты. Для этого зайти в «Программы и компоненты» и далее по списку:

  • Найти Microsoft Visual C++.
  • Удалить.
  • Скачать Microsoft Visual C++, исходя из разрядности вашей операционной системы (х86 для 32-разрядной, х64 для 64-разрядной);
  • Установить;
  • Перезагрузить компьютер;
  • Запустить проблемное приложение;

5. Переустановка net. Framework

Он также исполняет особую роль при запуске, поэтому проделаем те же действия, что и с Visual C++. Удалению, скачиванию и установке теперь подлежит net. Framework

6. Переустановка DirectX

Наравне с вышеуказанными платформами программа также участвует в запуске и работе приложений. Переустановка решит проблему, если она заключена в ней.

Порядок:

  • Скачать DirectX
  • Установить и перезагрузиться.
  • Запустить неработающее приложение.

7. Драйвера на видеокарту

Устаревшая версия драйвера на видеокарту или ошибки, которые иногда возникают в работе драйверов, могут приводить к последствиям в виде ошибок. Рекомендуется удалить драйвера через «Программы и компоненты» и повторно скачать, установить свежую версию с сайта производителя видеокарты. Далее, выполнить перезагрузку и запуск приложения, с которым связаны проблемы.

8. Неверно выставленное время

Большинство приложений имеет ограниченное производителем время работы, поэтому неправильно выставленные часы могут послужить причиной сбоев и отказов в работе части программ. Рекомендуется выставить на устройстве актуальное время, перезагрузить его и запустить приложение заново.

Как исправить ошибку на Windows 10

Способ работает исключительно на Виндовс 10, поэтому рассматриваем его отдельно от остальных. Суть в том, что эта версия ОС может запрещать автоматическое обновление некоторых служб, в частности Visual C++ и net.Framework. После включения этой возможности, Windows обновит эти программы и после перезагрузки следует повторить запуск. Порядок действий:

  1. Программы и компоненты.
  2. Включение и отключение компонентов Windows.
  3. В окне поставить галочки напротив служб, где стоит черный квадрат, как на картинке.
  4. Подождать окончания автообновления.
  5. Перезагрузиться.
  6. Запустить приложение.

Заключение

Указанные методы уже помогли многим людям в решении этой проблемы. Надеемся, что вам они также пригодились, и ни с Microsoft Visual C++ Runtime Library Runtime error, ни с любой другой ошибкой вы больше не столкнетесь.

Если у Вас остались вопросы, можете задавать их в форме комментариев чуть ниже

 

Summary:
This blog discusses the best methods to fix Runtime Error in Windows 10. The reasons behind this error are also mentioned in this post with their quick fixes. However, as some methods may lead to data loss in severe cases, you must keep a Professional Windows Data Recovery software handy to recover lost data from your PC. Download the trial version now:

Free Download for Windows

Contents

  • How to Fix Windows Runtime Error?
  • Methods to Fix Windows Runtime Error in Window 10
  • Reinstall Windows? What about your Data?
  • Conclusion:
Stellar

I am having trouble running a program. All I keep getting is a runtime error. Is there a way I can disable C++ and start again as I think this might be causing the conflict. The software manufacturer assures me that the software can run on both versions of Windows 10 (32 & 64bit). Can anyone help? It’s a brand new Lenovo touch screen computer.

Windows Runtime Error in Windows 10 is increasingly becoming a menace for Microsoft users. Several users are raising queries regarding this error on Microsoft and other technology forums. Whether you are using a professional version or home version, you must fix this error at the earliest. This error can cause your system to malfunction or even crash your Windows, leading you to lose your important data. Some tried and tested methods to fix Windows Runtime Error in Windows 10 are mentioned in this post.

How to Fix Windows Runtime Error?

  • Update your Graphics Driver
  • Download latest Visual C++ Runtime
  • Perform a clean boot
  • Run System File Checker
  • Reinstall Windows

Methods to Fix Windows Runtime Error in Window 10

Method 1: Update Your Graphics Driver

If you see, explorer.exe, logonui.exe, atibtmon.exe files in the Microsoft Visual C++ Runtime error, the reason could be faulty or corrupt graphic drivers. Try updating your graphic drivers to fix the issue by following the given steps:

  • Type devmgmt to open Device Manager. (See Figure 1)
Open Device Manager
Figure 1: Open Device Manager
  • On Device Manager screen, double-click Display adapters. (See Figure 2)
Display Adapters and expand it
Figure 2: Display Adapters and expand it
  • Right-click your selected graphic driver and click Update driver. (See Figure 3)
Select and Update driver
Figure 3: Select and Update driver
  • Select Search automatically for updated driver software.
  • If there is no driver available, click Uninstall device and select Delete the driver software for this device.
  • Click Uninstall and close the window and reboot your Windows 10 PC.

Method 2: Download latest Visual C++ Runtime

The Windows Runtime Error in Windows 10 can also occur due to damaged C++ components installed in your system. You will have to find and remove the existing Visual C++ installation to fix this error. Follow the given instructions:

  • Open Control Panel and go to Programs and Features. (See Figure 4)
Choose Programs and Features
Figure 4: Choose Programs and Features
  • Find Microsoft Visual C++, select it, and click Uninstall.
  • Now, download and install the latest Visual C++ runtime from here to proceed and fix the issue.

Method 3: Perform a Clean Boot

This error could also be due to a corrupt, faulty or virus-infected third-party app or software running into your system. You need to run a clean boot on your system, which lets you identify which application/software or a program is causing this error. It is similar to Windows Safe mode. However, it offers you control over which program and service run at startup to isolate the cause of the Windows Runtime Error. To fix it, perform a Clean Boot with the following steps:

  • Go to Windows Search box; type msconfig and open System Configurations. (See Figure 5)
Open System Configurations
Figure 5: Open System Configuration
  • Go to Services and select Hide all Microsoft Services. (See Figure 6)
Hide all Microsoft Services
Figure 6: Hide all Microsoft Services
  • Click Disable All. (See Figure 7)
Disable all Microsoft Services
Figure 7: Disable all Microsoft Services
  • Go to Startup and click Open Task Manager. (See Figure 8)
Open Task Manager
Figure 8: Open Task Manager
  • On Task Manager screen, select the item, and click Disable. (See Figure 9)
Disable App from Task Manager
Figure 9: Disable App from Task Manager
  • Now, close Task Manager. On the Startup tab, click OK.
  • Restart your computer to bring it in a clean boot environment. Try installing, uninstalling, or running that application or software/program.

Now, restart your system normally to see if it works fine without any error.

Method 4: Run System File Checker

As we mentioned above that the reason behind this error might be corrupt, damaged or lost files, which could lead Windows system to malfunction or even crash. To prevent permanent data loss, try fixing this error by running System File Checker, scan your system to identify the missing, damaged or corrupt files and restore them. Follow the given steps:

  • Type cmd in the Windows search box.
  • Go to Command Prompt and click Run as administrator. (See Figure 10)
Open Command Prompt and Run as administrator
Figure 10: Open Command Prompt and Run as administrator
  • In Command Prompt window, type DISM.exe /Online /Cleanup-image /Restorehealth and hit Enter. (See Figure 11)
  • The DISM command uses Windows Update to provide the corrupt files.
Run DISM Command
Figure 11: Run DISM Command
  • Type /Source:C:RepairSourceWindows /LimitAccess. (See Figure 12)
Run Repair Source Command
Figure 12: Run Repair Source Command

Note: On completion of this command process, you need to replace the C:Repair Source Windows placeholder with the location of your repair source.

  • Now, type sfc /scannow and hit Enter. (See Figure 13)
Run SFC/Scannow Command
Figure 13: Run SFC/Scannow Command

[Caution: Do not close Command Prompt until the process is 100% complete. Once the scanning process is finished, the scan results will be shown on the window.]

Once the process completes, if you find the corrupt files but were unable to fix some of them, follow the given steps to run System File Checker procedure:

STEPS TO RUN SYSTEM FILE CHECKER (SFC)

  • Open Command Prompt and choose Run as administrator.
  • Type the following command (See Figure 14) and hit Enter:

findstr /c:”[SR]” %windir%LogsCBSCBS.log >”%userprofile%Desktopsfcdetails.txt

Run SFC Command
Figure 14: Run SFC Command
  • Open Sfcdetails.txt file on your desktop.

Note: The Sfcdetails.txt file uses Date/Time SFC detail and checks which files could not be repaired. Search for the corrupted file, and replace it with a good copy.

Method 5: Reinstall Windows 10

If all the above-stated methods fail to work, you will end up with only one option i.e., reinstalling your Windows. However, reinstallation of Windows 10 might fix the error but there are chances that you may lose important data in the process.

Reinstall Windows? What about your Data?

It is necessary to recover your data from Windows PC before reinstalling Windows. When it comes to restoring your essential data and files from your system, it is advised to choose a professional Windows recovery software such as Stellar Data Recovery Professional. This DIY (Do-it-yourself) software can retrieve data from any Windows device or storage media. It can even retrieve data from crashed and unbootable system.


Conclusion:

Windows Runtime Error may cause your system to crash or malfunction. Hence, it is necessary to fix this error. You may try the above-mentioned methods to resolve this error. However, some of the methods like wrong SFC (System File Checker) Process or reinstalling Windows, may lead to complete data loss. Therefore, before performing these fixes, it is recommended to retrieve your data with an efficient data recovery tool like Stellar Data Recovery Professional. The software scans the selected drive/partition or storage media; lets you select the files you want to restore; save them at the desired location.

About The Author

Mansi Verma

Mansi Verma is a Senior Technology Writer at Stellar®. She is a Tech enthusiast, holding over 8 years of experience in Data Recovery, IoT, Artificial Intelligence, and the Robotics technology domain. She loves researching and providing DIY solutions to solve Windows technical issues. In her spare time, she likes reading novels, and poetry. She also enjoys Travelling, Rafting, Trekking, etc.


Megha Sharma

Read time 6 minutes

Windows 10 Runtime Error often comes in the way of a smooth and uninterrupted functioning system. Runtime errors are specified as those errors which generally occur when any program or application is launched, especially for the first time. Talking about Windows 10, the most common Runtime error is Microsoft Visual C++ Runtime error. It generally occurs when Windows Explorer or any other application is attempted to be launched. An error message would come up like this.

Microsoft Visual C++ Runtime Library
Runtime Error!
Program: C:WINDOWSexplorer.exe
This application has requested the Runtime to terminate it in an
unusual way.

Another error message which could come up while trying to launch any program in Windows 10 system is-

Runtime Error

Let us understand all the possible reasons behind this Microsoft Visual C++ Runtime Error in Windows 10.

Reasons

  • Malfunctioning of Microsoft Visual C++ Runtime Library
  • Conflict with other programs and drivers
  • Not enough memory or storage
  • Malware intrusions
  • Corruption in system files
  • Outdated programs or faulty hardware

First, one can check for availability of storage space and free-up some space, if needed. Also, check for the correct functioning of anti-virus, malware or recently installed not-so-useful programs.
Also, there are some specific solutions which you can perform to fix this Windows Runtime Error in Windows 10.

  • Re-install/Update Graphic Card Driver
    An outdated Graphic Card Drive can cause issues in the performance of Microsoft Visual C++. To fix that, either you can try reinstalling it or update it to its latest available version which is also compatible with your Windows 10 version.

    To re-install it, just go to Device Manager on your Windows Control Panel,

    Open Device Manager

    then expand Display Adapter section, select your Graphic Card Driver and right-click on it. Then select Uninstall device option.

    select your Graphic Card Driver

    the uninstallation is completed, install the Graphic Card Driver again.
    Your problem would be fixed if this was the issue. If not, you can try updating the driver with the latest version.

  • Re-install/Repair Microsoft Visual C++ Program

    We have taken faulty Microsoft Visual C++ Runtime Library as a possible reason. So, we can try fixing it by trying two options, i.e.
    Re-installing
    Repairing.

    To do so, follow the mentioned process-

    1. Go to the Control Panel on your system. Click on the Programs option. Find Microsoft Visual C++ program on the list, select it and right-click on it.
    2. Then select Uninstall/Repair option on above. Next, choose Repair option.
    3. Wait for the process to be finished. Once done, reboot the system. Check if the Runtime Error re-appears. If yes, then try re-installing the program with the fresh version.
    4. This time choose Uninstall option and by the time the uninstallation is completing, download a new updated version of Microsoft Visual C++ program. Once the uninstallation is completed, install this fresh version on your system. Now, reboot the system and check if it has worked for you.
  • Perform Clean Boot on Your System
    This is a good solution as it allows to run only required programs and eliminates the unnecessary ones. Here is the procedure about a clean boot-

    1. Type msconfig in the Windows run box (press Windows and R together) and click on OK.Type msconfig
    2. The System Configuration dialogue box will get opened. Move to the Services tab and unselect the Hide all Microsoft Services checkbox (if selected), click on Disable all option and click on OK.Disable all Microsoft Services
    3. Next, switch to the Startup tab and click on Open Task Manager link.
    4. On the Task Manager, move to the Startup tab. Then select the enabled services or program and right-click on it. Select Disable option for each of it one by one.click on Disable option
    5. Once all of the services are disabled, restart your Windows 10 system.
    6. If error is not coming up again, restart the disabled programs again from the Task Manager.
      This was the clean boot on your system.

The above described manual processes can help you fix Runtime Error in Windows 10. Similarly, some Windows errors affect the data available on the system drives and make it lost or accessible to the users. The ultimate reason for this is the corruption of data due to faulty programs, virus intrusions, programs conflicts, etc. But we have an all-time solution to recover lost, inaccessible or even permanently deleted files from Windows system drives. Kernel for Windows Data Recovery tool is the one recovery tool which scans all the drives and partitions using three scanning modes and retrieves each and every bit of data residing in it. Users can preview the data and save only the desired data. Hence, it is the best professional tool to restore files from corrupted/crashed drive. With this tool, your Windows data is now safe without any compromise in its integrity. It supports the latest Windows 11 and all the rest of versions for the recovery.

Conclusion

Windows Runtime Error can be a resultant of many factors but can also be fixed with one of the manual solutions provided in the blog. But the error can turn into a nightmare if users and organizations lose their precious data. However, for lost or corrupted Windows data, one can go with the best Windows data recovery tool that is suggested towards the end of the blog.

Понравилась статья? Поделить с друзьями:
  • Ошибка на брелке fail
  • Ошибка на виндовс 10 bad system config info
  • Ошибка на видеокамере sony c13 01
  • Ошибка на видеокамере jvc e04
  • Ошибка на газовом котле аристон sp1