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

_engine.dispose lets crash app when called 2 times #48

Closed
harthorst opened this issue Aug 23, 2018 · 1 comment
Closed

_engine.dispose lets crash app when called 2 times #48

harthorst opened this issue Aug 23, 2018 · 1 comment

Comments

@harthorst
Copy link

How to reproduce:

  1. start the example app (hitting play button not necessary)
  2. send app in background
  3. bring the app back in foreground (everything seems still fine)
  4. send it in background again
  5. bring it back in foreground
  6. now the gui is not responding anymore and the app crashes after some seconds

Phone: Sony Z3 Compact
OS: 6.0.1, BN: 23.5.A.1.291

@igorski
Copy link
Owner

igorski commented Aug 26, 2018

Nice catch, quite embarassing as dispose() should only be called when deliberately destroying the engine (rather than pausing it). This has been addressed in #49.

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

No branches or pull requests

2 participants