User Tag List

Results 1 to 2 of 2

Thread: KCInput Object Code error

  1. #1
    Clicker Multimedia Fusion 2 DeveloperiOS Export ModuleSWF Export Module

    Join Date
    Jan 2009
    Posts
    1,052
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    KCInput Object Code error

    I got a SIGABRT error in line 90 of the CRUnkcinput.m file: [string2 release]

    The thing is that you have repeated the following block in destroyRunObject operation:

    if(string2 != nil)
    [string2 release];

    It shouldn't enter in the second release action, but it does, so when the second release action is executed the error appears.

  2. #2
    Clicker Multimedia Fusion 2 DeveloperiOS Export ModuleSWF Export Module
    Francois's Avatar
    Join Date
    Jul 2006
    Location
    Montpellier, France
    Posts
    6,920
    Mentioned
    1 Post(s)
    Tagged
    1 Thread(s)
    Corrected. Thanks.

Similar Threads

  1. Coupon code error?
    By dnlhern in forum The Games Factory 2 - Technical Support
    Replies: 1
    Last Post: 26th October 2013, 04:11 PM
  2. XNA Edit box object error code 4
    By Sloxone in forum XNA Export Module Version 2.0
    Replies: 2
    Last Post: 30th November 2012, 10:50 AM
  3. Registration code error
    By Ls2 in forum Multimedia Fusion 2 - Technical Support
    Replies: 12
    Last Post: 22nd November 2011, 07:35 AM
  4. Code Sign error
    By Ribrob in forum iOS Export Module Version 2.0
    Replies: 2
    Last Post: 22nd July 2011, 02:55 PM
  5. Updated my code about my last error
    By LavaWave in forum Multimedia Fusion 2 - Technical Support
    Replies: 1
    Last Post: 18th November 2009, 06:34 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
  •