Bug 511834 - kdeconnect crashes on startup
Summary: kdeconnect crashes on startup
Status: RESOLVED FIXED
Alias: None
Product: kdeconnect
Classification: Applications
Component: android-application (other bugs)
Version First Reported In: unspecified
Platform: Android Android 14.x
: NOR crash
Target Milestone: ---
Assignee: Albert Vaca Cintora
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2025-11-08 16:19 UTC by peer.griebel
Modified: 2025-11-09 15:35 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed/Implemented In:
Sentry Crash Report:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description peer.griebel 2025-11-08 16:19:06 UTC
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
Comment 1 Albert Vaca Cintora 2025-11-09 15:32:22 UTC
Version 1.34.1 was released yesterday with the fix, sorry for breaking the app!
Comment 2 peer.griebel 2025-11-09 15:35:55 UTC
(In reply to Albert Vaca Cintora from comment #1)
> Version 1.34.1 was released yesterday with the fix, sorry for breaking the
> app!

No problem! Thank you for your work and your support!