System Error on Nokia E51 while invoking Application :HTTPTaskManager
hello !!
i am using S60_3rd_FP2_SDK_v1.1 Native application HTTPTaskManager
1)-- Created and installed a sis file on a Nokia E51 handset via command prompt &
Unable to launch on the emulator but When i try to open the application on the device,
it immediately exits and displays a "System Error" message with no error codes....
2)I tried installing ExtendedErr.Sis, phone prompts :- "installing ExtendedErr.Sis is not supported"
-- Created ErrRd file in the C:\..\S60_3rd_FP2_SDK_v1.1\epoc32\winscw\c\system\data.
Ref Link: [url]http://www.newlc.com/Display-the-extended-panic-code-in.html[/url]
3)Created the filed named ErrRd in my pkg file as mentioned in the forum threads ie
IF NOT(exists("c:\resource\ErrRd"))
".\ErrRd"-"c:\system\bootdata\ErrRd"
ENDIF
Ref link:[url]http://discussion.forum.nokia.com/forum/showthread.php?t=97502[/url]
4)Uable to create ErrRd, promts:
Processing ErrRd.pkg
error:cannot convert the file to unicode
error: make sure .PKG and >TXT files are either UTF* or UNICODE
Ref link: [url]http://discussion.forum.nokia.com/forum/showthread.php?t=95673&highlight=ErrRd[/url]
So my question is how to create ErrRd.sis file and debug system error??
Anyone who has debugged this and implemented shall recommend pointers on this
thanks..
Re: System Error on Nokia E51 while invoking Application :HTTPTaskManager
[url]http://wiki.forum.nokia.com/index.php/Extended_panic_code[/url]
Johan
Re: System Error on Nokia E51 while invoking Application :HTTPTaskManager
Hi jhnwkmn
Thanks for ur valuable response.
I already tried options which mention in the link.
Able to launch Emulator but terminating in the middle.
<terminated>HttpTaskManager.exe [Process ID: 1372] (Exited. Exit code = 0.)
Plz suggest some pointers..........
bye
Re: System Error on Nokia E51 while invoking Application :HTTPTaskManager
So, if you try it with Y-Tasks::Crash monitor, does it give you Kill-0-Kill when you try launching the app ?
Then I would suspect that you are statically linking to a library that does not exists in the device, so check your librarie's from the mmp file.
Re: System Error on Nokia E51 while invoking Application :HTTPTaskManager
Thanks
1) " suspect that you are statically linking to a library that does not exists in the device"
plz elabrote on how to chk on the device but chk with the mmp file
2)I tested/installed on both signed ErrRd.SIS and YTasks_Mainserver_055_0_3rdEd_unsigned.SIS
even then not able open the application, prompts " system error " with out any value.
3) Unable to launch the emulator as it getting terminated in the middle and cannot see the
panic.
4)i hv noticed these at console window in Emulator output while debuging .... do they relate
to the abv problem..?
....
....
0.ESvgMediaIdle 1.ESvgMediaNotReady 2.ESvgMediaReady
22.015 CSvgTimeContainer User State changed to 2
22.015
0.ESvgUserRunning 1.ESvgUserPaused 2.ESvgUserStopped
22.015 CSvgTimeContainer User State changed to 2
22.015
0.ESvgUserRunning 1.ESvgUserPaused 2.ESvgUserStopped
22.015 CSvgTimeContainer User State changed to 2
22.015
...
...
...
Any help to solve this problem is appriciated !!!
Bye