User Tag List

Results 1 to 7 of 7

Thread: Bug: IOS Store Object Test Program - SIGABRT

  1. #1
    No Products Registered

    Join Date
    Aug 2011
    Posts
    7
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Bug: IOS Store Object Test Program - SIGABRT

    Just ran my Store_Test.mfa to test latest update #1 Beta #3. Same SIGABRT problem as in previous version. Have attached mfa used for testing, since it tests most aspects of IOS store object against an in-app purchase.

    Error is in same place as last beta (in file= line of InitWithPath). Data looks the same.
    See below (last path is hand typed since I couldn't seem to copy))
    .
    -(id)initWithPathNSString*)path
    {
    [self clear];
    file=[[CFile alloc] initWithMemoryMappedFile:path];
    return self;

    2011-10-12 14:15:07.045 Store_Test[3380:307] -[CFile initWithMemoryMappedFile:]: unrecognized selector sent to instance 0x230a90
    2011-10-12 14:15:07.122 Store_Test[3380:307] *** Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: '-[CFile initWithMemoryMappedFile:]: unrecognized selector sent to instance 0x230a90'
    *** Call stack at first throw:
    (
    0 CoreFoundation 0x35f08c7b __exceptionPreprocess + 114
    1 libobjc.A.dylib 0x30186ee8 objc_exception_throw + 40
    2 CoreFoundation 0x35f0a3e3 -[NSObject(NSObject) doesNotRecognizeSelector:] + 98
    3 CoreFoundation 0x35eaf467 ___forwarding___ + 506
    4 CoreFoundation 0x35eaf220 _CF_forwarding_prep_0 + 48
    5 Store_Test 0x0000b850 -[CRunApp initWithPath:] + 156
    6 Store_Test 0x000022ac -[RuntimeIPhoneAppDelegate application:didFinishLaunchingWithOptions:] + 284
    7 UIKit 0x3386cfd8 -[UIApplication _callInitializationDelegatesForURL:payload:suspend ed:] + 1116
    8 UIKit 0x33866a78 -[UIApplication _runWithURL:payload:launchOrientation:statusBarSty le:statusBarHidden:] + 396
    9 UIKit 0x338202e4 -[UIApplication handleEvent:withNewEvent:] + 1476
    10 UIKit 0x3381fb1c -[UIApplication sendEvent:] + 68
    11 UIKit 0x3381f3b4 _UIApplicationHandleEvent + 6824
    12 GraphicsServices 0x35262c88 PurpleEventCallback + 1048
    13 CoreFoundation 0x35e9a5cb __CFRUNLOOP_IS_CALLING_OUT_TO_A_SOURCE1_PERFORM_FU NCTION__ + 28
    14 CoreFoundation 0x35e9a589 __CFRunLoopDoSource1 + 164
    15 CoreFoundation 0x35e8c835 __CFRunLoopRun + 580
    16 CoreFoundation 0x35e8c50b CFRunLoopRunSpecific + 226
    17 CoreFoundation 0x35e8c419 CFRunLoopRunInMode + 60
    18 UIKit 0x33865554 -[UIApplication _run] + 548
    19 UIKit 0x33862558 UIApplicationMain + 972
    20 Store_Test 0x00002148 main + 124
    21 Store_Test 0x000020c8 start + 40
    )
    terminate called after throwing an instance of 'NSException'
    (gdb)

    self CRunApp * 0xb7b400
    _cmd struct objc_selector * 0x33c61a5d
    path NSCFString * 0x230ba0 /var/mobile/Applications/CF688207-1C30-4C65-B2DF-EF672BF6E426/Store_Test.app/Application.cci
    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)

    Re: Bug: IOS Store Object Test Program - SIGABRT

    As I posted in the previous thread where you mentioned this:

    This error should not happen. It crashes in one of the new runtime loading routines that have been introduced in the recent beta - but it acts as if that new functionality doesn't exist at all.

    If this was a bug on our end then no tester would be able to run their games.

    Please make sure that your iOS exporter is properly installed.
    Also try to do a full game export again, not just export your .cci file.


  3. #3
    Clickteam Clickteam
    Anders's Avatar
    Join Date
    Jun 2006
    Location
    Denmark, Århus
    Posts
    3,456
    Mentioned
    5 Post(s)
    Tagged
    1 Thread(s)

    Re: Bug: IOS Store Object Test Program - SIGABRT

    Just out of curiosity, can you send me a zipped copy of your XCode folder so I can compare it to what MMF2 outputs?

    You can mail me at andos@clickteam.com


  4. #4
    Forum Moderator Fusion 2.5 DeveloperFusion 2.5+ DLCAndroid Export ModuleHTML5 Export ModuleiOS Export ModuleMac Export ModuleSWF Export Module
    AndyH's Avatar
    Join Date
    Jun 2006
    Location
    UK
    Posts
    1,445
    Mentioned
    1 Post(s)
    Tagged
    0 Thread(s)

    Re: Bug: IOS Store Object Test Program - SIGABRT

    Hi Andos, I was getting another error (Francois has replied to) and now I am getting this error. Just a new project, all I have is a couple of active objects a background object and the joystick set to Accelerometer with 8-way movement on one active object.

    This second error started when I built the cci file and added it into my current project (originally built with the latest beta). I've tried recreating the whole Xcode project but I get this second error all of the time now.
    Andy H @ ovine.net
    Awful Jokes - a new cartoon every day: http://awful.ovine.net/
    Ovine's games: http://www.ovine.net

  5. #5
    Forum Moderator Fusion 2.5 DeveloperFusion 2.5+ DLCAndroid Export ModuleHTML5 Export ModuleiOS Export ModuleMac Export ModuleSWF Export Module
    AndyH's Avatar
    Join Date
    Jun 2006
    Location
    UK
    Posts
    1,445
    Mentioned
    1 Post(s)
    Tagged
    0 Thread(s)

    Re: Bug: IOS Store Object Test Program - SIGABRT

    I've been able to get rid of the SIGABRT problem now, I've had to kill all the build folders and the Xcode user preferences (one up from where the default build folders are found) which then lead Xcode to give another error of a missing build directory, shutdown and restart Xcode and it all started working.

    Now just left with the iOS 5 error Francois is aware of.
    Andy H @ ovine.net
    Awful Jokes - a new cartoon every day: http://awful.ovine.net/
    Ovine's games: http://www.ovine.net

  6. #6
    No Products Registered

    Join Date
    Aug 2011
    Posts
    7
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Bug: IOS Store Object Test Program - SIGABRT

    This xCode really is voodoo. I followed AndyH's system of deleting the build folders (derived data in Organizer-Projects for those who don't know where to find them), got a broken pipe error when I tried to run. Exited xCode, reloaded project, now Sigabrt is gone.

    Of course, in-store purchases still doesn't work (getting a Product Invalid response on a product that was working before).

    Any suggestion? This program (and in-app purchase product) was working in an earlier iteration or rather, was getting past this error. I entered beta test to trying fix earlier problem that non-beta IOS hit after this.

  7. #7
    Clickteam Clickteam
    Anders's Avatar
    Join Date
    Jun 2006
    Location
    Denmark, Århus
    Posts
    3,456
    Mentioned
    5 Post(s)
    Tagged
    1 Thread(s)

    Re: Bug: IOS Store Object Test Program - SIGABRT

    iOS5 has changed some details about iOS in-app purchases.
    This is fixed for the next beta. Hopefully that will fix your issue.

Similar Threads

  1. Crash/exception SIGABRT, please help
    By SoftWarewolf in forum iOS Export Module Version 2.0
    Replies: 6
    Last Post: 5th February 2013, 07:04 AM
  2. Beta 9: Program received signal: SIGABRT
    By Renatos in forum iOS Export Module Version 2.0
    Replies: 25
    Last Post: 22nd June 2012, 01:46 PM
  3. My test program isn't working very well...
    By Nifflas in forum iOS Export Module Version 2.0
    Replies: 2
    Last Post: 7th May 2011, 07:35 AM
  4. regex test program
    By felinex in forum File Archive
    Replies: 1
    Last Post: 10th April 2008, 11:55 PM
  5. Can you test my online program.
    By cosmicco in forum Multimedia Fusion 2 - Technical Support
    Replies: 6
    Last Post: 6th February 2008, 08:49 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
  •