View Single Post
Posts: 1,397 | Thanked: 2,126 times | Joined on Nov 2009 @ Dublin, Ireland
#29
Originally Posted by ade View Post
Could you try in xterminal:
Code:
python /opt/cps2-gui/cps2-gui.py
Then try the keyconf button and see if any error messages appear on the terminal?
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