Skip to content

Instantly share code, notes, and snippets.

@andrea-cuttone
Created September 28, 2015 20:02
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save andrea-cuttone/61e3dd1f71c5f58b8996 to your computer and use it in GitHub Desktop.
Save andrea-cuttone/61e3dd1f71c5f58b8996 to your computer and use it in GitHub Desktop.
Python
------------------------------------------------------------------------------
sys.version: 2.7.10 |Anaconda 2.3.0 (x86_64)| (default, May 28 2015, 17:04:42)
[GCC 4.2.1 (Apple Inc. build 5577)]
sys.platform: darwin
sys.maxint: 9223372036854775807
PyObjC not available
os.getcwd(): /Users/andrea
pyglet
------------------------------------------------------------------------------
pyglet.version: 1.2.3
pyglet.compat_platform: darwin
pyglet.__file__: /Users/andrea/pyglet-1.2.3/pyglet/__init__.pyc
pyglet.options['search_local_libs'] = True
pyglet.options['debug_win32'] = False
pyglet.options['xlib_fullscreen_override_redirect'] = False
pyglet.options['debug_trace_args'] = False
pyglet.options['font'] = ('gdiplus', 'win32')
pyglet.options['debug_gl_trace_args'] = False
pyglet.options['debug_trace'] = False
pyglet.options['debug_gl_trace'] = False
pyglet.options['debug_x11'] = False
pyglet.options['debug_media'] = False
pyglet.options['debug_trace_depth'] = 1
pyglet.options['vsync'] = None
pyglet.options['debug_gl'] = True
pyglet.options['darwin_cocoa'] = True
pyglet.options['debug_trace_flush'] = True
pyglet.options['shadow_window'] = True
pyglet.options['xsync'] = True
pyglet.options['debug_font'] = False
pyglet.options['graphics_vbo'] = True
pyglet.options['debug_lib'] = False
pyglet.options['debug_graphics_batch'] = False
pyglet.options['audio'] = ('directsound', 'pulse', 'openal', 'silent')
pyglet.options['debug_texture'] = False
pyglet.window
------------------------------------------------------------------------------
Sep 28 21:58:49 1.1.1.1 python[14740] <Error>: Set a breakpoint at CGSLogError to catch errors as they are logged.
Sep 28 21:58:49 1.1.1.1 python[14740] <Error>: This user is not allowed access to the window system right now.
_RegisterApplication(), FAILED TO establish the default connection to the WindowServer, _CGSDefaultConnection() is NULL.
Sep 28 21:58:49 1.1.1.1 python[14740] <Warning>: CGSConnectionByID: 0 is not a valid connection ID.
Sep 28 21:58:49 1.1.1.1 python[14740] <Warning>: CGSConnectionByID: 0 is not a valid connection ID.
Sep 28 21:58:49 1.1.1.1 python[14740] <Warning>: CGSConnectionByID: 0 is not a valid connection ID.
Sep 28 21:58:49 1.1.1.1 python[14740] <Warning>: CGSConnectionByID: 0 is not a valid connection ID.
Sep 28 21:58:49 1.1.1.1 python[14740] <Warning>: CGSConnectionByID: 0 is not a valid connection ID.
Sep 28 21:58:49 1.1.1.1 python[14740] <Warning>: Invalid Connection ID 0
Traceback (most recent call last):
File "/Users/andrea/pyglet-1.2.3/pyglet/info.py", line 206, in _try_dump
func()
File "/Users/andrea/pyglet-1.2.3/pyglet/info.py", line 85, in dump_window
import pyglet.window
File "/Users/andrea/pyglet-1.2.3/pyglet/window/__init__.py", line 1817, in <module>
gl._create_shadow_window()
File "/Users/andrea/pyglet-1.2.3/pyglet/gl/__init__.py", line 205, in _create_shadow_window
_shadow_window = Window(width=1, height=1, visible=False)
File "/Users/andrea/pyglet-1.2.3/pyglet/window/__init__.py", line 497, in __init__
screen = display.get_default_screen()
File "/Users/andrea/pyglet-1.2.3/pyglet/canvas/base.py", line 74, in get_default_screen
return self.get_screens()[0]
IndexError: list index out of range
pyglet.gl.glu_info
------------------------------------------------------------------------------
/Users/andrea/pyglet-1.2.3/pyglet/gl/glu_info.py:125: UserWarning: No GL context created yet.
warnings.warn('No GL context created yet.')
glu_info.get_version(): 0.0.0
glu_info.get_extensions():
/Users/andrea/pyglet-1.2.3/pyglet/gl/glu_info.py:150: UserWarning: No GL context created yet.
warnings.warn('No GL context created yet.')
pyglet.gl.glx_info
------------------------------------------------------------------------------
GLX not available.
pyglet.media
------------------------------------------------------------------------------
audio driver: <pyglet.media.drivers.openal.OpenALDriver object at 0x10dda0710>
pyglet.media.avbin
------------------------------------------------------------------------------
AVbin not available.
pyglet.media.drivers.openal
------------------------------------------------------------------------------
Library: <CDLL '/System/Library/Frameworks/OpenAL.framework/OpenAL', handle 107f959b0 at 10dda0c50>
Version: (1, 1)
Extensions:
ALC_EXT_CAPTURE
ALC_ENUMERATION_EXT
ALC_EXT_MAC_OSX
ALC_EXT_ASA
ALC_EXT_ASA_DISTORTION
ALC_EXT_ASA_ROGER_BEEP
pyglet.input.wintab
------------------------------------------------------------------------------
Segmentation fault: 11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment