rodit / SnapMod

Xposed module for Snapchat.
192 stars 17 forks source link

Snapchat freezed after long press incoming snap saved to cameraroll #166

Open Alix8804 opened 2 years ago

Alix8804 commented 2 years ago

I guess when i log out from 1account and log in to anotger account Snapchat freezed when long press incoming snap saved to cameraroll and nothing save in movie/snapmod folder rest snapmod function work fine. Reinstall Snapchat and reinstall snapmod everything work again. Lineage android 11 Crdroid android 11 Phone model s5 g900f Logcat beginning of crash

05-27 02:37:38.115  2726  2926 I EdXposed-Bridge: SnapHooks/error: Uncaught exception on thread Thread[main,5,main].
05-27 02:37:38.115  2726  2926 I EdXposed-Bridge: SnapHooks/error: Wa0: java.lang.IllegalStateException: View model media cannot be saved to camera roll. modelType=SNAP_SDL on scheduler CrashReporting.CrashManagerImpl tid=2 
05-27 02:38:15.813  4945  4945 I EdXposed-Bridge: Context hook com.snap.mushroom.app.MushroomApplication@f3f2350, [android.app.ContextImpl@e041802]
05-27 02:38:17.948  4945  4945 I EdXposed-Bridge: Loaded cached mappings for build 84609.
05-27 02:38:31.362  4945  4966 I EdXposed-Bridge: SnapHooks/error: Uncaught exception on thread Thread[main,5,main].
05-27 02:38:31.362  4945  4966 I EdXposed-Bridge: SnapHooks/error: Wa0: java.lang.IllegalStateException: View model media cannot be saved to camera roll. modelType=SNAP_SDL on scheduler CrashReporting.CrashManagerImpl tid=2 
05-27 02:39:11.292  5261  5261 I EdXposed-Bridge: Context hook com.snap.mushroom.app.MushroomApplication@f3f2350, [android.app.ContextImpl@e041802]
05-27 02:39:13.616  5261  5261 I EdXposed-Bridge: Loaded cached mappings for build 84609.
05-27 02:44:47.980  5261  5285 I EdXposed-Bridge: SnapHooks/error: Uncaught exception on thread Thread[main,5,main].
05-27 02:44:47.980  5261  5285 I EdXposed-Bridge: SnapHooks/error: Wa0: java.lang.IllegalStateException: View model media cannot be saved to camera roll. modelType=SNAP_SDL on scheduler CrashReporting.CrashManagerImpl tid=2 
05-27 02:46:03.623  5899  5899 I EdXposed-Bridge: Context hook com.snap.mushroom.app.MushroomApplication@f3f2350, [android.app.ContextImpl@e041802]
05-27 02:46:06.003  5899  5899 I EdXposed-Bridge: Loaded cached mappings for build 84609.
05-27 02:46:20.055  5899  5899 I EdXposed-Bridge: StoryHelper/debug: Found username using fetchers.
05-27 02:46:20.056  5899  5899 I EdXposed-Bridge: StoryHelper/debug: Found image media info for story.
05-27 02:46:31.442  5899  5899 I EdXposed-Bridge: StoryHelper/debug: Found username using fetchers.
05-27 02:46:31.442  5899  5899 I EdXposed-Bridge: StoryHelper/debug: Found image media info for story.
05-27 02:46:38.425  6140  6140 I EdXposed-Bridge: Context hook com.snap.mushroom.app.MushroomApplication@f3f2350, [android.app.ContextImpl@e041802]
05-27 02:46:40.518  6140  6140 I EdXposed-Bridge: Loaded cached mappings for build 84609.
Magna-Graecia commented 2 years ago

I personally haven't experienced this issue

Alix8804 commented 2 years ago

I personally haven't experience update for Dev I uninstalled edxposed and install LSposed with latest Riru issue is gone I guess bug was in edxposed

Magna-Graecia commented 2 years ago

I personally haven't experience update for Dev I uninstalled edxposed and install LSposed with latest Riru issue is gone I guess bug was in edxposed

Glad you got it fixed :smile:

rodit commented 2 years ago

This is another ab testing thing - snaps have two types of view model, SNAP and SNAP_SDL. I assume some devices use the SNAP_SDL view model sometimes which Snapmod does not yet support. I will add support for it in a future update.

RevealedSoulEven commented 2 years ago

That's what I was saying in #154