FreeCAD / FreeCAD-Bundle

Stand-alone repo to Build and Deploy installable FreeCAD images. Do not open general FreeCAD issues here.
https://freecad.org
GNU Lesser General Public License v2.1
312 stars 63 forks source link

Fix for FreeCAD dev silently closing #246

Closed casterle closed 3 months ago

casterle commented 3 months ago

For the last few dev releases, FreeCAD has been silently closing. I finally found time to look into the problem. Here's what fixed the issue (for me).

In User.cfg, I deleted the indicated lines.

        <FCParamGroup Name="DockWindows">
==>       <FCParamGroup Name="TaskWatcher">
==>         <FCBool Name="Enabled" Value="1"/>
==>       </FCParamGroup>
        </FCParamGroup>
maxwxyz commented 3 months ago

Is this still an issue in the latest weekly? If so please create an issue (if there is not already an existing one) here https://github.com/FreeCAD/FreeCAD/issues