This application failed to start because no qt platform plugin windows

I have looked through all of the questions that appear to be related on stack overflow, and none of the solutions seem to help me. I am building a Qt application with this setup: Windows 7 Profes...

I have looked through all of the questions that appear to be related on stack overflow, and none of the solutions seem to help me.

I am building a Qt application with this setup:

  • Windows 7 Professional x64
  • Visual Studio 2012
  • Qt 5.2.0 built with configure -developer-build -debug-and-release -opensource -nomake examples -nomake tests -platform win32-msvc2012 -no-opengl
  • Project uses QtSingleApplication (qt-solutions)
  • Application is a 32 bit application
  • qmake run with the following: -makefile -spec win32-msvc2012
  • .pri uses QMAKE_CXX += /D_USING_V110_SDK71_

I can build and run my program fine on my development machine (noted above); I can also install and run the package from Program Files directory on dev machine.

When I install and run on a Windows Vista machine (multiple machines)

  • VC++ redist 2012 11.0.61030.0 installed
  • VC++ redist 2010 10.0.40219 installed
  • plus 2005, 2008 versions of redist

(also fails on a clean install of Windows 7)

I get:

Application failed to start because it could not find or load the QT platform plugin "windows"

So I followed the instructions and added a .platforms/ directory, and added qwindows.dll (also added qminimal.dll and qoffscreen.dll); I also added libEGL.dll, libGLESv2.dll (even though I shouldn’t need them I don’t think)

Once I added qoffscreen.dll I now get the additional message: Available platform plugins are: offscreen

If I run through Dependency Walker I get this error listed:

GetProcAddress(0x76CA0000 [KERNEL32.DLL], "GetCurrentPackageId") called from "MSVCR110.DLL" at address 0x6AC6FDFA and returned NULL. Error: The specified procedure could not be found (127).

and then further down get the:

GetProcAddress(0x745A0000 [UXTHEME.DLL], "BufferedPaintUnInit") called from "COMCTL32.DLL" at address 0x745FFBF8 and returned 0x745AE18C.
This application failed to start because it could not find or load the Qt platform plugin "windows".

Available platform plugins are: offscreen.

Reinstalling the application may fix this problem.

Any ideas how to fix this dll issue?

Question

Issue: How to fix «Application failed to start because no Qt platform plugin could be initialized» error in Windows?

Hello. Recently, after a Windows update, I was unable to get OneDrive to work. Whenever my PC boots, I receive an error “Application failed to start because no Qt platform plugin could be initialized.” Any advice on how to deal with this issue? Thanks in advance.

Solved Answer

Windows operating system consists of many components – some are already pre-installed while others need to be implemented manually. For example, Node.js is one of the third-party components you would see on almost any Windows computer.

Qt is a C++-based[1] framework that is designed to create applications on Windows, Android, Linux,[2] and other platforms. While it is not a programming language on its own, apps that are based on it need to have the framework installed on their machines to be able to run. Unfortunately, these dependencies can create certain issues due to one reason or another.

When something goes wrong with the Qt platform, users may receive the “Application failed to start because no Qt platform plugin could be initialized” error.

Several applications could be affected by this error, including games such as Apex Legends,[3] standalone components (Dllhost), or commonly-used apps as OneDrive. The latter resides in every Windows computer and is an extremely useful app commonly used for system/file backups or additional storage for user files.

Here’s the full message that users receive upon encountering the error (the error message text may vary in some instances):

This application failed to start because no Qt platform plugin could be initialized. Reinstalling the application may fix this problem.

Available platform plugins are: minimal, offscreen, windows.

While it may seem like enabling or installing the Qt platform would fix the “Application failed to start because no Qt platform plugin could be initialized” error, it is not the case. Reinstalling the app that is having difficulties detecting the plugin might help, however.

How to fix "Application failed to start because no Qt platform plugin could be initialized" error in Windows?

Unfortunately, that is not always possible, as users reported that they then received the “Can’t be found” error while trying to do so. The reason for this being is that a newer version of the app may be already present on the device, hence uninstallation is not possible. There is a way around it.

In some cases, the reasons for the error could be unrelated to the ones mentioned above. For example, system file corruption might also cause this error, so we recommend you try running a scan with ReimageMac Washing Machine X9 repair software that could fix underlying Windows issues automatically. Otherwise, proceed with the below methods that should help you solve this error for good.

Method 1. Copy relevant folder to a different location



Fix it now!




Fix it now!

To repair damaged system, you have to purchase the licensed version of Reimage Reimage.

Method 2. Check system files for damage



Fix it now!




Fix it now!

To repair damaged system, you have to purchase the licensed version of Reimage Reimage.

  • Type in cmd in Windows search
  • Right-click on Command Prompt and select Run as administrator
  • Here, type sfc /scannow and press Enter

    Run SFC scan

  • Wait till the scan completes and restart your machine
  • If the SFC has returned an error saying it was unable to repair damaged files, run the following commands, pressing Enter each time:
    DISM /Online /Cleanup-Image /CheckHealth
    DISM /Online /Cleanup-Image /ScanHealth
    DISM /Online /Cleanup-Image /RestoreHealth

Method 3. Try Clean Boot



Fix it now!




Fix it now!

