Web installation causes error on Google Chrome / Ubuntu
See original GitHub issueExpected Results
Following the instructions at https://www.alphatab.net/docs/getting-started/installation-web/ should generate a rendered score.
Observed Results
Following the instructions at https://www.alphatab.net/docs/getting-started/installation-web/ generates the error
[AlphaTab][Rendering] Could not load font 'Georgia' within X seconds
that keeps repeating every 5 seconds.
Steps to Reproduce
- Open https://www.alphatab.net/docs/getting-started/installation-web/ on Google Chrome as versioned below
- Open JS console
- Observe the error above
Further details
Works correctly on Firefox 85.0.1 (64-bit)
Your environment
Version
- 1.0
- 1.1
- 1.2
- 1.3-alpha.##
Flavor
- JavaScript
- .net
System Google Chrome Version 88.0.4324.150 (Official Build) (64-bit) Ubuntu 20.04
Issue Analytics
- State:
- Created 3 years ago
- Comments:15 (7 by maintainers)
Top Results From Across the Web
Fix problems installing Chrome - Google Chrome Help
If you get an error message when you try to download and install Google Chrome, try these fixes. Fix most installation errors.
Read more >Installation of Google Chrome fails in Ubuntu 16.04 LTS
Let me guess the error: Chrome depends on libappindicator1 . I ALWAYS get that when installing Chrome. Good news is the fix is...
Read more >Errors are seen while installing 50.0.2638.0 dev in Ubuntu 12.04
Able to see the behaviour, on double clicking the installation file on the latest M-50(50.0.2638.0)Linux Ubuntu 12.04. Not adding any blocker label as...
Read more >Chrome causes a 'Failed To Fetch' Apt Error - Google Sites
Chrome causes a 'Failed To Fetch' Apt Error · 1. Open a new Terminal window and run the following command (assuming you're on...
Read more >How To Fix 'Failed to Fetch' Apt Error Caused by Chrome
The tip comes to us by way of OMG! Ubuntu! reader Santiago Batista, who explains the situation in his e-mail to us: “Since...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@juandspy I have no committed date for the release. Mainly due to heavy obstacles with Kotlin the 1.3 is already delayed. That’s why I plan an intermediate 1.2.3 release with various fixes and improvements I made in the meanwhile. But also for 1.2.3 I have no committed date.
It heavily depends on my available time to work on alphaTab and how many other bugs are reprorted on 1.2 which might need to go into 1.2.3
@juandspy Sorry for the late response on your last question. You only changed one setting from Georgia to Noto and therefore it still waits for Georgia to be there. Notice the defaults here: https://alphatab.net/docs/reference/settings/display/resources/#resources
I made now in 1.3 an improvement where we support font lists and we ship now by default a config like
Georgia, sans-serif
which ensures a proper fallback to system defaults. I made tests on Fedora and the feature works as expected.