I created an application. It works fine in Simulator.
But When the application is installed and opened in device .A dialog appears,
"System Error !"
Please, can anyone help me.
I created an application. It works fine in Simulator.
But When the application is installed and opened in device .A dialog appears,
"System Error !"
Please, can anyone help me.
Try enabling Extended panic then the system error will come with a Panic code. which will help in solving you problem.
Ofcourse enabling the extended panic code is the right approach fo the system error kind of issues. But you could also try to check if you have packaged all the needed sources (More frequently forgotten are the 'extras' or the data needed like some xml file etc), and are the sources placed in the right destinations.
- Neil R.Bhasme -
Twitter: @Symbian_Neil
First in my code, System Error -1 is coming due to misplaced file.
When i check it and solved.
Then System Error occurs without code.
I tried extended panic code, but it doesn't solved my problem, because it does not give any code.
System Error without error code is often caused by mismatching UID-s (the one in the .mmp file and the one returned in AppDllUid, but you may want to check the _reg.rss too)