Ticket #8137: startlog.txt

File startlog.txt, 2.6 KB (added by gerwald_jogl@…, 3 years ago)

Added by email2trac

Line 
1NOTE: available bundle cache has not been initialized yet
2NOTE: Traceback (most recent call last):
3  File "/home/jogl/data/xsoft/chimerax-1.5/lib/python3.9/runpy.py", line 197,
4in _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,
7in _run_code
8    exec(code, run_globals)
9  File "/home/jogl/data/xsoft/chimerax-1.5/lib/python3.9/site-
10packages/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-
13packages/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-
16packages/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-
19packages/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-
22packages/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-
25packages/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-
28packages/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-
31packages/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-
34packages/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-
37packages/OpenGL/platform/__init__.py", line 36, in <module>
38    _load()
39  File "/home/jogl/data/xsoft/chimerax-1.5/lib/python3.9/site-
40packages/OpenGL/platform/__init__.py", line 30, in _load
41    plugin = plugin_class()
42TypeError: 'NoneType' object is not callable
43
44
45NOTE: Exception ignored in: <function OpenGLContext.__del__ at 0x7f7a658d9f70>
46Traceback (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:
49AttributeError: 'OpenGLContext' object has no attribute '_deleted'