https://bugs.kde.org/show_bug.cgi?id=511834
Bug ID: 511834
Summary: kdeconnect crashes on startup
Classification: Applications
Product: kdeconnect
Version First unspecified
Reported In:
Platform: Android
OS: Android 14.x
Status: REPORTED
Severity: normal
Priority: NOR
Component: android-application
Assignee: [email protected]
Reporter: [email protected]
CC: [email protected]
Target Milestone: ---
SUMMARY
The app crashes every time I start it.
STEPS TO REPRODUCE
1. Start app
2. see crash
OBSERVED RESULT
Crash
EXPECTED RESULT
normal operation
SOFTWARE/OS VERSIONS
Android app version 1.34.0 from Google Play Store.
ADDITIONAL INFORMATION
Stack trace obtained by LogFox
FATAL EXCEPTION: main
Process: org.kde.kdeconnect_tp, PID: 26605
java.lang.RuntimeException: Unable to start service
org.kde.kdeconnect.Plugins.NotificationsPlugin.NotificationReceiver@ab4ea0 with
Intent {
cmp=org.kde.kdeconnect_tp/org.kde.kdeconnect.Plugins.NotificationsPlugin.NotificationReceiver
mCallingUid=10330 }: java.lang.NullPointerException: Parameter specified as
non-null is null: method org.kde.kdeconnect.NetworkPacket.set, parameter value
at android.app.ActivityThread.handleServiceArgs(ActivityThread.java:5134)
at android.app.ActivityThread.-$$Nest$mhandleServiceArgs(Unknown Source:0)
at android.app.ActivityThread$H.handleMessage(ActivityThread.java:2481)
at android.os.Handler.dispatchMessage(Handler.java:106)
at android.os.Looper.loopOnce(Looper.java:257)
at android.os.Looper.loop(Looper.java:368)
at android.app.ActivityThread.main(ActivityThread.java:8839)
at java.lang.reflect.Method.invoke(Native Method)
at
com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:572)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1049)
Caused by: java.lang.NullPointerException: Parameter specified as non-null is
null: method org.kde.kdeconnect.NetworkPacket.set, parameter value
at org.kde.kdeconnect.NetworkPacket.set(Unknown Source:7)
at
org.kde.kdeconnect.Plugins.NotificationsPlugin.NotificationsPlugin.sendNotification(NotificationsPlugin.java:265)
at
org.kde.kdeconnect.Plugins.NotificationsPlugin.NotificationsPlugin.sendCurrentNotifications(NotificationsPlugin.java:525)
at
org.kde.kdeconnect.Plugins.NotificationsPlugin.NotificationsPlugin.$r8$lambda$1g-q3QAHM9K8CCvVH9UOWdz85V4(NotificationsPlugin.java:0)
at
org.kde.kdeconnect.Plugins.NotificationsPlugin.NotificationsPlugin$$ExternalSyntheticLambda0.onServiceStart(R8$$SyntheticClass:0)
at
org.kde.kdeconnect.Plugins.NotificationsPlugin.NotificationReceiver.onStartCommand(NotificationReceiver.java:92)
at android.app.ActivityThread.handleServiceArgs(ActivityThread.java:5116)
... 9 more
--
You are receiving this mail because:
You are watching all bug changes.