Error message on opening latest appimage [SOLVED]

Having trouble installing or compiling FreeCAD? Get help here.
Forum rules
Be nice to others! Respect the FreeCAD code of conduct!
Post Reply
Laurie Hartley
Posts: 522
Joined: Mon Feb 27, 2017 5:33 am
Location: Australia

Error message on opening latest appimage [SOLVED]

Post by Laurie Hartley »

I have been getting an error message since I installed the latest appimage this morning. I do not know how to get this in text format so I have uploaded an image taken with my phone. The programme seems to be working OK but I would like to know if there is any action I should take. All advice will be appreciated

Code: Select all

[code]
OS: Debian GNU/Linux 10 (buster) (XFCE/xfce)
Word size of FreeCAD: 64-bit
Version: 0.21.0.32532 (Git) AppImage
Build type: Release
Branch: master
Hash: 20e44eba50e1365b9e7bb9c5c244afe96a627a28
Python 3.10.10, Qt 5.15.8, Coin 4.0.0, Vtk 9.1.0, OCC 7.6.3
Locale: English/Australia (en_AU)
Installed mods: 
  * Help 1.0.3
  * Defeaturing 1.2.0
  * PieMenu
  * A2plus 0.4.60i
  * QuickMeasure 2022.10.28
  * Assembly4 0.12.5
  * Curves 0.6.6
  * Pyramids-and-Polyhedrons
  * CubeMenu
  * frame 0.1.0
  * Plot 2022.4.17
  * sheetmetal 0.2.61
  * fasteners 0.4.54
  * Manipulator 1.5.0
  * BOLTSFC
  * CfdOF 1.21.4
  * lattice2 1.0.0
  * dodo 1.0.0
  * Cfd
  * ExplodedAssembly
  * DynamicData 2.46.0
[/code]
Attachments
error message.jpg
error message.jpg (101.92 KiB) Viewed 701 times
Last edited by Laurie Hartley on Mon Mar 27, 2023 8:32 pm, edited 1 time in total.
jag45
Posts: 28
Joined: Tue May 17, 2022 9:44 pm

Re: Error message on opening latest appimage

Post by jag45 »

Is there a reason why this new message box has started appearing in all the new builds?

Is it a new addition or just an oversight during the build. Just installed 0.21.0dev-32552-Installer.exe and it is still appearing. It just seems to be giving the same messages as the report view.

Thanks

Code: Select all

OS: Windows 10 Version 2009
Word size of FreeCAD: 64-bit
Version: 0.21.0.32552 (Git)
Build type: Release
Branch: master
Hash: e2b3a5d2f791fb78a61daac9bdab374058f682f2
Python 3.8.10, Qt 5.15.2, Coin 4.0.1, Vtk 8.2.0, OCC 7.6.3
Locale: English/United Kingdom (en_GB)
Installed mods: 
  * A2plus 0.4.60k
  * Assembly3 0.11.4
  * Assembly4 0.12.6
openBrain
Veteran
Posts: 9034
Joined: Fri Nov 09, 2018 5:38 pm
Contact:

Re: Error message on opening latest appimage

Post by openBrain »

It's a new addition.
wmayer
Founder
Posts: 20243
Joined: Thu Feb 19, 2009 10:32 am
Contact:

Re: Error message on opening latest appimage

Post by wmayer »

Confirmed. The problem is caused by the adjustAngle.svg of the dodo workbench and Qt has some problems to read the file correctly: see https://codebrowser.dev/qt5/qtsvg/src/s ... r.cpp.html at line 3749.

The icon is used by the command adjustFrameAngle, it's the second last command of the Frame tools menu. When looking at the icon and comparing it to the SVG preview of the file manager you will see that the icon is not complete.
User avatar
adrianinsaval
Veteran
Posts: 5541
Joined: Thu Apr 05, 2018 5:15 pm

Re: Error message on opening latest appimage

Post by adrianinsaval »

In short, the issue was always there but the new notificatio system is making you aware of it, report it to the workbench in question.
Laurie Hartley
Posts: 522
Joined: Mon Feb 27, 2017 5:33 am
Location: Australia

Re: Error message on opening latest appimage

Post by Laurie Hartley »

adrianinsaval wrote: Mon Mar 27, 2023 3:12 pm In short, the issue was always there but the new notificatio system is making you aware of it, report it to the workbench in question.
Thanks for your reply - I will do.
Post Reply