bBoxType / Kernkraft

GNU General Public License v3.0
50 stars 5 forks source link

Kernkraft shows errors on macro panel G3 #27

Closed ibo-o closed 2 years ago

ibo-o commented 2 years ago

When I run the plugin properly, there are tons of error messages on the macro panel. But I don't know if the plugin works as expected or not because the plugin creates lots of strings but sometimes some glyphs aren't included. For instance numbers.

Traceback (most recent call last):
  File "KernKraftModule.py", line 527, in hasKerning
    if len(anyKerning) == 1 and anyKerning[0].__long__() == 9223372036854775808:
AttributeError: 'NoneType' object has no attribute '__long__'
Traceback (most recent call last):
  File "KernKraftModule.py", line 511, in hasKerning
    if len(anyKerning) == 1 and anyKerning[0].__long__() == 9223372036854775808:
AttributeError: 'NoneType' object has no attribute '__long__'
Mark2Mark commented 2 years ago

Hi @obiobik

Does this still happen? If so, wchih Glyphs Build do you have, and which Kernkraft version?

ibo-o commented 2 years ago

It was 3108. No more error messages in newer versions of Glyphs 3

Mark2Mark commented 2 years ago

Thank you!