To repair damaged system, you have to purchase the licensed version of Reimage Reimage.

  • Type msconfig in Windows search, hit Enter
  • Go to Services tab
  • Check the Hide all Microsoft services checkbox and select Disable all
  • Go to Startup tab and pick Open Task Manager
  • Here, right-click on every entry and select Disable and close the Task Manager
  • Go to Boot tab, tick Safe Boot and select Apply + OK.

    Use Clean Boot

Once booted back into Windows, try running the app you were having problems with. If that fixes your problem, it means that there is a third-party application that is at fault. In order to fix the “Application failed to start because no Qt platform plugin could be initialized” error, you should uninstall all recently installed applications and see if that solves your problem in normal mode.

Method 4. Reinstall the application in question



Fix it now!




Fix it now!

To repair damaged system, you have to purchase the licensed version of Reimage Reimage.

You should try uninstalling the app you are having troubles with and then installing it anew. If you are dealing with OneDrive, you should do the following:

  • Press Win + R on your keyboard
  • In the Run dialog, copy and paste the following:
    %userprofile%AppDataLocalMicrosoftOneDriveUpdateOneDriveSetup.exe
  • Go through the installation steps and restart your PC

    Reinstall OneDrive

  • If Windows can’t find the file specified, you should download the setup file from the official website [direct link].

If this method does not work and you are presented with an error, proceed with the method below and then repeat this step.

Method 5. Uninstall the problematic app via Command Prompt



Fix it now!




Fix it now!

To repair damaged system, you have to purchase the licensed version of Reimage Reimage.

Uninstalling a program that does not want to uninstall might be difficult, although it is possible via PowerShell, as you can launch it as an administrator. Keep in mind that the below example is for the OneDrive application, and the command would differ depending on the app name and its location.

  • Open Command Prompt as administrator as explained above
  • Copy and paste the following commands, pressing Enter after each:
    taskkill /f /im OneDrive.exe
    %SystemRoot%SysWOW64OneDriveSetup.exe /uninstall

    Force uninstall OneDrive

  • Note: if you are using 32-bit Windows system use the following command to uninstall OneDrive instead:
    %SystemRoot%System32OneDriveSetup.exe /uninstall
  • This should force-uninstall the app.

Repair your Errors automatically

ugetfix.com team is trying to do its best to help users find the best solutions for eliminating their errors. If you don’t want to struggle with manual repair techniques, please use the automatic software. All recommended products have been tested and approved by our professionals. Tools that you can use to fix your error are listed bellow:

do it now!

Download Fix
 

Happiness
Guarantee

do it now!

Download Fix
 

Happiness
Guarantee

Compatible with Microsoft Windows
Compatible with OS X

Still having problems?
If you failed to fix your error using Reimage, reach our support team for help. Please, let us know all details that you think we should know about your problem.

Reimage — a patented specialized Windows repair program. It will diagnose your damaged PC. It will scan all System Files, DLLs and Registry Keys that have been damaged by security threats.Reimage — a patented specialized Mac OS X repair program. It will diagnose your damaged computer. It will scan all System Files and Registry Keys that have been damaged by security threats.
This patented repair process uses a database of 25 million components that can replace any damaged or missing file on user’s computer.
To repair damaged system, you have to purchase the licensed version of Reimage malware removal tool.

Press mentions on Reimage

A VPN is crucial when it comes to user privacy. Online trackers such as cookies can not only be used by social media platforms and other websites but also your Internet Service Provider and the government. Even if you apply the most secure settings via your web browser, you can still be tracked via apps that are connected to the internet. Besides, privacy-focused browsers like Tor is are not an optimal choice due to diminished connection speeds. The best solution for your ultimate privacy is Private Internet Access – be anonymous and secure online.

Data recovery software is one of the options that could help you recover your files. Once you delete a file, it does not vanish into thin air – it remains on your system as long as no new data is written on top of it. Data Recovery Pro is recovery software that searchers for working copies of deleted files within your hard drive. By using the tool, you can prevent loss of valuable documents, school work, personal pictures, and other crucial files.

When launching certain apps on Windows, many users receive the “This application failed to start because no Qt platform plugin could be initialized” error. Don’t worry. This post of MiniTool explores several effective troubleshooting methods.

This Application Failed To Start Because No Qt Platform Plugin Could Be Initialized

According to user reports, the “this application failed to start because no Qt platform plugin could be initialized” error can occur with many apps such as OneDrive, Designer, Python, etc. This error often appears after installing a series of Windows updates. Here’s a true example from the answersmicrosoft.com forum:

After a series of recent Windows updates my Surface displays the following error when we log in OneDrive — This application failed to start because no Qt platform plugin could be initialized. Reinstalling the application may fix this problem. I have searched the community and followed the responses given to others suffering the same fate but so far this has not resolved the issue. Looking to know what I should attempt next?https://answers.microsoft.com/en-us/windows/forum/all/application-failed-to-start-because-no-qt-platform/205e4259-dcbc-4d72-addb-8e7edb9663e9

no Qt platform plugin could be initialized

Qt is a cross-platform software that was designed to create graphical user interfaces and cross-platform applications on Windows, Linux, macOS, and Android. However, when something went wrong with the Qt platform, you may receive the “This application failed to start because it could not find or load the Qt platform plugin Windows” error.

It seems like reinstalling the application may fix the error. However, some users encounter new errors when reinstalling the app. Don’t worry. Here we explore several effective troubleshooting methods. Let’s try.

