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

Install MAUI exe on server 2019 not seen the fonts #7866

Open
Eilon opened this issue Oct 25, 2022 · 9 comments
Open

Install MAUI exe on server 2019 not seen the fonts #7866

Eilon opened this issue Oct 25, 2022 · 9 comments
Labels
area-TextBlocks TextBlock, RichTextBlock bug Something isn't working team-Markup Issue for the Markup team

Comments

@Eilon
Copy link
Member

Eilon commented Oct 25, 2022


Issue moved from dotnet/maui#10899


From @danies8 on Tuesday, October 25, 2022 2:51:33 PM

Description

Install MAUI exe on sever 2019 not seen the fonts!!!

Steps to Reproduce

  1. Create MAUI app.
  2. Install it as described in this ticket: Run Maui MSI on window server 2019 not working. dotnet/maui#8830
  3. The fonts are not seen.
  4. How do I install the fonts ?
    image

Link to public reproduction project repository

....

Version with bug

6.0.486 (current)

Last version that worked well

Unknown/Other

Affected platforms

Windows

Affected platform versions

...

Did you find any workaround?

No,
How do I install the fonts ?

Relevant log output

No
@Eilon
Copy link
Member Author

Eilon commented Oct 25, 2022


Issue moved from dotnet/maui#10899

  • Please respond to @msftbot[bot].

From @msftbot[bot] on Tuesday, October 25, 2022 6:08:18 PM

We've moved this issue to the Backlog milestone. This means that it is not going to be worked on for the coming release. We will reassess the backlog following the current release and consider this item at that time. To learn more about our issue management process and to have better expectation regarding different types of issues you can read our Triage Process.

@Eilon
Copy link
Member Author

Eilon commented Oct 25, 2022


Issue moved from dotnet/maui#10899


From @danies8 on Tuesday, October 25, 2022 6:14:25 PM

@PureWeen is there solution for this problem?
If yes how?

@ghost ghost added the needs-triage Issue needs to be triaged by the area owners label Oct 25, 2022
@danies8
Copy link

danies8 commented Oct 25, 2022

@Eilon
Is there any solution for this problem ?
Is it connected to fonts?
If yes how I install the fonts ?

@Eilon
Copy link
Member Author

Eilon commented Oct 26, 2022

@danies8 we moved this from the .NET MAUI repo to this repo because we believe this is more to do with the various WinUI related APIs. Unfortunately I'm not aware of what the solution is.

@bpulliam bpulliam added area-TextBlocks TextBlock, RichTextBlock team-Rendering Issue for the Rendering team and removed needs-triage Issue needs to be triaged by the area owners labels Oct 27, 2022
@beeradmoore
Copy link

I believe this is related to unpackaged apps. I have a repo here with DLSS Swapper. In case I commit to the repo after this post, the last commit I am referring to is 81703296c6a3f48bab7991a440ed79f37738ef14. This app is not MAUI but it is WinUI3.

DLSS Swapper has 4 build configs:

  • Debug
  • Debug_WindowsStore
  • Release
  • Release_WindowsStore

I have set it up so if you use *_WindowsStore it will load a packaged app, otherwise it loads as an unpackaged app (see xcopy in csproj for how I am doing that).

Debug build looks like: (note the controller icon on the left and refresh icon in the top right)
image

Debug_WindowsStore build looks like this:
image

I think that is why this issue is an unpackaged vs packaged.

@danies8
Copy link

danies8 commented Nov 22, 2022

It surely connected to unpackaged.

@beeradmoore
Copy link

I was able to get around this in the above issue by setting Copy to Output Directory to Copy if newer. I still have Build Action set to Content but it may be ok to move it to None. This was also only tested in debug mode, unsure if release is going to bite me in the bum.

Hope this helps.

@danies8
Copy link

danies8 commented Mar 19, 2023

@Eilon
What about this issue ? any time when it will be fixed ?
The fonts are not seen when publishing it as exe on window 10/11 + server 2019/2022.

@danies8
Copy link

danies8 commented Sep 26, 2023

Any advance,does you fix the fonts in unpackaged app?

@duncanmacmichael duncanmacmichael added the bug Something isn't working label Oct 23, 2023
@ranjeshj ranjeshj added team-Markup Issue for the Markup team and removed team-Rendering Issue for the Rendering team labels Nov 15, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area-TextBlocks TextBlock, RichTextBlock bug Something isn't working team-Markup Issue for the Markup team
Projects
None yet
Development

No branches or pull requests

6 participants