Discussion Board

Results 1 to 3 of 3

Thread: System error

  1. #1
    Regular Contributor microdot's Avatar
    Join Date
    Oct 2006
    Posts
    79
    my problem goes like this:

    i have compiled a certain application using emulator... all classes were built but there is still errors. there were no errors posted in the PROBLEMS TAB. so i ran the application on the emulator. the emulator ran but when i clicked on the application, a pop up message "System error" was shown.

    anyone has any idea how to solve this?

    i am using carbide c++ 1.1 express and activeperl 5.6.1.638
    series 60 2nd edition fp2.

    build logs are shown below:

    ...
    ...
    ...

    'Building file: ../src/VersionView.cpp'
    'Invoking: WINSCW C/C++ Compiler'
    mwccsym2.exe -sym full -c -wchar_t off -align 4 -enum int -str pool -nostdinc -msgstyle parseable -nowraplines -cwd source -O0 -D_UNICODE -D__SYMBIAN32__ -D__CW32__ -D__WINS__ -D__DLL__ -D__WINSCW__ -D_DEBUG -i "C:\IPMS\inc" -i "C:\IPMS\data" -i- -i "C:\Symbian\8.0a\S60_2nd_FP2_CW\epoc32\include" -w cmdline -w pragmas -w empty -w possible -w unusedvar -w extracomma -w pedantic -w largeargs -w ptrintconv -w tokenpasting -w missingreturn -MD -o src/VersionView.o ../src/VersionView.cpp
    'Finished building: ../src/VersionView.cpp'
    ' '
    'Building file: ../.generated/winscw_uid.cpp'
    'Invoking: WINSCW C/C++ Compiler'
    mwccsym2.exe -sym full -c -wchar_t off -align 4 -enum int -str pool -nostdinc -msgstyle parseable -nowraplines -cwd source -O0 -D_UNICODE -D__SYMBIAN32__ -D__CW32__ -D__WINS__ -D__DLL__ -D__WINSCW__ -D_DEBUG -i "C:\IPMS\inc" -i "C:\IPMS\data" -i- -i "C:\Symbian\8.0a\S60_2nd_FP2_CW\epoc32\include" -w cmdline -w pragmas -w empty -w possible -w unusedvar -w extracomma -w pedantic -w largeargs -w ptrintconv -w tokenpasting -w missingreturn -MD -o .generated/winscw_uid.o ../.generated/winscw_uid.cpp
    'Finished building: ../.generated/winscw_uid.cpp'
    ' '
    'Invoking: Def file Manager'
    perl -S winscwTreatDef.pl -L[-sym full -subsystem windows -msgstyle parseable -nowraplines -shared -stdlib -m=?_E32Dll@@YGHPAXI0@Z -ledll.lib -leuser.lib -lform.lib -lESock.lib -lcommdb.lib -lgsmu.lib -lmsgs.lib -lsmcm.lib -lmtur.lib -lplatformenv.lib -limut.lib -lInetProtUtil.lib -lhttp.lib -leaxp.lib -laknskins.lib -laknskinsrv.lib -lapparc.lib -lcone.lib -leikcore.lib -lws32.lib -lapmime.lib -lapgrfx.lib -lcharconv.lib -lcntmodel.lib -ledbms.lib -ldial.lib -letel.lib -lmgfetch.lib -lavkon.lib -lcommonengine.lib -lefsrv.lib -lestor.lib -leikcoctl.lib -leikdlg.lib -lbafl.lib -leikctl.lib -lfbscli.lib -laknnotify.lib -letext.lib -lgdi.lib -legul.lib -linsock.lib -L"C:\Symbian\8.0a\S60_2nd_FP2_CW\epoc32\release\winscw\udeb" -export dllexport -warnings off -nocompactimportlib -implib \"IPMS.lib\" -addcommand \"out:IPMS.app\" -search ./src/IPMSAppUi.o ./src/IPMSApplication.o ./src/IPMSDocument.o ./src/PRPresenceList.o ./src/PRPresenceListMenu.o ./src/PRPresenceListMenuView.o ./src/PRPresenceListView.o ./src/Stack.o ./src/Ticker.o ./src/TickerTimer.o ./src/Version.o ./src/VersionView.o ./.generated/winscw_uid.o ] -I[-S -show only,names,unmangled,verbose -o \"IPMS.infi\" \"IPMS.lib\"] -M[-1 ?NewApplication@@YAPAVCApaApplication@@XZ -Inffile \"IPMS.infi\" \"IPMS.defi\"] -C[IPMS.defi IPMS.def]
    mwldsym2.exe -sym full -subsystem windows -msgstyle parseable -nowraplines -shared -stdlib -m=?_E32Dll@@YGHPAXI0@Z -ledll.lib -leuser.lib -lform.lib -lESock.lib -lcommdb.lib -lgsmu.lib -lmsgs.lib -lsmcm.lib -lmtur.lib -lplatformenv.lib -limut.lib -lInetProtUtil.lib -lhttp.lib -leaxp.lib -laknskins.lib -laknskinsrv.lib -lapparc.lib -lcone.lib -leikcore.lib -lws32.lib -lapmime.lib -lapgrfx.lib -lcharconv.lib -lcntmodel.lib -ledbms.lib -ldial.lib -letel.lib -lmgfetch.lib -lavkon.lib -lcommonengine.lib -lefsrv.lib -lestor.lib -leikcoctl.lib -leikdlg.lib -lbafl.lib -leikctl.lib -lfbscli.lib -laknnotify.lib -letext.lib -lgdi.lib -legul.lib -linsock.lib -LC:\Symbian\8.0a\S60_2nd_FP2_CW\epoc32\release\winscw\udeb -export dllexport -warnings off -nocompactimportlib -implib "IPMS.lib" -addcommand "out:IPMS.app" -search ./src/IPMSAppUi.o ./src/IPMSApplication.o ./src/IPMSDocument.o ./src/PRPresenceList.o ./src/PRPresenceListMenu.o ./src/PRPresenceListMenuView.o ./src/PRPresenceListView.o ./src/Stack.o ./src/Ticker.o ./src/TickerTimer.o ./src/Version.o ./src/VersionView.o ./.generated/winscw_uid.o

    mwldsym2.exe -S -show only,names,unmangled,verbose -o "IPMS.infi" "IPMS.lib"

    perl -S makedef.pl -1 ?NewApplication@@YAPAVCApaApplication@@XZ -Inffile "IPMS.infi" "IPMS.defi"

    perl -S ecopyfile.pl IPMS.defi IPMS.def
    Created IPMS.def

    'Finished building: IPMS.defi'
    ' '
    'Building target: C:/Symbian/8.0a/S60_2nd_FP2_CW/epoc32/release/WINSCW/UDEB/Z/system/apps/IPMS/IPMS.app'
    'Invoking: WINSCW C/C++ Linker'
    mwldsym2.exe -sym full -subsystem windows -msgstyle parseable -nowraplines -shared -stdlib -noimplib -m=?_E32Dll@@YGHPAXI0@Z -ledll.lib -leuser.lib -lform.lib -lESock.lib -lcommdb.lib -lgsmu.lib -lmsgs.lib -lsmcm.lib -lmtur.lib -lplatformenv.lib -limut.lib -lInetProtUtil.lib -lhttp.lib -leaxp.lib -laknskins.lib -laknskinsrv.lib -lapparc.lib -lcone.lib -leikcore.lib -lws32.lib -lapmime.lib -lapgrfx.lib -lcharconv.lib -lcntmodel.lib -ledbms.lib -ldial.lib -letel.lib -lmgfetch.lib -lavkon.lib -lcommonengine.lib -lefsrv.lib -lestor.lib -leikcoctl.lib -leikdlg.lib -lbafl.lib -leikctl.lib -lfbscli.lib -laknnotify.lib -letext.lib -lgdi.lib -legul.lib -linsock.lib -L"C:\Symbian\8.0a\S60_2nd_FP2_CW\epoc32\release\winscw\udeb" -o "C:/Symbian/8.0a/S60_2nd_FP2_CW/epoc32/release/WINSCW/UDEB/Z/system/apps/IPMS/IPMS.app" -search ./src/IPMSAppUi.o ./src/IPMSApplication.o ./src/IPMSDocument.o ./src/PRPresenceList.o ./src/PRPresenceListMenu.o ./src/PRPresenceListMenuView.o ./src/PRPresenceListView.o ./src/Stack.o ./src/Ticker.o ./src/TickerTimer.o ./src/Version.o ./src/VersionView.o ./.generated/winscw_uid.o -f IPMS.def
    'Finished building target: C:/Symbian/8.0a/S60_2nd_FP2_CW/epoc32/release/WINSCW/UDEB/Z/system/apps/IPMS/IPMS.app'
    ' '
    make: Target `all' not remade because of errors.
    Build complete for project IPMS

  2. #2
    Super Contributor peter_k_john's Avatar
    Join Date
    Oct 2005
    Posts
    739
    Hi,

    Debugg you code using break points and find exact line at which the error occures. Also try to find out the extended error code using http://www.forum.nokia.com/document/...r_messages.htm

    Regards,
    Peter

  3. #3
    Regular Contributor microdot's Avatar
    Join Date
    Oct 2006
    Posts
    79
    i already tried using debug mode.. i placed breakpoints in the entry point of the application. it does not go to the breakpoints. also no error code was shown even if i had enabled panic codes in the emulator

Similar Threads

  1. [newbie here] Link error
    By xitpu in forum Symbian C++
    Replies: 3
    Last Post: 2007-01-24, 16:53
  2. Replies: 3
    Last Post: 2007-01-18, 11:27
  3. Compiling error (Urgent)
    By waelali in forum Symbian C++
    Replies: 2
    Last Post: 2006-02-06, 04:32
  4. Cannot compile SDK's examples for 7650 platform...
    By midletsoft in forum Symbian Tools & SDKs
    Replies: 2
    Last Post: 2003-08-12, 19:11
  5. Unresolved external symbols problem
    By georgica1979 in forum Symbian User Interface
    Replies: 1
    Last Post: 2003-04-06, 13:26

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