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!
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 »

I also have the transparency/save picture problem, but it's there since as long as I remember. It shouldn't be a showstopper for the release. Is there an issue open for it already?
peterl94
Veteran
Posts: 1001
Joined: Thu May 23, 2013 7:31 pm
Location: United States

Re: Release of v0.17

Post by peterl94 »

@sgrogan, here is the libpacks with release versions of occt7.2 and nglib. It looks like we need a debug version of tcl/tk for occt draw module. Also, I haven't tested the 32-bit version. https://drive.google.com/file/d/1wV_oZh ... sp=sharing
https://drive.google.com/open?id=1JXrFK ... bmx0An64vf
wmayer
Founder
Posts: 20243
Joined: Thu Feb 19, 2009 10:32 am
Contact:

Re: Release of v0.17

Post by wmayer »

Kunda1 wrote: Tue Apr 03, 2018 7:43 pm @wmayer recent crash bug issue #3416
Fixed.
wmayer
Founder
Posts: 20243
Joined: Thu Feb 19, 2009 10:32 am
Contact:

Re: Release of v0.17

Post by wmayer »

jmaustpc wrote: Wed Apr 04, 2018 6:26 am https://forum.freecadweb.org/viewtopic.php?f=19&t=27764

Don't know if you think it needs to be fixed before release or not.

It happens when a 0 is entered.......

Jim
Fixed
User avatar
easyw-fc
Veteran
Posts: 3629
Joined: Thu Jul 09, 2015 9:34 am

Re: Release of v0.17

Post by easyw-fc »

sgrogan wrote: FreeCAD-0.0.17.rc-1_x64_unstable_setup.exe
I found that git seems not to be packaged correctly
import git
Traceback (most recent call last):
File "<input>", line 1, in <module>
File "C:\FreeCAD_rc1\bin\lib\site-packages\git\__init__.py", line 82, in <module>
refresh()
File "C:\FreeCAD_rc1\bin\lib\site-packages\git\__init__.py", line 73, in refresh
if not Git.refresh(path=path):
File "C:\FreeCAD_rc1\bin\lib\site-packages\git\cmd.py", line 230, in refresh
cls().version()
File "C:\FreeCAD_rc1\bin\lib\site-packages\git\cmd.py", line 551, in <lambda>
return lambda *args, **kwargs: self._call_process(name, *args, **kwargs)
File "C:\FreeCAD_rc1\bin\lib\site-packages\git\cmd.py", line 1010, in _call_process
return self.execute(call, **exec_kwargs)
File "C:\FreeCAD_rc1\bin\lib\site-packages\git\cmd.py", line 732, in execute
**subprocess_kwargs
File "C:\FreeCAD_rc1\bin\lib\subprocess.py", line 390, in __init__
errread, errwrite)
File "C:\FreeCAD_rc1\bin\lib\subprocess.py", line 640, in _execute_child
startupinfo)
TypeError: environment can only contain strings
same error in FreeCAD_0.17.13488_x64_dev_win.7z
User avatar
sgrogan
Veteran
Posts: 6499
Joined: Wed Oct 22, 2014 5:02 pm

Re: Release of v0.17

Post by sgrogan »

easyw-fc wrote: Wed Apr 04, 2018 3:16 pm same error in FreeCAD_0.17.13488_x64_dev_win.7z
Ahh, I meant to remove this. See here: https://forum.freecadweb.org/viewtopic.php?f=10&t=27213
"fight the good fight"
User avatar
bernd
Veteran
Posts: 12849
Joined: Sun Sep 08, 2013 8:07 pm
Location: Zürich, Switzerland
Contact:

Re: Release of v0.17

Post by bernd »

sgrogan wrote: Tue Apr 03, 2018 9:40 pm
bernd wrote: Tue Apr 03, 2018 5:30 pm @sgrogan
what version of ccx and gmsh will be included in win release?
ccx is 2.12, I'll see if I can update gmsh to 3.0.6.
bernd wrote: Tue Apr 03, 2018 5:30 pm IfcOpenShell in win builds is quite outdated. They had a release some weeks ago. version 0.5 we may include this binary?
Hmm, let's see if I remember how to build this ;)
there is a build script see readme https://github.com/IfcOpenShell/IfcOpen ... /readme.md
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 »

The 0.17 branch is done https://github.com/FreeCAD/FreeCAD/tree ... eeCAD-0-17

@sgrogan, @peterl94 what is missing on your part for the release?

Anybody else sees something missing?
User avatar
NormandC
Veteran
Posts: 18587
Joined: Sat Feb 06, 2010 9:52 pm
Location: Québec, Canada

Re: Release of v0.17

Post by NormandC »

yorik wrote: Fri Apr 06, 2018 1:00 pm The 0.17 branch is done https://github.com/FreeCAD/FreeCAD/tree ... eeCAD-0-17
w00t! :D
User avatar
Kunda1
Veteran
Posts: 13434
Joined: Thu Jan 05, 2017 9:03 pm

Re: Release of v0.17

Post by Kunda1 »

NormandC wrote: Fri Apr 06, 2018 2:05 pm
yorik wrote: Fri Apr 06, 2018 1:00 pm The 0.17 branch is done https://github.com/FreeCAD/FreeCAD/tree ... eeCAD-0-17
w00t! :D
phpBB [video]
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