Created
March 25, 2015 22:13
-
-
Save kived/f0f4d2dc0e68c6959ef7 to your computer and use it in GitHub Desktop.
logtest output
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ryan@ryan-lappy:~/g/k/kivy (textinput-adv-movement:✖)$ python logtest.py | |
[WARNING] [Config ] Older configuration version detected (10 instead of 12) | |
[WARNING] [Config ] Upgrading configuration in progress. | |
[DEBUG ] [Config ] Upgrading from 10 to 11 | |
[DEBUG ] [Config ] Upgrading from 11 to 12 | |
[INFO ] [Logger ] Record log in /home/ryan/.kivy/logs/kivy_15-03-25_15.txt | |
[DEBUG ] [Cache ] register <kv.image> with limit=None, timeout=60s | |
[DEBUG ] [Cache ] register <kv.atlas> with limit=None, timeout=Nones | |
[INFO ] [Image ] Providers: img_tex, img_dds, img_gif, img_sdl2, img_pil (img_ffpyplayer ignored) | |
[DEBUG ] [Cache ] register <kv.texture> with limit=1000, timeout=60s | |
[DEBUG ] [Cache ] register <kv.shader> with limit=1000, timeout=3600s | |
[INFO ] [Factory ] 174 symbols loaded | |
[DEBUG ] [Cache ] register <kv.lang> with limit=None, timeout=Nones | |
[INFO ] [Text ] Provider: sdl2 | |
[DEBUG ] [Cache ] register <textinput.label> with limit=None, timeout=60.0s | |
[DEBUG ] [Cache ] register <textinput.width> with limit=None, timeout=60.0s | |
[INFO ] [Kivy ] v1.9.0-dev | |
[INFO ] [Python ] v2.7.8 (default, Oct 20 2014, 15:05:19) | |
[GCC 4.9.1] | |
[DEBUG ] [App ] Loading kv <./mypaint.kv> | |
[DEBUG ] [App ] kv <./mypaint.kv> not found | |
[DEBUG ] [Window ] Ignored <egl_rpi> (import error) | |
[INFO ] [OSC ] using <multiprocessing> for socket | |
[INFO ] [Window ] Provider: sdl2(['window_egl_rpi'] ignored) | |
[INFO ] [GL ] OpenGL version <3.0 Mesa 10.3.2> | |
[INFO ] [GL ] OpenGL vendor <Intel Open Source Technology Center> | |
[INFO ] [GL ] OpenGL renderer <Mesa DRI Intel(R) Sandybridge Mobile > | |
[INFO ] [GL ] OpenGL parsed version: 3, 0 | |
[INFO ] [GL ] Shading version <1.30> | |
[INFO ] [GL ] Texture max size <8192> | |
[INFO ] [GL ] Texture max units <16> | |
[DEBUG ] [Shader ] Fragment compiled successfully | |
[DEBUG ] [Shader ] Vertex compiled successfully | |
[DEBUG ] [ImageSDL2 ] Load </home/ryan/git/kivy/kivy/kivy/data/glsl/default.png> | |
[INFO ] [Window ] auto add sdl2 input provider | |
[DEBUG ] [Modules ] Start <inspector> with config {} | |
[INFO ] [Window ] virtual keyboard not allowed, single mode, not docked | |
[DEBUG ] [Resource ] add </usr/share/fonts/truetype> in path list | |
[DEBUG ] [Resource ] add </usr/local/share/fonts> in path list | |
[DEBUG ] [Resource ] add </home/ryan/.local/share/fonts> in path list | |
[DEBUG ] [Resource ] add </home/ryan/git/kivy/kivy/kivy/data/fonts> in path list | |
[DEBUG ] [Base ] Create provider from mouse | |
[INFO ] [Base ] Start application main loop | |
[DEBUG ] [Atlas ] Load </home/ryan/git/kivy/kivy/kivy/data/../data/images/defaulttheme.atlas> | |
[DEBUG ] [Atlas ] Need to load 1 images | |
[DEBUG ] [Atlas ] Load </home/ryan/git/kivy/kivy/kivy/data/../data/images/defaulttheme-0.png> | |
[DEBUG ] [ImageSDL2 ] Load </home/ryan/git/kivy/kivy/kivy/data/../data/images/defaulttheme-0.png> | |
[INFO ] [GL ] NPOT texture support is available | |
[INFO ] informational log stuff | |
<MouseMotionEvent spos=(0.4575, 0.54) pos=(366.0, 324.0)> | |
[INFO ] informational log stuff | |
<MouseMotionEvent spos=(0.4575, 0.54) pos=(366.0, 324.0)> | |
[INFO ] informational log stuff | |
<MouseMotionEvent spos=(0.4575, 0.5416666666666667) pos=(366.0, 325.00000000000006)> | |
[INFO ] informational log stuff | |
<MouseMotionEvent spos=(0.4575, 0.5416666666666667) pos=(366.0, 325.00000000000006)> | |
[INFO ] informational log stuff | |
<MouseMotionEvent spos=(0.4575, 0.5416666666666667) pos=(366.0, 325.00000000000006)> | |
[INFO ] informational log stuff | |
<MouseMotionEvent spos=(0.4575, 0.5416666666666667) pos=(366.0, 325.00000000000006)> | |
[INFO ] informational log stuff | |
<MouseMotionEvent spos=(0.4575, 0.5416666666666667) pos=(366.0, 325.00000000000006)> | |
[INFO ] [Base ] Leaving application in progress... |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment