Debug + Emulator problems

Login to reply to this topic.
Sun, 2006-12-17 11:37
Joined: 2005-09-04
Forum posts: 135
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

Sun, 2006-12-17 18:41
NewLC AdministratorSymbian AccreditedForum Nokia Champion
Joined: 2003-01-14
Forum posts: 1890
Re: Debug + Emulator problems
I would go for a reinstallation of your SDK.

Eric Bustarret
NewLC Founder & CEO / Professional Symbian OS Consultant

Mon, 2006-12-18 10:30
Joined: 2004-11-29
Forum posts: 1142
Re: Debug + Emulator problems
1)

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...
  • Login to reply to this topic.