Created
February 11, 2016 13:49
-
-
Save pipoupiwam/f295397ba1ed5490bc8c to your computer and use it in GitHub Desktop.
Kivy 1.9.1 VirtualEnv install : CRASH
This file contains hidden or 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
########### PYTHON ENV ########### | |
$ python --version | |
Python 2.7.9 | |
$ pip freeze | |
argh==0.26.1 | |
boto==2.39.0 | |
Cython==0.23.4 | |
docutils==0.12 | |
Kivy==1.9.1 | |
Kivy-Garden==0.1.4 | |
kivy.deps.glew==0.1.4 | |
kivy.deps.gstreamer==0.1.5 | |
kivy.deps.sdl2==0.1.12 | |
packaging==16.1 | |
pathtools==0.1.2 | |
peewee==2.8.0 | |
Pygments==2.1 | |
PyInstaller==3.1.1 | |
pyparsing==2.1.0 | |
pypiwin32==219 | |
pyyaml==3.11 | |
requests==2.9.1 | |
six==1.10.0 | |
watchdog==0.8.3 | |
wheel==0.29.0 | |
(kivy191) | |
########### LOGS ############## | |
$ python main.py --config kivy:log-level:DEBUG | |
[INFO ] [Logger ] Record log in C:\Users\micha\.kivy\logs\kivy_16-02-11_44.txt | |
[INFO ] [Kivy ] v1.9.1 | |
[INFO ] [Python ] v2.7.9 (default, Dec 10 2014, 12:28:03) [MSC v.1500 64 bit (AMD64)] | |
[INFO ] [Factory ] 179 symbols loaded | |
[DEBUG ] [Cache ] register <kv.lang> with limit=None, timeout=None | |
[DEBUG ] [Cache ] register <kv.image> with limit=None, timeout=60 | |
[DEBUG ] [Cache ] register <kv.atlas> with limit=None, timeout=None | |
[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=60 | |
[DEBUG ] [Cache ] register <kv.shader> with limit=1000, timeout=3600 | |
[INFO ] [Text ] Provider: sdl2 | |
[DEBUG ] [App ] Loading kv <.\touchtracer.kv> | |
[INFO ] [OSC ] using <thread> for socket | |
[INFO ] [Window ] Provider: sdl2 | |
[INFO ] [GL ] GLEW initialization succeeded | |
[INFO ] [GL ] OpenGL version <4.0.0 - Build 9.17.10.2843> | |
[INFO ] [GL ] OpenGL vendor <Intel> | |
[INFO ] [GL ] OpenGL renderer <Intel(R) HD Graphics 4000> | |
[INFO ] [GL ] OpenGL parsed version: 4, 0 | |
[INFO ] [GL ] Shading version <4.00 - Build 9.17.10.2843> | |
[INFO ] [GL ] Texture max size <8192> | |
[INFO ] [GL ] Texture max units <16> | |
[INFO ] [Shader ] fragment shader: <No errors.> | |
[DEBUG ] [Shader ] Fragment compiled successfully | |
[INFO ] [Shader ] vertex shader: <No errors.> | |
[DEBUG ] [Shader ] Vertex compiled successfully | |
[INFO ] [Shader ] program: <No errors.> | |
[DEBUG ] [ImageSDL2 ] Load <C:\Users\micha\kivy191\lib\site-packages\kivy\data\glsl\default.png> | |
[INFO ] [Window ] auto add sdl2 input provider | |
[INFO ] [Window ] virtual keyboard not allowed, single mode, not docked | |
[DEBUG ] [ImageSDL2 ] Load <C:\Users\micha\kivy191\lib\site-packages\kivy\data\..\data/images/background.jpg> | |
[INFO ] [GL ] NPOT texture support is available | |
[DEBUG ] [Resource ] add <C:\Windows\Fonts> in path list | |
[DEBUG ] [Resource ] add <C:\Users\micha\kivy191\lib\site-packages\kivy\data\fonts> in path list | |
[DEBUG ] [ImageSDL2 ] Load <C:\Users\micha\kivy191\lib\site-packages\kivy\data\..\data/logo/kivy-icon-64.png> | |
[DEBUG ] [ImageSDL2 ] Load <C:\Users\micha\kivy191\lib\site-packages\kivy\data\..\data/logo/kivy-icon-64.png> | |
[DEBUG ] [Base ] Create provider from mouse,disable_multitouch | |
[DEBUG ] [Base ] Create provider from wm_touch | |
[DEBUG ] [Base ] Create provider from wm_pen | |
[INFO ] [Base ] Start application main loop |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment