Release of v0.17

Here's the place for discussion related to coding in FreeCAD, C++ or Python. Design, interfaces and structures.
Forum rules
Be nice to others! Respect the FreeCAD code of conduct!
jaisejames
Posts: 384
Joined: Sat Sep 24, 2016 6:51 am

Re: Release of v0.17

Post by jaisejames »

wmayer wrote: Tue Apr 17, 2018 10:54 am It's rather unusual that it stops in Points because it's a very lightweight library. Stopping in Part might be possible when starting FreeCAD the very first time after a (re)boot because it must load all dependencies (mainly OCCT libs) into memory and this can indeed take a while.
I installed latest release build, it stop at mod/point only.
abdullah
Veteran
Posts: 4935
Joined: Sun May 04, 2014 3:16 pm
Contact:

Re: Release of v0.17

Post by abdullah »

Any fire-brigading to be done post-release?
wmayer
Founder
Posts: 20243
Joined: Thu Feb 19, 2009 10:32 am
Contact:

Re: Release of v0.17

Post by wmayer »

jaisejames wrote: Fri Apr 20, 2018 3:18 pm
wmayer wrote: Tue Apr 17, 2018 10:54 am It's rather unusual that it stops in Points because it's a very lightweight library. Stopping in Part might be possible when starting FreeCAD the very first time after a (re)boot because it must load all dependencies (mainly OCCT libs) into memory and this can indeed take a while.
I installed latest release build, it stop at mod/point only.
And how exactly do you know that it stops in Points? At startup the only two things that happen is to register some file formats and adding an entry to the workbench switcher. At that time it does not even load a dll -- unless it's your default workbench.
jaisejames
Posts: 384
Joined: Sat Sep 24, 2016 6:51 am

Re: Release of v0.17

Post by jaisejames »

In startup, as shown in attachment, it stops there for 12 sec & continues. You can see that I can take screen shot over there[attachment]. Any method to Profile startup?

Still It is wonderful release so much improvement to last 0.16. Thank for developers for that.

My Info:
OS: Windows 7
Word size of OS: 32-bit
Word size of FreeCAD: 32-bit
Version: 0.17.13515 (Git)
Build type: Release
Branch: releases/FreeCAD-0-17
Hash: e17b340949b75a226cc7d89989b0aa238ccfc75f
Python version: 2.7.14
Qt version: 4.8.7
Coin version: 4.0.0a
OCC version: 7.2.0
Locale: English/India (en_IN)
Attachments
During startup freecad loading.jpg
During startup freecad loading.jpg (27.95 KiB) Viewed 1960 times
wmayer
Founder
Posts: 20243
Joined: Thu Feb 19, 2009 10:32 am
Contact:

Re: Release of v0.17

Post by wmayer »

In startup, as shown in attachment, it stops there for 12 sec & continues. You can see that I can take screen shot over there[attachment]. Any method to Profile startup?
As you can see in the message it says "Initializing C:\Program Files\FreeCAD 0.17\Mod\Points... done" which means that it has successfully added the Points module. So, the culprit must be the module that will be initialized after the Points module.
jaisejames
Posts: 384
Joined: Sat Sep 24, 2016 6:51 am

Re: Release of v0.17

Post by jaisejames »

From startup log, problematic modules may be Draft & Arch. They are loaded after Point & Part

I updated to latest. Now it stops in Point & Part done loading

OS: Windows 7
Word size of OS: 32-bit
Word size of FreeCAD: 32-bit
Version: 0.17.13519 (Git)
Build type: Release
Branch: releases/FreeCAD-0-17
Hash: 1a8b868018f45ea486c0023fdbfeb06febc1fb89
Python version: 2.7.14
Qt version: 4.8.7
Coin version: 4.0.0a
OCC version: 7.2.0
Locale: English/India (en_IN)
User avatar
yorik
Founder
Posts: 13640
Joined: Tue Feb 17, 2009 9:16 pm
Location: Brussels
Contact:

Re: Release of v0.17

Post by yorik »

jaisejames wrote: Tue Apr 24, 2018 7:38 amFrom startup log, problematic modules may be Draft & Arch.
What does it say?
cox
Posts: 971
Joined: Wed Nov 26, 2014 11:37 pm

Re: Release of v0.17

Post by cox »

When downloading 0.17 from the dowloads page https://freecadweb.org/wiki/Download the linked file is FreeCAD_0.17.13509.glibc2.17-x86_64.AppImage and not the updated FreeCAD-13519.glibc2.17-x86_64.AppImage, is this intentional?
Need help? Feel free to ask, but please read the guidelines first
User avatar
NormandC
Veteran
Posts: 18589
Joined: Sat Feb 06, 2010 9:52 pm
Location: Québec, Canada

Re: Release of v0.17

Post by NormandC »

It was an oversight (I fixed it a few days ago). Why would it be intentional?
cox
Posts: 971
Joined: Wed Nov 26, 2014 11:37 pm

Re: Release of v0.17

Post by cox »

Perfect, thanks.

Might be some problem with the new image?
Need help? Feel free to ask, but please read the guidelines first
Post Reply