Fixed it. Using an older version seemed to work (plus copying the files manually).
I've followed the instructions carefully, and I'm pretty sure that all files have been installed to the correct directories, but when I load a plugin, no CFG file is created for it in /user/Ubermap. This is my log output:
Code: Select all
INFO load config name: devices, path: /Users/alex/Ubermap/devices.cfg, subdir: None
INFO looking for config in cache: devices, timestamp: 1393196128.0
INFO found config in cache: devices, timestamp: 1393196128.0
INFO load config name: Spire_47907c930bf2a8b624cbd9113fde4268, path: /Users/alex/Ubermap/Devices/Spire_47907c930bf2a8b624cbd9113fde4268.cfg, subdir: Devices
INFO config not found: /Users/alex/Ubermap/Devices/Spire_47907c930bf2a8b624cbd9113fde4268.cfg
OSX Mavericks, iMac 27 late 2013, Ableton Suite 9.1.1
If anyone has any idea why this is happening, I'd be really grateful!
Edit:
Just found this in Ableton's log file too:
Code: Select all
744548 ms. RemoteScriptError: File "MIDI Remote Scripts/_Framework/Task.py", line 246, in do_update
744548 ms. RemoteScriptError: File "MIDI Remote Scripts/_Framework/Task.py", line 54, in update
744548 ms. RemoteScriptError: File "MIDI Remote Scripts/_Framework/Task.py", line 150, in do_update
744548 ms. RemoteScriptError: File "MIDI Remote Scripts/_Framework/ControlSurface.py", line 561, in message
744549 ms. RemoteScriptError: File "MIDI Remote Scripts/Push/Push.py", line 1623, in _on_selected_track_changed
744549 ms. RemoteScriptError: File "MIDI Remote Scripts/_Framework/ControlSurface.py", line 867, in _on_selected_track_changed
744549 ms. RemoteScriptError: File "MIDI Remote Scripts/_Framework/ControlSurface.py", line 901, in _update_device_selection
744549 ms. RemoteScriptError: File "MIDI Remote Scripts/Push/ProviderDeviceComponent.py", line 42, in set_device
744549 ms. RemoteScriptError: File "MIDI Remote Scripts/Push/ProviderDeviceComponent.py", line 57, in _get_provided_parameters
744549 ms. RemoteScriptError: File "MIDI Remote Scripts/_Framework/DeviceComponent.py", line 467, in _current_bank_details
744549 ms. RemoteScriptError: File "MIDI Remote Scripts/_Framework/DeviceComponent.py", line 450, in _best_of_parameter_bank
744549 ms. RemoteScriptError: File "MIDI Remote Scripts/_Generic/Devices.py", line 789, in best_of_parameter_bank
744549 ms. RemoteScriptError: ubermap_bank = ubermap.get_custom_device_params(device, ubermap.SECTION_BEST_OF)
744549 ms. RemoteScriptError: File "MIDI Remote Scripts/Ubermap/UbermapDevices.py", line 100, in get_custom_device_params
744549 ms. RemoteScriptError: device_config = self.get_device_config(device)
744549 ms. RemoteScriptError: File "MIDI Remote Scripts/Ubermap/UbermapDevices.py", line 87, in get_device_config
744550 ms. RemoteScriptError: return cfg if cfg.get('Config', 'Ignore') == 'False' else False
744550 ms. RemoteScriptError: AttributeError: 'bool' object has no attribute 'get'