CefView / QCefView

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

navigatetourl lead to a crash #15

Closed hcaihao closed 3 years ago

hcaihao commented 3 years ago
  cefview = new CustomCefView(uri, this);
  cefview->navigateToUrl("http://www.baidu.com/");

[0820/163524.140:FATAL:cef_refcounted.h(325)] Assert failed: ptr != 0. QCefViewTest.exe has triggered a breakpoint.

I need navigateToUrl without constructor.

tishion commented 3 years ago
  cefview = new CustomCefView(uri, this);
  cefview->navigateToUrl("http://www.baidu.com/");

[0820/163524.140:FATAL:cef_refcounted.h(325)] Assert failed: ptr != 0. QCefViewTest.exe has triggered a breakpoint.

I need navigateToUrl without constructor.

just pass an empty string or "about:blank" to the construcor