-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
What steps will reproduce the problem?
1. Create a configuration file
2. Start jkeys using the configuration file and firefox
3. Start playing (works only for the first few button presses)
4. jkeys stops working
What is the expected output? What do you see instead?
It should continue working as expected, but instead it stops working after a
few button presses.
What version of the product are you using? On what operating system?
I synced to the latest version from the svn repo. I am on 64 bit Ubuntu 9.10
(Karmic) with 2.6.31-22-generic kernel.
Please provide any additional information below.
Joystick mappings found :
- axis 7 direction low mapped to key Return
- axis 7 direction high mapped to key Shift
- button 1 mapped to key 2
- button 0 mapped to key 1
- button 3 mapped to key 3
- button 2 mapped to key 4
- button 4 mapped to key 5
Starting application
['firefox']
(firefox:7558): GLib-WARNING **: g_set_prgname() called multiple times
Exception in thread Thread-1:
Traceback (most recent call last):
File "/usr/lib/python2.6/threading.py", line 525, in __bootstrap_inner
self.run()
File "/usr/lib/python2.6/threading.py", line 477, in run
self.__target(*self.__args, **self.__kwargs)
File "/home/dhruva/Games/jkeys/joystick.py", line 115, in run
res = gethatcode(ev)
NameError: global name 'gethatcode' is not defined
Original issue reported on code.google.com by [email protected] on 13 Jul 2010 at 4:41