Search Issue Tracker
Won't Fix
Votes
6
Found in
5.6.2p4
Issue ID
934728
Regression
Yes
[iOS][OpenGLES] OpenGLES2 and OpenGLES3 Builds crashes on iOS11 in GlesHelper.mm
All OpenGLES2 and OpenGLES3 Builds are crashing on iOS11.0 beta.
Steps to reproduce:
1. Create a New project
2. Set Graphics API to OpenGLES2 or OpenGLES3
3. Build and run on iOS11 device
Result: Player crashes at startup: thread #1, queue = 'com.apple.main-thread', stop reason = EXC_BAD_ACCESS (code=2, address=0x196540ad8).
Reproduced with: 2017.2.0b3, 2017.1.0p1, 5.6.2p4, 5.5.4p2.
Tested with: iPhone 6S iOS11.0 beta4(reproduced), iPod Touch 6th gen iOS10.2.1(not reproduced), Xcode 9.0 beta 4.
Note: not reproducible with Metal.
WON'T FIX: It seems that this issue appears with the latest Xcode/iOS beta version. It's not a Unity bug. As a workaround, you can you simply disable frame capture and then everything works as expected.
Comments (1)
Add comment
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- [Linux] Player window unexpectedly resizes to monitor dimensions when calling "Screen.SetResolution" function with hardcoded resolution matching current display's width or height
- Color picker does not show the correct color when selecting color on the moving object
- “Asset X has no meta file, but it's in an immutable folder. The asset will be ignored.” errors are thrown when importing package with files not listed in package.json's "files" property
- There is no way to adjust the HDR Paper White value of the Unity Editor's interface, making it difficult/uncomfortable for some developers to work on very dark/bright scenes in HDR
- Animator window has a dropdown button that throws “MissingReferenceException” error on a new project when the previous project had a GameObject with an animation
TedThePanda
Aug 03, 2017 01:53
If you have this issue, you can fix this by switching off "GPU Frame Capture" in Xcode
https://developer.apple.com/library/content/documentation/Miscellaneous/Conceptual/MetalProgrammingGuide/Dev-Technique/Dev-Technique.html#//apple_ref/doc/uid/TP40014221-CH8-SW3