Glyphs 3 Document won't open

I have a font that I was working on that had a ton of alternative glyphs, I spend some time naming the glyphs etc then saved it.

It now won’t open but does give me the error no semicolon at the end of the string at line 32175.

I’m not quite sure what has gone wrong

Cheers
Simon

Can you open your .glyphs file in a code editor like VS Code and scroll down to that line? Try adding a semicolon on the end of that line of code. If there is one, or that doesn’t do anything, then there might be problems with the surrounding lines of code (maybe a missing bracket or comma).

1 Like

Post the text that is around that line.
What version of Glyphs do you use?

I’m using Glyphs 3

Here is a screenshot of the code

I’ve just stumbled across a Glyphs syntax highlighter, you can install it within VSCode to help highlight the code structure better. That might make it easier to see any missing characters:

https://marketplace.visualstudio.com/items?itemName=xiangdong-zeng.vscode-glyphs

This one is also handy to highlight bracket pairs, to see if a bracket has closed early or not at all:
https://marketplace.visualstudio.com/items?itemName=CoenraadS.bracket-pair-colorizer

Oh, and be sure to make a copy of your file before you make any edits to it, just in case you need to restore anything.

I have a hunch that the slash character is the issue:
image

try removing it and writing slash instead:
image

I just did a little experiment on a test file and was able to replicate & fix the problem. I think you may have renamed slash as \ and that caused the issue.

The name in this case should be backslash.

1 Like

@drawcard That did seem to fix it, that’s just saved me about 1 hr, thank you so much

Simon

1 Like

I think the problem was that I imported all my glyphs from Fontself via Illustrator, and I never gave any of the glyphs names, as I thought I’d just name them in Glyphs app.

And rather than typing the glyph name like “Euro” I stupidly put the euro sign € as the glyph name.

Seems like that broke things.

in most places you should be able to just type the character in the name field. There where a few places where that would not work. Try the latest cutting edge version to see if you can sneak in a or \.

hi, i have this problem too, i’ve work with thai script, the apps was crashed and the file won’t open.

‘No semicolon at the end of the string at line: 169484’

here’s the line

i’m using glyphs 3 the last version 3.0.4 (3105)

The problem is most likely a bit above.