Skip to main content

Posts

Showing posts with the label Errors

FreeCAD Error Index With Resolutions

The starts of a List of #FreeCAD Errors With Resolution / Fix / Work around To date there is no known list of error messages with resolutions in existence.  The process of creating such a list is not straight forward.  You may think that all that is needed is for a programmer to go through the code and list them along with the resolution, but it is not that straight forwards. FreeCAD is written in C++ and modules can be written in both C++ and Python. If your developer or have an understanding of the coding languages used then you could search the projects github repository.  Looking through the code for the commands that output the standard information, error and warning message to the screen will allow a list to be compiled detailing these errors.  I have included the links below to allow you to take a look at where in the source code that these messages are echoed to the screen : https://github.com/FreeCAD/FreeCAD/search?q=printerror https://github.com/FreeCAD/...