Expecting EOF error

Hey guys,


i’ll get this error when I want to compile the features

Can you check the steps in this tutorial: https://glyphsapp.com/tutorials/troubleshooting-a-font-that-does-not-export

I did, didn’t solve it

Did you find the place where the error occurred. What text did you find there.

When you rund the command file, if should give you the position of the error in the features.fea file.

I was not able to find it.
just emailed you the file

When you run the command if produces this:

makeotfGlyphs [FATAL] <FontName-Regular> expecting EOF (text was "script") [features.fea 47]
logout
Saving session...
...copying shared history...
...saving history...truncating history files...
...completed.

[Prozess beendet]

the first line has the error message and it points to the features.fea file in line 47. Open the file and see what is on that line:

46:
47: script arab;
48: language URD;
49: lookup locl01 {

You have an (unused) lookup whit a script tag. That seems to not be allowed. Find that code in Font Font > Features and remove it.

solved, many thanks :slight_smile: