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

v6.2.1 Causes Infinite Recursion if the App's Window is Setup after SDL #1255

Closed
joeljfischer opened this issue May 8, 2019 · 0 comments · Fixed by #1256
Closed

v6.2.1 Causes Infinite Recursion if the App's Window is Setup after SDL #1255

joeljfischer opened this issue May 8, 2019 · 0 comments · Fixed by #1256

Comments

@joeljfischer
Copy link
Contributor

Bug Report

After the v6.2.1 lock screen fix, if an app sets up its app window after it sets up SDL, it will cause infinite recursion due to the lock screen window being the only window that exists.

Reproduction Steps
  1. Setup SDL in app delegate
  2. Setup window in app delegate after SDL
  3. Run the app
Expected Behavior

App does not crash or gives explicit instruction to the developer on when to setup SDL.

Observed Behavior

App crashes without any way for the developer to know what's happening.

OS & Version Information
  • iOS Version: n/a
  • SDL iOS Version: v6.2.1
  • Testing Against: n/a
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

Successfully merging a pull request may close this issue.

1 participant