How to Fix the “No Qt Platform Plugin Could Be Initialized” Error

After analyzing extensive user reports, we summarize the 6 applicable ways to fix the Qt platform plugin Windows error. You can try them in order until the error gets solved or choose the ones that work best for you.

Fix 1. Replace the Qt Files in the Destination

The first and proven method is to replace the Qt files in the destination folder. Here we take Python for example. To do so, follow the steps below:

Step 1. Press the Win + E keys to open the File Explorer, select This PC, type pyqt5_tools in the search box, and hit Enter.

Step 2. Right-click the pyqt5_tools folder once the search is complete and select Open folder location.

Step 3. Then go to the folder path “PyQt5 > Qt > plugins”, and then open the Plugin folder, right-click the platforms folder, and select Copy.

Step 4. Go to the site-packages folder that you initially opened and go to pyqt5_tools > Qt > bin.

Step 5. Right-click any empty space inside the bin directory and select paste. Then confirm it when you see the “Replace the files in the destination” message.

open Qt5 tools folder

Now, you can relaunch the app and see if the “this application failed to start Qt platform Windows” message persists.

Fix 2. Perform a Clean Boot

One of the possible reasons for the “this application failed to start Qt platform Windows” error is third-party software conflicts. If you are not sure which app is causing the conflict, you can perform a clean boot (click on the Hyperlink to know the detailed steps). Once you find out the conflicting software, uninstall it and check if the error is fixed.

Fix 3. Check System File Corruption

Sometimes corrupted system files can trigger various errors and issues when running your apps such as the “no Qt platform plugin could be initialized” error. So, we recommend you run an SFC scan or DISM to check system files.

Step 1. Type cmd in the search box, and then right-click Command Prompt and select Run as administrator option.

Step 2. Type the sfc /scannow command in the elevated command prompt and hit Enter. After that, the SFC tool will scan and try to repair the corrupted system files automatically.

run an SFC scan

Step 3. If the SFC command was unable to repair corrupt system files, you can try running the following DISM commands:

  • DISM /Online /Cleanup-Image /CheckHealth
  • DISM /Online /Cleanup-Image /ScanHealth
  • DISM /Online /Cleanup-Image /RestoreHealth

Fix 4. Reinstall the App

As the error message hints, reinstalling the application may help fix the problem. However, many users cannot uninstall the app smoothly. Don’t worry. We summarize the following 3 applicable ways to reinstall the app. (Here we take reinstalling OneDrive for example)

Uninstall OneDrive via the Run box:

Step 1, Press Win + R keys to open the Run dialog box, and then type the following command in it and hit Enter. Here make sure you replace the OneDriveSetup.exe path with the actual location.

%userprofile%\AppData\Local\Microsoft\OneDrive\Update\OneDriveSetup.exe

reinstall OneDrive with the Run dialog box

Step 2. Once uninstalled, go through the installation steps and restart your computer and check if the error gets fixed. If it fails to uninstall the application, you can try the following 2 methods.

Uninstall OneDrive via CMD:

Step 1. Type cmd in the Run dialog box and press Ctrl + Shift + Enter keys to open the elevated Command Prompt window.

Step 2. Type the following command and hit Enter to uninstall the app. If you are running on a 32-bit system, replace SysWOW64 with System32. This will force uninstalling the app.

  • taskkill /f /im OneDrive.exe 
  • %SystemRoot%\SysWOW64\OneDriveSetup.exe /uninstall

Uninstall OneDrive from Settings:

Step 1. Right-click the Start menu at the bottom left and select Apps and Features.

Step 2. Inside the Applications window, search for OneDrive by name and click the Uninstall button.

uinstall OneDrive

Step 3. Then follow the on-screen prompts to complete the uninstallation. After that, you can reinstall the app and check if the error disappears.

Fix 5. Download the Update.xml File of the App

Some users reported that the error can be fixed by downloading the update.xml file of the app. If you can’t reinstall OneDrive via the above method, try this solution. Click here to download the OneDriveSetup.exe file, and run it to install the latest version of OneDrive.

a user report from the Microsoft forum

Fix 6. Undo the Recent Changes

Many people reported that “This application failed to start because it could not find or load the Qt platform plugin Windows” error mainly occurs after installing a series of Windows updates. If this scenario applies to you, you can try performing a system restore or uninstalling these updates manually.

Step 1. Press the Win + I keys to open the Settings app, and then select Update & Security > View update history.

click View update history

Step 2. Click on Uninstall updates, and then right-click the most recent update and select Uninstall. Then follow the on-screen prompts to complete the uninstallation. Then repeat the same procedure to uninstall other Windows updates.

uninstall Windows updates

Issue:

The following error occurs when launching Autodesk products:

AdskLicensingAgent (or AdSSO)
This application failed to start because no Qt platform plugin could be initialized. Reinstalling the application may fix this problem.
Available platform plugins are: windows.

Causes:

There could be multiple causes for this error:

  • An issue with Autodesk Licensing Service 10.1.1.66 (or newer).
  • A conflict with Inventor 2021 beta.
  • Corrupted or outdated Autodesk Single Sign on component / Autodesk Licensing Service.
  • A conflict with 3rd party applications using QT libraries

Solution:

If using Autodesk Licensing Service 10.1.1.66 (or newer)

