-
-
Notifications
You must be signed in to change notification settings - Fork 81
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
vid not working in Manjaro (Arch) #62
Comments
I've got the same error on MacOs Catalina : freetype does not install RobotoMono-Regular.ttf I've installed it with this font zip package but it didn't resolve anything : https://www.wfonts.com/font/roboto-mono I suppose that : in Mac you need to call |
Check partial solution in #63 This seg fault isn't a problem with the font file and @jangofett4 is correct that the lines of code he highlighted are where the seg fault happens. The error is due to 'line' pointing to invalid memory on the first iteration of the for loop at line 53, but the actual problem is due to some missing files and improper checks (or defaults) imo. |
Please try again with the latest version of V. I can't test on either Manjaro or Mac, but I just compiled ved on both Windows and Ubuntu Linux, and it compiled clean and ran fine. |
System Information
freetype2 and glfw-x11 is installed (couldn't find freetype6 and 'normal' glfw)
Steps to reproduce
A fullscreen app opens and closes immediately leaving behind this log:
RobotoMono-Regular.ttf does exists in vid folder. This problem is probably caused from freetype or glfw but not entirely sure.
The text was updated successfully, but these errors were encountered: