802 views
in GUI Development by
When I try to save my UI project, I get the following error message within the Log window:

'Fatal error Core : The saving of the unit 'Core' is failed.';

How to solve this?

2 Answers

0 votes
by

The reason is the write protection of the Mosaic *.EWU files. To solve this problem, close the project without saving the Mosaic units. After loading the project again, the problem is solved.

The Mosaic unit files are located in the subfolder ‘Mosaic’ of your Embedded Wizard installation directory. If you have deactivated the write protection for a Mosaic unit *.EWU file and saved your project, the modified Mosaic unit is stored with your changes. Then you need either to copy the original file from another PC or reinstall the Embedded Wizard Software.

Please avoid any modification within the Mosaic class library!

0 votes
by
Changing the Mosaic classes shall be avoided as far as possible. If you need any modification within the base behaviour of the Mosaic classes, you can create a variant of this class within your project and set variant condition to 'true'. Within this variant you can overwrite the implementation. Using variants allows you to keep all classes derived from the Mosaic classes untouched.
Please note that with a new version of Embedded Wizard the internat implementation of Mosaic classes can change!

Ask Embedded Wizard - Archive

Welcome to the Ask Embedded Wizard archive. This community forum served us well for many years, but we've evolved our support approach!

Your resources:

The Embedded Wizard Online Documentation provides comprehensive documentation, tutorials, examples and ready-to-use software packages.

For dedicated assistance, explore our Embedded Wizard Product Support.

You can still browse the valuable discussions from our community history here.

Embedded Wizard Website | Privacy Policy | Imprint

...