Hi, GNS3 is crashing on first lunch in OS X 10.8.5. Here's the log
26.9.14 11:16:32.943 PM GNS3[63183]: Performance: Please update this scripting addition to supply a value for ThreadSafe for each event handler: "/Library/ScriptingAdditions/SerialPort X.osax" 26.9.14 11:16:32.943 PM GNS3[63183]: Performance: Please update this scripting addition to supply a value for ThreadSafe for each event handler: "/Library/ScriptingAdditions/SIMBL.osax" 26.9.14 11:16:35.150 PM GNS3[63183]: GNS3 Error 26.9.14 11:16:41.609 PM GNS3[63183]: Traceback (most recent call last): 26.9.14 11:16:41.609 PM GNS3[63183]: File "~/Desktop/GNS3.app/Contents/Resources/main.py", line 31, in <module> 26.9.14 11:16:41.610 PM GNS3[63183]: from gns3.qt import QtCore, QtGui, DEFAULT_BINDING 26.9.14 11:16:41.610 PM GNS3[63183]: File "gns3/qt.pyo", line 39, in <module> 26.9.14 11:16:41.610 PM GNS3[63183]: File "PyQt4/QtCore.pyo", line 14, in <module> 26.9.14 11:16:41.610 PM GNS3[63183]: File "PyQt4/QtCore.pyo", line 10, in __load 26.9.14 11:16:41.611 PM GNS3[63183]: ImportError: dlopen(~/Desktop/GNS3.app/Contents/Resources/lib/python3.4/lib-dynload/PyQt4/QtCore.so, 2): Symbol not found: ___sincos_stret 26.9.14 11:16:41.611 PM GNS3[63183]: Referenced from: ~/Desktop/GNS3.app/Contents/MacOS/../Frameworks/QtCore.framework/Versions/4/QtCore 26.9.14 11:16:41.611 PM GNS3[63183]: Expected in: /usr/lib/libSystem.B.dylib 26.9.14 11:16:41.611 PM GNS3[63183]: in ~/Desktop/GNS3.app/Contents/MacOS/../Frameworks/QtCore.framework/Versions/4/QtCore 26.9.14 11:16:41.611 PM GNS3[63183]: During handling of the above exception, another exception occurred: 26.9.14 11:16:41.612 PM GNS3[63183]: Traceback (most recent call last): 26.9.14 11:16:41.612 PM GNS3[63183]: File "~/Desktop/GNS3.app/Contents/Resources/__boot__.py", line 351, in <module> 26.9.14 11:16:41.612 PM GNS3[63183]: _run() 26.9.14 11:16:41.612 PM GNS3[63183]: File "~/Desktop/GNS3.app/Contents/Resources/__boot__.py", line 336, in _run 26.9.14 11:16:41.612 PM GNS3[63183]: exec(compile(source, path, 'exec'), globals(), globals()) 26.9.14 11:16:41.612 PM GNS3[63183]: File "~/Desktop/GNS3.app/Contents/Resources/main.py", line 33, in <module> 26.9.14 11:16:41.612 PM GNS3[63183]: raise RuntimeError("Can't import Qt modules: Qt and/or PyQt is probably not installed correctly...") 26.9.14 11:16:41.612 PM GNS3[63183]: RuntimeError: Can't import Qt modules: Qt and/or PyQt is probably not installed correctly... 26.9.14 11:16:41.625 PM com.apple.launchd.peruser.501[195]: ([0x0-0x1a5ca5b].net.gns3[63183]) Exited with code: 255
Any ideas?
|