CefView / QCefView

A Qt Widget encapsulated CEF view based on QWidget
https://cefview.github.io/QCefView/
GNU Lesser General Public License v2.1
521 stars 137 forks source link

[BUG]: 程序启动崩溃,已上传源码和QcefView库 #327

Closed be-water-myFriend closed 11 months ago

be-water-myFriend commented 11 months ago

Describe the bug 【Bug描述】

拉取最新main分支编译完成后,链接到程序中启动时崩溃,输出日志为: QCoreApplication::applicationDirPath: Please instantiate the QApplication object first 崩溃点在位于: QCefContext cefContext(&a, argc, argv, &config);

To Reproduce 【复现步骤】

  1. 下载源码 https://phr1.s3.us-west-2.amazonaws.com/qcefview_test.zip
  2. 编译运行则会崩溃

Screenshots 【截图】 image image image

...

Environment 【BUG产生的环境】

tishion commented 11 months ago

检查你的Qt版本是不是匹配