| Reply | « Previous Thread | Next Thread » |
|
get this panic when porting a app from s60 2.x to s60 3rd,
Can not find any explanation from either sdk docs or Internet. Any suggestions? |
|
Panic without any explanation, Is this the style of SYMBIAN?
|
|
AKNFEP is propably the FEP implementation giving this error and -23 would then be KErrWrite, then what you need to do it figure out what you are doing when this happens, so you could figure out what KErrWrite excatly means.
yucca |
|
Thanks,yucca,you are the only one that keeps our programmers still working on this disgusted SYMBIAN.
|
|
Yucca's specualtion on KErrWrite is wrong. System component panic codes do not generally map to system error codes (KErrXxx). AknFep headers are not in public SDKs so you cannot access the actual panic enumeration in aknfeppanic.h. If you had some kind of partner agreement with S60, then you could access the sources.
Meanwhile, as Yucca pointed out, it would help to know what you were doing when the panic occured and approach the issue as a black box. Lauri |
|
Hi,
I get the same error. The interessting thing is that the error is in E32Main, but only in the english emulator, not in the chinese one (although I compiled with the english version of the SDK). Even more interessting: The same effect happens with S60 3rd SDK and S60 3rd SDK MR. With the english emulator it crashes right at the start of the application, with the chinese emulator everything works fine. And another effect: It seems to be the case that it is not related to my application, since another application crashes with the same error (same code is working on another PC), although the code was not touched. My impression is: Something with the settings or libraries of the SDK is wrong. Just try your code on another machine and see what happens. cheers, Frank |
|
Quote:
It seems that this is caused by the Writing Language selected in the emulator: if it is set to Chinese, while the emulator is configured for English, opening any text field creates this panic. Switching the Writing Language in Settings->Phone back to English fixes it. I suspect that the error means roughly that the AVKON FEP does not support far-eastern input methods in non-APAC builds of the phone software. |
| Reply | « Previous Thread | Next Thread » |
| Thread Tools | Search this Thread |
|---|---|
| Thread | Thread Starter | Forum | Replies | Last Post |
|---|---|---|---|---|
| Panic dialog - ERRRD | greatape | General Symbian C++ | 7 | 2007-09-16 20:32 |
| CEikProgressInfo & PANIC when setting wrong width and final val | eekisa | Symbian User Interface | 2 | 2006-01-05 14:26 |
| FSCLIENT panic 24 means??????? | giridharn | General Symbian C++ | 1 | 2004-12-06 13:22 |
| here i can not understand what causes this Panic please help me out ! | siemensc55 | General Symbian C++ | 0 | 2004-09-24 23:01 |
| eSock panic 14 again | pa3ot | Bluetooth Technology | 0 | 2003-10-04 13:50 |