KEMBL
March 30, 2016, 1:03am
1
Hello guys,
The new crash started to occur today on EL Capitan OSX. Yesterday the same build worked nicely. No OS updates were installed. Currently, the app starts sometimes and sometimes does not. OSX restart does not help. On other EL Capitan and Yosemite Macs the same app works fine.
The error occurs whatever app is built on the windows machine or on Mac OSX From my point of view the error is related more to OS Graphics subsystem than to the Unity libraries.
My App graphics settings you can see on attached image. I use Unity 5.3.4f1 Pro version.
What could it be? Where to dig?
I attached system.crash.txt, also there is Player.log file with crash info:
Initialize engine version: 5.3.4f1 (fdbb5133b820)
GfxDevice: creating device client; threaded=1
OpenGL:
Version: OpenGL 2.1 [2.1 INTEL-10.12.13]
Renderer: Intel(R) Iris™ Graphics 6100
Vendor: Intel Inc.
VRAM: 1536 MB
Extensions: GL_ARB_color_buffer_float GL_ARB_depth_buffer_float GL_ARB_depth_clamp GL_ARB_depth_texture GL_ARB_draw_buffers GL_ARB_draw_elements_base_vertex GL_ARB_draw_instanced GL_ARB_fragment_program GL_ARB_fragment_program_shadow GL_ARB_fragment_shader GL_ARB_framebuffer_object GL_ARB_framebuffer_sRGB GL_ARB_half_float_pixel GL_ARB_half_float_vertex GL_ARB_instanced_arrays GL_ARB_multisample GL_ARB_multitexture GL_ARB_occlusion_query GL_ARB_pixel_buffer_object GL_ARB_point_parameters GL_ARB_point_sprite GL_ARB_provoking_vertex GL_ARB_seamless_cube_map GL_ARB_shader_objects GL_ARB_shader_texture_lod GL_ARB_shading_language_100 GL_ARB_shadow GL_ARB_sync GL_ARB_texture_border_clamp GL_ARB_texture_compression GL_ARB_texture_compression_rgtc GL_ARB_texture_cube_map GL_ARB_texture_env_add GL_ARB_texture_env_combine GL_ARB_texture_env_crossbar GL_ARB_texture_env_dot3 GL_ARB_texture_float GL_ARB_texture_mirrored_repeat GL_ARB_texture_non_power_of_two GL_ARB_texture_rectangle GL_ARB_texture_rg GL_ARB_transpose_matrix GL_ARB_vertex_array_bgra GL_ARB_vertex_blend GL_ARB_vertex_buffer_object GL_ARB_vertex_program GL_ARB_vertex_shader GL_ARB_window_pos GL_EXT_abgr GL_EXT_bgra GL_EXT_blend_color GL_EXT_blend_equation_separate GL_EXT_blend_func_separate GL_EXT_blend_minmax GL_EXT_blend_subtract GL_EXT_clip_volume_hint GL_EXT_debug_label GL_EXT_debug_marker GL_EXT_draw_buffers2 GL_EXT_draw_range_elements GL_EXT_fog_coord GL_EXT_framebuffer_blit GL_EXT_framebuffer_multisample GL_EXT_framebuffer_multisample_blit_scaled GL_EXT_framebuffer_object GL_EXT_framebuffer_sRGB GL_EXT_geometry_shader4 GL_EXT_gpu_program_parameters GL_EXT_gpu_shader4 GL_EXT_multi_draw_arrays GL_EXT_packed_depth_stencil GL_EXT_packed_float GL_EXT_provoking_vertex GL_EXT_rescale_normal GL_EXT_secondary_color GL_EXT_separate_specular_color GL_EXT_shadow_funcs GL_EXT_stencil_two_side GL_EXT_stencil_wrap GL_EXT_texture_array GL_EXT_texture_compression_dxt1 GL_EXT_texture_compression_s3tc GL_EXT_texture_env_add GL_EXT_texture_filter_anisotropic GL_EXT_texture_integer GL_EXT_texture_lod_bias GL_EXT_texture_rectangle GL_EXT_texture_shared_exponent GL_EXT_texture_sRGB GL_EXT_texture_sRGB_decode GL_EXT_timer_query GL_EXT_transform_feedback GL_EXT_vertex_array_bgra GL_APPLE_aux_depth_stencil GL_APPLE_client_storage GL_APPLE_element_array GL_APPLE_fence GL_APPLE_float_pixels GL_APPLE_flush_buffer_range GL_APPLE_flush_render GL_APPLE_object_purgeable GL_APPLE_packed_pixels GL_APPLE_pixel_buffer GL_APPLE_rgb_422 GL_APPLE_row_bytes GL_APPLE_specular_vector GL_APPLE_texture_range GL_APPLE_transform_hint GL_APPLE_vertex_array_object GL_APPLE_vertex_array_range GL_APPLE_vertex_point_size GL_APPLE_vertex_program_evaluators GL_APPLE_ycbcr_422 GL_ATI_separate_stencil GL_ATI_texture_env_combine3 GL_ATI_texture_float GL_ATI_texture_mirror_once GL_IBM_rasterpos_clip GL_NV_blend_square GL_NV_conditional_render GL_NV_depth_clamp GL_NV_fog_distance GL_NV_light_max_exponent GL_NV_texgen_reflection GL_NV_texture_barrier GL_SGIS_generate_mipmap GL_SGIS_texture_edge_clamp GL_SGIS_texture_lod
GL: Detected 1536 MB VRAM
Receiving unhandled NULL exception
Obtained 33 stack frames.
#0 0x007fff910d94e9 in objc_msgSend
#1 0x000001010ae5d7 in CreateGLGfxDevice()
#2 0x000001009edf10 in CreateRealGfxDevice(GfxDeviceRenderer, bool)
#3 0x000001010f7619 in GfxDeviceWorker::Startup(GfxDeviceRenderer, bool, bool)
#4 0x000001010e7b1f in CreateClientGfxDevice(GfxDeviceRenderer, unsigned int)
#5 0x000001009ee6a0 in InitializeGfxDevice(unsigned int)
#6 0x00000100ac5523 in InitializeEngineGraphics(bool)
#7 0x00000100aa86d2 in PlayerInitEngineGraphics(bool)
#8 0x00000101071c52 in SetupUnityPlayer(bool, int, char**)
#9 0x00000101074d25 in -[PlayerAppDelegate applicationDidFinishLaunching:]
#10 0x007fff8cd0070c in CFNOTIFICATIONCENTER_IS_CALLING_OUT_TO_AN_OBSERVER
#11 0x007fff8cd0067f in ___CFXRegistrationPost_block_invoke
#12 0x007fff8ccffd47 in _CFXRegistrationPost
#13 0x007fff8ccffab2 in ___CFXNotificationPost_block_invoke
#14 0x007fff8ccf9d42 in -[_CFXNotificationRegistrar find:object:observer:enumerator:]
#15 0x007fff8cbe8145 in _CFXNotificationPost
#16 0x007fff92e7e921 in -[NSNotificationCenter postNotificationName:object:userInfo:]
#17 0x007fff9400f65d in -[NSApplication _postDidFinishNotification]
#18 0x007fff9400f3d3 in -[NSApplication _sendFinishLaunchingNotification]
#19 0x007fff9400c88d in -[NSApplication(NSAppleEventHandling) _handleAEOpenEvent:]
#20 0x007fff9400c337 in -[NSApplication(NSAppleEventHandling) _handleCoreEvent:withReplyEvent:]
#21 0x007fff92eb0861 in -[NSAppleEventManager dispatchRawAppleEvent:withRawReply:handlerRefCon:]
#22 0x007fff92eb06db in _NSAppleEventManagerGenericHandler
#23 0x007fff95d8d231 in aeDispatchAppleEvent(AEDesc const*, AEDesc*, unsigned int, unsigned char*)
#24 0x007fff95d8cfb8 in dispatchEventAndSendReply(AEDesc const*, AEDesc*)
#25 0x007fff95d8ced4 in aeProcessAppleEvent
#26 0x007fff90270af9 in AEProcessAppleEvent
#27 0x007fff94006588 in _DPSNextEvent
#28 0x007fff943d2943 in -[NSApplication _nextEventMatchingEventMask:untilDate:inMode:dequeue:]
#29 0x007fff93ffbfc8 in -[NSApplication run]
#30 0x007fff93f7e520 in NSApplicationMain
#31 0x00000101072aae in PlayerMain(int, char const**)
#32 0x00000100001834 in start
Stacktrace:
Native stacktrace:
0 libsystem_kernel.dylib 0x00007fff8a458002 __pthread_kill + 10
1 libsystem_c.dylib 0x00007fff992366e7 abort + 129
2 Edorble 0x0000000100b09bd4 _Z12HandleSignaliP9__siginfoPv + 36
3 libmono.0.dylib 0x0000000101cc26bd mono_chain_signal + 75
4 libmono.0.dylib 0x0000000101c07455 mono_sigsegv_signal_handler + 210
5 libsystem_platform.dylib 0x00007fff87af5eaa _sigtramp + 26
6 Edorble 0x00000001016d4981 gDeviceIndex + 11377
7 Edorble 0x00000001010ae5d7 _Z17CreateGLGfxDevicev + 135
8 Edorble 0x00000001009edf10 _Z19CreateRealGfxDevice17GfxDeviceRendererb + 48
9 Edorble 0x00000001010f7619 _ZN15GfxDeviceWorker7StartupE17GfxDeviceRendererbb + 25
10 Edorble 0x00000001010e7b1f _Z21CreateClientGfxDevice17GfxDeviceRendererj + 159
11 Edorble 0x00000001009ee6a0 _Z19InitializeGfxDevicej + 320
12 Edorble 0x0000000100ac5523 _Z24InitializeEngineGraphicsb + 67
13 Edorble 0x0000000100aa86d2 _Z24PlayerInitEngineGraphicsb + 18
14 Edorble 0x0000000101071c52 _Z16SetupUnityPlayerbiPPc + 722
15 Edorble 0x0000000101074d25 -[PlayerAppDelegate applicationDidFinishLaunching:] + 821
16 CoreFoundation 0x00007fff8cd0070c CFNOTIFICATIONCENTER_IS_CALLING_OUT_TO_AN_OBSERVER + 12
17 CoreFoundation 0x00007fff8cd0067f ___CFXRegistrationPost_block_invoke + 63
18 CoreFoundation 0x00007fff8ccffd47 _CFXRegistrationPost + 407
19 CoreFoundation 0x00007fff8ccffab2 ___CFXNotificationPost_block_invoke + 50
20 CoreFoundation 0x00007fff8ccf9d42 -[_CFXNotificationRegistrar find:object:observer:enumerator:] + 1922
21 CoreFoundation 0x00007fff8cbe8145 _CFXNotificationPost + 693
22 Foundation 0x00007fff92e7e921 -[NSNotificationCenter postNotificationName:object:userInfo:] + 66
23 AppKit 0x00007fff9400f65d -[NSApplication _postDidFinishNotification] + 297
24 AppKit 0x00007fff9400f3d3 -[NSApplication _sendFinishLaunchingNotification] + 203
25 AppKit 0x00007fff9400c88d -[NSApplication(NSAppleEventHandling) _handleAEOpenEvent:] + 557
26 AppKit 0x00007fff9400c337 -[NSApplication(NSAppleEventHandling) _handleCoreEvent:withReplyEvent:] + 250
27 Foundation 0x00007fff92eb0861 -[NSAppleEventManager dispatchRawAppleEvent:withRawReply:handlerRefCon:] + 290
28 Foundation 0x00007fff92eb06db _NSAppleEventManagerGenericHandler + 102
29 AE 0x00007fff95d8d231 _Z20aeDispatchAppleEventPK6AEDescPS_jPh + 531
30 AE 0x00007fff95d8cfb8 ZL25dispatchEventAndSendReplyPK6AEDescPS + 31
31 AE 0x00007fff95d8ced4 aeProcessAppleEvent + 288
32 HIToolbox 0x00007fff90270af9 AEProcessAppleEvent + 55
33 AppKit 0x00007fff94006588 _DPSNextEvent + 2245
34 AppKit 0x00007fff943d2943 -[NSApplication _nextEventMatchingEventMask:untilDate:inMode:dequeue:] + 454
35 AppKit 0x00007fff93ffbfc8 -[NSApplication run] + 682
36 AppKit 0x00007fff93f7e520 NSApplicationMain + 1176
37 Edorble 0x0000000101072aae _Z10PlayerMainiPPKc + 638
38 Edorble 0x0000000100001834 start + 52
Debug info from gdb:
=================================================================
Got a SIGABRT while executing native code. This usually indicates
a fatal error in the mono runtime or one of the native libraries
used by your application.
2574686–179717–system.crash.txt (56 KB)
1 Like
KEMBL
March 30, 2016, 9:59pm
2
New information!
The cause was the external display. When it is unplugged the app works fine!
Devs please pay some attention to this fact if possible.
3 Likes