RealcumberScripts I'm using the newest SLR app on a Quest 2, connected via Haptics Connect. I've tried turning the speed booster to 100% and it still happens, I've confirmed the crash definitely happens at set points in the script and it's after a pause in activity, so it does indicate the problem is a timeout/disconnection after no activity.
The connection drop appears to be between the Onyx+ and Haptics Connect, in order to get the connection back you have to turn the Onyx+ off and on again, then rescan for devices in Haptics Connect. It then works until the next pause/crash. It explains why other sites using FeelConnect are unaffected.
I've downloaded a script that crashes at a set time reasonably early on, I've run the potential fix through it and when I get a chance I'm going to sideload the script and the related video into the Quest 2 and see if it resolves the issue. I'll let you know what happens.
edit to add: I've confirmed that the problem is specifically when there is a lack of activity for approximately 3 seconds, and is consitently repeatable. Unfortunately the fixed version of the script didn't help, I'll need to investigate whether I messed up the fix
final edit to add: I've been able to confirm that it's not a lack of data points but a lack of change for 3 seconds that is causing the crash. I found a manual script editor and confirmed the script had data points at regular intervals during the pauses. I manually editted the script to add a +/-1 sawtooth to each of these pauses, playing that there was no crash at the previously reliable crash points and no change in playback. Don't know enough about python to know if that fix was trying to do the same, I suspect it would only be clever enough to add data points and not create tiny variations which is why it failed. Still, worth a look as manually fixing scripts would be time consuming