Good work with the new v5 lib. Not sure if I am doing anything wrong, but after upgrading to the new lib and trying to use the CapSense functionality, then I get the following error. All other calls works fine (AnalogInput and PulseInput). Do I miss some dependencies?
//Thomas 01-18 17:03:09.511: E/IOIOBaseApplicationHelper(20095): Unexpected exception caught 01-18 17:03:09.511: E/IOIOBaseApplicationHelper(20095): java.lang.IllegalArgumentException: Resource doesn't exist: ioio.lib.impl.ResourceManager$Resource@43389b18 01-18 17:03:09.511: E/IOIOBaseApplicationHelper(20095): at ioio.lib.impl.SpecificResourceAllocator.alloc(SpecificResourceAllocator.java:50) 01-18 17:03:09.511: E/IOIOBaseApplicationHelper(20095): at ioio.lib.impl.ResourceManager.alloc(ResourceManager.java:147) 01-18 17:03:09.511: E/IOIOBaseApplicationHelper(20095): at ioio.lib.impl.IOIOImpl.openCapSense(IOIOImpl.java:370) 01-18 17:03:09.511: E/IOIOBaseApplicationHelper(20095): at ioio.lib.impl.IOIOImpl.openCapSense(IOIOImpl.java:361) 01-18 17:03:09.511: E/IOIOBaseApplicationHelper(20095): at se.tna.krypgrund.KrypgrundsService$1.initialize(KrypgrundsService.java:99) 01-18 17:03:09.511: E/IOIOBaseApplicationHelper(20095): at se.tna.krypgrund.KrypgrundsService$1.setup(KrypgrundsService.java:90) 01-18 17:03:09.511: E/IOIOBaseApplicationHelper(20095): at ioio.lib.util.BaseIOIOLooper.setup(BaseIOIOLooper.java:20) 01-18 17:03:09.511: E/IOIOBaseApplicationHelper(20095): at ioio.lib.util.IOIOBaseApplicationHelper$IOIOThread.run(IOIOBaseApplicationHelper.java:60) -- You received this message because you are subscribed to the Google Groups "ioio-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/ioio-users. For more options, visit https://groups.google.com/groups/opt_out.
