[MCPE-21053] Game crashes when I click "SIGN IN for free" button Created: 07/Apr/17 Updated: 23/Jul/17 Resolved: 23/Jul/17 |
|
| Status: | Resolved |
| Project: | Minecraft (Bedrock codebase) |
| Component/s: | None |
| Affects Version/s: | 1.0.5.54 |
| Fix Version/s: | None |
| Type: | Bug | ||
| Reporter: | Jeremy Cash | ||
| Resolution: | Duplicate | Votes: | 3 |
| Labels: | None | ||
| Attachments: |
|
||||||||
| Issue Links: |
|
||||||||
| Confirmation Status: | Unconfirmed | ||||||||
| Platform: | Phone - iOS - iPhone 6 Plus | ||||||||
| Description |
|
The game crashes when I click the SIGN IN for free button. I deleted the game and reinstalled but it still happens. I updated Xbox live and my iOS version. |
| Comments |
| Comment by [MCPE Mod] Celesian [ 23/Jul/17 ] |
|
Thank you for your report! It has been linked to this report. If you have additional information, please add it to that report. Quick Links: |
| Comment by Pathenon [ 12/Jun/17 ] |
|
is duplicated by MCPE-20548 |
| Comment by Neil Johnson [ 19/May/17 ] |
|
Why is the 'Confirmation Status' "Unconfirmed"? This bug was logged over a month ago and it takes seconds to reproduce on the given device! Has an engineer even been assigned yet? |
| Comment by Neil Johnson [ 19/May/17 ] |
|
Still crashes for v1.0.9! It is caused by the number of threads the App is creating. The iOS believes the game is putting the device at risk (of system crash) due to the thread explosion and therefore aborts the App before this happens - even without access to the source this can easily be seen in the crash report (64 threads and no doubt counting). So why does it still work on older devices? Simply put because they are slower! This means that these devices don't saturate the queue(s) not because of good programming but the time slice on the core isn't long enough! However on faster devices, probably iPad Air 2 and newer the queue is overfilled (not a problem in itself) and an attempt is made to service all requests concurrently - BANG you're dead. I see two possible fixes: 1. Make the queue serial - surely there isn't that much going on at this point?! We're only on the title screen! <rant> <linked_to>MCPE_20548</linked_to> |
| Comment by Pathenon [ 18/May/17 ] |
|
Version 1.0.8 bug still alive. |