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

App crashes every time I make a task or uncheck a completed task #56

Open
eddieofny opened this issue Feb 9, 2024 · 1 comment
Open
Labels
bug Something isn't working

Comments

@eddieofny
Copy link

Anytime I finish creating a task, or if I unchecked a completed task, the app will crash. I don't know java, but both crashes look very similar in logfox. I'll post both logs below.

  • Device: LG K20 Plus
  • OS: Android 7.0
  • App Version 1.4.9

Additional context
I'm not sure if it's relevant or not, but I installed the app via Obtainium since I needed the V7a version.

LOG 1 (from when I created a new task):

FATAL EXCEPTION: main
Process: com.yoshi.todark, PID: 30914
java.lang.NoClassDefFoundError: Failed resolution of: Ljava/time/LocalDateTime;
at com.dexterous.flutterlocalnotifications.m0.a(SourceFile)
at com.dexterous.flutterlocalnotifications.FlutterLocalNotificationsPlugin.zonedScheduleNotification(SourceFile)
at com.dexterous.flutterlocalnotifications.FlutterLocalNotificationsPlugin.zonedSchedule(SourceFile)
at com.dexterous.flutterlocalnotifications.FlutterLocalNotificationsPlugin.onMethodCall(SourceFile)
at g3.k$a.a(SourceFile)
at u2.c.l(SourceFile)
at u2.c.m(SourceFile)
at u2.c.i(SourceFile)
at u2.b.run(SourceFile)
at android.os.Handler.handleCallback(Handler.java:751)
at android.os.Handler.dispatchMessage(Handler.java:95)
at android.os.Looper.loop(Looper.java:154)
at android.app.ActivityThread.main(ActivityThread.java:6316)
at java.lang.reflect.Method.invoke(Native Method)
at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:872)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:762)
at de.robv.android.xposed.XposedBridge.main(XposedBridge.java:107)
Caused by: java.lang.ClassNotFoundException: Didn't find class "java.time.LocalDateTime" on path: DexPathList[[zip file "/data/app/com.yoshi.todark-1/base.apk"],nativeLibraryDirectories=[/data/app/com.yoshi.todark-1/lib/arm, /data/app/com.yoshi.todark-1/base.apk!/lib/armeabi-v7a, /system/lib, /vendor/lib]]
at dalvik.system.BaseDexClassLoader.findClass(BaseDexClassLoader.java:56)
at java.lang.ClassLoader.loadClass(ClassLoader.java:380)
at java.lang.ClassLoader.loadClass(ClassLoader.java:312)
... 17 more

LOG 2 (from when I unchecked a completed task):

FATAL EXCEPTION: main
Process: com.yoshi.todark, PID: 31078
java.lang.NoClassDefFoundError: Failed resolution of: Ljava/time/LocalDateTime;
at com.dexterous.flutterlocalnotifications.m0.a(SourceFile)
at com.dexterous.flutterlocalnotifications.FlutterLocalNotificationsPlugin.zonedScheduleNotification(SourceFile)
at com.dexterous.flutterlocalnotifications.FlutterLocalNotificationsPlugin.zonedSchedule(SourceFile)
at com.dexterous.flutterlocalnotifications.FlutterLocalNotificationsPlugin.onMethodCall(SourceFile)
at g3.k$a.a(SourceFile)
at u2.c.l(SourceFile)
at u2.c.m(SourceFile)
at u2.c.i(SourceFile)
at u2.b.run(SourceFile)
at android.os.Handler.handleCallback(Handler.java:751)
at android.os.Handler.dispatchMessage(Handler.java:95)
at android.os.Looper.loop(Looper.java:154)
at android.app.ActivityThread.main(ActivityThread.java:6316)
at java.lang.reflect.Method.invoke(Native Method)
at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:872)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:762)
at de.robv.android.xposed.XposedBridge.main(XposedBridge.java:107)
Caused by: java.lang.ClassNotFoundException: Didn't find class "java.time.LocalDateTime" on path: DexPathList[[zip file "/data/app/com.yoshi.todark-1/base.apk"],nativeLibraryDirectories=[/data/app/com.yoshi.todark-1/lib/arm, /data/app/com.yoshi.todark-1/base.apk!/lib/armeabi-v7a, /system/lib, /vendor/lib]]
at dalvik.system.BaseDexClassLoader.findClass(BaseDexClassLoader.java:56)
at java.lang.ClassLoader.loadClass(ClassLoader.java:380)
at java.lang.ClassLoader.loadClass(ClassLoader.java:312)
... 17 more

@eddieofny eddieofny changed the title App crashes every time I make a task or unchecked a completed task App crashes every time I make a task or uncheck a completed task Feb 9, 2024
@Leonavichus Leonavichus added the bug Something isn't working label Feb 9, 2024
Leonavichus added a commit that referenced this issue May 26, 2024
@Leonavichus
Copy link
Member

Can you see if everything is working fine now?

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