Can't find Mono runtime and/or Microsoft Font Validator
See original GitHub issueI installed FontBakery following the instructions here without issue. I then followed the instructions here for installing FontValidator. I still get this error:
>> com.google.fonts/check/037 with (('font[0]', 'WorkSans-VF.ttf'),)
Checking with Microsoft Font Validator.
* ERROR: Mono runtime and/or Microsoft Font Validator are not available!
* ERROR: Failed with FileNotFoundError: [Errno 2] No such file or directory: 'FontValidator.exe': 'FontValidator.exe'
File "~/Library/Python/3.7/lib/python/site-packages/fontbakery/checkrunner.py", line 350, in _exec_check
for sub_result in result: # Might raise.
File "~/Library/Python/3.7/lib/python/site-packages/fontbakery/specifications/general.py", line 179, in com_google_fonts_check_037
raise error
File "~/Library/Python/3.7/lib/python/site-packages/fontbakery/specifications/general.py", line 166, in com_google_fonts_check_037
subprocess.check_output(fval_cmd, stderr=subprocess.STDOUT)
File "/usr/local/Cellar/python/3.7.0/Frameworks/Python.framework/Versions/3.7/lib/python3.7/subprocess.py", line 376, in check_output
**kwargs).stdout
File "/usr/local/Cellar/python/3.7.0/Frameworks/Python.framework/Versions/3.7/lib/python3.7/subprocess.py", line 453, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/local/Cellar/python/3.7.0/Frameworks/Python.framework/Versions/3.7/lib/python3.7/subprocess.py", line 756, in __init__
restore_signals, start_new_session)
File "/usr/local/Cellar/python/3.7.0/Frameworks/Python.framework/Versions/3.7/lib/python3.7/subprocess.py", line 1499, in _execute_child
raise child_exception_type(errno_num, err_msg, err_filename)
Result: ERROR
Issue Analytics
- State:
- Created 5 years ago
- Comments:8 (4 by maintainers)
Top Results From Across the Web
Issue #6 · microsoft/Font-Validator - build instructions - GitHub
I have in the past use mono's mkbundle to create native linux ELFs (and the same process does MACH-O for Mac OS X)....
Read more >Mono Runtime in Windows - MSDN - Microsoft
I've tried "C:\Program Files (x86)\Mono" and a few folders under it, but I always get the error message "Mono runtime not found".
Read more >Performance Improvements in .NET MAUI
Want to know why .NET MAUI apps boot faster, run smoother, and are smaller? This post break down how we made .NET MAUI...
Read more >How to check Mono Version in Visual Studio 2017 in Windows ...
How can I check it? In my project I have Mono.Android DLL. I have right clicked on it and review property. It says...
Read more >How to install fonts missing after upgrading to Windows client
Fonts included in optional font features · Arabic Script Supplemental Fonts: Aldhabi, Andalus, Arabic Typesetting, Microsoft Uighur, Sakkal ...
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
I ended up just renaming FontValidator to FontValidator.exe and it worked…
It seems to me that there is no real issue here. Please reopen otherwise.