Skip to content

Instantly share code, notes, and snippets.

@tripped
Created December 10, 2012 09: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 tripped/4249499 to your computer and use it in GitHub Desktop.
Save tripped/4249499 to your computer and use it in GitHub Desktop.
Kivy log output; instantiating Widget prevents Image segfault
)$ python crash.py
[INFO ] Kivy v1.4.1
[INFO ] [Logger ] Record log in /home/tvolpe/.kivy/debug/kivy_12-12-10_3.txt
[DEBUG ] [Cache ] register <kv.image> with limit=None, timeout=60s
[DEBUG ] [Cache ] register <kv.atlas> with limit=None, timeout=Nones
[DEBUG ] [Cache ] register <kv.texture> with limit=1000, timeout=60s
[DEBUG ] [Cache ] register <kv.shader> with limit=1000, timeout=60s
[INFO ] [Factory ] 123 symbols loaded
[DEBUG ] [Cache ] register <kv.lang> with limit=None, timeout=Nones
[INFO ] [Window ] using <pygame> as window provider
[INFO ] [GL ] OpenGL version <3.3.0 NVIDIA 304.48>
[INFO ] [GL ] OpenGL vendor <NVIDIA Corporation>
[INFO ] [GL ] OpenGL renderer <GeForce GTX 280/PCIe/SSE2>
[INFO ] [GL ] Shading version <3.30 NVIDIA via Cg compiler>
[INFO ] [GL ] Texture max size <8192>
[INFO ] [GL ] Texture max units <32>
[INFO ] [GL ] OpenGL parsed version: 3, 3
[INFO ] [Shader ] fragment compiled successfully
[INFO ] [Shader ] vertex compiled successfully
[DEBUG ] [ImagePygame ] Load </usr/local/lib/python2.7/dist-packages/Kivy-1.4.1-py2.7-linux-x86_64.egg/kivy/data/glsl/default.png>
[INFO ] [Window ] virtual keyboard not allowed, single mode, not docked
[DEBUG ] [ImagePygame ] Load <foo.png>
[INFO ] [GL ] NPOT texture support is available
$
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment