SMLogo.SVG popup message at start

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!
arxerxes
Posts: 61
Joined: Sun Jan 31, 2021 2:07 am

SMLogo.SVG popup message at start

Post by arxerxes »

I am getting this message regarding SMLogo.SVG popup message at start. Any idea what could be causing it? My FreeCAD version details are provided below.

Code: Select all

OS: macOS 13.3
Word size of FreeCAD: 64-bit
Version: 0.21.0.31483 (Git)
Build type: Release
Branch: master
Hash: 588620fd9fd138892b1cd2466f5c87d441493174
Python 3.11.0, Qt 5.15.6, Coin 4.0.0, Vtk 9.2.2, OCC 7.6.3
Locale: C/Default (C)
Installed mods: 
  * freecad.gears 1.0.0
  * parts_library 0.2.63
  * A2plus 0.4.60n
  * BIM 2021.12.0
  * fasteners 0.4.56
  * Assembly4 0.50.2
  * Assembly3 0.12.0
Attachments
SMLogoSVG.jpg
SMLogoSVG.jpg (126.98 KiB) Viewed 2644 times
User avatar
Roy_043
Veteran
Posts: 8450
Joined: Thu Dec 27, 2018 12:28 pm

Re: SMLogo.SVG popup message at start

Post by Roy_043 »

Moved to the Help forum.
User avatar
Kunda1
Veteran
Posts: 13434
Joined: Thu Jan 05, 2017 9:03 pm

Re: SMLogo.SVG popup message at start

Post by Kunda1 »

It's the parts 3rd party addon
* parts_library 0.2.63

Please open a ticket on the https://github.com/FreeCAD/FreeCAD-library workbench
I opened a ticket: https://github.com/FreeCAD/FreeCAD-library/issues/391
Alone you go faster. Together we go farther
Please mark thread [Solved]
Want to contribute back to FC? Checkout:
'good first issues' | Open TODOs and FIXMEs | How to Help FreeCAD | How to report Bugs
frcaduser
Posts: 352
Joined: Wed Apr 07, 2021 11:22 pm

Re: SMLogo.SVG popup message at start

Post by frcaduser »

Hello,

can you please be more specific when describing your issue and what are your overall objectives?
That would really help.

1. Workbench that you're using.
2. What steps you have attempted other than the final screenshot regarding the observed error.

frcaduser
arxerxes
Posts: 61
Joined: Sun Jan 31, 2021 2:07 am

Re: SMLogo.SVG popup message at start

Post by arxerxes »

frcaduser wrote: Thu Jun 01, 2023 3:18 am Hello,

can you please be more specific when describing your issue and what are your overall objectives?
That would really help.

1. Workbench that you're using.
2. What steps you have attempted other than the final screenshot regarding the observed error.

frcaduser
It appears as soon as I open it. The details of the install are provided above.
frcaduser
Posts: 352
Joined: Wed Apr 07, 2021 11:22 pm

Re: SMLogo.SVG popup message at start

Post by frcaduser »

... open what?
arxerxes
Posts: 61
Joined: Sun Jan 31, 2021 2:07 am

Re: SMLogo.SVG popup message at start

Post by arxerxes »

frcaduser wrote: Fri Jun 02, 2023 1:16 am ... open what?
I meant start FreeCAD.
User avatar
yorik
Founder
Posts: 13640
Joined: Tue Feb 17, 2009 9:16 pm
Location: Brussels
Contact:

Re: SMLogo.SVG popup message at start

Post by yorik »

Any additional error message in the FreeCAD report window?
arxerxes
Posts: 61
Joined: Sun Jan 31, 2021 2:07 am

Re: SMLogo.SVG popup message at start

Post by arxerxes »

yorik wrote: Mon Jun 12, 2023 1:40 pm Any additional error message in the FreeCAD report window?
Here it is:
18:39:55 0.676115 <asm3.main> init_gui.py(14): no solver backend found
18:39:55 Cannot find icon: /Users/UserIDremoved/Library/Application Support/FreeCAD/Mod/parts_library/./Resources/icons/SMLogo.svg
User avatar
yorik
Founder
Posts: 13640
Joined: Tue Feb 17, 2009 9:16 pm
Location: Brussels
Contact:

Re: SMLogo.SVG popup message at start

Post by yorik »

arxerxes wrote: Tue Jun 13, 2023 10:43 pm 18:39:55 Cannot find icon: /Users/UserIDremoved/Library/Application Support/FreeCAD/Mod/parts_library/./Resources/icons/SMLogo.svg
This comes from src/Gui/BitmapFactory.cpp: Base::Console().Warning("Cannot find icon: %s\n", name);
I can't understand what's calling it and why... This "SMLogo.svg" does not exist anywhere!?
Post Reply