Do the following steps. Replace «10.1.1.66» in these steps with the latest version of the AdskLicensing that is installed.

  1. Open Windows File Explorer.
  2. Browse to the folder «C:Program Files (x86)Common FilesAutodesk SharedAdskLicensing10.1.1.66AdskLicensingAgentplatforms«.
  3. Copy the file «qwindows_Ad_5_12.dll«.
  4. Paste the file one folder up, into «C:Program Files (x86)Common FilesAutodesk SharedAdskLicensing10.1.1.66AdskLicensingAgent«.

If the above does not fix the issue

  1. Uninstall and reinstall the Autodesk Licensing Service:
    1. Uninstall the existing Autodesk licensing service by running this file as administrator:
      • C:Program Files (x86)Common FilesAutodesk SharedAdskLicensingUninstall.exe
    2. Reinstall the licensing service using the file Autodesk Licensing Service 11.0.0.4854.zip installer or a newer version of the licensing service.
      • See December 2020 — Autodesk Licensing Service Update for further information.
  2. Repair or update the «Single Sign On Component» (AdSSO) following the solution in «This application failed to start because it could not find or load the Qt platform plugin «windows».» dialogue appears when launching or updating any Autodesk software (It may be required to delete C:Program FilesAutodeskAutodesk AdSSO folder completely after uninstalling AdSSO.)

If there are 3rd party applications using QT libraries use the following steps 

  1. Check if there is an environment/system variable defined with variable name QT_PLUGIN_PATH
  2. If present, take a backup of the variable value which would ideally be a location to the 3rd party libraries.
  3. Delete the variable and test Autodesk and 3rd party applications to ensure they work as expected.

Note: A system reboot is suggested after uninstalling the previous versions and again another reboot may require after installing the latest services.  

Products:

All Desktop Products;

Versions:

2020; 2021; 2022; 2023;

Вопрос

Проблема: как исправить ошибку «Не удалось запустить приложение из-за того, что не удалось инициализировать подключаемый модуль платформы Qt» в Windows?

Привет. Недавно после обновления Windows мне не удалось заставить OneDrive работать. Каждый раз, когда мой компьютер загружается, я получаю сообщение об ошибке «Не удалось запустить приложение, потому что не удалось инициализировать подключаемый модуль платформы Qt». Есть какие-нибудь советы, как решить эту проблему? Заранее спасибо.

Решенный ответ

Операционная система Windows состоит из множества компонентов — некоторые из них уже предустановлены, а другие необходимо реализовать вручную. Например, Node.js является одним из сторонних компонентов, которые вы можете увидеть практически на любом компьютере с Windows.

Qt основан на C ++[1] фреймворк, предназначенный для создания приложений на Windows, Android, Linux,[2] и другие платформы. Хотя это не язык программирования сам по себе, приложения, основанные на нем, должны иметь установленную платформу на своих машинах, чтобы иметь возможность работать. К сожалению, эти зависимости могут создавать определенные проблемы по той или иной причине.

Когда что-то пойдет не так с платформой Qt, пользователи могут получить сообщение об ошибке «Не удалось запустить приложение, потому что не удалось инициализировать подключаемый модуль платформы Qt».

Эта ошибка может затронуть несколько приложений, включая такие игры, как Apex Legends,[3] автономные компоненты (Dllhost) или часто используемые приложения, такие как OneDrive. Последний находится на каждом компьютере с Windows и является чрезвычайно полезным приложением, обычно используемым для резервного копирования системы / файлов или дополнительного хранилища для пользовательских файлов.

Вот полное сообщение, которое пользователи получают при обнаружении ошибки (текст сообщения об ошибке может отличаться в некоторых случаях):

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

Доступные плагины платформы: минимальные, закадровые, окна.

Хотя может показаться, что включение или установка платформы Qt исправит ошибку «Не удалось запустить приложение, потому что не удалось инициализировать подключаемый модуль платформы Qt», это не так. Однако переустановка приложения, у которого возникают проблемы с обнаружением плагина, может помочь.

Как исправить ошибку «Не удалось запустить приложение, потому что не удалось инициализировать плагин платформы Qt» в Windows?

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

В некоторых случаях причины ошибки могут быть не связаны с упомянутыми выше. Например, повреждение системного файла также может вызвать эту ошибку, поэтому мы рекомендуем попробовать запустить сканирование с помощью ReimageСтиральная машина Mac X9 программное обеспечение для ремонта, которое может автоматически устранять основные проблемы Windows. В противном случае используйте следующие методы, которые должны помочь вам навсегда решить эту ошибку.

Способ 1. Скопируйте соответствующую папку в другое место

Исправить это сейчас!Исправить это сейчас!

Для восстановления поврежденной системы необходимо приобрести лицензионную версию Reimage Reimage.

Способ 2. Проверить системные файлы на наличие повреждений

Исправить это сейчас!Исправить это сейчас!

Для восстановления поврежденной системы необходимо приобрести лицензионную версию Reimage Reimage.

  • Введите cmd в поиске Windows
  • Щелкните правой кнопкой мыши на Командная строка и выберите Запустить от имени администратора
  • Здесь введите sfc / scannow и нажмите ВходитьЗапустить сканирование SFC
  • Дождитесь завершения сканирования и начать сначала ваша машина
  • Если SFC вернула ошибка заявив, что не удалось восстановить поврежденные файлы, выполните следующие команды, нажав Входить каждый раз:
    DISM / Онлайн / Очистка-Образ / CheckHealth
    DISM / Онлайн / Очистка-Изображение / ScanHealth
    DISM / Онлайн / Очистка-Образ / RestoreHealth

