-
Emulator crashes
Hi, All.
I've some issue with emulator. Emulator crashes on start. The last message in log:
TSY: CMmCustomTsy::GetRequiredPlatSecCaps ipc=1000013
TSY: CMmCustomTsy::GetRequiredPlatSecCaps policy=None
TSY: CMmCustomTsy::ReqCompleted, aTsyReqHandle=86, aError=-5
There is no any log string from my app. What can it be?
-
Re: Emulator crashes
I would have a closer look into the epocwind.out to see whether there are other errors reported.
Also if the emulator crashes when your applciation is executing, then do do some file logging to see what is executed just before the crash.
-
Re: Emulator crashes
When in doubt you can always try starting the emulator in itself, it has an entry in the Start menu or you can launch <Your SDK>\epoc32\release\winscw\udeb\epoc.exe directly.
-
Re: Emulator crashes
I don't see any logs from my application. Just system logs.
If I lauch emulator from start menu, emulator runs normaly and application start as well.
On other hand, I have another computer with the same code and enviropment, and everything is good on that machine.
-
Re: Emulator crashes
So then do check the epocwind.out to see what kind of errors are reported in there, they might give some ideas on where it fails.
-
Emulator crashes
Hi, All.
Emulator crashes on start. It doesn't metter if I start it from Carbide or from Start menu.
Last messages in log:
22.130 Thread eiksrvs.exe::EikAppUiServerThread Panic KERN-EXEC 3
22.140 Thread eiksrvs.exe::UikonWatchers Panic KERN-EXEC 3
22.145 Thread eiksrvs.exe::ViewServerThread Panic KERN-EXEC 3
22.145 FAULT: KERN 0x00000004 (4)
How can I fix it?
-
Re: Emulator crashes
I would suggest checking the first indicated errors, those shown could be caused by something else that was reported in there..
-
Re: Emulator crashes
Well... i just put
Thread eiksrvs.exe::EikAppUiServerThread Panic KERN-EXEC 3
into Google and I found:
[url]http://www.developer.nokia.com/Community/Discussion/showthread.php?221950-moved-Nokia-S60-5th-Edition-Emulator-Problem[/url]
[url]http://www.developer.nokia.com/Community/Discussion/showthread.php?213034-moved-Running-the-emulator-on-Windows-7[/url]
[url]http://www.developer.nokia.com/Community/Discussion/showthread.php?196359-Windows7-64bit-how-set-up-java-tools[/url]
[url]http://zlkmartin.wordpress.com/2010/08/02/s60-emulator-problem/[/url]
[url]http://phoneinfo8.info/Symbian/Install-Win7-Symbian-development-environment-to-solve-the-pr-5975.html#.UG3duK5Ku2c[/url]
they seem to be related to audio driver and/or mic
you could give them a try
hope it helps somehow
pg
-
Re: Emulator crashes
[QUOTE=pavarang;904526]Well... i just put
Thread eiksrvs.exe::EikAppUiServerThread Panic KERN-EXEC 3
into Google and I found:
[url]http://www.developer.nokia.com/Community/Discussion/showthread.php?221950-moved-Nokia-S60-5th-Edition-Emulator-Problem[/url]
[url]http://www.developer.nokia.com/Community/Discussion/showthread.php?213034-moved-Running-the-emulator-on-Windows-7[/url]
[url]http://www.developer.nokia.com/Community/Discussion/showthread.php?196359-Windows7-64bit-how-set-up-java-tools[/url]
[url]http://zlkmartin.wordpress.com/2010/08/02/s60-emulator-problem/[/url]
[url]http://phoneinfo8.info/Symbian/Install-Win7-Symbian-development-environment-to-solve-the-pr-5975.html#.UG3duK5Ku2c[/url]
they seem to be related to audio driver and/or mic
you could give them a try
hope it helps somehow
pg[/QUOTE]
And the audio driver thing, should be showing there beforehand, so no point on checking the later panics, but actually it would be important to find the first one,..