https://bugs.kde.org/show_bug.cgi?id=491722
h...@oirnoir.dev changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |h...@oirnoir.dev --- Comment #4 from h...@oirnoir.dev --- I also experience this issue on a Google Pixel 8a on KDE Connect 1.32.0. It is connected to my laptop running Fedora with KDE Plasma 6. My desktop kernel is 6.9.12 (due to a separate bug preventing me from updating) Otherwise, everything is exactly the same as the original report. Remote input works fine. Here is my crash dump: ``` type: crash osVersion: google/akita/akita:14/AP2A.240805.005.A1/2024082200:user/release-keys package: org.kde.kdeconnect_tp:13200 process: org.kde.kdeconnect_tp processUptime: 1543 + 406 ms installer: com.machiav3lli.fdroid java.lang.RuntimeException: Unable to instantiate activity ComponentInfo{org.kde.kdeconnect_tp/org.kde.kdeconnect.Plugins.PresenterPlugin.PresenterActivity}: java.lang.NullPointerException: Attempt to invoke virtual method 'java.lang.String android.content.Intent.getStringExtra(java.lang.String)' on a null object reference at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:3910) at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:4184) at android.app.servertransaction.LaunchActivityItem.execute(LaunchActivityItem.java:114) at android.app.servertransaction.TransactionExecutor.executeNonLifecycleItem(TransactionExecutor.java:231) at android.app.servertransaction.TransactionExecutor.executeTransactionItems(TransactionExecutor.java:152) at android.app.servertransaction.TransactionExecutor.execute(TransactionExecutor.java:93) at android.app.ActivityThread$H.handleMessage(ActivityThread.java:2602) at android.os.Handler.dispatchMessage(Handler.java:107) at android.os.Looper.loopOnce(Looper.java:232) at android.os.Looper.loop(Looper.java:317) at android.app.ActivityThread.main(ActivityThread.java:8623) at java.lang.reflect.Method.invoke(Native Method) at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:580) at com.android.internal.os.ExecInit.main(ExecInit.java:50) at com.android.internal.os.RuntimeInit.nativeFinishInit(Native Method) at com.android.internal.os.RuntimeInit.main(RuntimeInit.java:369) Caused by: java.lang.NullPointerException: Attempt to invoke virtual method 'java.lang.String android.content.Intent.getStringExtra(java.lang.String)' on a null object reference at org.kde.kdeconnect.Plugins.PresenterPlugin.PresenterActivity.<init>(PresenterActivity.kt:52) at java.lang.Class.newInstance(Native Method) at android.app.AppComponentFactory.instantiateActivity(AppComponentFactory.java:95) at androidx.core.app.CoreComponentFactory.instantiateActivity(CoreComponentFactory.java:44) at android.app.Instrumentation.newActivity(Instrumentation.java:1453) at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:3897) ... 15 more ``` -- You are receiving this mail because: You are watching all bug changes.