Способ 3. Попробуйте чистую загрузку

Исправить это сейчас!Исправить это сейчас!

Для восстановления поврежденной системы необходимо приобрести лицензионную версию Reimage Reimage.

  • Тип msconfig в поиске Windows нажмите Входить
  • Перейти к Услуги вкладка
  • Проверить Скрыть все службы Microsoft флажок и выберите Отключить все
  • Перейти к Запускать вкладка и выберите Открыть диспетчер задач
  • Здесь щелкните правой кнопкой мыши каждую запись и выберите Запрещать и закройте диспетчер задач
  • Перейти к Ботинок вкладка, отметьте Безопасная загрузка и выберите Применить + ОК.Использовать чистую загрузку

После загрузки обратно в Windows попробуйте запустить приложение, с которым у вас возникли проблемы. Если это решит вашу проблему, значит, виновато стороннее приложение. Чтобы исправить ошибку «Не удалось запустить приложение, потому что не удалось инициализировать подключаемый модуль платформы Qt», вам следует удалить все недавно установленные приложения и посмотреть, решит ли это вашу проблему в обычном режиме.

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

Исправить это сейчас!Исправить это сейчас!

Для восстановления поврежденной системы необходимо приобрести лицензионную версию Reimage Reimage.

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

  • Нажмите Win + R на твоей клавиатуре
  • в Бегать диалоговое окно, скопируйте и вставьте следующее:
    % userprofile% AppData Local Microsoft OneDrive Update OneDriveSetup.exe
  • Пройдите этапы установки и начать сначала ваш компьютерПереустановите OneDrive
  • Если Windows не может найти указанный файл, вам следует загрузить установочный файл с официального сайта [Прямая ссылка].

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

Метод 5. Удалите проблемное приложение через командную строку

Исправить это сейчас!Исправить это сейчас!

Для восстановления поврежденной системы необходимо приобрести лицензионную версию Reimage Reimage.

Удаление программы, которая не хочет удаляться, может быть трудным, хотя это возможно через PowerShell, так как вы можете запустить ее от имени администратора. Имейте в виду, что приведенный ниже пример относится к приложению OneDrive, и команда будет отличаться в зависимости от имени приложения и его местоположения.

  • Открытым Командная строка от имени администратора как объяснено выше
  • Скопируйте и вставьте следующие команды, нажав Входить после каждого:
    taskkill / f / im OneDrive.exe
    % SystemRoot% SysWOW64 OneDriveSetup.exe / удалитьПринудительно удалить OneDrive
  • Примечание: если вы используете 32-битная система Windows вместо этого используйте следующую команду для удаления OneDrive:
    % SystemRoot% System32 OneDriveSetup.exe / удалить
  • Это должно принудительно удалить приложение.

Исправляйте ошибки автоматически

Команда ugetfix.com делает все возможное, чтобы помочь пользователям найти лучшие решения для устранения их ошибок. Если вы не хотите бороться с методами ручного ремонта, используйте автоматическое программное обеспечение. Все рекомендованные продукты были протестированы и одобрены нашими профессионалами. Инструменты, которые можно использовать для исправления ошибки, перечислены ниже:

Предложение

сделай это сейчас!

Скачать Fix
Счастье
Гарантия

сделай это сейчас!

Скачать Fix
Счастье
Гарантия

Совместим с Майкрософт ВиндоусСовместим с OS X По-прежнему возникают проблемы?
Если вам не удалось исправить ошибку с помощью Reimage, обратитесь за помощью в нашу службу поддержки. Сообщите нам все подробности, которые, по вашему мнению, нам следует знать о вашей проблеме.

Reimage — запатентованная специализированная программа восстановления Windows. Он диагностирует ваш поврежденный компьютер. Он просканирует все системные файлы, библиотеки DLL и ключи реестра, которые были повреждены угрозами безопасности.Reimage — запатентованная специализированная программа восстановления Mac OS X. Он диагностирует ваш поврежденный компьютер. Он просканирует все системные файлы и ключи реестра, которые были повреждены угрозами безопасности.
Этот запатентованный процесс восстановления использует базу данных из 25 миллионов компонентов, которые могут заменить любой поврежденный или отсутствующий файл на компьютере пользователя.
Для восстановления поврежденной системы необходимо приобрести лицензионную версию Reimage инструмент для удаления вредоносных программ.

Упоминания в прессе о Reimage

Нажмите

Условия использования Reimage | Политика конфиденциальности Reimage | Политика возврата денег за товар | Нажмите

VPN имеет решающее значение, когда дело доходит до конфиденциальность пользователя. Онлайн-трекеры, такие как файлы cookie, могут использоваться не только платформами социальных сетей и другими веб-сайтами, но также вашим интернет-провайдером и правительством. Даже если вы примените самые безопасные настройки через веб-браузер, вас все равно можно будет отслеживать через приложения, подключенные к Интернету. Кроме того, браузеры, ориентированные на конфиденциальность, такие как Tor, не являются оптимальным выбором из-за пониженной скорости соединения. Лучшее решение для вашей максимальной конфиденциальности — это Частный доступ в Интернет — быть анонимным и безопасным в сети.

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

@JackBoosY vcpkg failed to complete building Qt because of qtwebengine, I restarted installing Qt and I got this :

PS D:vcpkg> .vcpkg.exe install qt:x64-windows
Computing installation plan...
The following packages will be built and installed:
    qt[core,default-features]:x64-windows -> 6.2.3
  * qtwebengine[core,default-features,geolocation,spellchecker,webchannel]:x64-windows -> 6.2.3
  * qtwebsockets[core,qml]:x64-windows -> 6.2.3
  * qtwebview[core,qml,webengine]:x64-windows -> 6.2.3
Additional packages (*) will be modified to complete this operation.
Detecting compiler hash for triplet x64-windows...
Restored 0 packages from C:UsersmmzoughiAppDataLocalvcpkgarchives in 1.411 ms. Use --debug to see more details.
Starting package 1/4: qtwebengine:x64-windows
Building package qtwebengine[core,default-features,geolocation,spellchecker,webchannel]:x64-windows...
-- Using cached D:/vcpkg/downloads/qtwebengine-30c22c6ed9833c7e6e14a345752c6f13cfbaec51.tar.gz
-- Using source at D:/vcpkg/buildtrees/qtwebengine/src/13cfbaec51-a3418e0ed7.clean
-- Using cached D:/vcpkg/downloads/qtwebengine-855304132f321f285986c7f1710a45bae72aec12.tar.gz
-- Cleaning sources at D:/vcpkg/buildtrees/qtwebengine/src/bae72aec12-bb8d63e444.clean. Use --editable to skip cleaning for the packages you specify.
-- Extracting source D:/vcpkg/downloads/qtwebengine-855304132f321f285986c7f1710a45bae72aec12.tar.gz
-- Using source at D:/vcpkg/buildtrees/qtwebengine/src/bae72aec12-bb8d63e444.clean
-- Found external ninja('1.10.2').
-- Configuring x64-windows-dbg
-- Configuring x64-windows-rel
-- Building x64-windows-dbg
CMake Error at scripts/cmake/vcpkg_execute_build_process.cmake:158 (message):

Error: Building package qtwebengine:x64-windows failed with: BUILD_FAILED
Please ensure you're using the latest portfiles with `git pull` and `.vcpkg update`.
Then check for known issues at:
  https://github.com/microsoft/vcpkg/issues?q=is%3Aissue+is%3Aopen+in%3Atitle+qtwebengine
You can submit a new issue at:
  https://github.com/microsoft/vcpkg/issues/new?template=report-package-build-failure.md&title=[qtwebengine]+Build+error
including:
  package: qtwebengine[core,default-features,geolocation,spellchecker,webchannel]:x64-windows -> 6.2.3
    vcpkg-tool version: 2022-03-09-1affd32f93b299d5a907816c328ca3ededb73a7e
    vcpkg-scripts version: 965961552 2022-03-14 (2 days ago)

Jim_Simon

LEGEND

,

/t5/premiere-pro-discussions/this-application-failed-to-start-because-it-could-not-find-or-load-the-qt-platform-plugin-quot/m-p/8370285#M38675
Jul 05, 2016
Jul 05, 2016

Copy link to clipboard

Copied

Community guidelines

Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
Learn more

community guidelines

Joe Bodego

Contributor

,

/t5/premiere-pro-discussions/this-application-failed-to-start-because-it-could-not-find-or-load-the-qt-platform-plugin-quot/m-p/8370286#M38676
Jul 06, 2016
Jul 06, 2016

Copy link to clipboard

Copied

In Response To Jim_Simon

This is the weirdest thing i do, i uninstalled premier pro, installed quicktime and same crap

Community guidelines

Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
Learn more

community guidelines

Jim_Simon

LEGEND

,

/t5/premiere-pro-discussions/this-application-failed-to-start-because-it-could-not-find-or-load-the-qt-platform-plugin-quot/m-p/8370287#M38677
Jul 06, 2016
Jul 06, 2016

Copy link to clipboard

Copied

In Response To Joe Bodego

No, no.  You want to fully UNinstall QuickTime.  Remove it from the computer completely.  Get rid of it.  Drop it.  Take it off.  Throw it out.

Community guidelines

Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
Learn more

community guidelines

Joe Bodego

Contributor

,

/t5/premiere-pro-discussions/this-application-failed-to-start-because-it-could-not-find-or-load-the-qt-platform-plugin-quot/m-p/8370288#M38678
Jul 06, 2016
Jul 06, 2016

Copy link to clipboard

Copied

In Response To Jim_Simon

Uninstalled Quicktime and the issue is still there, this is very strange i am in shack with this erroe

Community guidelines

Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
Learn more

community guidelines

Jim_Simon

LEGEND

,

/t5/premiere-pro-discussions/this-application-failed-to-start-because-it-could-not-find-or-load-the-qt-platform-plugin-quot/m-p/8370289#M38679
Jul 07, 2016
Jul 07, 2016

Copy link to clipboard

Copied

In Response To Joe Bodego

OK.

What specific version of PP are you using?  What OS and version?  Is this a dedicated editing machine or a general purpose machine?

Community guidelines

Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
Learn more

community guidelines

Joe Bodego

Contributor

,

/t5/premiere-pro-discussions/this-application-failed-to-start-because-it-could-not-find-or-load-the-qt-platform-plugin-quot/m-p/8370290#M38680
Jul 07, 2016
Jul 07, 2016

Copy link to clipboard

Copied

In Response To Jim_Simon

the very latest version of pp, windows 10 64 but. HP envy with 32g/ram.

Community guidelines

Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
Learn more

community guidelines

megamoze40

Community Beginner

,

/t5/premiere-pro-discussions/this-application-failed-to-start-because-it-could-not-find-or-load-the-qt-platform-plugin-quot/m-p/8370291#M38681
Jul 10, 2016
Jul 10, 2016

Copy link to clipboard

Copied

I just updated to 2015.3 and I have the same issue.  Not good, Adobe.

Community guidelines

Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
Learn more

community guidelines

Jim_Simon

LEGEND

,

/t5/premiere-pro-discussions/this-application-failed-to-start-because-it-could-not-find-or-load-the-qt-platform-plugin-quot/m-p/8370292#M38682
Jul 10, 2016
Jul 10, 2016

Copy link to clipboard

Copied

In Response To megamoze40

This is not a commonly reported error, so I can only think that there’s something wrong on your system.

The only idea I have left at this point is to rebuild the system, wipe the C: drive and reinstall Windows from scratch.  After that, make sure to install only the programs you need for system maintenance and editing.  Don’t install any anti-virus, office, email or games on the machine.

Someone else might have a simpler suggestion, but…that’s all I can think of on this one.

Community guidelines

Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
Learn more

community guidelines

megamoze40

Community Beginner

,

/t5/premiere-pro-discussions/this-application-failed-to-start-because-it-could-not-find-or-load-the-qt-platform-plugin-quot/m-p/8370293#M38683
Jul 10, 2016
Jul 10, 2016

Copy link to clipboard

Copied

So I’m not sure why this worked, but I set my Windows machine back 7 days to the last update, uninstalled then reinstalled Premiere (also deleted preferences), and that seemed to do the trick.

To set Windows back, right-click on the start button —>System —>System Protection —>System Restore.  Then select a Restore Point.

Saved me having to do a total Windows reinstall.

Community guidelines

Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
Learn more

community guidelines

Peferling

Advisor

,

/t5/premiere-pro-discussions/this-application-failed-to-start-because-it-could-not-find-or-load-the-qt-platform-plugin-quot/m-p/8370294#M38684
Jul 11, 2016
Jul 11, 2016

Copy link to clipboard

Copied

In Response To megamoze40

wipe the C: drive and reinstall Windows from scratch

Starting from scratch can take days with regards to all those settings and OS updates, etc.  It’s a good practice to make an image of your system for recovery.  I generally keep two images, one of the base install with windows and all drivers working, and a second with the applications installed and working.  These I keep on separate, external USB drives.  Should I encounter an update with undesirable results, it’s a 45 minute process to get back to square one.

You can also use system restore to apply the image (vs using a restore point) with the added feature of keeping documents/settings intact.  It takes a little longer, but works wonders.

Community guidelines

Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
Learn more

community guidelines

Jim_Simon

LEGEND

,

/t5/premiere-pro-discussions/this-application-failed-to-start-because-it-could-not-find-or-load-the-qt-platform-plugin-quot/m-p/8370296#M38686
Jul 11, 2016
Jul 11, 2016

Copy link to clipboard

Copied

In Response To Peferling

Starting from scratch can take days with regards to all those settings and OS updates, etc.

Took me four hours to go from formatting the C: drive to finished installing the full Adobe video quite when I used a thumb drive for the OS rather than a DVD.

Community guidelines

Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
Learn more

community guidelines

Peferling

Advisor

,

/t5/premiere-pro-discussions/this-application-failed-to-start-because-it-could-not-find-or-load-the-qt-platform-plugin-quot/m-p/8370297#M38687
Jul 11, 2016
Jul 11, 2016

Copy link to clipboard

Copied

In Response To Jim_Simon

Simon.  I’m talking about all the other applications, drivers, settings, etc. Not just the base install of the OS, even so, using an image file still beats yours by 3 hours.  I also have several different PC’s, each with their own characteristics.  But, each to their own.

Community guidelines

Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
Learn more

community guidelines

Jim_Simon

LEGEND

,

/t5/premiere-pro-discussions/this-application-failed-to-start-because-it-could-not-find-or-load-the-qt-platform-plugin-quot/m-p/8370300#M38690
Jul 29, 2016
Jul 29, 2016

Copy link to clipboard

Copied

In Response To Peferling

Simon. I’m talking about all the other applications, drivers, settings, etc.

As am I.  From hard drive formatting to ready to edit took about 4 hours.

using an image file still beats yours by 3 hours.

I don’t argue with it.  I just don’t prefer that option myself.

Community guidelines

Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
Learn more

community guidelines

Peferling

Advisor

,

/t5/premiere-pro-discussions/this-application-failed-to-start-because-it-could-not-find-or-load-the-qt-platform-plugin-quot/m-p/8370295#M38685
Jul 11, 2016
Jul 11, 2016

Copy link to clipboard

Copied

Avoiding QT in this business is unavoidable, fortunately you can install just the essentials via the custom button, (the core parts that are used by the application to function, minus the parts that are no longer secure — see image below).  This is the current recommendation from both Avid and Sorenson, whom require these components to function:

essentials.jpg

If you work DSLR originated files in .mov format, then it will make life easier.  With essentials, I can trans code .mov sources to my mezzanine codec within AME.

