-
-
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
seg fault (trying to load font) - MacOS Catalina #63
Comments
Same thing on Ubuntu 16.04 |
Same issue on elementary OS Hera
|
Same issue on Linux Mint.
When run
|
This error is actually due to a segfault that doesn't have anything to do with the font file. A quick work around on Linux/MacOS is to pick a file to open as a default, then put that file location in a ~/.vid/session file with:
then touch a couple other files in that directory with:
It appears as though these files are required to exist in the ~/.vid directory. This should get the editor up and running (might have to Ctrl-c and open a second time to get it working). This still isn't a perfect solution as I can't seem to get the two-splits functionality working (I actually have three splits by default??? Not sure what is happening there). Anyways, at least you can try things with this quick fix. I will post a proper solution if I find it...or hopefully @medvednikov will weigh ;) |
I suspect if you try again with latest V, the problems are resolved. I just built ved on both Windows and Ubuntu, and it compiled and ran fine. |
Yo! Just wanted to give a heads up, it looks like there's a segfault happening on Catalina.
The text was updated successfully, but these errors were encountered: