You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 20, 2021. It is now read-only.
Hi,
When I try to execute, I have the following error (on macOS) :
2018-04-13 19:14:20.342 dot[38188:1187881] +[__NSCFConstantString length]: unrecognized selector sent to class 0x7fffaf2f56e8
2018-04-13 19:14:20.343 dot[38188:1187881] *** Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: '+[__NSCFConstantString length]: unrecognized selector sent to class 0x7fffaf2f56e8'
*** First throw call stack:
(
0 CoreFoundation 0x00007fff5517032b __exceptionPreprocess + 171
1 libobjc.A.dylib 0x00007fff7c7eac76 objc_exception_throw + 48
2 CoreFoundation 0x00007fff55208d44 +[NSObject(NSObject) doesNotRecognizeSelector:] + 132
3 CoreFoundation 0x00007fff550e6870 forwarding + 1456
4 CoreFoundation 0x00007fff550e6238 _CF_forwarding_prep_0 + 120
5 CoreFoundation 0x00007fff55083dd4 CFStringCompareWithOptionsAndLocale + 68
6 ImageIO 0x00007fff579e8440 _ZN17IIO_ReaderHandler15readerForUTTypeEPK10__CFString + 52
7 ImageIO 0x00007fff579baa74 _ZN14IIOImageSource14doBindToReaderEv + 434
8 ImageIO 0x00007fff579bb0ed _ZN14IIOImageSource18createImageAtIndexEmP13IIODictionary + 39
9 ImageIO 0x00007fff579a9081 CGImageSourceCreateImageAtIndex + 237
10 libgvplugin_quartz.6.dylib 0x0000000102292bc3 quartz_loadimage_quartz + 239
11 libgvc.6.dylib 0x000000010220a23b gvloadimage + 287
12 libgvc.6.dylib 0x0000000102209274 gvrender_usershape + 1109
13 libgvc.6.dylib 0x0000000102237ab0 poly_gencode + 2143
14 libgvc.6.dylib 0x0000000102244725 emit_node + 1041
15 libgvc.6.dylib 0x00000001022432ee emit_graph + 4736
16 libgvc.6.dylib 0x0000000102248bf9 gvRenderJobs + 5294
17 dot 0x00000001021ffd62 main + 698
18 libdyld.dylib 0x00007fff7d404015 start + 1
19 ??? 0x0000000000000006 0x0 + 6
)
do you have an idea ?
Thanks
The text was updated successfully, but these errors were encountered: