Search found 6432 matches

by sgrogan
Sat Dec 11, 2021 4:42 pm
Forum: Install / Compile
Topic: Cmake build option defaut? Minimal for sketcher dev?
Replies: 5
Views: 2991

Re: Cmake build option defaut? Minimal for sketcher dev?

paddle wrote: Sat Dec 11, 2021 2:31 pm If I want to start from scratch, can I just create a new build folder and reconfigure cMake on that new folder?
Yes, you probably have left over stuff in the existing build folder.
by sgrogan
Fri Dec 10, 2021 9:14 pm
Forum: Install / Compile
Topic: Cmake build option defaut? Minimal for sketcher dev?
Replies: 5
Views: 2991

Re: Cmake build option defaut? Minimal for sketcher dev?

- can you tell me which are the minimal options to build freecad for the part design/sketcher to work properly? This worked for me. //Build the FreeCAD addon manager module BUILD_ADDONMGR:BOOL=OFF //Build the FreeCAD Architecture module BUILD_ARCH:BOOL=OFF //Build the FreeCAD Assembly module BUILD_...
by sgrogan
Thu Dec 09, 2021 8:56 pm
Forum: Python scripting and macros
Topic: Macro store locations
Replies: 9
Views: 2675

Re: Macro store locations

AtD wrote: Thu Dec 09, 2021 11:06 am Just one simple questions: is it possible, as the GUI suggests, that we have a user and a system macro location?
If yes, where is this system macro location?
What OS are you on?
by sgrogan
Mon Nov 22, 2021 7:18 pm
Forum: Help on using FreeCAD
Topic: App totally closes when trying to Select all constraints using Cmd + A
Replies: 20
Views: 3933

Re: App totally closes when trying to Select all constraints using Cmd + A

uwestoehr wrote: Mon Nov 22, 2021 7:13 pm Oh, then I was too fast ;) , I just backported it since i could now verify the crash is fixed.
Looks like I pulled 24360, so I should be able to verify the fix, if not the crash. ;)
by sgrogan
Mon Nov 22, 2021 7:08 pm
Forum: Help on using FreeCAD
Topic: App totally closes when trying to Select all constraints using Cmd + A
Replies: 20
Views: 3933

Re: App totally closes when trying to Select all constraints using Cmd + A

Following the OP and chrisb's addition I get an "access violation" pop-up with SEH enabled for version: OS: Windows 10 Version 2009 Word size of FreeCAD: 64-bit Version: 0.20.26457 (Git) Build type: Release Branch: master Hash: 563743e7e657321ae4e02eeeb9af83e378903e4e Python version: 3.8.6...
by sgrogan
Mon Nov 22, 2021 6:46 pm
Forum: Help on using FreeCAD
Topic: App totally closes when trying to Select all constraints using Cmd + A
Replies: 20
Views: 3933

Re: App totally closes when trying to Select all constraints using Cmd + A

openBrain wrote: Mon Nov 22, 2021 6:40 pm My ignorance. Thx for info.
No worries, @wmayer had to explain it to me a couple times. One of the few advantages of the MSVC compiler. I think its possible with clang, but FreeCAD doesn't do it by default.

You can turn off SEH in CMake, or do a debug build, to get the crash and stack trace.
by sgrogan
Mon Nov 22, 2021 6:37 pm
Forum: Help on using FreeCAD
Topic: App totally closes when trying to Select all constraints using Cmd + A
Replies: 20
Views: 3933

Re: App totally closes when trying to Select all constraints using Cmd + A

There's no obvious reason why you couldn't reproduce in Windows (that's a null pointer dereferencing). Notice in 0.20, shortcuts have been changed, so to reproduce, you have to select 2 constraints then click on 'Contrain internal alignment' (with mouse -- no more keyboard shortcut for this functio...
by sgrogan
Tue Oct 26, 2021 10:19 pm
Forum: Install / Compile
Topic: Launch from Windows installer fails to drop privileges
Replies: 113
Views: 36618

Re: Launch from Windows installer fails to drop privileges

uwestoehr wrote: Mon Oct 25, 2021 12:32 pm What I will now (as soon I find time) do is to assure the option is off by default. So people with less knowledge will not run into this.
This is all I ask for. Thanks :)
by sgrogan
Tue Oct 26, 2021 10:05 pm
Forum: Packaging
Topic: Chocolatey Package Immutable
Replies: 2
Views: 4340

Re: Chocolatey Package Immutable

Hi All, This is on me. The issue/excuse is that the installer changed but not the underlying FreeCAD version. I needed to change the filename, which is the same as the link to distinguish between the two. I don't have an excuse for not changing this in a consistent way, We should probably establish...
by sgrogan
Sun Oct 17, 2021 9:48 pm
Forum: Install / Compile
Topic: Launch from Windows installer fails to drop privileges
Replies: 113
Views: 36618

Re: Launch from Windows installer fails to drop privileges

chrisb wrote: Sun Oct 17, 2021 9:13 pm This doesn't make sense. In that case there is no option to install for all users.
No, if you start the installer as user the option exists. NCIS elevates permissions if you choose "Install for all users"