Access violation when importing Assembly 4 model

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
pwnOrbitals
Posts: 1
Joined: Tue Aug 04, 2020 3:31 pm

Access violation when importing Assembly 4 model

Post by pwnOrbitals »

Good afternoon,

I have a number of STL files I want to create an assembly of. Here is how I tried doing it :

For each STL file, create a Freecad file. Create the Assembly4 model and set it as active. Save, close and reopen, then import my STL geometry and drag it on the Assembly4 Model to register it.

I then created a master assembly file where I created the assembly4 model, set it as active, save, close, reopen. After this, in the "Insert a link to a part" menu, select the imported file and click Insert.

This gives me an Exception(<date>): Access violation.

Does anyone have any idea where this can come from ?

FreeCAD info :
OS: Windows 10
Word size of OS: 64-bit
Word size of FreeCAD: 64-bit
Version: 0.18.4 (GitTag)
Build type: Release
Branch: releases/FreeCAD-0-18
Hash: 980bf9060e28555fecd9e3462f68ca74007b70f8
Python version: 3.6.6
Qt version: 5.6.2
Coin version: 4.0.0a
OCC version: 7.3.0
Locale: French/France (fr_FR)

EDIT : Fixed by upgrading to :
OS: Windows 10 (10.0)
Word size of OS: 64-bit
Word size of FreeCAD: 64-bit
Version: 0.19.22164 (Git)
Build type: Release
Branch: master
Hash: f2a9f712e8d68ee2393d0fe748c02096c4148a32
Python version: 3.8.5
Qt version: 5.12.5
Coin version: 4.0.0
OCC version: 7.4.0
Locale: French/France (fr_FR)
Post Reply