View Single Post
Posts: 1,100 | Thanked: 2,797 times | Joined on Apr 2011 @ Netherlands
#30
Originally Posted by ivgalvez View Post
These are the traces:

Code:
QWidget::setLayout: Attempting to set QLayout "" on ConfigWindow "", which already has a layout
Error calling slot "on_keys_clicked" 
Traceback (most recent call last):
  File "/opt/cps2-gui/cps2-gui.py", line 404, in on_keys_clicked
    widget = keyWindow(self)
  File "/opt/cps2-gui/cps2-gui.py", line 567, in __init__
    self.P1Autofire1Value = QLineEdit(AUTOFIRE1)
UnboundLocalError: local variable 'AUTOFIRE1' referenced before assignment
It gives the impression not all keys are present in the key config file /home/user/.cps2emu/keyconfig.cfg. It should contain 15 entries. Could you show the content of your file here? It seems you are missing the last 3 entries (see also http://talk.maemo.org/showpost.php?p...&postcount=182)
 

The Following User Says Thank You to ade For This Useful Post: