User Tag List

Results 1 to 3 of 3

Thread: Loading an image into active picture object at runtime crashes iOS app

  1. #1
    Clicker Fusion 2.5 DeveloperAndroid Export ModuleiOS Export ModuleSWF Export Module

    Join Date
    Oct 2011
    Posts
    201
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Loading an image into active picture object at runtime crashes iOS app

    Hi,

    just test the following with mmf 258.2: Button is clicked --> New Picture (Active Picture Object) --> a png-image

    It crashes the app on an iphone/ipad if I click the button.
    CValue* ret=[self getTempString:[[self getExpression] getString]]; (BAD ACCESS CODE 1)

  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)
    Which file does this happen in? "CRunkcpica.m" or somewhere else?

  3. #3
    Clicker Fusion 2.5 DeveloperAndroid Export ModuleiOS Export ModuleSWF Export Module

    Join Date
    Oct 2011
    Posts
    201
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    It happens in CRun.m

    {
    rh4ExpToken=(LPEXP)&evpPtr->evp.evpW.evpW1;
    rh4CurToken=0;
    CValue* ret=[self getTempString:[[self getExpression] getString]]; <--- (BAD ACCESS CODE 1)
    return [ret getString];
    }

Similar Threads

  1. [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
  2. 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
  3. saving active object frame to image during runtime?
    By itsa_doozy in forum Multimedia Fusion 2 - Technical Support
    Replies: 1
    Last Post: 31st January 2013, 09:22 AM
  4. 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
  5. loading flipped images to active object at runtime
    By BrashMonkey in forum Multimedia Fusion 2 - Technical Support
    Replies: 2
    Last Post: 29th January 2008, 04:54 AM

Posting Permissions

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