You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Synergize does not properly filter messages TouchOSC can be configured to send (/accxyx, /z and /ping). This results in messages such as the following in the log:
2020/11/06 20:20:03 ERROR: SendToUI failed to decode json response : accxyz 0: unexpected end of JSON input
In my testing I was able to crash Synergize by flooding it with /accxyz accelerometer messages; others have reported network related errors (e.g. CONNRESET) which may be related. See #14
Until fixed, workaround is to ensure that these are disabled in TouchOSC (Options->OSC-> all toggles should be off)
The text was updated successfully, but these errors were encountered:
FWIW, it appears that the crash was caused by /ping messages from TouchOSC -- the accelerometer and touch messages are "harmless" (?), but flood the logs with errors and cause unnecessary traffic between the app and the UI
chinenual
changed the title
If TouchOSC Accelerometer enabled, Synergize may crash
If TouchOSC /ping enabled, Synergize may crash
Nov 7, 2020
Synergize does not properly filter messages TouchOSC can be configured to send (/accxyx, /z and /ping). This results in messages such as the following in the log:
In my testing I was able to crash Synergize by flooding it with /accxyz accelerometer messages; others have reported network related errors (e.g. CONNRESET) which may be related. See #14
Until fixed, workaround is to ensure that these are disabled in TouchOSC (
Options->OSC
-> all toggles should be off)The text was updated successfully, but these errors were encountered: