Menu: system error -1
| Wed, 2006-04-19 14:47 | |
|
Hi all I m trying to make an applicatin for series 60 3rd edition. When I clicked on application icon.I m getting Menu: System erro r-1.And control is not even going to application file.Hence I am not able to detect which thing it is not finding. Any light on this. Regards --------------- |
|






Forum posts: 1
My case was that the .pkg file was not installing a dll required by my application to start. The problem didn't turn up at compile or linking time because it was the client dll of a Symbian client/server engine. The client appl (my appl that was not starting) knows the API but don't expect the dll to be there at compile time.
Diego
Forum posts: 22
Hi Guyes i m facing the sam problem ,
Do u get solution
Forum posts: 2009
Didn't you forget to add the RSC file in the PKG ?
Eric Bustarret
NewLC Founder & CEO / Professional Symbian OS Consultant
Forum posts: 82
There can be many reasons for this. Explanation is simple, something is missing, so its KErrNotFound(-1)
1. As Eric pointed out, may be Rsc is missing
2. Or some dll is missing
3. Or you are linking with a wrong lib(almost same as 2)
I my case, its normally the third problem, when I link with a wrong lib, and its missing.
Jus chk....
Br
G;p
www.mobisy.com
Forum posts: 141
Hi,
Check the uid, it should be similar in all files. Check your application class and .mmp file and .pkg file. And UID should belongs to 3rd edition.
regards,
eswar
Forum posts: 24
Check the format of files in the PKG of the application......