Re: [AD] Fixed crash in AL5 git dialog |
[ Thread Index |
Date Index
| More lists.liballeg.org/allegro-developers Archives
]
Thanks, this fix is in 5.1 git now.
Trent
On 2013-01-25, at 2:51 PM, Nick Trout <chinbillybilbo@xxxxxxxxxx> wrote:
> Just run any of the examples where an abort happens on iOS. Happens because display stored in TLS, so it can't get the view.
>
> Seems to be a common problem with updating to Xcode 4.5 (4.4?). Seems to happen with iOS 5.1 and 6.
>
> https://www.allegro.cc/forums/thread/611890
>
> Solution was to get the display and view on the thread that created them and pass them to the main thread.
>
> Patch attached.
>
> BQ
>
> <ios_dialog_patch.diff>