-
Notifications
You must be signed in to change notification settings - Fork 225
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Could not load font in multi module project on Windows [custom font from server] #1701
Comments
Verified issue is occuring on Mac OS as well. Thanks for reporting! |
Looks like the file path that is failing is something like this
I have a hunch that so in your provided repro project you are using a server font and not a locally provided font. When testing with 1.3.4 I am still seeing the provided error. 1.3.3 has a separate error. |
Thanks @geoff-powell for the fast response and taking care. Sorry I've accidentally added the server font. If you add an locally provided font you'll get this errors as well. Do you need another example with a local provided font? |
I am experiencing this issue as well. My current workaround is to copy the custom local fonts into the module with the screenshot tests. |
this issue still exists in version 1.3.5 on windows 11 but not on Mac, suffering the same problem that can not load font in muti module, detail logs as below |
Description
Trying to use a custom font resource added in a second module on Windows with Paparazzi version 1.3.5 leads to following error:
The error only appears on Windows. With Linux it works.
It also worked with version 1.3.3 and 1.3.4 on Windows
Steps to Reproduce
On you Windows Machine:
Minimal Example:
MinimalExample.zip
Expected behavior
I don't get an error when using a custom font.
Additional information:
Thanks & Best Regards
Tim
The text was updated successfully, but these errors were encountered: