CefView / QCefView

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

[BUG]: linux平台下,QCefContext实例化会堵塞 #226

Closed 93Alliance closed 11 months ago

93Alliance commented 1 year ago

linux平台下,QCefContext实例化会堵塞

Describe the bug 【Bug描述】

...

To Reproduce 【复现步骤】

  1. Go to '...'
  2. Click on '....'
  3. Scroll down to '....'
  4. See error

Expected behavior 【正确的预期行为】

...

Screenshots 【截图】

image

Environment 【BUG产生的环境】

Additional context 【更多额外信息】

...

petric commented 1 year ago

我遇到同样的问题。 os:debian11 platform:arm64 qt:5.12.6 cef ver:1.0.7


后续: 采用release模式,将编译生成的库文件等拷贝到执行文件路径下,可以正常运行起来

tishion commented 11 months ago

debug模式下cef本身存在问题,包括macOS系统