-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Crashing after Macro with TCP client commands #4
Comments
Thank you for the detailed report. I have crash logs which match your details, so should be able to dig in and fix this for next release. The crash is happening when replacing tokens in command values it seems. Are you cable to whip up a quick project that replicates the problem without a heap of other things going on in the project? |
I have made one small fix for Android that was causing a crash during resuming app, but was not able to reproduce your crash otherwise. Please try installing the v5.0.3 APK on your Android device from here: |
Thanks for the quick response. I can make a quick light version of the project, should I send it to you? |
Yes please send to [email protected] when you can. |
New version for android still crashes when loading a new GUI, but after a restart runs the macro perfectly so far. |
Really liking the new interface so far. However while testing the platform with a configuration we've been using for ages the app seems to crash and close without any useful information that I can see.
We've narrowed it down to a macro that sends a bunch of commands to a TCP client and gets a respons that gets put in a join. About 10 commands, 100ms apart, every 20 seconds. The device receiving the commands does exactly what it's supposed to do until the launchpad app just closes (on iOS) or says "Launchpad has stopped" on android.
We do not have this issue on iviewer 211 (which is still the one we're using on all our installations with android tablets). The issue happens on both iOS and Android, however the android tablet does the macro once and crashes, the iPad usually takes about 10 minutes and then closes the app.
Currently testing on an iPad on iOS 12.4.2 and a Android tablet on 4.4.2.
Will test with more recent Android tablets when they arrive...
The text was updated successfully, but these errors were encountered: