Skip to content
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

Font asset not found exception on startup #116

Open
adospace opened this issue Aug 20, 2024 · 3 comments
Open

Font asset not found exception on startup #116

adospace opened this issue Aug 20, 2024 · 3 comments
Assignees

Comments

@adospace
Copy link

Describe the bug
After setting up Fluent icons an exception is raised at startup:
java.lang.RuntimeException: Font asset not found /data/user/0/com.companyname.mauiapp28/cache/Fluent_Icons_Regular.ttf
at android.graphics.Typeface.createFromAsset(Typeface.java:1061)

even if the icons are correctly displayed.

To Reproduce
Steps to reproduce the behavior:

  1. Create a brand new MAUI project
  2. Setup Fluent Maui Icons
  3. Show an icon on the page
  4. An internal exception is raised

Expected behavior
No exception should be raised

Screenshots
image

Desktop and Smartphone (please complete the following information):

  • OS: Android
  • Version API 34

Additional context
Attached sample project the reproduce the issue
MauiApp28.zip

@AathifMahir
Copy link
Owner

Seems like an Issue with Maui Itself
dotnet/maui#24059

Will look into this further to figure out, if the issue is only from Maui or also Both the MauiIcons and Maui Causing it

@MaxxDelusional
Copy link

I am seeing this issue too. Will this prevent my app from passing the Play Store verification process?

@AathifMahir
Copy link
Owner

AathifMahir commented Oct 8, 2024

I am seeing this issue too. Will this prevent my app from passing the Play Store verification process?

Unfortunately, This issue has to do with Maui as far as My Testing, We should probably need to wait for fix on Maui Side of things. Additionally I don't think Google Play Store would Flag and Prevent you from publishing a new build

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants