S60 v1 and v2
Since SDK v1.2, the S60 emulator only displays "Program Closed" when an application panics. To have the panic details like in S60 SDK v1.0, you just have to create an empty file called ErrRd in Epoc32\Wins\c\system\Bootdata (or Epoc32\Winscw\c\system\Bootdata if you are using Codewarrior).
This also applies to the target devices (at least my 3650): create the same empty file in C:\system\Bootdata.
If you don't know how to create such file, you can simply download and install the package below:

ExtendedErr.sis
S60 v3
On the emulator, open the "Tools / Preferences" menu and then check the Extended panic code file option or create the ErrRd file in Epoc32\Winscw\c\resource.
On the device, create the file in C:\\resource.
Yes I have created the txt file in the specified directory. But it doesnt seem to help. Can someone please suggest something here.
Thanks, karen
Hey,
It appears that installing this file on Nokia 6600 can cause phantom errors to appear: We were testing an application that communicates with a notebook via Bluetooth and everytime ther ewas any communication we would end up seeing System Error (-36), which stands for KErrDisconnected ,on the device although otherwise the program would work just fine without any problems. It is alčso possible that wjhen this file is installed the system shows the stzandard error message for all the leaves no matter if they are handled or not, because we actually have tw oleaves with KErrDisconnected in the code but they are handled properly so the message should not appear.
I installed this program and ran a program which accesses the database using RDbs object. It gave me a "App. closed Main E32User-CBase 71" message. what is this error. where can i get the description of other panic codes.
Thank you,