久久久久久久av_日韩在线中文_看一级毛片视频_日本精品二区_成人深夜福利视频_武道仙尊动漫在线观看

Qt 5.1.1:應(yīng)用程序無(wú)法啟動(dòng),因?yàn)槠脚_(tái)插件“wind

Qt 5.1.1: Application failed to start because platform plugin quot;windowsquot; is missing(Qt 5.1.1:應(yīng)用程序無(wú)法啟動(dòng),因?yàn)槠脚_(tái)插件“windows無(wú)法啟動(dòng)不見(jiàn)了)
本文介紹了Qt 5.1.1:應(yīng)用程序無(wú)法啟動(dòng),因?yàn)槠脚_(tái)插件“windows"無(wú)法啟動(dòng)不見(jiàn)了的處理方法,對(duì)大家解決問(wèn)題具有一定的參考價(jià)值,需要的朋友們下面隨著小編來(lái)一起學(xué)習(xí)吧!

問(wèn)題描述

有些人開(kāi)始將我的問(wèn)題標(biāo)記為重復(fù).不要忘記當(dāng)我問(wèn)這個(gè)問(wèn)題時(shí)存在許多類(lèi)似的問(wèn)題(參見(jiàn)例如下面的列表).但是,這些答案都沒(méi)有解決我的問(wèn)題.經(jīng)過(guò)長(zhǎng)時(shí)間的搜索,我發(fā)現(xiàn)了一條評(píng)論,所有用戶(hù)都忽略了該評(píng)論,指向缺失的庫(kù).現(xiàn)在,幾個(gè)月后,評(píng)論已更改為答案.但是,當(dāng)我自己回答這個(gè)問(wèn)題時(shí),我打算通過(guò)直接提供解決方案來(lái)幫助其他人.這不應(yīng)該被遺忘,到目前為止,我的回答幫助了很多人.因此,我的問(wèn)題絕對(duì)不是重復(fù)的.順便說(shuō)一句:頂部提供的鏈接中接受的答案不能解決問(wèn)題

Some people started to mark my question as a duplicate. Do not forget that many similar questions existed when I asked this one (see e.g. the list below). However, none of these answers solved my problem. After a long search I found a comment which had been ignored by all users pointing to the missing lib. Now, many months later, the comment has been changed to an answer. However, when I answered this question by msyself I intended to help other people by directly providing the solution. This should not be forgotten and so far my answer helped a lot of people. Therefore my question is definitely not a duplicate. By the way: The accepted answer within the provided link on top does not solve the problem!

是的,我使用了搜索:

無(wú)法加載平臺(tái)插件windows";.可用平臺(tái)有:錯(cuò)誤

從 Visual Studio qwindows 部署 Qt C++ 應(yīng)用程序.dll錯(cuò)誤

加載平臺(tái)插件失敗窗戶(hù)"可用平臺(tái)有:windows、minimum

但是,就我而言,問(wèn)題仍然存在.我在 Visual Studio 2012 中使用 Qt 5.1.1,并在 Windows 7 上使用 Qt Creator 2.8.1 開(kāi)發(fā)了我的應(yīng)用程序.應(yīng)用程序以發(fā)布"模式編譯,如果直接使用 Qt Creator 啟動(dòng)即可執(zhí)行.

However, in my case the problem still persists. I am using Qt 5.1.1 with Visual Studio 2012 and developed my Application on Windows 7 with Qt Creator 2.8.1. Application is compiled in "Release"-mode and can be executed if directly started with Qt Creator.

但是,當(dāng)從發(fā)布"文件夾開(kāi)始時(shí),我收到以下消息:

However, when starting from the "release"-Folder, i get the following message:

此應(yīng)用程序無(wú)法啟動(dòng),因?yàn)樗鼰o(wú)法找到或加載Qt 平臺(tái)插件windows".可用的平臺(tái)插件有:最小、屏幕外、窗口.

This application failed to start because it could not find or load the Qt platform plugin "windows". Available platform plugins are: minimal, offscreen, windows.

文件夾結(jié)構(gòu)如下:

release
+ gui.exe
+ icudt51.dll
+ icuin51.dll
+ icuuc51.dll
+ libGLESv2.dll
+ Qt5Core.dll
+ Qt5Gui.dll
+ Qt5Widgets.dll
+ platforms

Platforms 是直接從 QtQt5.1.15.1.1msvc2012pluginsplatforms 復(fù)制的文件夾,包括例如qwindows.dll.如果我像其他一些用戶(hù)那樣將其重命名為平臺(tái)",則無(wú)關(guān)緊要.Qt還是沒(méi)有找到平臺(tái)插件窗口",我錯(cuò)在哪里?

Platforms is the folder directly copied from QtQt5.1.15.1.1msvc2012pluginsplatforms including e.g. qwindows.dll. Does not matter if I rename it to "platform" as some other users did. Qt is still not finding the "platform plugin windows", where is my mistake?

推薦答案

好的,正如這里發(fā)布的 https://stackoverflow.com/a/17271172/1458552 沒(méi)有被其他用戶(hù)過(guò)多關(guān)注:

Okay, as posted here https://stackoverflow.com/a/17271172/1458552 without much attention by other users:

libEGL.dll 丟失了!即使在嘗試啟動(dòng)應(yīng)用程序時(shí)沒(méi)有報(bào)告此問(wèn)題(所有其他 *.dll 文件,如 Qt5Gui.dll 均已報(bào)告).

The libEGL.dll was missing! Even though this has not been reported when trying to start the application (all other *.dlls such as Qt5Gui.dll had been reported).

這篇關(guān)于Qt 5.1.1:應(yīng)用程序無(wú)法啟動(dòng),因?yàn)槠脚_(tái)插件“windows"無(wú)法啟動(dòng)不見(jiàn)了的文章就介紹到這了,希望我們推薦的答案對(duì)大家有所幫助,也希望大家多多支持html5模板網(wǎng)!

【網(wǎng)站聲明】本站部分內(nèi)容來(lái)源于互聯(lián)網(wǎng),旨在幫助大家更快的解決問(wèn)題,如果有圖片或者內(nèi)容侵犯了您的權(quán)益,請(qǐng)聯(lián)系我們刪除處理,感謝您的支持!

相關(guān)文檔推薦

How can I read and manipulate CSV file data in C++?(如何在 C++ 中讀取和操作 CSV 文件數(shù)據(jù)?)
In C++ why can#39;t I write a for() loop like this: for( int i = 1, double i2 = 0; (在 C++ 中,為什么我不能像這樣編寫(xiě) for() 循環(huán): for( int i = 1, double i2 = 0;)
How does OpenMP handle nested loops?(OpenMP 如何處理嵌套循環(huán)?)
Reusing thread in loop c++(在循環(huán) C++ 中重用線程)
Precise thread sleep needed. Max 1ms error(需要精確的線程睡眠.最大 1ms 誤差)
Is there ever a need for a quot;do {...} while ( )quot; loop?(是否需要“do {...} while ()?環(huán)形?)
主站蜘蛛池模板: 精品视频久久久 | 91视频免费在观看 | 91av视频在线免费观看 | 在线天堂免费中文字幕视频 | 成人午夜精品 | 亚洲免费人成在线视频观看 | 亚洲欧美一区二区三区国产精品 | 插插插干干干 | 欧美在线观看一区 | 欧美午夜精品久久久久免费视 | 免费在线黄色av | 免费观看一级特黄欧美大片 | 国产精品1区2区3区 中文字幕一区二区三区四区 | 成人免费淫片aa视频免费 | 久久精品欧美一区二区三区不卡 | 国产精品久久久久久吹潮日韩动画 | 国产成人在线一区二区 | 国产精品1区2区3区 男女啪啪高潮无遮挡免费动态 | 国产日韩欧美中文 | 亚洲国产精品99久久久久久久久 | 成人小视频在线免费观看 | 老司机深夜福利网站 | 精品久久国产视频 | 天天操天天干天天爽 | 九九在线| 中文字幕成人 | 国产亚洲成av人片在线观看桃 | 日本不卡一二三 | 日韩在线精品视频 | 色爱综合网 | 蜜臀久久99精品久久久久野外 | 91亚洲精品国偷拍自产在线观看 | 青青草一区二区 | 欧美精品一区久久 | 色视频在线免费观看 | 小早川怜子xxxxaⅴ在线 | 中文字幕亚洲视频 | 99免费视频 | 热久久免费视频 | 亚洲高清视频一区二区 | 狠狠操狠狠操 |