Preference panel not opening.

RoboFont Forums Bugs Preference panel not opening.

This topic contains 1 reply, has 2 voices, and was last updated by  frederik 8 years, 3 months ago.

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #4252

    etienneabonn
    Participant

    Every time I try to open my preferences panel I get this in the output window:

    Traceback (most recent call last):
    File “lib/doodleDelegate.pyc”, line 275, in openPreferences_
    File “lib/doodlePreferences.pyc”, line 653, in __init__
    File “lib/doodlePreferences.pyc”, line 1058, in setupMiscFromDefaults
    AttributeError: ‘NoneType’ object has no attribute ‘fontName’

    and nothing happens.

    #4255

    frederik
    Keymaster

    Did you set a custom template preview font?
    Or removed “Lucida Grande” from your system?

    to solved it execute this:

    from lib.tools.defaults import setDefault
    setDefault("templateGlyphFontName", None)
    

    oke thanks for reporting will check if the font is still installed on your system in the next version

    good luck

Viewing 2 posts - 1 through 2 (of 2 total)

You must be logged in to reply to this topic.