We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
python game.py nvfx_screen_get_param:95 - Warning: unknown PIPE_CAP 30 nvfx_screen_get_param:95 - Warning: unknown PIPE_CAP 30 nvfx_screen_get_param:95 - Warning: unknown PIPE_CAP 55 nvfx_screen_get_param:95 - Warning: unknown PIPE_CAP 56 nvfx_screen_get_param:95 - Warning: unknown PIPE_CAP 59 nvfx_screen_get_param:95 - Warning: unknown PIPE_CAP 58 nvfx_screen_get_param:95 - Warning: unknown PIPE_CAP 30 nvfx_screen_get_param:95 - Warning: unknown PIPE_CAP 30 nvfx_screen_get_param:95 - Warning: unknown PIPE_CAP 30 nvfx_screen_get_param:95 - Warning: unknown PIPE_CAP 55 nvfx_screen_get_param:95 - Warning: unknown PIPE_CAP 56 nvfx_screen_get_param:95 - Warning: unknown PIPE_CAP 59 nvfx_screen_get_param:95 - Warning: unknown PIPE_CAP 58 nvfx_screen_get_param:95 - Warning: unknown PIPE_CAP 30 Traceback (most recent call last): File "game.py", line 125, in Main().mainLoop() File "/home/knoppix/babytux/app.py", line 62, in mainLoop self.win.dispatch_events() File "/usr/local/lib/python2.7/dist-packages/pyglet/window/xlib/init.py", line 1140, in dispatch_events self.dispatch_platform_event(e) File "/usr/local/lib/python2.7/dist-packages/pyglet/window/xlib/init.py", line 1169, in dispatch_platform_event event_handler(e) File "/usr/local/lib/python2.7/dist-packages/pyglet/window/xlib/init.py", line 1326, in _event_key text, symbol = self._event_text_symbol(ev) File "/usr/local/lib/python2.7/dist-packages/pyglet/window/xlib/init.py", line 1262, in _event_text_symbol symbol = ord(unichr(symbol).lower()) ValueError: unichr() arg not in range(0x110000) (wide Python build)
The text was updated successfully, but these errors were encountered:
the computer is a Dell Inspiron 9300 laptop.
Sorry, something went wrong.
I think this might be fixed by #8, would love to get confirmation.
I will try to check. I don't have the laptop with multimedia keys anymore :-)
Successfully merging a pull request may close this issue.
python game.py
nvfx_screen_get_param:95 - Warning: unknown PIPE_CAP 30
nvfx_screen_get_param:95 - Warning: unknown PIPE_CAP 30
nvfx_screen_get_param:95 - Warning: unknown PIPE_CAP 55
nvfx_screen_get_param:95 - Warning: unknown PIPE_CAP 56
nvfx_screen_get_param:95 - Warning: unknown PIPE_CAP 59
nvfx_screen_get_param:95 - Warning: unknown PIPE_CAP 58
nvfx_screen_get_param:95 - Warning: unknown PIPE_CAP 30
nvfx_screen_get_param:95 - Warning: unknown PIPE_CAP 30
nvfx_screen_get_param:95 - Warning: unknown PIPE_CAP 30
nvfx_screen_get_param:95 - Warning: unknown PIPE_CAP 55
nvfx_screen_get_param:95 - Warning: unknown PIPE_CAP 56
nvfx_screen_get_param:95 - Warning: unknown PIPE_CAP 59
nvfx_screen_get_param:95 - Warning: unknown PIPE_CAP 58
nvfx_screen_get_param:95 - Warning: unknown PIPE_CAP 30
Traceback (most recent call last):
File "game.py", line 125, in
Main().mainLoop()
File "/home/knoppix/babytux/app.py", line 62, in mainLoop
self.win.dispatch_events()
File "/usr/local/lib/python2.7/dist-packages/pyglet/window/xlib/init.py", line 1140, in dispatch_events
self.dispatch_platform_event(e)
File "/usr/local/lib/python2.7/dist-packages/pyglet/window/xlib/init.py", line 1169, in dispatch_platform_event
event_handler(e)
File "/usr/local/lib/python2.7/dist-packages/pyglet/window/xlib/init.py", line 1326, in _event_key
text, symbol = self._event_text_symbol(ev)
File "/usr/local/lib/python2.7/dist-packages/pyglet/window/xlib/init.py", line 1262, in _event_text_symbol
symbol = ord(unichr(symbol).lower())
ValueError: unichr() arg not in range(0x110000) (wide Python build)
The text was updated successfully, but these errors were encountered: