User Tag List

Results 1 to 3 of 3

Thread: [BUG 257-9] Active Picture crashes when detroyed after cancelling Selector on iPad

  1. #1
    Clicker Fusion 2.5 DeveloperAndroid Export ModuleiOS Export ModuleMac Export ModuleUnicode Add-on
    Fusion 2.5 (Steam)Fusion 2.5 Developer (Steam)Android Export Module (Steam)HTML5 Export Module (Steam)iOS Export Module (Steam)Universal Windows Platform Export Module (Steam)
    AyreGuitar's Avatar
    Join Date
    Jan 2011
    Location
    Wales, UK
    Posts
    1,113
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    [BUG 257-9] Active Picture crashes when detroyed after cancelling Selector on iPad

    I've noticed another crash bug when destroying an Active Picture after cancelling a load from selector this time only on iPad (cancelled by tapping outside the popover).
    I've attached an example showing the problem and possible fix in XCode.

    1. Tap the Load Pic button to bring up the photo selector
    2. Tap outside the PopOver to cancel loading the picture (doesn't crash if a picture is loaded!)
    3. Tap the Destroy button to destroy the Active Picture
    4. App crashes with EXC_BAD_ACCESS inside CRunkcpica.m destroyRunObject
    159 [popOverController dismiss: PopoverAnimated:NO];

    Commenting out these 2 lines in CRunkcpica.m seems to fix it (but might be wrong!)
    577 -(void)popoverControllerDidDismissPopover:
    ...
    583 // [popoverController autorelease];
    584 // [popoverController = nil;
    Attached files Attached files

  2. #2
    Clickteam Clickteam
    Anders's Avatar
    Join Date
    Jun 2006
    Location
    Denmark, Århus
    Posts
    3,456
    Mentioned
    5 Post(s)
    Tagged
    1 Thread(s)
    I don't know how I missed this thread.

    Bug fixed for next release!

  3. #3
    Clicker Fusion 2.5 DeveloperAndroid Export ModuleiOS Export ModuleMac Export ModuleUnicode Add-on
    Fusion 2.5 (Steam)Fusion 2.5 Developer (Steam)Android Export Module (Steam)HTML5 Export Module (Steam)iOS Export Module (Steam)Universal Windows Platform Export Module (Steam)
    AyreGuitar's Avatar
    Join Date
    Jan 2011
    Location
    Wales, UK
    Posts
    1,113
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Anders - Thanks! Look forward to next release...

Similar Threads

  1. Active Picture by File Selector?
    By StingRay in forum Android Export Module Version 2.0
    Replies: 2
    Last Post: 31st March 2015, 06:28 PM
  2. Loading an image into active picture object at runtime crashes iOS app
    By tom79 in forum iOS Export Module Version 2.0
    Replies: 2
    Last Post: 6th November 2013, 09:11 PM
  3. [BUG 257-9] Destroying an Active Picture after loading using selector crashes
    By AyreGuitar in forum iOS Export Module Version 2.0
    Replies: 2
    Last Post: 11th April 2013, 02:47 PM
  4. Active Picture Crashes App when getting image from URL
    By Puff_N_Stuff in forum Android Export Module Version 2.0
    Replies: 6
    Last Post: 2nd March 2013, 04:38 PM
  5. BUG: Active Picture > New Picture from Selector doesn't wait for image - Beta9
    By AyreGuitar in forum iOS Export Module Version 2.0
    Replies: 5
    Last Post: 27th January 2013, 03:09 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •