interrogator / corpkit

A toolkit for corpus linguistics
Other
199 stars 27 forks source link

'CALayerInvalidGeometry' Error using GUI on macOS #45

Open interrogator opened 7 years ago

interrogator commented 7 years ago

With macOS Sierra, I'm occasionally getting a weird error:

python[72551:32862168] *** Terminating app due to uncaught exception 'CALayerInvalidGeometry', reason: 'CALayer position contains NaN: [0 nan]'

It's to do with the version of Tk that Apple ships. What may fix it is installing ActiveTCL:

http://www.activestate.com/activetcl/downloads

More info here: https://github.com/git/git-scm.com/issues/853

Thierry46 commented 7 years ago

Hello everybody, This exception on Mac OSX Sierra ... 'CALayerInvalidGeometry', reason: 'CALayer position contains NaN: [nan 0]' can now be solved by upgrading to the lastest Mac OS version available on Applestore : Mac OS 10.12.2. Best regards Thierry.

interrogator commented 7 years ago

Thanks for this report. I'll do some checks soon as close this if all works properly.