On 09/02/16 01:09, Koehne Kai wrote: > >> -----Original Message----- >> From: Interest [mailto:[email protected]] On Behalf Of Glenn >> Ramsey >> Sent: Sunday, February 07, 2016 3:55 AM >> To: [email protected] >> Subject: [Interest] QtWebengine examples fail with 5.6 beta >> >> Hi, >> >> When attemting to run any of the examples in >> qtwebengine\examples\webenginewidgets the program crashes and I see >> the following in debug.log: >> >> [0207/153930:FATAL:icu_util.cc(230)] Check failed: result. > > This AFAIR means that Qt WebEngine couldn't locate icudtl.dat . That file > should be automatically generated when compiling qtwebengine, and should be > available under QT_INSTALL_DATA. > >> How do I run these examples (fancybrowser, demobrowser or >> markdowneditor)? >> >> This is with Qt 5.6 beta that I have built from source on Windows 7 using >> the Visual Studio 2015 command line tools with: >> .\configure.bat -prefix %CD%\qtbase -make-tool jom -nomake tests - >> opensource -confirm-license -release > > You might need to run nmake install from within qtwebengine module. (This > will be fixed in the 5.6 RC).
Doing this did fix the issue, thanks. Glenn _______________________________________________ Interest mailing list [email protected] http://lists.qt-project.org/mailman/listinfo/interest
