rizupz / pyalienfx

Automatically exported from code.google.com/p/pyalienfx
GNU General Public License v3.0
0 stars 0 forks source link

pyAlienFX dont work on m14x R" #13

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1.Instal the latets deb
2.Run with menu icon OR
3.run in coomand line 

The app dont load 

What is the expected output? What do you see instead?
Whe run in a command line I see this:
jorgeat@JorgeAT-M14xR2:~/pyalienfx$ sudo ./pyAlienFX.py
Initializing Driver  ...
Comnputer M14XR1 found ! Loading the parameters ...
Initializing Controller ...
Loading : ./Profiles/Fire.cfg
SPEED =  51200
Initializing Interface ...
./pyAlienFX.py:120: GtkWarning: Can't pass in construct-only parameters to 
cancel_button
  self.gtk_AlienFX_Main.add_from_file('./glade/AlienFXMain.glade')
./pyAlienFX.py:120: GtkWarning: Can't pass in construct-only parameters to 
ok_button
  self.gtk_AlienFX_Main.add_from_file('./glade/AlienFXMain.glade')
Traceback (most recent call last):
  File "./pyAlienFX.py", line 1279, in <module>
    gui.main()
  File "./pyAlienFX.py", line 85, in main
    self.AlienFX_Main()
  File "./pyAlienFX.py", line 198, in AlienFX_Main
    self.on_Advanced_Button_Clicked(self.AlienFX_Advanced_Button)
  File "./pyAlienFX.py", line 883, in on_Advanced_Button_Clicked
    self.Create_zones()
  File "./pyAlienFX.py", line 500, in Create_zones
    self.AlienFX_Preview_Hbox.pack_start(self.Widget_Zone(self.computer.regions[zone]), expand=False)
  File "./pyAlienFX.py", line 534, in Widget_Zone
    c1 = gtk.gdk.Color('#'+self.configuration.area[zone.name][confId].color1)
KeyError: 'AH'
jorgeat@JorgeAT-M14xR2:~/pyalienfx$ BBBB
BBBB: command not found
jorgeat@JorgeAT-M14xR2:~/pyalienfx$ 
jorgeat@JorgeAT-M14xR2:~/pyalienfx$ sudo ./pyAlienFX.py
Initializing Driver  ...
Comnputer M14XR1 found ! Loading the parameters ...
Initializing Controller ...
Loading : ./Profiles/Fire.cfg
SPEED =  51200
Initializing Interface ...
./pyAlienFX.py:120: GtkWarning: Can't pass in construct-only parameters to 
cancel_button
  self.gtk_AlienFX_Main.add_from_file('./glade/AlienFXMain.glade')
./pyAlienFX.py:120: GtkWarning: Can't pass in construct-only parameters to 
ok_button
  self.gtk_AlienFX_Main.add_from_file('./glade/AlienFXMain.glade')
Traceback (most recent call last):
  File "./pyAlienFX.py", line 1279, in <module>
    gui.main()
  File "./pyAlienFX.py", line 85, in main
    self.AlienFX_Main()
  File "./pyAlienFX.py", line 198, in AlienFX_Main
    self.on_Advanced_Button_Clicked(self.AlienFX_Advanced_Button)
  File "./pyAlienFX.py", line 883, in on_Advanced_Button_Clicked
    self.Create_zones()
  File "./pyAlienFX.py", line 500, in Create_zones
    self.AlienFX_Preview_Hbox.pack_start(self.Widget_Zone(self.computer.regions[zone]), expand=False)
  File "./pyAlienFX.py", line 534, in Widget_Zone
    c1 = gtk.gdk.Color('#'+self.configuration.area[zone.name][confId].color1)
KeyError: 'AH'

What version of the product are you using? On what operating system?
The latests deb:pyAlienFX 1.0.2 Stable Release Deb Package
IN 12.04 64

Please provide any additional information below (Python Error Message if
possible).

Original issue reported on code.google.com by jorg...@gmail.com on 27 Mar 2013 at 12:53

GoogleCodeExporter commented 8 years ago
Thanks in advance 

Original comment by jorg...@gmail.com on 27 Mar 2013 at 1:03

GoogleCodeExporter commented 8 years ago
i've an alienware mx14r2 and i'm able to run pyalienFX on debian and archlinux 
correctly. try to build it from the source

Original comment by panizz...@gmail.com on 8 Apr 2013 at 11:23

GoogleCodeExporter commented 8 years ago
Can you provide a lsusb too please ?

Original comment by ledjfou125 on 23 Apr 2013 at 9:51

GoogleCodeExporter commented 8 years ago
Of course, this is de lsusb 
M14xR2:~$ lsusb
Bus 001 Device 002: ID 8087:0024 Intel Corp. Integrated Rate Matching Hub
Bus 002 Device 002: ID 8087:0024 Intel Corp. Integrated Rate Matching Hub
Bus 003 Device 004: ID 05ac:12a0 Apple, Inc. 
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 003 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 004 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 001 Device 003: ID 064e:8128 Suyin Corp. 
Bus 002 Device 003: ID 8087:07da Intel Corp. 
Bus 002 Device 004: ID 187c:0521 Alienware Corporation 

Original comment by jorg...@gmail.com on 23 Apr 2013 at 3:21