Macro Panel message

Hi guys.

I had to format and reinstall my OS and then all my software. Since I installed Glyphs (Version 2.6.5 (1330)) I am getting this message in the Macro Panel, repeatedly.

Traceback (most recent call last):
  File "plugin.py", line 101, in background
    self.DrawCross( *self.BoundsRect(path.bounds), color=pathColor )
  File "plugin.py", line 60, in DrawCross
    self.xHeight = self.layer.master.xHeight
  File "GlyphsApp/GlyphsApp/__init__.py", line 5711, in <lambda>
  File "GlyphsApp/GlyphsApp/__init__.py", line 5707, in GSLayer__master__
  File "GlyphsApp/GlyphsApp/__init__.py", line 1531, in __getitem__
KeyError

Any ideas what is causing it?

Show Crosshair? Are you sure you have the latest version?

Yes. 2.6.5 (1330)

It does show up when I switch between frontground and background. I think it has to do with the Smart Plumblines plugin.

3 posts were split to a new topic: Shift Increment not working in Spacing & Kerning Shortcuts

Yes, that was it. Should be fixed now. Thx for noticing

1 Like

Another report keeps showing up:

DIAGONAL MINUScrossPoints 3 crossPoints 1
list index out of range
Traceback (most recent call last):
  File "plugin.py", line 197, in drawCrossingsForData
    FirstCrossPointA = NSPoint(crossPoints[i].x,crossPoints[i].y)		   #blue
  File "_convenience.py", line 459, in __getitem__objectAtIndex_
    raise IndexError("list index out of range")
IndexError: list index out of range