Debug + Emulator problems
| Sun, 2006-12-17 11:37 | |
|
Hi
I use Code Warrior Personal edition for S60 3rd ed apps. Please help me regarding these 2 issues: 1) When I run the emulator in DEBUG , the emulator gets stuck on start up. The last message on the debug messages window is: "PlatSecProcessIsolation = ON" What should I do in order to run in debug mode? 2) When I run the emulator I get 2 error messages on the screen: first message: "Application closed: ncnlist KERN-EXEC 3" second message: "Application closed: Standby mode ViewSrv 11" Any idea what this means? Thank you very much |
|






Forum posts: 1890
Eric Bustarret
NewLC Founder & CEO / Professional Symbian OS Consultant
Forum posts: 1142
Make sure that the project settings doesn't try to start your app, but starts epoc.
Check in project properties (Alt+F7) under "Runtime Settings". Make sure it starts epoc.exe and not yourapp.exe
2)
Seems a system service crashes on startup.
The first panic is the ncnlist crashing, and the second is a panic because of a viewserv timeout because of the first crash.
Its probably nothing you have to worry about (nothing you need), but maybe a reinstall can solve it...