Post

Replies

Boosts

Views

Activity

Reply to OpenGL ES support on Apple Silicon Simulators
I just started getting this crash in the iOS Simulator after updating to Xcode 15.4 and iOS 15.5 based simulators. iOS 15.2 based simulators still work. iOS 15.4 do not, have not tried any other version. Thread 9: EXC_BAD_ACCESS (code=2, address=0x11279c000) No idea how to fix it yet. Thread 9 Queue : com.apple.opengl.cvmDoWork (serial) 0 0x000000010465f410 in _platform_memmove () 1 0x00000001b9017ff8 in cvmsServerElementBuild () 2 0x00000001b9013e34 in cvms_element_build_from_source () 3 0x00000001b900a854 in cvm_deferred_build_modular(void*) () 4 0x0000000105c8173c in _dispatch_client_callout () 5 0x0000000105c89a30 in _dispatch_lane_serial_drain () 6 0x0000000105c8a774 in _dispatch_lane_invoke () 7 0x0000000105c971a8 in _dispatch_root_queue_drain_deferred_wlh () 8 0x0000000105c96604 in _dispatch_workloop_worker_thread () 9 0x000000010467f814 in _pthread_wqthread () Enqueued from com.apple.main-thread (Thread 1) Queue : com.apple.main-thread (serial) 0 0x0000000105c861d0 in _dispatch_async_f_slow () 1 0x00000001b9009df8 in cvmObtainMonolithicFunction () 2 0x00000001a63883a8 in gleBuildPrimitiveRenderFunc () 3 0x00000001a63889fc in gleBeginTrianglesRender () 4 0x00000001a632bd84 in gleDrawArraysOrElements_ExecCore () 5 0x00000001a632afd0 in glDrawElements_ES2Exec ()
2w