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

Crash on share #102

Open
shuvashish76 opened this issue Aug 8, 2024 · 1 comment
Open

Crash on share #102

shuvashish76 opened this issue Aug 8, 2024 · 1 comment
Labels
bug Something isn't working

Comments

@shuvashish76
Copy link

shuvashish76 commented Aug 8, 2024

Describe the bug
App crashes when sharing an app to FFShare from gallery app. Intermittent crash...doesn't crash everytime.

Settings applied
Everything is set to its default settings. I haven't changed anything.

Crash Logs

FATAL EXCEPTION: main
Process: com.caydey.ffshare, PID: 7928
java.lang.RuntimeException: Unable to start activity ComponentInfo{com.caydey.ffshare/com.caydey.ffshare.HandleMediaActivity}: java.lang.NullPointerException: Attempt to invoke virtual method 'int java.lang.String.lastIndexOf(java.lang.String)' on a null object reference
	at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2951)
	at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:3086)
	at android.app.servertransaction.LaunchActivityItem.execute(LaunchActivityItem.java:78)
	at android.app.servertransaction.TransactionExecutor.executeCallbacks(TransactionExecutor.java:108)
	at android.app.servertransaction.TransactionExecutor.execute(TransactionExecutor.java:68)
	at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1816)
	at android.os.Handler.dispatchMessage(Handler.java:106)
	at android.os.Looper.loop(Looper.java:193)
	at android.app.ActivityThread.main(ActivityThread.java:6718)
	at java.lang.reflect.Method.invoke(Native Method)
	at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:491)
	at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:858)
Caused by: java.lang.NullPointerException: Attempt to invoke virtual method 'int java.lang.String.lastIndexOf(java.lang.String)' on a null object reference
	at com.arthenica.ffmpegkit.FFmpegKitConfig.c(Unknown Source:93)
	at j1.j.c(Unknown Source:1337)
	at com.caydey.ffshare.HandleMediaActivity.C(Unknown Source:198)
	at com.caydey.ffshare.HandleMediaActivity.onCreate(Unknown Source:52)
	at android.app.Activity.performCreate(Activity.java:7144)
	at android.app.Activity.performCreate(Activity.java:7135)
	at android.app.Instrumentation.callActivityOnCreate(Instrumentation.java:1271)
	at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2931)
	... 11 more

Device details
App version: 1.3.2 (21)
Model: Lenovo TB-8704X
Android: 9

@shuvashish76 shuvashish76 added the bug Something isn't working label Aug 8, 2024
@trulow
Copy link

trulow commented Sep 18, 2024

I'm getting this same crash as well. Actually when trying to import any video, the app crashes.

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

No branches or pull requests

2 participants