View Issue Details

IDProjectCategoryView StatusLast Update
0002231ArchBugpublic2015-09-01 14:09
ReporterGoofy03 Assigned Toyorik  
PrioritynormalSeveritymajorReproducibilityalways
Status closedResolutionnot fixable 
PlatformLinuxOSArch linuxOS Version4.1.6-1-ARCH
Product Version0.15 
Fixed in Version0.16 
Summary0002231: Open an old 0.14 file take 30 min
DescriptionI have modelized my house with 0.14. Now when i try to reopen it with 0.15 it take 30 min. FreeCAD seem to be crash but finally open the file after 20 or 30 min … I try to save it with new version but the problem stay the same.
TagsNo tags attached.
FreeCAD Information

Activities

yorik

2015-08-29 23:00

administrator   ~0006304

Can you please attach your file?

Goofy03

2015-08-29 23:05

reporter  

Maison_final_01.fcstd (Attachment missing)

Goofy03

2015-08-29 23:06

reporter   ~0006305

ok file added

yorik

2015-08-30 15:40

administrator   ~0006306

It opens instantly for me in 0.16...
Can you paste here the info obtained from FreeCAD in menu help->About FreeCAD->copy to clipboard? (Load the Part workbench before doing that otherwise it doesn't show the OCC version)

Goofy03

2015-08-30 16:17

reporter   ~0006307

It try 0.16 too same problem i use the freecad-git aur package on arch …

This is for the 0.15 freecad arch standard pacakage

OS: "Arch Linux"
Word size of OS: 64-bit
Word size of FreeCAD: 64-bit
Version: 0.15.4671 (Git)
Branch: origin/releases/FreeCAD-0-15
Hash: 244b3aef360841646cbfe80a1b225c8b39c8380c
Python version: 2.7.9
Qt version: 4.8.6
Coin version: 3.1.3
OCC version: 6.9.0

yorik

2015-08-31 21:19

administrator   ~0006310

Hmm I'm still with OCC 6.8. It might be the cause of the problem...

Goofy03

2015-08-31 21:42

reporter   ~0006311

Last edited: 2015-08-31 21:42

ok i downgrade the opencascade pkg and you're right it take a minute now … I see the model tree but nothing is displaying in …

Get this kind of messages on all my models :
Cannot create object 'Pad': (/usr/lib/freecad/Part.so: undefined symbol: _ZNK17GeomAdaptor_Curve11NbIntervalsE13GeomAbs_Shape)
Lost link to 'Mur' while loading, maybe an object was not loaded correctly

I suppose the official arch package is compile for OCC 6.9 i going to compile the 0.16 with git aur package …

Goofy03

2015-08-31 23:30

reporter   ~0006312

Ok it work with 0.16 git pkg + OCC 6.8 but can't save the windows/doors even after modifications to correct «disappeared bug»

yorik

2015-09-01 00:20

administrator   ~0006313

Ok. Then we have apparently a bug in OCC 6.9...

In any case, your problem with windows not appearing is a bug in 0.14. To fix your file, enter this code in the python console and save it again:

import Draft
for o in FreeCAD.ActiveDocument.Objects:
    if Draft.getType(o) == "Window":
        o.removeProperty("Subvolume")
        o.touch()
FreeCAD.ActiveDocument.recompute()

Goofy03

2015-09-01 00:40

reporter   ~0006315

Cool everything is ok now :)

I hope I can work on modification for my building permit now and break all this concreate with a real jackhammer soon ;-) …

Thanks for your help

yorik

2015-09-01 14:09

administrator   ~0006316

Ok I'll close this bug report for now, since there is nothing we can do about it. Please reopen if needed.

Issue History

Date Modified Username Field Change
2015-08-29 11:48 Goofy03 New Issue
2015-08-29 23:00 yorik Note Added: 0006304
2015-08-29 23:05 Goofy03 File Added: Maison_final_01.fcstd
2015-08-29 23:06 Goofy03 Note Added: 0006305
2015-08-30 15:40 yorik Note Added: 0006306
2015-08-30 15:40 yorik Assigned To => yorik
2015-08-30 15:40 yorik Status new => assigned
2015-08-30 16:17 Goofy03 Note Added: 0006307
2015-08-31 21:19 yorik Note Added: 0006310
2015-08-31 21:42 Goofy03 Note Added: 0006311
2015-08-31 21:42 Goofy03 Note Edited: 0006311
2015-08-31 23:30 Goofy03 Note Added: 0006312
2015-09-01 00:20 yorik Note Added: 0006313
2015-09-01 00:40 Goofy03 Note Added: 0006315
2015-09-01 14:09 yorik Note Added: 0006316
2015-09-01 14:09 yorik Status assigned => closed
2015-09-01 14:09 yorik Resolution open => not fixable
2015-09-01 14:09 yorik Fixed in Version => 0.16