warnings when openning file with FreeCAD 0.20 (solved)

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
bambuko
Veteran
Posts: 2185
Joined: Thu Oct 24, 2019 12:53 pm
Location: UK, England, North Devon

warnings when openning file with FreeCAD 0.20 (solved)

Post by bambuko »

Code: Select all

15:37:27  No profile linked
15:37:27  Linked shape object is empty
15:37:27  <Exception> Linked shape object is empty
15:37:27  No profile linked
15:37:27  Linked shape object is empty
15:37:27  <Exception> Linked shape object is empty
The same file is perfectly OK when opened (i.e. no warning messages) with 0.19
Any suggestions, please?

Code: Select all

OS: Windows 10 (10.0)
Word size of FreeCAD: 64-bit
Version: 0.20.24665 (Git)
Build type: Release
Branch: master
Hash: 5d49bf78de785a536f941f1a6d06d432582a95d3
Python version: 3.8.8
Qt version: 5.12.9
Coin version: 4.0.0
OCC version: 7.5.1
Locale: English/United Kingdom (en_GB)
Last edited by bambuko on Sat Apr 10, 2021 8:27 pm, edited 1 time in total.
I am using Link branch and Assembly3
you can also download ... and try it here
excellent Assembly3 tutorials here
jmages
Posts: 4
Joined: Tue Dec 08, 2020 8:31 pm

Re: warnings when openning file with FreeCAD 0.20

Post by jmages »

I had the same messages recently after changing from 0.19 to 0.20.

Check the dependency graph for red areas to locate the faulty parts. After I deleted these parts, the message disappeared. Strangely enough these errors did not occur in 0.19.
User avatar
bambuko
Veteran
Posts: 2185
Joined: Thu Oct 24, 2019 12:53 pm
Location: UK, England, North Devon

Re: warnings when openning file with FreeCAD 0.20

Post by bambuko »

jmages wrote: ...
Thanks!
Unfortunately graphviz is failing to create images (in all FreeCAD versions, for all files) so I need to sort this out... before I have a look
Will be back ;)
I am using Link branch and Assembly3
you can also download ... and try it here
excellent Assembly3 tutorials here
chrisb
Veteran
Posts: 54288
Joined: Tue Mar 17, 2015 9:14 am

Re: warnings when openning file with FreeCAD 0.20

Post by chrisb »

bambuko wrote: Sat Apr 10, 2021 4:13 pm Unfortunately graphviz is failing to create images (in all FreeCAD versions, for all files) so I need to sort this out... before I have a look
Will be back ;)
Some versions are known to not work properly with FreeCAD. You may try an older one. 2.36 works here well, but there are newer versions that work too.
A Sketcher Lecture with in-depth information is available in English, auf Deutsch, en français, en español.
chrisb
Veteran
Posts: 54288
Joined: Tue Mar 17, 2015 9:14 am

Re: warnings when openning file with FreeCAD 0.20

Post by chrisb »

I checked on another computer: 2.44.1 works too.
A Sketcher Lecture with in-depth information is available in English, auf Deutsch, en français, en español.
User avatar
bambuko
Veteran
Posts: 2185
Joined: Thu Oct 24, 2019 12:53 pm
Location: UK, England, North Devon

Re: warnings when openning file with FreeCAD 0.20

Post by bambuko »

chrisb wrote: ...
Thank you.
It was working fine on 0.19 previously, so it cannot (should not?) be related to Graphviz version?
It just stopped working, roughly about the same time I have installed official/latest 0.19.1 version.
Since then I have checked it on other versions of FreeCAD only to find that all have the same problem :evil:

So I don't know what it is :?:
I am using Link branch and Assembly3
you can also download ... and try it here
excellent Assembly3 tutorials here
User avatar
bambuko
Veteran
Posts: 2185
Joined: Thu Oct 24, 2019 12:53 pm
Location: UK, England, North Devon

Re: warnings when openning file with FreeCAD 0.20

Post by bambuko »

chrisb wrote:
jmages wrote:
OK, guys

Un-installed graphviz and re-installed it again (2.47.0 stable for win 10 x 64), pointed to it, and everything works fine.
So whatever it was (we will never know) the usual trick worked :lol:

Unfortunately I can't see any problems with dependency graph (attached) so we are back to square one - why warnings on 0.20 ?

dependency(small).png
dependency(small).png (1.17 MiB) Viewed 401 times
I am using Link branch and Assembly3
you can also download ... and try it here
excellent Assembly3 tutorials here
User avatar
bambuko
Veteran
Posts: 2185
Joined: Thu Oct 24, 2019 12:53 pm
Location: UK, England, North Devon

Re: warnings when openning file with FreeCAD 0.20

Post by bambuko »

OK, found a novel way of investigating issues with 0.19 created designs :ugeek:
Open them in RealThunder's Link Branch FreeCAD version and it gives you detailed report in the "Report View"

here what was wrong with my file:

error_message.png
error_message.png (45.95 KiB) Viewed 386 times

Very easy to follow up and tidy up the detritus left by topo naming problems created while modifying the design.
But... why is this not reported by 0.19 :?:
Clearly 0.20 sees the problem also, but reporting is not detailed enough,
But... Link Branch not only sees the problem but reports details in most helpful way

If it wasn't for me openning this file in 0.20 and RealThunder's Link Branch I would be living dumb fat and happy, convinced that there is nothing wrong with it, because 0.19 wasn't complaining :oops:
I am using Link branch and Assembly3
you can also download ... and try it here
excellent Assembly3 tutorials here
Post Reply