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

.net 8 Muai Blazor not working when device language is not english US #9766

Open
vsfeedback opened this issue Feb 7, 2025 · 2 comments
Open
Labels
Area: App Runtime Issues in `libmonodroid.so`. need-info Issues that need more information from the author.

Comments

@vsfeedback
Copy link

This issue has been moved from a ticket on Developer Community.


[severity:I'm unable to use this version]
When doing a debug on VS or a deploy (with or without fast deploy) i get [monodroid-assembly] open_from_bundles: failed to load assembly en-ZA/System.Private.CoreLib.resources.dll, the app then opens and immediately closes if the language on the andriod device is not English US


Original Comments

Feedback Bot on 1/15/2025, 10:49 PM:

We have directed your feedback to the appropriate engineering team for further evaluation. The team will review the feedback and notify you about the next steps.

@dotnet-policy-service dotnet-policy-service bot added the needs-triage Issues that need to be assigned. label Feb 7, 2025
@jpobst
Copy link
Contributor

jpobst commented Feb 7, 2025

The [monodroid-assembly] open_from_bundles: failed to load assembly... message is generally a red herring and is not the actual issue. When using Fast Deploy, the assembly is not expected to be in the bundle so it will always print this message.

We'll need to view the logcat output to try to determine the actual error.

Please record output of logcat using the following steps:

$ adb logcat -c
# Start the application, wait for it to crash, then wait 5s and:
$ adb logcat -d > log.txt

Please attach the resulting file, thanks!

@jpobst jpobst added Area: App Runtime Issues in `libmonodroid.so`. need-info Issues that need more information from the author. and removed needs-triage Issues that need to be assigned. labels Feb 7, 2025
Copy link

Hi @vsfeedback. We have added the "need-info" label to this issue, which indicates that we have an open question for you before we can take further action. This issue will be closed automatically in 7 days if we do not hear back from you by then - please feel free to re-open it if you come back to this issue after that time.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Area: App Runtime Issues in `libmonodroid.so`. need-info Issues that need more information from the author.
Projects
None yet
Development

No branches or pull requests

2 participants