Search Issue Tracker
Won't Fix
Votes
5
Found in
5.3.0b5
Issue ID
742203
Regression
No
[OSX][GLLEGACY] OS X Player crashes in a multi display environment
The OS X standalone player crashes on startup when the following conditions are met:
- “OpenGL2” (legacy OpenGL) is chosen as the graphics API.
- The application is launched in the fullscreen mode.
- The host computer is connected to the secondary display.
- The secondary display extends the desktop (not mirroring).
WONTFIX, because OpenGL2 is no longer being supported and the last version that supports it (5.4) is in Long Term Support mode, which means that a fix like this is too risky to be shipped.
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
- Prefab override popup is cropped/positioned incorrectly when more than one display is used and a higher display Scale is set
- Opening a dropdown on a small screen results in its instant closing when mouse cursor is pressed where the dropdown is going to be opened
- Only "ArgumentNullException: Value cannot be null" is displayed instead of all the actual errors when opening a project with numerous compilation errors
- MultiColumnListView and MultiColumnTreeView do not change selection on first input when focus is set by code
- SerializedProperty.DataEquals is returning false when SerializedProperty.EqualContents return true
ilmario
Oct 05, 2017 07:57
I believe Im seeing the same or simlar problem with Unity 2017.1.1 & OpenGL core! This seems to be a blocker for our Mac App Store release.
I had to disable Metal support for other bugs, only OpenGLCore is set.
Some info from crash log:
Application Specific Information:
abort() called
Application Specific Signatures:
Graphics kernel error: 0xfffffffd
...
Crashed Thread: 7 UnityGfxDeviceWorker
Exception Type: EXC_CRASH (SIGABRT)
..
Logical CPU: 0
Error Code: 0x02000148
Trap Number: 133
grobm
Aug 13, 2016 02:55
Same issues in 5.4.0f2, window mode or fullscreen.
BrickRoadDX
Jul 04, 2016 14:27
Same on 5.3.5f1
Alloc
Apr 19, 2016 12:15
Adding 5.3.3p3 to the list of affected versions :)
TomTheoriz
Feb 03, 2016 11:13
I have the same issue in 5.3.1f1.
Note that the windowed mode also suffers of this issue.