essentials with ame.jpg

Community guidelines

Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
Learn more

community guidelines

HonoryAdam

New Here

,

/t5/premiere-pro-discussions/this-application-failed-to-start-because-it-could-not-find-or-load-the-qt-platform-plugin-quot/m-p/8370298#M38688
Jul 29, 2016
Jul 29, 2016

Copy link to clipboard

Copied

Hi all, I got the same issue. It started just after I upgraded from W7 to W10

Have been looking for any solution without success. All Adobe programs works but Premiere Pro CC 2015 (and 2015.3)

Have lots of work to accomplish and am stuck with this. Uninstalled both PPs installed again and still nothing. The problem occours still and still. That means it is not Adobe fault but Microsoft after moving to W10.

Unfortunatelly after I checked all other programs working, deleted Old.Windows folder so no way back anymore.

Is there anyone, who had passed with this s…t?

Community guidelines

Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
Learn more

community guidelines

Joe Bodego

Contributor

,

/t5/premiere-pro-discussions/this-application-failed-to-start-because-it-could-not-find-or-load-the-qt-platform-plugin-quot/m-p/8370299#M38689
Jul 29, 2016
Jul 29, 2016

Copy link to clipboard

Copied

In Response To HonoryAdam

Yep its microsoft’s fault, this nasty bug is annoying and the only solution is to use the macintosh, the people at microsoft are not responding to this at all, i gave up after 3 emails

Community guidelines

Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
Learn more

community guidelines

kjetilpa2

New Here

,

/t5/premiere-pro-discussions/this-application-failed-to-start-because-it-could-not-find-or-load-the-qt-platform-plugin-quot/m-p/8370301#M38691
Aug 01, 2016
Aug 01, 2016

Copy link to clipboard

Copied

I have used Premiere Pro on my Win10 for 6 months. A few weeks after updating to 15.3 I also got this message. Now I am stuck…..

Community guidelines

Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
Learn more

community guidelines

Peferling

Advisor

,

/t5/premiere-pro-discussions/this-application-failed-to-start-because-it-could-not-find-or-load-the-qt-platform-plugin-quot/m-p/8370302#M38692
Aug 04, 2016
Aug 04, 2016

Copy link to clipboard

Copied

Windows 7 has a shelf life of 4 years.  Isn’t broke and works well.

Community guidelines

Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
Learn more

community guidelines

Joe Bodego

Contributor

,

/t5/premiere-pro-discussions/this-application-failed-to-start-because-it-could-not-find-or-load-the-qt-platform-plugin-quot/m-p/8370303#M38693
Aug 08, 2016
Aug 08, 2016

Copy link to clipboard

Copied

In Response To Peferling

I found a solution, atleast in my case, i uninstalled the «Mettle» plugin and all is well now.. try it

Community guidelines

Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
Learn more

community guidelines

NovakMiler

New Here

,

/t5/premiere-pro-discussions/this-application-failed-to-start-because-it-could-not-find-or-load-the-qt-platform-plugin-quot/m-p/8370305#M38695
Sep 14, 2016
Sep 14, 2016

Copy link to clipboard

Copied

In Response To Joe Bodego

this worked for me. I was having the issue with AFter Effects.

Community guidelines

Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
Learn more

community guidelines

AmirKamel

Community Beginner

,

/t5/premiere-pro-discussions/this-application-failed-to-start-because-it-could-not-find-or-load-the-qt-platform-plugin-quot/m-p/8370306#M38696
Sep 28, 2016
Sep 28, 2016

Copy link to clipboard

Copied

In Response To Joe Bodego

Thank you sooooo much. This error freaked me out at first but uninstalling that plug-in worked. 

Community guidelines

Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
Learn more

community guidelines

olcnsrc

New Here

,

/t5/premiere-pro-discussions/this-application-failed-to-start-because-it-could-not-find-or-load-the-qt-platform-plugin-quot/m-p/8370309#M38699
Nov 17, 2016
Nov 17, 2016

Copy link to clipboard

Copied

In Response To Joe Bodego

Community guidelines

Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
Learn more

community guidelines

Kevin-Monahan

Adobe Employee

Adobe Employee

,

/t5/premiere-pro-discussions/this-application-failed-to-start-because-it-could-not-find-or-load-the-qt-platform-plugin-quot/m-p/8370313#M38703
May 15, 2017
May 15, 2017

Copy link to clipboard

Copied

In Response To Joe Bodego

Hi Joe Bodego,

Is this with Mettle Skybox, or some other Mettle plug-in? Is it a plug-in you only use in After Effects or do you use it in Premiere Pro, as well?

Thanks,
Kevin

Community guidelines

Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
Learn more

community guidelines

Joe Bodego

Contributor

,

/t5/premiere-pro-discussions/this-application-failed-to-start-because-it-could-not-find-or-load-the-qt-platform-plugin-quot/m-p/8370314#M38704
May 15, 2017
May 15, 2017

Copy link to clipboard

Copied

In Response To Kevin-Monahan

I think the issue has been resolved with the update. give it a try, but this plugin

Community guidelines

Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
Learn more

community guidelines

Понравилась статья? Поделить с друзьями:
  • This application could not be started windows 10 что это
  • There are a lot of little much windows in my room
  • This app has been blocked for your protection windows 11
  • There any windows in the second bedroom
  • Thinprint client windows 10 x64 скачать на русском