Created
November 20, 2012 04:09
-
-
Save rah/4115917 to your computer and use it in GitHub Desktop.
Kivi output from TestApp
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
[INFO ] Kivy v1.4.2-dev | |
[INFO ] [Logger ] Record log in /data/home/u313846/.kivy/logs/kivy_12-11-20_9.txt | |
[INFO ] [Factory ] 125 symbols loaded | |
[DEBUG ] [Cache ] register <kv.lang> with limit=None, timeout=Nones | |
[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=3600s | |
[INFO ] [Text ] using <pygame> as text provider | |
u313846@btas01:/home/u313846/workspace/kivy-test$ python testme.py | |
[INFO ] Kivy v1.4.2-dev | |
[INFO ] [Logger ] Record log in /data/home/u313846/.kivy/logs/kivy_12-11-20_10.txt | |
[INFO ] [Factory ] 125 symbols loaded | |
[DEBUG ] [Cache ] register <kv.lang> with limit=None, timeout=Nones | |
[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=3600s | |
[INFO ] [Text ] using <pygame> as text provider | |
[DEBUG ] [App ] Loading kv <./test.kv> | |
[DEBUG ] [App ] kv <./test.kv> not found | |
[INFO ] [Window ] using <pygame> as window provider | |
[ERROR ] [Window ] Unable to use <pygame> as windowprovider | |
[ERROR ] [Window ] The module raised an important error: "Couldn't find matching GLX visual" | |
Exception kivy.core.CoreCriticalException: CoreCriticalException("Couldn't find matching GLX visual",) in 'kivy.properties.dpi2px' ignored | |
[INFO ] [Window ] using <pygame> as window provider | |
[WARNING] [Window ] Unable to use <pygame> as windowprovider | |
[DEBUG ] | |
Traceback (most recent call last): | |
File "/data/home/u313846/workspace/kivy/kivy/core/__init__.py", line 54, in core_select_lib | |
cls = cls() | |
File "/data/home/u313846/workspace/kivy/kivy/core/window/__init__.py", line 403, in __init__ | |
if WindowBase.__instance is not None and not kwargs.get('force'): | |
AttributeError: 'NoneType' object has no attribute '_WindowBase__instance' | |
[CRITICAL] [Window ] Unable to find any valuable Window provider at all! | |
[DEBUG ] [ImagePygame ] Load </data/home/u313846/workspace/kivy/kivy/data/glsl/default.png> | |
[DEBUG ] [Atlas ] Load </data/home/u313846/workspace/kivy/kivy/data/../data/images/defaulttheme.atlas> | |
[DEBUG ] [Atlas ] Need to load 1 images | |
[DEBUG ] [Atlas ] Load </data/home/u313846/workspace/kivy/kivy/data/../data/images/defaulttheme-0.png> | |
[DEBUG ] [ImagePygame ] Load </data/home/u313846/workspace/kivy/kivy/data/../data/images/defaulttheme-0.png> | |
Traceback (most recent call last): | |
File "testme.py", line 8, in <module> | |
TestApp().run() | |
File "/data/home/u313846/workspace/kivy/kivy/app.py", line 532, in run | |
Window.add_widget(self.root) | |
AttributeError: 'NoneType' object has no attribute 'add_widget' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment