Frecad 0.19 Possible bug in assembly4

Discussion about the development of the Assembly workbench.
Forum rules
Be nice to others! Respect the FreeCAD code of conduct!
User avatar
jruiz
Posts: 479
Joined: Tue Oct 28, 2014 1:07 pm
Contact:

Re: Frecad 0.19 Possible bug in assembly4

Post by jruiz »

Good morning.
Thanks for your answer:

The message a i got from addon managerr was:
---------------------
On branch master
Your branch is behind 'origin/master' by 45 commits, and can be fast-forwarded.
(use "git pull" to update your local branch)

Changes not staged for commit:
(use "git add <file>..." to update what will be committed)
(use "git checkout -- <file>..." to discard changes in working directory)

modified: Examples/Asm4_Example1/Bague.fcstd
modified: Examples/Asm4_Example1/Bielle.fcstd
modified: Examples/Asm4_Example1/Cuve.fcstd
modified: Examples/Asm4_Example1/Screw_CHC.fcstd
modified: Resources/library/Fasteners.FCStd

Untracked files:
(use "git add <file>..." to include in what will be committed)

Examples/Asm4_Example1/Bague.fcstd1
Examples/Asm4_Example1/Bague.fcstd2
Examples/Asm4_Example1/Bielle.fcstd1
Examples/Asm4_Example1/Cuve.fcstd1
Examples/Asm4_Example1/Screw_CHC.fcstd1
Examples/Asm4_Example1/aaa.FCStd
Examples/Asm4_Example1/aaa.FCStd1
Examples/Asm4_Example1/aaa.FCStd2
Examples/Tutorial2/
Resources/library/Fasteners.FCStd1
__pycache__/

no changes added to commit (use "git add" and/or "git commit -a")

-----------------

I deleted the folder ~/.FreCAD/Mod/Assembly4 then reinstalled Assembly4 using the addon manager.
The bug was solved.
Thanks again.
Saludos.
I have uploaded many FreeCAD video tutorials to my YouTube channel
User avatar
Zolko
Veteran
Posts: 2213
Joined: Mon Dec 17, 2018 10:02 am

Re: Frecad 0.19 Possible bug in assembly4

Post by Zolko »

jruiz wrote: Wed Jan 22, 2020 10:10 am I deleted the folder ~/.FreCAD/Mod/Assembly4 then reinstalled Assembly4 using the addon manager.
The bug was solved.
nice. I think that I'll add a note about failing of updating, because sometimes this seems to happen. Cheers
try the Assembly4 workbench for FreCAD — tutorials here and here
User avatar
easyw-fc
Veteran
Posts: 3630
Joined: Thu Jul 09, 2015 9:34 am

Re: Frecad 0.19 Possible bug in assembly4

Post by easyw-fc »

jruiz wrote: Wed Jan 22, 2020 10:10 am Good morning.
Thanks for your answer:

The message a i got from addon managerr was:
---------------------
On branch master
Your branch is behind 'origin/master' by 45 commits, and can be fast-forwarded.
(use "git pull" to update your local branch)

Changes not staged for commit:
(use "git add <file>..." to update what will be committed)
(use "git checkout -- <file>..." to discard changes in working directory)

modified: Examples/Asm4_Example1/Bague.fcstd
modified: Examples/Asm4_Example1/Bielle.fcstd
modified: Examples/Asm4_Example1/Cuve.fcstd
modified: Examples/Asm4_Example1/Screw_CHC.fcstd
modified: Resources/library/Fasteners.FCStd

Untracked files:
(use "git add <file>..." to include in what will be committed)

Examples/Asm4_Example1/Bague.fcstd1
Examples/Asm4_Example1/Bague.fcstd2
Examples/Asm4_Example1/Bielle.fcstd1
Examples/Asm4_Example1/Cuve.fcstd1
Examples/Asm4_Example1/Screw_CHC.fcstd1
Examples/Asm4_Example1/aaa.FCStd
Examples/Asm4_Example1/aaa.FCStd1
Examples/Asm4_Example1/aaa.FCStd2
Examples/Tutorial2/
Resources/library/Fasteners.FCStd1
__pycache__/

no changes added to commit (use "git add" and/or "git commit -a")

-----------------

I deleted the folder ~/.FreCAD/Mod/Assembly4 then reinstalled Assembly4 using the addon manager.
The bug was solved.
Thanks again.
Saludos.
that is an annoying issue that can happen with the Addons manager when you also have cloned the repo locally.
I use to solve the issue deleting the WB through the Addons manager itself and then reinstall it using again tha Addons manager...

This should be avoided or at least addressed at the Addons wiki in FC.
User avatar
adrianinsaval
Veteran
Posts: 5541
Joined: Thu Apr 05, 2018 5:15 pm

Re: Frecad 0.19 Possible bug in assembly4

Post by adrianinsaval »

I asked if an option to force reinstallation of a workbench in these cases can be added, in case you guys are interested:
https://forum.freecadweb.org/viewtopic. ... 10#p362464
run_the_race
Posts: 161
Joined: Mon Feb 01, 2021 7:22 pm

Re: Frecad 0.19 Possible bug in assembly4

Post by run_the_race »

I got a round a similar error message when I changed the source and had uncommitted changes like this:

click uninstall the workbench, then click reinstall it, restart FreeCADeasy!
Post Reply