| 1 | NOTE: available bundle cache has not been initialized yet
|
|---|
| 2 | NOTE: Traceback (most recent call last):
|
|---|
| 3 | Â Â File "/home/jogl/data/xsoft/chimerax-1.5/lib/python3.9/runpy.py", line 197,
|
|---|
| 4 | in _run_module_as_main
|
|---|
| 5 | Â Â Â Â return _run_code(code, main_globals, None,
|
|---|
| 6 | Â Â File "/home/jogl/data/xsoft/chimerax-1.5/lib/python3.9/runpy.py", line 87,
|
|---|
| 7 | in _run_code
|
|---|
| 8 | Â Â Â Â exec(code, run_globals)
|
|---|
| 9 | Â Â File "/home/jogl/data/xsoft/chimerax-1.5/lib/python3.9/site-
|
|---|
| 10 | packages/chimerax/core/__main__.py", line 1035, in <module>
|
|---|
| 11 | Â Â Â Â exit_code = init(sys.argv)
|
|---|
| 12 | Â Â File "/home/jogl/data/xsoft/chimerax-1.5/lib/python3.9/site-
|
|---|
| 13 | packages/chimerax/core/__main__.py", line 700, in init
|
|---|
| 14 | Â Â Â Â sess.ui.build()
|
|---|
| 15 | Â Â File "/home/jogl/data/xsoft/chimerax-1.5/lib/python3.9/site-
|
|---|
| 16 | packages/chimerax/ui/gui.py", line 200, in build
|
|---|
| 17 | Â Â Â Â self.main_window = mw = MainWindow(self, self.session)
|
|---|
| 18 | Â Â File "/home/jogl/data/xsoft/chimerax-1.5/lib/python3.9/site-
|
|---|
| 19 | packages/chimerax/ui/gui.py", line 429, in __init__
|
|---|
| 20 | Â Â Â Â self.graphics_window = g = GraphicsWindow(self._stack, ui, stereo)
|
|---|
| 21 | Â Â File "/home/jogl/data/xsoft/chimerax-1.5/lib/python3.9/site-
|
|---|
| 22 | packages/chimerax/ui/graphics.py", line 33, in __init__
|
|---|
| 23 | Â Â Â Â oc = OpenGLContext(self, ui.primaryScreen(), use_stereo = stereo)
|
|---|
| 24 | Â Â File "/home/jogl/data/xsoft/chimerax-1.5/lib/python3.9/site-
|
|---|
| 25 | packages/chimerax/graphics/opengl.py", line 49, in __init__
|
|---|
| 26 | Â Â Â Â _initialize_pyopengl() # Set global GL module.
|
|---|
| 27 | Â Â File "/home/jogl/data/xsoft/chimerax-1.5/lib/python3.9/site-
|
|---|
| 28 | packages/chimerax/graphics/opengl.py", line 319, in _initialize_pyopengl
|
|---|
| 29 | Â Â Â Â import OpenGL.GL
|
|---|
| 30 | Â Â File "/home/jogl/data/xsoft/chimerax-1.5/lib/python3.9/site-
|
|---|
| 31 | packages/OpenGL/GL/__init__.py", line 3, in <module>
|
|---|
| 32 | Â Â Â Â from OpenGL import error as _error
|
|---|
| 33 | Â Â File "/home/jogl/data/xsoft/chimerax-1.5/lib/python3.9/site-
|
|---|
| 34 | packages/OpenGL/error.py", line 12, in <module>
|
|---|
| 35 | Â Â Â Â from OpenGL import platform, _configflags
|
|---|
| 36 | Â Â File "/home/jogl/data/xsoft/chimerax-1.5/lib/python3.9/site-
|
|---|
| 37 | packages/OpenGL/platform/__init__.py", line 36, in <module>
|
|---|
| 38 | Â Â Â Â _load()
|
|---|
| 39 | Â Â File "/home/jogl/data/xsoft/chimerax-1.5/lib/python3.9/site-
|
|---|
| 40 | packages/OpenGL/platform/__init__.py", line 30, in _load
|
|---|
| 41 | Â Â Â Â plugin = plugin_class()
|
|---|
| 42 | TypeError: 'NoneType' object is not callable
|
|---|
| 43 |
|
|---|
| 44 |
|
|---|
| 45 | NOTE: Exception ignored in: <function OpenGLContext.__del__ at 0x7f7a658d9f70>
|
|---|
| 46 | Traceback (most recent call last):
|
|---|
| 47 | File "/home/jogl/data/xsoft/chimerax-1.5/lib/python3.9/site-packages/chimerax/graphics/opengl.py", line 74, in __del__
|
|---|
| 48 | if not self._deleted:
|
|---|
| 49 | AttributeError: 'OpenGLContext' object has no attribute '_deleted'
|
|---|