-
Notifications
You must be signed in to change notification settings - Fork 15
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
Crash during parse options when calling Run #7
Comments
Can you please post the code you are using and the stacktrace? |
We need to have a more graceful handling of errors. |
facing the same issue. App crashes on calling the run method. last logged lines are: |
I am having the same error also
|
More Details having same issue 15/com.madhavanmalolan.ffmpegandroidtest I/Videokit: start run in main. |
same issue occur how to resolve this. |
I am experiencing a crash when calling Run. I have the same problem when integrating with my own application and with the example project in github. With the example project I only updated the build tools and gradle plug-ins to the latest versions and commented out the bintray section which wasn't building.
The last trace output is "term_init & parse options.". It gets to the same point whatever parameters I send to Run. So it looks like it is falling over during the initialisation.
The same problem occurs on an Armv7 device running Android 5.0.1 and an Armv8 device running Android 7.1.1.
I have tried adding code to give runtime write external strorage permissions which I have confirmed is working.
The text was updated successfully, but these errors were encountered: