Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

[profile] crash when going to manage accounts #224

Closed
silentnoodlemaster opened this issue Jan 6, 2025 · 4 comments
Closed

[profile] crash when going to manage accounts #224

silentnoodlemaster opened this issue Jan 6, 2025 · 4 comments
Assignees
Labels
bug Something isn't working

Comments

@silentnoodlemaster
Copy link

To Reproduce
Steps to reproduce the behavior:

  1. Go to profile
  2. Open right sidebar
  3. Tap manage accounts

OR

  1. Open left sidebar
  2. Tap arrow next to username

Smartphone (please complete the following information):

  • Device: Nothing Phone 1
  • OS: Android 14
  • Version: 1.13.7 (135)
@silentnoodlemaster silentnoodlemaster added the bug Something isn't working label Jan 6, 2025
@silentnoodlemaster
Copy link
Author

FATAL EXCEPTION: main
Process: com.livefast.eattrash.raccoonforlemmy.android, PID: 31341
Ab.Z1: No binding found for b
	at na.q.x(Unknown Source:1233)
	at na.q.K(Unknown Source:8)
	at o3.r.j(Unknown Source:33)
	at H5.n.b(Unknown Source:1397)
	at B4.o.b(Unknown Source:2415)
	at Ab.u2.c(Unknown Source:117)
	at o3.r.j(Unknown Source:37)
	at s7.y.b(Unknown Source:770)
	at C6.x.b(Unknown Source:1307)
	at Ab.u2.c(Unknown Source:117)
	at W.k.e(Unknown Source:283)
	at c7.v.n(Unknown Source:650)
	at A0.u.k(Unknown Source:1160)
	at a0.a.k(Unknown Source:51)
	at S.p.E(Unknown Source:450)
	at S.p.K(Unknown Source:136)
	at S.p.n(Unknown Source:237)
	at S.p.D(Unknown Source:29)
	at S.t.u(Unknown Source:21)
	at S.s0.p(Unknown Source:104)
	at S.q0.b(Unknown Source:538)
	at D0.k0.doFrame(Unknown Source:33)
	at D0.i0.doFrame(Unknown Source:47)
	at android.view.Choreographer$CallbackRecord.run(Choreographer.java:1473)
	at android.view.Choreographer$CallbackRecord.run(Choreographer.java:1484)
	at android.view.Choreographer.doCallbacks(Choreographer.java:1076)
	at android.view.Choreographer.doFrame(Choreographer.java:1000)
	at android.view.Choreographer$FrameDisplayEventReceiver.run(Choreographer.java:1451)
	at android.os.Handler.handleCallback(Handler.java:958)
	at android.os.Handler.dispatchMessage(Handler.java:99)
	at android.os.Looper.loopOnce(Looper.java:232)
	at android.os.Looper.loop(Looper.java:334)
	at android.app.ActivityThread.main(ActivityThread.java:8291)
	at java.lang.reflect.Method.invoke(Native Method)
	at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:557)
	at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:981)
	Suppressed: ya.e: [D0.l0@88bac67, D0.N0@a9fa14, v0{Cancelling}@209c2bd, j0@2abb0b2]

@AkesiSeli
Copy link
Contributor

Which version of the app are you using? This looks a lot like a bug fixed in #202 which affected all versions <= 1.14.0-beta01.
From 1.14.0-beta02 (released on December 31) onwards the issue1 has been solved.

Footnotes

  1. it happened both on long press on the profile icon in the bottom nav bar and opening "Manage accounts" from the profile side menu.

@AkesiSeli AkesiSeli self-assigned this Jan 6, 2025
@silentnoodlemaster
Copy link
Author

seems that's probably it, I'm still on 1.13.7 that is the latest on f-droid

@AkesiSeli
Copy link
Contributor

AkesiSeli commented Jan 6, 2025

OMG: I'm really sorry! I published 1.14.0 as a new stable on January 4th, but the synchronization job can take up until one week in the worst case to get it on F-Droid.

December was a "crazy" month for this app, there were major shifts in both localization management (#164) and dependency injection (#136, #137, #138, #139 and then #181 which rewrote most things from scratch). I worked a little in a hurry with #181 precisely because the F-Droid release was stuck, and I forgot some bits to it, like the one you found.

I think in 4-5 days at most 1.14.0 will be available on F-Droid too so the issue will be solved. Thanks for reporting anyway, at least we could reconstruct what was happening.

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants