Replies: 1 comment 5 replies
-
|
If you haven't tried this already I would try adding a NewBcContainer.ps1 override in your build (See docs here: That way you can add the fonts during the build just after the container has been created. If this doesn't work you might need to get further help from Yaveon support |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

Uh oh!
There was an error while loading. Please reload this page.
-
We are depending on a 3rd party app from Yaveon. Currently the workflow fails on app "Yaveon 365 Process Base", however we are not certain that the other apps would succeed, as they are not attempted.
The error we encounter is "Invalid font family: the font 'Segoe UI' is not installed"
Yaveon support has provided us with the attached code (See "Yaveon install fonts.txt") to resolve the issue, but we have not been able to implement the fix in the workflow.
We have tried to incorporate installing fonts into several different points in the build step as we assume the BC container must be created and running before installing the fonts.
We have not been able to add this code without running into other errors.
Can you assist in adding these fonts to the BC container?
Error:
Unexpected error when running action. Error Message: Could not install the extension 'Yaveon 365 Process Base' by 'YAVEON GMBH' (version '11.4.99.0') on tenant 'default' and company 'CRONUS Danmark A/S' due to the following error:
'Errors were detected in the RDLC layout:
Invalid font family: the font 'Segoe UI' is not installed.
Invalid font family: the font 'Segoe UI' is not installed.
Invalid font family: the font 'Segoe UI' is not installed.
Invalid font family: the font 'Segoe UI' is not installed.
Invalid font family: the font 'Segoe UI' is not installed.
Invalid font family: the font 'Segoe UI' is not installed.
Invalid font family: the font 'Segoe UI' is not installed.
Invalid font family: the font 'Segoe UI' is not installed.
Workflow run: https://github.com/FellowmindBCDK/Crispyfood/actions/runs/19026805487
Yaveon install fonts.txt
_BuildALGoProject (1).yaml
logs_48985453148.zip
Beta Was this translation helpful? Give feedback.
All reactions