Skip to content
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

Crash when opening a Glyphs file #29

Closed
jenskutilek opened this issue May 5, 2021 · 5 comments
Closed

Crash when opening a Glyphs file #29

jenskutilek opened this issue May 5, 2021 · 5 comments

Comments

@jenskutilek
Copy link

I just got this crash when opening a Glyphs file. But I cannot reproduce it again.

Traceback (most recent call last):

  File "GlyphsApp/__init__.py", line 1333, in callback_

  File "plugin.py", line 334, in update
    self.tokenField.setPlaceholderString_("")

AttributeError: 'GSBackgroundLayer' object has no attribute 'setPlaceholderString_'

App:3.0.3-3081 Plugin:1.0.0-6
@florianpircher
Copy link
Owner

florianpircher commented May 5, 2021

These seems odd considering that the plugin never interacts with the background layer. I will look into it. Thank you for reporting, could you also tell me what macOS version you are using?

@jenskutilek
Copy link
Author

Thanks! I'm on macOS 10.13.6.

@florianpircher
Copy link
Owner

But I cannot reproduce it again.

Did it ever occur again? I can not reproduce this bug.

@jenskutilek
Copy link
Author

I had an idea that maybe it happens when a background layer is active when a font is being opened, but I can't reproduce it. Weird.

@florianpircher
Copy link
Owner

While I still have no idea what might have caused this error, I think (hope) that the release today fixes it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants