[SOLVED] QtWebEngine warning in FC021-31625 and 31641

Post here for help on using FreeCAD's graphical user interface (GUI).
Forum rules
and Helpful information
IMPORTANT: Please click here and read this first, before asking for help

Also, be nice to others! Read the FreeCAD code of conduct!
Post Reply
User avatar
rmn_hr
Posts: 110
Joined: Sun Jun 26, 2022 7:54 pm

[SOLVED] QtWebEngine warning in FC021-31625 and 31641

Post by rmn_hr »

During startup of FC0.21 weekly build 31625 a Qt WebEngine warning arises.
QtWebEngine-Warning_FC021-31625.JPG
QtWebEngine-Warning_FC021-31625.JPG (21.85 KiB) Viewed 376 times

Directory qt_webengine_locales is missing - and there is no directory in folder /translations or in /bin
Comparing with former versions (back to 31155) there was never such a directory - and no similar warnings in this builds.

FC021-31625 itself works without problems so far.

What is the reason for this warning, will it be there forever?


Found the reason for this warning during checking my FreeCAD-startup routine:
Activating the 'Start'-Workbench causes this warning - don't know why, but not touching Start-WB keeps FreeCAD silent :)
Problem is not really solved - but the warning is easy to avoid.

A reason may be the change to QT 5.15.6 in this newer builds.
The warning is not there in weekly build 31513 - Qt 5.15.4 is used for this former build


Versioninfo:

Code: Select all

OS: Windows 10 Version 2009
Word size of FreeCAD: 64-bit
Version: 0.21.0.31625 (Git)
Build type: Release
Branch: master
Python 3.10.8, Qt 5.15.6, Coin 4.0.0, Vtk 9.1.0, OCC 7.6.3
Installed mods: 
  * AddonManager
  * Assembly4 0.12.5
  * Draft
  * Fem
  * Idf
  * Image
  * Import
  * Measure
  * Mesh
  * MeshPart
  * Part
  * PartDesign
  * SetMyStyle
  * Show
  * Sketcher
  * Spreadsheet
  * Start
  * TechDraw
  * Tux
  * Web
My workflow: create single components in PartDesign and arrange them with Zolko's Assembly4
(https://github.com/Zolko-123/FreeCAD_Assembly4 )

FreeCAD works pretty well and stable for me !! :)
Hymn of Praise valid again since FreeCAD 0.22.35449
Post Reply