[Bug] Add-ons manager stops.

Have some feature requests, feedback, cool stuff to share, or want to know where FreeCAD is going? This is the place.
Forum rules
Be nice to others! Read the FreeCAD code of conduct!
fcaduser
Posts: 446
Joined: Wed Feb 19, 2014 6:53 pm
Location: Near Paris, France

Re: [Bug ?] Add-ons manager stops.

Post by fcaduser »

The problem is still here.
The window freezes exactly at the same point.
I have to kill FC.

I noticed AddonManager is now correctly loaded.

Capture d’écran de 2022-08-11 15-17-45.png
Capture d’écran de 2022-08-11 15-17-45.png (198.04 KiB) Viewed 597 times
User avatar
chennes
Veteran
Posts: 3876
Joined: Fri Dec 23, 2016 3:38 pm
Location: Norman, OK, USA
Contact:

Re: [Bug] Add-ons manager stops.

Post by chennes »

So you are now back to being unable to close that window? Did this just start in the last couple of weeks? I've added some code that tries to check installed Python packages for available updates using pip, so maybe there is something going wrong there.
Chris Hennes
Pioneer Library System
GitHub profile, LinkedIn profile, chrishennes.com
fcaduser
Posts: 446
Joined: Wed Feb 19, 2014 6:53 pm
Location: Near Paris, France

Re: [Bug] Add-ons manager stops.

Post by fcaduser »

I had a perfectly working FC regarding the AddonManager, which was built about a month ago (I deleted it), then I built several FC since few days ago and the problem with AM appeared. My last report now includes your yesterday commit.

At least there is a constant : this is "frame" that makes trouble.
Last edited by fcaduser on Thu Aug 11, 2022 6:17 pm, edited 1 time in total.
User avatar
chennes
Veteran
Posts: 3876
Joined: Fri Dec 23, 2016 3:38 pm
Location: Norman, OK, USA
Contact:

Re: [Bug] Add-ons manager stops.

Post by chennes »

I'm guessing that it's the pip update check code that's locking up, although it's not running on the GUI thread so I'm surprised the "X" doesn't work to close the window. I will try to poke at it when I have a chance.
Chris Hennes
Pioneer Library System
GitHub profile, LinkedIn profile, chrishennes.com
fcaduser
Posts: 446
Joined: Wed Feb 19, 2014 6:53 pm
Location: Near Paris, France

Re: [Bug] Add-ons manager stops.

Post by fcaduser »

Ok, let me know if there will be any testing to do. In the meantime, I'll do a manual install for the modules I'm missing.
Post Reply