Open martinph opened 8 years ago
I think this is a known issue. DICSS and BALLS tend to have conflicts when injected together; this is because BALLS is much more sensitive and lower-level than DICSS, and they tend to get in each other's way in terms of registering touch events. I think there is a workaround if you alternate between injecting DICSS and BALLS into the head.
Thanks. In the end I just injected the DICSS into the body and the BALLS in to the head (it was a stretch, but it worked). Had to rewire my BALLS though to try and stop all the child processes being spawned.
I've tried coupling my Binary Access Link Layer Service while injecting DICSS directly into the head, but it always prematurely exits. Any known issues about this?