GabMus / razerCommander

GTK contol center for managing razer peripherals on Linux
GNU General Public License v3.0
164 stars 25 forks source link

Error when trying to use custom mode on Razer Blade 2016 #38

Closed v3r5ace closed 6 years ago

v3r5ace commented 7 years ago

Traceback (most recent call last): File "/usr/bin/razercommander", line 469, in on_universalApplyButton_clicked enableFXwSettings(currentFX) File "/usr/bin/razercommander", line 359, in enableFXwSettings myrazerkb.applyCustom(rkb) File "/usr/share/razercommander/device.py", line 230, in applyCustom rindex, cindex, self._make_color_tuple(key.color) File "/usr/lib/python3.6/site-packages/razer/client/fx.py", line 997, in set self.setitem((y, x), rgb) File "/usr/lib/python3.6/site-packages/razer/client/fx.py", line 958, in setitem assert 0 <= key[1] < self._cols, "Column out of bounds" AssertionError: Column out of bounds

GabMus commented 6 years ago

Please, test this issue again running the latest version I just pushed on master. It's already available in the AUR, with other distro packages coming soon.

GabMus commented 6 years ago

closing for inactivity