Hello everyone, I see the Location capability is opened for self-signed in the S60_3RD_FP_2, but when I add the Location capability, it can installed, but the software can not startup. Please Help me! Thank you~
Hello everyone, I see the Location capability is opened for self-signed in the S60_3RD_FP_2, but when I add the Location capability, it can installed, but the software can not startup. Please Help me! Thank you~
Adding a capability would not make such an efect, so check the actual crash code to see what the error is: http://wiki.forum.nokia.com/index.ph...ded_panic_code
I use Y-task to get the crash code, but when I startup the program, it shows the reason: 0. exit type is kill.
"Kill-0-Kill" is basically normal exit, though if it is shown when you try to launch the applciation, then it could also indicate that one-or-more of the statically linked libraries are not found from the device.
So do check which libraries you are linkin in your mmp file, and try guessing is some of them could be missing from the device.
I am so puzzle. If I don't add the Location CAPABILITY, the program works fine. But when I add the Location CAPABILITY and lbs.lib, the program crash with the crash type is 0. why?
LIBRARY lbs.lib
LIBRARY estlib.lib
//LIBRARY libc.lib
LIBRARY euser.lib
LIBRARY apparc.lib
LIBRARY cone.lib
LIBRARY eikcore.lib
LIBRARY avkon.lib
LIBRARY commonengine.lib
LIBRARY efsrv.lib
LIBRARY aknnotify.lib estor.lib
LIBRARY hlplch.lib ecam.lib fbscli.lib
LIBRARY aknskins.lib aknskinsrv.lib aknswallpaperutils.lib
LIBRARY lbs.lib
LANG SC
EPOCSTACKSIZE 0x5000
EPOCHEAPSIZE 0x100000 0x900000
VENDORID 0
SECUREID 0xE8645BE0
CAPABILITY Location NetworkServices LocalServices ReadUSerData WriteUserData UserEnvironment
is the Crash "Kill-0-Kill" or some other Zero Error, for exmaple Kern-Exec-0 ?
The detail is
Thread: Main
Category: Kill
Reason: 0
All libs is added to the project.
you mentioned earlier that you used my Y-Tasks on there, and I do not remember having the output shown like that in any versions of the applciation. So Can you actually try with Y-Tasks and see what kind of output it will give to you.
I am sorry, the earlier information is No Panic, the following information is Y-task:
Thread name:
Main
Exit category:
Kill
Exit type:
Kill
Exit reason:
0
So it is a console application then, How are you starting it ? Also Themes etc. do not work on console applications too well, since they do require application framework..
Hmm, it might be a good time to ask what device you use.
Note that the device has to be S60 3rd FP2 (or S60 5th), having an SDK is not enough - and in addition code built with newer SDK-s can behave strange on older devices.
Thank you! Maybe I find the problem, because the Location capability is not in the my.dll. So when the exe load my.dll, it did not show anything and crash.
Now I ask the dll designer to add the Location capability.
Well, this is the first time you mention any .dll (and in addition #5 contains no obvious 3rd-party libraries), so it would have been hard to find out. I assume you are loading it via RLibrary or using ECOM.