Discussion Board

Page 1 of 2 12 LastLast
Results 1 to 15 of 19
  1. #1
    Registered User GTO_India's Avatar
    Join Date
    Nov 2010
    Posts
    866
    The application does not launch, error message "System error" is displayed.


    In what cases do this errors occur.

    Iam building symbian , c++ apps for s60 3rd ,5th and symbian 3 devices.

  2. #2
    Nokia Developer Expert symbianyucca's Avatar
    Join Date
    Mar 2003
    Location
    Lempäälä/Finland
    Posts
    28,664
    just enable the real panic code, and then you'll get a lot more meaningful error note, and it also probably tells exactly what goes wrong in there.

  3. #3
    Registered User GTO_India's Avatar
    Join Date
    Nov 2010
    Posts
    866
    How to enable the real panic code ? Iam very new to publishing to the nokia ovi site

  4. #4
    Nokia Developer Moderator wizard_hu_'s Avatar
    Join Date
    Feb 2006
    Location
    Mallorca, Holiday
    Posts
    27,683
    It is good to have you around... http://www.developer.nokia.com/Commu...ded_panic_code
    Anyway, the fact that you see "System error" suggests that the panic code file is installed.
    When it has no additional detail (a negative number), it often indicates mismatching UID-s.
    So check the UID in
    - the .mmp file (UID keyword)
    - AppDllUid method (in the Application object)
    - _reg.rss file (UID3 keyword)
    They should be matching.

  5. #5
    Registered User GTO_India's Avatar
    Join Date
    Nov 2010
    Posts
    866
    Ok let me see and update you soon. Your comments or responses are very helpful for me.

  6. #6
    Registered User GTO_India's Avatar
    Join Date
    Nov 2010
    Posts
    866
    My application object is containing this

    const TUid KUidApp1App =
    {
    _UID3
    };


    and .mmp overview has UID3 as 0x2004aa1c which is given nokia



    and _ reg.rss ic containing as below:


    UID2 KUidAppRegistrationResourceFile
    UID3 0x2004aa1c

  7. #7
    Registered User GTO_India's Avatar
    Join Date
    Nov 2010
    Posts
    866
    which should not match?


    which should compulsurily match?


    please be little brief ..

  8. #8
    Nokia Developer Expert symbianyucca's Avatar
    Join Date
    Mar 2003
    Location
    Lempäälä/Finland
    Posts
    28,664
    I would still suggest on getting the real panic code.

  9. #9
    Registered User GTO_India's Avatar
    Join Date
    Nov 2010
    Posts
    866
    emulator is not running due to use of some external libraries in the application

  10. #10
    Nokia Developer Champion savaj's Avatar
    Join Date
    Oct 2007
    Location
    જુનાગઢ - India
    Posts
    3,034
    If you read that article (as suggested in #4) carefully, you will realize that how to get panic code on device.

  11. #11
    Registered User GTO_India's Avatar
    Join Date
    Nov 2010
    Posts
    866
    which should not match?


    which should compulsurily match?


    please be little brief ..


    I mean UID3 AppUID etc which should be same and which should not be?

  12. #12
    Registered User GTO_India's Avatar
    Join Date
    Nov 2010
    Posts
    866
    pls be brief which UID should not match and which should?

  13. #13
    Nokia Developer Expert symbianyucca's Avatar
    Join Date
    Mar 2003
    Location
    Lempäälä/Finland
    Posts
    28,664
    suggesting still reading: http://www.developer.nokia.com/Commu...ded_panic_code and getting the real panic code.

  14. #14
    Nokia Developer Moderator wizard_hu_'s Avatar
    Join Date
    Feb 2006
    Location
    Mallorca, Holiday
    Posts
    27,683
    Obviously all of the UID-s should be an UID which you have received from Nokia, the 0x2004aa1c is probably a good one.
    _UID3 in "const TUid KUidApp1App" is not a number, but a macro, check its definition. Right click + show definiton (F3 is the shortcut perhaps). That will be the problematic one.

  15. #15
    Super Contributor mahbub_s60's Avatar
    Join Date
    Mar 2008
    Posts
    1,481
    Hi GTO_India,
    Was not it enough ?

    const TUid KUidMyView = { 0xE1EF0018 };
    Probably OVI or Symbian signed gave you 0x2004aa1d
    Now you should use this id instead of 0xE1EF0018
    Change the above
    const TUid KUidMyView = { 0xE1EF0018 };
    to
    const TUid KUidMyView = { 0x2004aa1d };
    Then it will work but this is so basic stuff that you need to learn more about the app dev.

Page 1 of 2 12 LastLast

Similar Threads

  1. Replies: 20
    Last Post: 2011-11-11, 13:13
  2. [Moved]"Application not compatible with phone. Continue > anyway?" error > message is
    By GTO_India in forum Symbian Signed Support, Application Packaging and Distribution and Security
    Replies: 11
    Last Post: 2011-11-08, 13:21
  3. "System error" message after save sync setting message
    By plargo in forum General Development Questions
    Replies: 0
    Last Post: 2003-08-07, 03:29
  4. "System error" message after save sync setting message
    By plargo in forum Smart Messaging
    Replies: 0
    Last Post: 2003-08-07, 02:53

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Nokia Developer aims to help you create apps and publish them so you can connect with users around the world.

京ICP备05048969号  © Copyright Nokia 2013 All rights reserved