sc-controller icon indicating copy to clipboard operation
sc-controller copied to clipboard

circular and circularabs not working in windows

Open pacmac231 opened this issue 3 years ago • 0 comments

Help needed. Regular axis and button presses are working, but circular input styles (custom action: "circular(axis(ABS_X))") result in following and give no output

`[I] GUI Starting SC Controller GUI (forced console) v0.4.5... [D] GUI Initializing python... [d] GUI Python home: C:\Users\pacmac\Downloads\sc-controller-0.4.9.12-win32-pre-release [d] GUI Python path: C:\Users\pacmac\Downloads\sc-controller-0.4.9.12-win32-pre-release\python;C:\Users\pacmac\Downloads\sc-controller-0.4.9.12-win32-pre-release\python\scc\lib;C:\Users\pacmac\Downloads\sc-controller-0.4.9.12-win32-pre-release\lib\python2.7;C:\Users\pacmac\Downloads\sc-controller-0.4.9.12-win32-pre-release\lib\python2.7\lib-dynload;C:\Users\pacmac\Downloads\sc-controller-0.4.9.12-win32-pre-release\lib\python2.7\site-packages

(sc-controller:12012): GLib-GIO-WARNING **: 20:41:12.970: win32 session dbus binary not found: C:\Users\pacmac\Downloads\sc-controller-0.4.9.12-win32-pre-release\gdbus.exe W UDataManager enumerate_children_async returned no files [d] SCCC Connecting to 'C:\Users\pacmac\AppData\Roaming\scc\daemon.socket'... [W] actions.c Requested unknown property 'action' from 'circular' Traceback (most recent call last): File "C:\Users\pacmac\Downloads\sc-controller-0.4.9.12-win32-pre-release\python/scc/gui/action_editor.py", line 279, in on_action_type_changed component.set_action(self._mode, self._action) File "C:\Users\pacmac\Downloads\sc-controller-0.4.9.12-win32-pre-release\python/scc/gui/ae/axis_action.py", line 98, in set_action self.load_circular_action(action) File "C:\Users\pacmac\Downloads\sc-controller-0.4.9.12-win32-pre-release\python/scc/gui/ae/axis_action.py", line 149, in load_circular_action if isinstance(action.action, MultiAction): File "C:\Users\pacmac\Downloads\sc-controller-0.4.9.12-win32-pre-release\python/scc/actions.py", line 295, in getattr self.class.name, self.KEYWORD, name)) AttributeError: CircularModifier 'circular' has no property 'action'

(sc-controller:12012): Gtk-WARNING **: 20:41:18.430: Could not find the icon 'go-next-ltr'. The 'hicolor' theme was not found either, perhaps you need to install it. You can get a copy from: http://icon-theme.freedesktop.org/releases

(sc-controller:12012): Gtk-WARNING **: 20:41:18.434: Error loading theme icon 'go-next' for stock: ...`

pacmac231 avatar Jun 03 '21 19:06 pacmac231