[Solved] Assembly 2 Crashing when inserting part

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
Celica_Supra

[Solved] Assembly 2 Crashing when inserting part

Post by Celica_Supra »

Hi All;

I installed Assembly 2 hoping to learn and every time I try to insert a part FreeCAD crashes immediately. Please see video below:

https://www.youtube.com/watch?v=S_G9E0K ... e=youtu.be

Assembly 2 was installed using:

$ sudo apt-get install git python-numpy python-pyside
$ mkdir ~/.FreeCAD/Mod
$ cd ~/.FreeCAD/Mod
$ git clone https://github.com/hamish2014/FreeCAD_assembly2.git
$ cd ~/.FreeCAD/Mod/FreeCAD_assembly2
$ git pull
$ rm *.pyc

Ubuntu 18.04
FreeCAD 0.17 REV 13541
Word Size: 64 Bit
Dell Precision 7520
Xeon i7
32 GB RAM

Thanks for any help!
Last edited by Celica_Supra on Fri Nov 09, 2018 12:38 pm, edited 1 time in total.
chrisb
Veteran
Posts: 54273
Joined: Tue Mar 17, 2015 9:14 am

Re: Assembly 2 Crashing when inserting part

Post by chrisb »

If you encounter crashes, you should try the current 0.18 version, which has received many bugfixes. You can install Assembly2 via AddonManager.
A Sketcher Lecture with in-depth information is available in English, auf Deutsch, en français, en español.
Celica_Supra

Re: Assembly 2 Crashing when inserting part

Post by Celica_Supra »

chrisb wrote: Thu Nov 08, 2018 6:40 am If you encounter crashes, you should try the current 0.18 version, which has received many bugfixes. You can install Assembly2 via AddonManager.
That worked- thank you so much for your help. Even the basic answers make a big difference when you're new. This is my first question I've ever posted - is it customary to mark yours as correct or anything like that?
chrisb
Veteran
Posts: 54273
Joined: Tue Mar 17, 2015 9:14 am

Re: Assembly 2 Crashing when inserting part

Post by chrisb »

Celica_Supra wrote: Fri Nov 09, 2018 2:41 amis it customary to mark yours as correct or anything like that?
You can edit the first post of this topic and change the subject by adding "[Solved]" at the beginning of the subject. You edit a post with clicking on the pen icon at the right upper corner of the post.
A Sketcher Lecture with in-depth information is available in English, auf Deutsch, en français, en español.
Celica_Supra

Re: [Solved] Assembly 2 Crashing when inserting part

Post by Celica_Supra »

Thanks Again
User avatar
Kunda1
Veteran
Posts: 13434
Joined: Thu Jan 05, 2017 9:03 pm

Re: [Solved] Assembly 2 Crashing when inserting part

Post by Kunda1 »

Celica_Supra wrote: Fri Nov 09, 2018 12:38 pm Thanks Again
Congrats on your first question. Hope to see more of them ;)
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
Post Reply