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 after 2-3 seconds #24

Closed
newsyy opened this issue Mar 22, 2018 · 3 comments
Closed

app crashes after 2-3 seconds #24

newsyy opened this issue Mar 22, 2018 · 3 comments
Labels
Milestone

Comments

@newsyy
Copy link

newsyy commented Mar 22, 2018

whether i launch app from scope or from openstore, it crashes after around 2-3 seconds, always the same amount of time - does anyone else have an issue with that?

@1ploss
Copy link

1ploss commented Mar 22, 2018

I encountered this issue too. It helped me to disable data-usage while starting the app.
It seems that it tries to save an incoming message before I was able to enter my password.
The lack of access to the database triggers the crash.
Maybe I have lost messages that the app received but never saved.

Steps that reproduce the issue for me:

  • Activate decrypted data storage
  • Close Signal client
  • Send a message to that Signal Account
  • Ensure connectivity to the internet
  • Open Signal client
  • Wait for said 2-3 seconds

Messages received in this state may get lost. I couldn't reproduce this clearly.

Steps to work around the issue:

  • Prohibit internet connectivity
  • Open Signal client
  • Enter password
  • Enable internet connectivity

@nanu-c
Copy link
Collaborator

nanu-c commented Mar 23, 2018

That's a really good description, I will look into that...

@nanu-c nanu-c added the bug label Mar 23, 2018
@nanu-c nanu-c added this to the 0.4 milestone Apr 17, 2018
@nanu-c
Copy link
Collaborator

nanu-c commented Apr 17, 2018

solved in 99e5ec2

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants