Skip to content
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

Open
p512Stijn opened this issue Oct 23, 2019 · 5 comments
Open

Crashing after Macro with TCP client commands #4

p512Stijn opened this issue Oct 23, 2019 · 5 comments
Labels
bug Something isn't working question Further information is requested

Comments

@p512Stijn
Copy link

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...

@jarrodbell
Copy link
Member

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?

@jarrodbell jarrodbell added the bug Something isn't working label Oct 23, 2019
@jarrodbell
Copy link
Member

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:
http://www.commandfusion.com/software/launchpad/history

@jarrodbell jarrodbell added the question Further information is requested label Oct 24, 2019
@p512Stijn
Copy link
Author

Thanks for the quick response. I can make a quick light version of the project, should I send it to you?
I will try the android version as soon as I can.

@jarrodbell
Copy link
Member

Yes please send to [email protected] when you can.

@p512Stijn
Copy link
Author

New version for android still crashes when loading a new GUI, but after a restart runs the macro perfectly so far.
Sending the lite version of the gui to you now.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants