Addon manager locks up, FreeCAD doesn't launch correctly until after reboot

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
abowers
Posts: 18
Joined: Sun Mar 04, 2018 6:59 pm

Addon manager locks up, FreeCAD doesn't launch correctly until after reboot

Post by abowers »

I guess this is where you report bugs?

I'm on the Flatpak version of FreeCAD on Linux Mint. If I open the Addon Manager and click on an addon, it populates the right-hand window of the Addon Manager with data, then hard locks up. I click a few times and I get the "Addon Manager is taking too long to respond. Force quit?" message, and after doing that, FreeCAD won't launch properly until I reboot the computer. If I try, it gets to the point where it draws the window but it hangs before it draws its own graphics.

Help > About Sytem info:
OS: KDE Flatpak runtime (X-Cinnamon/cinnamon)
Word size of OS: 64-bit
Word size of FreeCAD: 64-bit
Version: 0.19.14555 (Git shallow)
Build type: Release
Branch: (HEAD detached at 0.19.4)
Hash: 476ecf091941bead59b14e44afa6064d5a66afa3
Python version: 3.9.9
Qt version: 5.15.3
Coin version: 4.0.0
OCC version: 7.5.1
Locale: English/United States (en_US)


Running it from the terminal, that lockup produces the following error:

Code: Select all

Traceback (most recent call last):
  File "/app/freecad/Mod/AddonManager/addonmanager_workers.py", line 590, in run
    label = self.loadImages(message, self.repos[self.idx][1], self.repos[self.idx][0])
  File "/app/freecad/Mod/AddonManager/addonmanager_workers.py", line 636, in loadImages
    f = open(storename, "wb")
OSError: [Errno 36] File name too long: '/home/username/.FreeCAD/AddonManager/Images/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f467265654341442532306164646f6e2532306d616e616765722d617661696c61626c652d627269676874677265656e'
User avatar
chennes
Veteran
Posts: 3911
Joined: Fri Dec 23, 2016 3:38 pm
Location: Norman, OK, USA
Contact:

Re: Addon manager locks up, FreeCAD doesn't launch correctly until after reboot

Post by chennes »

Thanks for the report -- we'll be releasing FreeCAD 0.20 shortly, which won't have that bug in it. If you'd like to try it out, check out the builds here:
https://github.com/FreeCAD/FreeCAD-Bund ... kly-builds
Chris Hennes
Pioneer Library System
GitHub profile, LinkedIn profile, chrishennes.com
User avatar
adrianinsaval
Veteran
Posts: 5551
Joined: Thu Apr 05, 2018 5:15 pm

Re: Addon manager locks up, FreeCAD doesn't launch correctly until after reboot

Post by adrianinsaval »

you may also try the version from the flathub-beta repo
Post Reply