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

bug: Reddit crashes shortly after launch #4067

Closed
3 tasks done
TheBill2001 opened this issue Dec 8, 2024 · 4 comments · Fixed by #4060
Closed
3 tasks done

bug: Reddit crashes shortly after launch #4067

TheBill2001 opened this issue Dec 8, 2024 · 4 comments · Fixed by #4060
Labels
Bug report Something isn't working

Comments

@TheBill2001
Copy link

Bug description

Patched Reddit app crashes shortly after launch.

Patches:

  • Disable screenshot popup
  • Hide ads
  • Unlock premium Reddit icons

Error logs

12-07 14:58:56.532   885  4496 E AndroidRuntime: FATAL EXCEPTION: DefaultDispatcher-worker-7
12-07 14:58:56.532   885  4496 E AndroidRuntime: Process: com.reddit.frontpage, PID: 885
12-07 14:58:56.532   885  4496 E AndroidRuntime: java.lang.NoClassDefFoundError: Failed resolution of: Lapp/revanced/extension/reddit/patches/FilterPromotedLinksPatch;
12-07 14:58:56.532   885  4496 E AndroidRuntime: 	at com.reddit.domain.model.listing.Listing.<init>(Listing.kt:2)
12-07 14:58:56.532   885  4496 E AndroidRuntime: 	at com.reddit.domain.model.listing.Listing.<init>(Listing.kt:12)
12-07 14:58:56.532   885  4496 E AndroidRuntime: 	at com.reddit.data.remote.RemoteGqlLinkDataSource.l(RemoteGqlLinkDataSource.kt:553)
12-07 14:58:56.532   885  4496 E AndroidRuntime: 	at com.reddit.link.impl.data.repository.RedditLinkRepository.W(RedditLinkRepository.kt:118)
12-07 14:58:56.532   885  4496 E AndroidRuntime: 	at com.reddit.feeds.impl.data.RedditFeedLinkRepository.g(RedditFeedLinkRepository.kt:263)
12-07 14:58:56.532   885  4496 E AndroidRuntime: 	at com.reddit.feeds.impl.domain.paging.RedditFeedPager$load$1.invokeSuspend(RedditFeedPager.kt:1502)
12-07 14:58:56.532   885  4496 E AndroidRuntime: 	at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:9)
12-07 14:58:56.532   885  4496 E AndroidRuntime: 	at kotlinx.coroutines.internal.p.z(Scopes.kt:7)
12-07 14:58:56.532   885  4496 E AndroidRuntime: 	at kotlinx.coroutines.a.resumeWith(AbstractCoroutine.kt:23)
12-07 14:58:56.532   885  4496 E AndroidRuntime: 	at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:41)
12-07 14:58:56.532   885  4496 E AndroidRuntime: 	at kotlinx.coroutines.n0.run(DispatchedTask.kt:124)
12-07 14:58:56.532   885  4496 E AndroidRuntime: 	at kotlinx.coroutines.internal.g$a.run(LimitedDispatcher.kt:4)
12-07 14:58:56.532   885  4496 E AndroidRuntime: 	at mn1.i.run(Tasks.kt:3)
12-07 14:58:56.532   885  4496 E AndroidRuntime: 	at kotlinx.coroutines.scheduling.CoroutineScheduler$b.run(CoroutineScheduler.kt:101)
12-07 14:58:56.532   885  4496 E AndroidRuntime: 	Suppressed: kotlinx.coroutines.internal.DiagnosticCoroutineContextException: [y1{Cancelling}@9db349f, Dispatchers.IO]
12-07 14:58:56.532   885  4496 E AndroidRuntime: Caused by: java.lang.ClassNotFoundException: app.revanced.extension.reddit.patches.FilterPromotedLinksPatch
12-07 14:58:56.532   885  4496 E AndroidRuntime: 	... 14 more
12-07 15:06:26.229 14128 14343 E AndroidRuntime: FATAL EXCEPTION: DefaultDispatcher-worker-1
12-07 15:06:26.229 14128 14343 E AndroidRuntime: Process: com.reddit.frontpage, PID: 14128
12-07 15:06:26.229 14128 14343 E AndroidRuntime: java.lang.NoClassDefFoundError: Failed resolution of: Lapp/revanced/extension/reddit/patches/FilterPromotedLinksPatch;
12-07 15:06:26.229 14128 14343 E AndroidRuntime: 	at com.reddit.domain.model.listing.Listing.<init>(Listing.kt:2)
12-07 15:06:26.229 14128 14343 E AndroidRuntime: 	at com.reddit.domain.model.listing.Listing.<init>(Listing.kt:12)
12-07 15:06:26.229 14128 14343 E AndroidRuntime: 	at com.reddit.data.remote.RemoteGqlLinkDataSource.l(RemoteGqlLinkDataSource.kt:553)
12-07 15:06:26.229 14128 14343 E AndroidRuntime: 	at com.reddit.link.impl.data.repository.RedditLinkRepository.W(RedditLinkRepository.kt:118)
12-07 15:06:26.229 14128 14343 E AndroidRuntime: 	at com.reddit.feeds.impl.data.RedditFeedLinkRepository.g(RedditFeedLinkRepository.kt:263)
12-07 15:06:26.229 14128 14343 E AndroidRuntime: 	at com.reddit.feeds.impl.domain.paging.RedditFeedPager$load$1.invokeSuspend(RedditFeedPager.kt:1502)
12-07 15:06:26.229 14128 14343 E AndroidRuntime: 	at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:9)
12-07 15:06:26.229 14128 14343 E AndroidRuntime: 	at kotlinx.coroutines.n0.run(DispatchedTask.kt:124)
12-07 15:06:26.229 14128 14343 E AndroidRuntime: 	at kotlinx.coroutines.internal.g$a.run(LimitedDispatcher.kt:4)
12-07 15:06:26.229 14128 14343 E AndroidRuntime: 	at mn1.i.run(Tasks.kt:3)
12-07 15:06:26.229 14128 14343 E AndroidRuntime: 	at kotlinx.coroutines.scheduling.CoroutineScheduler$b.run(CoroutineScheduler.kt:101)
12-07 15:06:26.229 14128 14343 E AndroidRuntime: 	Suppressed: kotlinx.coroutines.internal.DiagnosticCoroutineContextException: [y1{Cancelling}@169636, Dispatchers.IO]
12-07 15:06:26.229 14128 14343 E AndroidRuntime: Caused by: java.lang.ClassNotFoundException: app.revanced.extension.reddit.patches.FilterPromotedLinksPatch
12-07 15:06:26.229 14128 14343 E AndroidRuntime: 	... 11 more
12-07 15:06:31.961 14296 16032 E AndroidRuntime: FATAL EXCEPTION: DefaultDispatcher-worker-8
12-07 15:06:31.961 14296 16032 E AndroidRuntime: Process: com.reddit.frontpage, PID: 14296
12-07 15:06:31.961 14296 16032 E AndroidRuntime: java.lang.NoClassDefFoundError: Failed resolution of: Lapp/revanced/extension/reddit/patches/FilterPromotedLinksPatch;
12-07 15:06:31.961 14296 16032 E AndroidRuntime: 	at com.reddit.domain.model.listing.Listing.<init>(Listing.kt:2)
12-07 15:06:31.961 14296 16032 E AndroidRuntime: 	at com.reddit.domain.model.listing.Listing.<init>(Listing.kt:12)
12-07 15:06:31.961 14296 16032 E AndroidRuntime: 	at com.reddit.data.remote.RemoteGqlLinkDataSource.l(RemoteGqlLinkDataSource.kt:553)
12-07 15:06:31.961 14296 16032 E AndroidRuntime: 	at com.reddit.link.impl.data.repository.RedditLinkRepository.W(RedditLinkRepository.kt:118)
12-07 15:06:31.961 14296 16032 E AndroidRuntime: 	at com.reddit.feeds.impl.data.RedditFeedLinkRepository.g(RedditFeedLinkRepository.kt:263)
12-07 15:06:31.961 14296 16032 E AndroidRuntime: 	at com.reddit.feeds.impl.domain.paging.RedditFeedPager$load$1.invokeSuspend(RedditFeedPager.kt:1502)
12-07 15:06:31.961 14296 16032 E AndroidRuntime: 	at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:9)
12-07 15:06:31.961 14296 16032 E AndroidRuntime: 	at kotlinx.coroutines.n0.run(DispatchedTask.kt:124)
12-07 15:06:31.961 14296 16032 E AndroidRuntime: 	at kotlinx.coroutines.internal.g$a.run(LimitedDispatcher.kt:4)
12-07 15:06:31.961 14296 16032 E AndroidRuntime: 	at mn1.i.run(Tasks.kt:3)
12-07 15:06:31.961 14296 16032 E AndroidRuntime: 	at kotlinx.coroutines.scheduling.CoroutineScheduler$b.run(CoroutineScheduler.kt:101)
12-07 15:06:31.961 14296 16032 E AndroidRuntime: 	Suppressed: kotlinx.coroutines.internal.DiagnosticCoroutineContextException: [y1{Cancelling}@5f74542, Dispatchers.IO]
12-07 15:06:31.961 14296 16032 E AndroidRuntime: Caused by: java.lang.ClassNotFoundException: app.revanced.extension.reddit.patches.FilterPromotedLinksPatch
12-07 15:06:31.961 14296 16032 E AndroidRuntime: 	... 11 more
12-07 15:06:38.963 14692 16374 E AndroidRuntime: FATAL EXCEPTION: DefaultDispatcher-worker-17
12-07 15:06:38.963 14692 16374 E AndroidRuntime: Process: com.reddit.frontpage, PID: 14692
12-07 15:06:38.963 14692 16374 E AndroidRuntime: java.lang.NoClassDefFoundError: Failed resolution of: Lapp/revanced/extension/reddit/patches/FilterPromotedLinksPatch;
12-07 15:06:38.963 14692 16374 E AndroidRuntime: 	at com.reddit.domain.model.listing.Listing.<init>(Listing.kt:2)
12-07 15:06:38.963 14692 16374 E AndroidRuntime: 	at com.reddit.domain.model.listing.Listing.<init>(Listing.kt:12)
12-07 15:06:38.963 14692 16374 E AndroidRuntime: 	at com.reddit.data.remote.RemoteGqlLinkDataSource.l(RemoteGqlLinkDataSource.kt:553)
12-07 15:06:38.963 14692 16374 E AndroidRuntime: 	at com.reddit.link.impl.data.repository.RedditLinkRepository.W(RedditLinkRepository.kt:118)
12-07 15:06:38.963 14692 16374 E AndroidRuntime: 	at com.reddit.feeds.impl.data.RedditFeedLinkRepository.g(RedditFeedLinkRepository.kt:263)
12-07 15:06:38.963 14692 16374 E AndroidRuntime: 	at com.reddit.feeds.impl.domain.paging.RedditFeedPager$load$1.invokeSuspend(RedditFeedPager.kt:1502)
12-07 15:06:38.963 14692 16374 E AndroidRuntime: 	at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:9)
12-07 15:06:38.963 14692 16374 E AndroidRuntime: 	at kotlinx.coroutines.n0.run(DispatchedTask.kt:124)
12-07 15:06:38.963 14692 16374 E AndroidRuntime: 	at kotlinx.coroutines.internal.g$a.run(LimitedDispatcher.kt:4)
12-07 15:06:38.963 14692 16374 E AndroidRuntime: 	at mn1.i.run(Tasks.kt:3)
12-07 15:06:38.963 14692 16374 E AndroidRuntime: 	at kotlinx.coroutines.scheduling.CoroutineScheduler$b.run(CoroutineScheduler.kt:101)
12-07 15:06:38.963 14692 16374 E AndroidRuntime: 	Suppressed: kotlinx.coroutines.internal.DiagnosticCoroutineContextException: [y1{Cancelling}@b21f806, Dispatchers.IO]
12-07 15:06:38.963 14692 16374 E AndroidRuntime: Caused by: java.lang.ClassNotFoundException: app.revanced.extension.reddit.patches.FilterPromotedLinksPatch
12-07 15:06:38.963 14692 16374 E AndroidRuntime: 	... 11 more
12-07 15:48:35.522  6089  6557 E AndroidRuntime: FATAL EXCEPTION: DefaultDispatcher-worker-10
12-07 15:48:35.522  6089  6557 E AndroidRuntime: Process: com.reddit.frontpage, PID: 6089
12-07 15:48:35.522  6089  6557 E AndroidRuntime: java.lang.NoClassDefFoundError: Failed resolution of: Lapp/revanced/extension/reddit/patches/FilterPromotedLinksPatch;
12-07 15:48:35.522  6089  6557 E AndroidRuntime: 	at com.reddit.domain.model.listing.Listing.<init>(Listing.kt:2)
12-07 15:48:35.522  6089  6557 E AndroidRuntime: 	at com.reddit.domain.model.listing.Listing.<init>(Listing.kt:12)
12-07 15:48:35.522  6089  6557 E AndroidRuntime: 	at com.reddit.data.remote.RemoteGqlLinkDataSource.l(RemoteGqlLinkDataSource.kt:553)
12-07 15:48:35.522  6089  6557 E AndroidRuntime: 	at com.reddit.link.impl.data.repository.RedditLinkRepository.W(RedditLinkRepository.kt:118)
12-07 15:48:35.522  6089  6557 E AndroidRuntime: 	at com.reddit.feeds.impl.data.RedditFeedLinkRepository.g(RedditFeedLinkRepository.kt:263)
12-07 15:48:35.522  6089  6557 E AndroidRuntime: 	at com.reddit.feeds.impl.domain.paging.RedditFeedPager$load$1.invokeSuspend(RedditFeedPager.kt:1502)
12-07 15:48:35.522  6089  6557 E AndroidRuntime: 	at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:9)
12-07 15:48:35.522  6089  6557 E AndroidRuntime: 	at kotlinx.coroutines.internal.p.z(Scopes.kt:7)
12-07 15:48:35.522  6089  6557 E AndroidRuntime: 	at kotlinx.coroutines.a.resumeWith(AbstractCoroutine.kt:23)
12-07 15:48:35.522  6089  6557 E AndroidRuntime: 	at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:41)
12-07 15:48:35.522  6089  6557 E AndroidRuntime: 	at kotlinx.coroutines.n0.run(DispatchedTask.kt:124)
12-07 15:48:35.522  6089  6557 E AndroidRuntime: 	at kotlinx.coroutines.internal.g$a.run(LimitedDispatcher.kt:4)
12-07 15:48:35.522  6089  6557 E AndroidRuntime: 	at mn1.i.run(Tasks.kt:3)
12-07 15:48:35.522  6089  6557 E AndroidRuntime: 	at kotlinx.coroutines.scheduling.CoroutineScheduler$b.run(CoroutineScheduler.kt:101)
12-07 15:48:35.522  6089  6557 E AndroidRuntime: 	Suppressed: kotlinx.coroutines.internal.DiagnosticCoroutineContextException: [y1{Cancelling}@b076e07, Dispatchers.IO]
12-07 15:48:35.522  6089  6557 E AndroidRuntime: Caused by: java.lang.ClassNotFoundException: app.revanced.extension.reddit.patches.FilterPromotedLinksPatch
12-07 15:48:35.522  6089  6557 E AndroidRuntime: 	... 14 more
12-07 15:48:55.178  8329 11740 E AndroidRuntime: FATAL EXCEPTION: DefaultDispatcher-worker-19
12-07 15:48:55.178  8329 11740 E AndroidRuntime: Process: com.reddit.frontpage, PID: 8329
12-07 15:48:55.178  8329 11740 E AndroidRuntime: java.lang.NoClassDefFoundError: Failed resolution of: Lapp/revanced/extension/reddit/patches/FilterPromotedLinksPatch;
12-07 15:48:55.178  8329 11740 E AndroidRuntime: 	at com.reddit.domain.model.listing.Listing.<init>(Listing.kt:2)
12-07 15:48:55.178  8329 11740 E AndroidRuntime: 	at com.reddit.domain.model.listing.Listing.<init>(Listing.kt:12)
12-07 15:48:55.178  8329 11740 E AndroidRuntime: 	at com.reddit.data.remote.RemoteGqlLinkDataSource.l(RemoteGqlLinkDataSource.kt:553)
12-07 15:48:55.178  8329 11740 E AndroidRuntime: 	at com.reddit.link.impl.data.repository.RedditLinkRepository.W(RedditLinkRepository.kt:118)
12-07 15:48:55.178  8329 11740 E AndroidRuntime: 	at com.reddit.feeds.impl.data.RedditFeedLinkRepository.g(RedditFeedLinkRepository.kt:263)
12-07 15:48:55.178  8329 11740 E AndroidRuntime: 	at com.reddit.feeds.impl.domain.paging.RedditFeedPager$load$1.invokeSuspend(RedditFeedPager.kt:1502)
12-07 15:48:55.178  8329 11740 E AndroidRuntime: 	at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:9)
12-07 15:48:55.178  8329 11740 E AndroidRuntime: 	at kotlinx.coroutines.n0.run(DispatchedTask.kt:124)
12-07 15:48:55.178  8329 11740 E AndroidRuntime: 	at kotlinx.coroutines.internal.g$a.run(LimitedDispatcher.kt:4)
12-07 15:48:55.178  8329 11740 E AndroidRuntime: 	at mn1.i.run(Tasks.kt:3)
12-07 15:48:55.178  8329 11740 E AndroidRuntime: 	at kotlinx.coroutines.scheduling.CoroutineScheduler$b.run(CoroutineScheduler.kt:101)
12-07 15:48:55.178  8329 11740 E AndroidRuntime: 	Suppressed: kotlinx.coroutines.internal.DiagnosticCoroutineContextException: [y1{Cancelling}@b5bac44, Dispatchers.IO]
12-07 15:48:55.178  8329 11740 E AndroidRuntime: Caused by: java.lang.ClassNotFoundException: app.revanced.extension.reddit.patches.FilterPromotedLinksPatch
12-07 15:48:55.178  8329 11740 E AndroidRuntime: 	... 11 more
12-07 15:49:18.093 11672 13094 E AndroidRuntime: FATAL EXCEPTION: DefaultDispatcher-worker-16
12-07 15:49:18.093 11672 13094 E AndroidRuntime: Process: com.reddit.frontpage, PID: 11672
12-07 15:49:18.093 11672 13094 E AndroidRuntime: java.lang.NoClassDefFoundError: Failed resolution of: Lapp/revanced/extension/reddit/patches/FilterPromotedLinksPatch;
12-07 15:49:18.093 11672 13094 E AndroidRuntime: 	at com.reddit.domain.model.listing.Listing.<init>(Listing.kt:2)
12-07 15:49:18.093 11672 13094 E AndroidRuntime: 	at com.reddit.domain.model.listing.Listing.<init>(Listing.kt:12)
12-07 15:49:18.093 11672 13094 E AndroidRuntime: 	at com.reddit.data.remote.RemoteGqlLinkDataSource.l(RemoteGqlLinkDataSource.kt:553)
12-07 15:49:18.093 11672 13094 E AndroidRuntime: 	at com.reddit.link.impl.data.repository.RedditLinkRepository.W(RedditLinkRepository.kt:118)
12-07 15:49:18.093 11672 13094 E AndroidRuntime: 	at com.reddit.feeds.impl.data.RedditFeedLinkRepository.g(RedditFeedLinkRepository.kt:263)
12-07 15:49:18.093 11672 13094 E AndroidRuntime: 	at com.reddit.feeds.impl.domain.paging.RedditFeedPager$load$1.invokeSuspend(RedditFeedPager.kt:1502)
12-07 15:49:18.093 11672 13094 E AndroidRuntime: 	at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:9)
12-07 15:49:18.093 11672 13094 E AndroidRuntime: 	at kotlinx.coroutines.n0.run(DispatchedTask.kt:124)
12-07 15:49:18.093 11672 13094 E AndroidRuntime: 	at kotlinx.coroutines.internal.g$a.run(LimitedDispatcher.kt:4)
12-07 15:49:18.093 11672 13094 E AndroidRuntime: 	at mn1.i.run(Tasks.kt:3)
12-07 15:49:18.093 11672 13094 E AndroidRuntime: 	at kotlinx.coroutines.scheduling.CoroutineScheduler$b.run(CoroutineScheduler.kt:101)
12-07 15:49:18.093 11672 13094 E AndroidRuntime: 	Suppressed: kotlinx.coroutines.internal.DiagnosticCoroutineContextException: [y1{Cancelling}@e54d93, Dispatchers.IO]
12-07 15:49:18.093 11672 13094 E AndroidRuntime: Caused by: java.lang.ClassNotFoundException: app.revanced.extension.reddit.patches.FilterPromotedLinksPatch
12-07 15:49:18.093 11672 13094 E AndroidRuntime: 	... 11 more
12-08 08:10:33.527 31477 32461 E AndroidRuntime: FATAL EXCEPTION: DefaultDispatcher-worker-4
12-08 08:10:33.527 31477 32461 E AndroidRuntime: Process: com.reddit.frontpage, PID: 31477
12-08 08:10:33.527 31477 32461 E AndroidRuntime: java.lang.NoClassDefFoundError: Failed resolution of: Lapp/revanced/extension/reddit/patches/FilterPromotedLinksPatch;
12-08 08:10:33.527 31477 32461 E AndroidRuntime: 	at com.reddit.domain.model.listing.Listing.<init>(Listing.kt:2)
12-08 08:10:33.527 31477 32461 E AndroidRuntime: 	at com.reddit.domain.model.listing.Listing.<init>(Listing.kt:12)
12-08 08:10:33.527 31477 32461 E AndroidRuntime: 	at com.reddit.data.remote.RemoteGqlLinkDataSource.l(RemoteGqlLinkDataSource.kt:553)
12-08 08:10:33.527 31477 32461 E AndroidRuntime: 	at com.reddit.link.impl.data.repository.RedditLinkRepository.W(RedditLinkRepository.kt:118)
12-08 08:10:33.527 31477 32461 E AndroidRuntime: 	at com.reddit.feeds.impl.data.RedditFeedLinkRepository.g(RedditFeedLinkRepository.kt:263)
12-08 08:10:33.527 31477 32461 E AndroidRuntime: 	at com.reddit.feeds.impl.domain.paging.RedditFeedPager$load$1.invokeSuspend(RedditFeedPager.kt:1502)
12-08 08:10:33.527 31477 32461 E AndroidRuntime: 	at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:9)
12-08 08:10:33.527 31477 32461 E AndroidRuntime: 	at kotlinx.coroutines.n0.run(DispatchedTask.kt:124)
12-08 08:10:33.527 31477 32461 E AndroidRuntime: 	at kotlinx.coroutines.internal.g$a.run(LimitedDispatcher.kt:4)
12-08 08:10:33.527 31477 32461 E AndroidRuntime: 	at mn1.i.run(Tasks.kt:3)
12-08 08:10:33.527 31477 32461 E AndroidRuntime: 	at kotlinx.coroutines.scheduling.CoroutineScheduler$b.run(CoroutineScheduler.kt:101)
12-08 08:10:33.527 31477 32461 E AndroidRuntime: 	Suppressed: kotlinx.coroutines.internal.DiagnosticCoroutineContextException: [y1{Cancelling}@1b47f3c, Dispatchers.IO]
12-08 08:10:33.527 31477 32461 E AndroidRuntime: Caused by: java.lang.ClassNotFoundException: app.revanced.extension.reddit.patches.FilterPromotedLinksPatch
12-08 08:10:33.527 31477 32461 E AndroidRuntime: 	... 11 more
12-08 08:10:39.300 31797   454 E AndroidRuntime: FATAL EXCEPTION: DefaultDispatcher-worker-13
12-08 08:10:39.300 31797   454 E AndroidRuntime: Process: com.reddit.frontpage, PID: 31797
12-08 08:10:39.300 31797   454 E AndroidRuntime: java.lang.NoClassDefFoundError: Failed resolution of: Lapp/revanced/extension/reddit/patches/FilterPromotedLinksPatch;
12-08 08:10:39.300 31797   454 E AndroidRuntime: 	at com.reddit.domain.model.listing.Listing.<init>(Listing.kt:2)
12-08 08:10:39.300 31797   454 E AndroidRuntime: 	at com.reddit.domain.model.listing.Listing.<init>(Listing.kt:12)
12-08 08:10:39.300 31797   454 E AndroidRuntime: 	at com.reddit.data.remote.RemoteGqlLinkDataSource.l(RemoteGqlLinkDataSource.kt:553)
12-08 08:10:39.300 31797   454 E AndroidRuntime: 	at com.reddit.link.impl.data.repository.RedditLinkRepository.W(RedditLinkRepository.kt:118)
12-08 08:10:39.300 31797   454 E AndroidRuntime: 	at com.reddit.feeds.impl.data.RedditFeedLinkRepository.g(RedditFeedLinkRepository.kt:263)
12-08 08:10:39.300 31797   454 E AndroidRuntime: 	at com.reddit.feeds.impl.domain.paging.RedditFeedPager$load$1.invokeSuspend(RedditFeedPager.kt:1502)
12-08 08:10:39.300 31797   454 E AndroidRuntime: 	at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:9)
12-08 08:10:39.300 31797   454 E AndroidRuntime: 	at kotlinx.coroutines.n0.run(DispatchedTask.kt:124)
12-08 08:10:39.300 31797   454 E AndroidRuntime: 	at kotlinx.coroutines.internal.g$a.run(LimitedDispatcher.kt:4)
12-08 08:10:39.300 31797   454 E AndroidRuntime: 	at mn1.i.run(Tasks.kt:3)
12-08 08:10:39.300 31797   454 E AndroidRuntime: 	at kotlinx.coroutines.scheduling.CoroutineScheduler$b.run(CoroutineScheduler.kt:101)
12-08 08:10:39.300 31797   454 E AndroidRuntime: 	Suppressed: kotlinx.coroutines.internal.DiagnosticCoroutineContextException: [y1{Cancelling}@c8bb782, Dispatchers.IO]
12-08 08:10:39.300 31797   454 E AndroidRuntime: Caused by: java.lang.ClassNotFoundException: app.revanced.extension.reddit.patches.FilterPromotedLinksPatch
12-08 08:10:39.300 31797   454 E AndroidRuntime: 	... 11 more
12-08 08:10:50.385 32631   762 E AndroidRuntime: FATAL EXCEPTION: DefaultDispatcher-worker-23
12-08 08:10:50.385 32631   762 E AndroidRuntime: Process: com.reddit.frontpage, PID: 32631
12-08 08:10:50.385 32631   762 E AndroidRuntime: java.lang.NoClassDefFoundError: Failed resolution of: Lapp/revanced/extension/reddit/patches/FilterPromotedLinksPatch;
12-08 08:10:50.385 32631   762 E AndroidRuntime: 	at com.reddit.domain.model.listing.Listing.<init>(Listing.kt:2)
12-08 08:10:50.385 32631   762 E AndroidRuntime: 	at com.reddit.domain.model.listing.Listing.<init>(Listing.kt:12)
12-08 08:10:50.385 32631   762 E AndroidRuntime: 	at com.reddit.data.remote.RemoteGqlLinkDataSource.l(RemoteGqlLinkDataSource.kt:553)
12-08 08:10:50.385 32631   762 E AndroidRuntime: 	at com.reddit.link.impl.data.repository.RedditLinkRepository.W(RedditLinkRepository.kt:118)
12-08 08:10:50.385 32631   762 E AndroidRuntime: 	at com.reddit.feeds.impl.data.RedditFeedLinkRepository.g(RedditFeedLinkRepository.kt:263)
12-08 08:10:50.385 32631   762 E AndroidRuntime: 	at com.reddit.feeds.impl.domain.paging.RedditFeedPager$load$1.invokeSuspend(RedditFeedPager.kt:1502)
12-08 08:10:50.385 32631   762 E AndroidRuntime: 	at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:9)
12-08 08:10:50.385 32631   762 E AndroidRuntime: 	at kotlinx.coroutines.n0.run(DispatchedTask.kt:124)
12-08 08:10:50.385 32631   762 E AndroidRuntime: 	at kotlinx.coroutines.internal.g$a.run(LimitedDispatcher.kt:4)
12-08 08:10:50.385 32631   762 E AndroidRuntime: 	at mn1.i.run(Tasks.kt:3)
12-08 08:10:50.385 32631   762 E AndroidRuntime: 	at kotlinx.coroutines.scheduling.CoroutineScheduler$b.run(CoroutineScheduler.kt:101)
12-08 08:10:50.385 32631   762 E AndroidRuntime: 	Suppressed: kotlinx.coroutines.internal.DiagnosticCoroutineContextException: [y1{Cancelling}@8d042de, Dispatchers.IO]
12-08 08:10:50.385 32631   762 E AndroidRuntime: Caused by: java.lang.ClassNotFoundException: app.revanced.extension.reddit.patches.FilterPromotedLinksPatch
12-08 08:10:50.385 32631   762 E AndroidRuntime: 	... 11 more
12-08 08:37:32.783 11555 11555 I AndroidRuntime: VM exiting with result code 0, cleanup skipped.
12-08 09:12:19.407 14583 19419 E AndroidRuntime: FATAL EXCEPTION: DefaultDispatcher-worker-22
12-08 09:12:19.407 14583 19419 E AndroidRuntime: Process: com.reddit.frontpage, PID: 14583
12-08 09:12:19.407 14583 19419 E AndroidRuntime: java.lang.NoClassDefFoundError: Failed resolution of: Lapp/revanced/extension/reddit/patches/FilterPromotedLinksPatch;
12-08 09:12:19.407 14583 19419 E AndroidRuntime: 	at com.reddit.domain.model.listing.Listing.<init>(Listing.kt:2)
12-08 09:12:19.407 14583 19419 E AndroidRuntime: 	at com.reddit.domain.model.listing.Listing.<init>(Listing.kt:12)
12-08 09:12:19.407 14583 19419 E AndroidRuntime: 	at com.reddit.data.remote.RemoteGqlLinkDataSource.l(RemoteGqlLinkDataSource.kt:553)
12-08 09:12:19.407 14583 19419 E AndroidRuntime: 	at com.reddit.link.impl.data.repository.RedditLinkRepository.W(RedditLinkRepository.kt:118)
12-08 09:12:19.407 14583 19419 E AndroidRuntime: 	at com.reddit.feeds.impl.data.RedditFeedLinkRepository.g(RedditFeedLinkRepository.kt:263)
12-08 09:12:19.407 14583 19419 E AndroidRuntime: 	at com.reddit.feeds.impl.domain.paging.RedditFeedPager$load$1.invokeSuspend(RedditFeedPager.kt:1502)
12-08 09:12:19.407 14583 19419 E AndroidRuntime: 	at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:9)
12-08 09:12:19.407 14583 19419 E AndroidRuntime: 	at kotlinx.coroutines.n0.run(DispatchedTask.kt:124)
12-08 09:12:19.407 14583 19419 E AndroidRuntime: 	at kotlinx.coroutines.internal.g$a.run(LimitedDispatcher.kt:4)
12-08 09:12:19.407 14583 19419 E AndroidRuntime: 	at mn1.i.run(Tasks.kt:3)
12-08 09:12:19.407 14583 19419 E AndroidRuntime: 	at kotlinx.coroutines.scheduling.CoroutineScheduler$b.run(CoroutineScheduler.kt:101)
12-08 09:12:19.407 14583 19419 E AndroidRuntime: 	Suppressed: kotlinx.coroutines.internal.DiagnosticCoroutineContextException: [y1{Cancelling}@4a66de6, Dispatchers.IO]
12-08 09:12:19.407 14583 19419 E AndroidRuntime: Caused by: java.lang.ClassNotFoundException: app.revanced.extension.reddit.patches.FilterPromotedLinksPatch
12-08 09:12:19.407 14583 19419 E AndroidRuntime: 	... 11 more
12-08 09:17:25.716 19389 20484 E AndroidRuntime: FATAL EXCEPTION: DefaultDispatcher-worker-18
12-08 09:17:25.716 19389 20484 E AndroidRuntime: Process: com.reddit.frontpage, PID: 19389
12-08 09:17:25.716 19389 20484 E AndroidRuntime: java.lang.NoClassDefFoundError: Failed resolution of: Lapp/revanced/extension/reddit/patches/FilterPromotedLinksPatch;
12-08 09:17:25.716 19389 20484 E AndroidRuntime: 	at com.reddit.domain.model.listing.Listing.<init>(Listing.kt:2)
12-08 09:17:25.716 19389 20484 E AndroidRuntime: 	at com.reddit.domain.model.listing.Listing.<init>(Listing.kt:12)
12-08 09:17:25.716 19389 20484 E AndroidRuntime: 	at com.reddit.data.remote.RemoteGqlLinkDataSource.l(RemoteGqlLinkDataSource.kt:553)
12-08 09:17:25.716 19389 20484 E AndroidRuntime: 	at com.reddit.link.impl.data.repository.RedditLinkRepository.W(RedditLinkRepository.kt:118)
12-08 09:17:25.716 19389 20484 E AndroidRuntime: 	at com.reddit.feeds.impl.data.RedditFeedLinkRepository.g(RedditFeedLinkRepository.kt:263)
12-08 09:17:25.716 19389 20484 E AndroidRuntime: 	at com.reddit.feeds.impl.domain.paging.RedditFeedPager$load$1.invokeSuspend(RedditFeedPager.kt:1502)
12-08 09:17:25.716 19389 20484 E AndroidRuntime: 	at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:9)
12-08 09:17:25.716 19389 20484 E AndroidRuntime: 	at kotlinx.coroutines.n0.run(DispatchedTask.kt:124)
12-08 09:17:25.716 19389 20484 E AndroidRuntime: 	at kotlinx.coroutines.internal.g$a.run(LimitedDispatcher.kt:4)
12-08 09:17:25.716 19389 20484 E AndroidRuntime: 	at mn1.i.run(Tasks.kt:3)
12-08 09:17:25.716 19389 20484 E AndroidRuntime: 	at kotlinx.coroutines.scheduling.CoroutineScheduler$b.run(CoroutineScheduler.kt:101)
12-08 09:17:25.716 19389 20484 E AndroidRuntime: 	Suppressed: kotlinx.coroutines.internal.DiagnosticCoroutineContextException: [y1{Cancelling}@9df8e30, Dispatchers.IO]
12-08 09:17:25.716 19389 20484 E AndroidRuntime: Caused by: java.lang.ClassNotFoundException: app.revanced.extension.reddit.patches.FilterPromotedLinksPatch
12-08 09:17:25.716 19389 20484 E AndroidRuntime: 	... 11 more
12-08 09:25:14.283 24638 25688 E AndroidRuntime: FATAL EXCEPTION: DefaultDispatcher-worker-13
12-08 09:25:14.283 24638 25688 E AndroidRuntime: Process: com.reddit.frontpage, PID: 24638
12-08 09:25:14.283 24638 25688 E AndroidRuntime: java.lang.NoClassDefFoundError: Failed resolution of: Lapp/revanced/extension/reddit/patches/FilterPromotedLinksPatch;
12-08 09:25:14.283 24638 25688 E AndroidRuntime: 	at com.reddit.domain.model.listing.Listing.<init>(Listing.kt:2)
12-08 09:25:14.283 24638 25688 E AndroidRuntime: 	at com.reddit.domain.model.listing.Listing.<init>(Listing.kt:12)
12-08 09:25:14.283 24638 25688 E AndroidRuntime: 	at com.reddit.data.remote.RemoteGqlLinkDataSource.l(RemoteGqlLinkDataSource.kt:553)
12-08 09:25:14.283 24638 25688 E AndroidRuntime: 	at com.reddit.link.impl.data.repository.RedditLinkRepository.W(RedditLinkRepository.kt:118)
12-08 09:25:14.283 24638 25688 E AndroidRuntime: 	at com.reddit.feeds.impl.data.RedditFeedLinkRepository.g(RedditFeedLinkRepository.kt:263)
12-08 09:25:14.283 24638 25688 E AndroidRuntime: 	at com.reddit.feeds.impl.domain.paging.RedditFeedPager$load$1.invokeSuspend(RedditFeedPager.kt:1502)
12-08 09

Solution

No response

Additional context

  • Reddit app: com.reddit.frontpage
  • Reddit version: 2024.17.0
  • ReVanced manager: 1.23.2
  • ReVanced patches: 5.2.3
  • Device: Samsung Galaxy A50S (SM-A507FM/DS)
  • Android: 11

Acknowledgements

  • I have checked all open and closed bug reports and this is not a duplicate.
  • I have chosen an appropriate title.
  • All requested information has been provided properly.
@TheBill2001 TheBill2001 added the Bug report Something isn't working label Dec 8, 2024
@TheBill2001
Copy link
Author

App notification still works in the background. Only crash when launching the app itself.

@fergardi

This comment has been minimized.

@mdalsi

This comment has been minimized.

@LisoUseInAIKyrios LisoUseInAIKyrios linked a pull request Dec 8, 2024 that will close this issue
1 task
@LisoUseInAIKyrios
Copy link
Contributor

Should be fixed with latest dev release.

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

Successfully merging a pull request may close this issue.

4 participants