![]() |
2012-02-21
, 14:10
|
Posts: 1,100 |
Thanked: 2,797 times |
Joined on Apr 2011
@ Netherlands
|
#21
|
![]() |
2012-02-22
, 15:39
|
Posts: 10 |
Thanked: 0 times |
Joined on Oct 2011
|
#22
|
![]() |
2012-02-26
, 18:41
|
Posts: 1,397 |
Thanked: 2,126 times |
Joined on Nov 2009
@ Dublin, Ireland
|
#23
|
![]() |
2012-02-26
, 18:45
|
Posts: 1,397 |
Thanked: 2,126 times |
Joined on Nov 2009
@ Dublin, Ireland
|
#24
|
![]() |
2012-02-26
, 19:09
|
Posts: 1,100 |
Thanked: 2,797 times |
Joined on Apr 2011
@ Netherlands
|
#25
|
![]() |
2012-02-27
, 09:01
|
Posts: 1,397 |
Thanked: 2,126 times |
Joined on Nov 2009
@ Dublin, Ireland
|
#26
|
![]() |
2012-02-27
, 09:36
|
Posts: 1,100 |
Thanked: 2,797 times |
Joined on Apr 2011
@ Netherlands
|
#27
|
python /opt/cps2-gui/cps2-gui.py
![]() |
2012-02-27
, 10:38
|
Posts: 14 |
Thanked: 1 time |
Joined on Feb 2012
|
#28
|
![]() |
2012-02-27
, 11:05
|
Posts: 1,397 |
Thanked: 2,126 times |
Joined on Nov 2009
@ Dublin, Ireland
|
#29
|
Could you try in xterminal:
Then try the keyconf button and see if any error messages appear on the terminal?Code:python /opt/cps2-gui/cps2-gui.py
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
![]() |
2012-02-27
, 11:15
|
Posts: 1,100 |
Thanked: 2,797 times |
Joined on Apr 2011
@ Netherlands
|
#30
|
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
The Following User Says Thank You to ade For This Useful Post: | ||