| 1355 | === I get "Panic KERN-EXEC 3" in Audio Server when running the application on emulator === |
| 1356 | |
| 1357 | We get this message on S60 3rd Edition FP1 emulator (on Carbide's console output): |
| 1358 | |
| 1359 | {{{ |
| 1360 | Thread MMFAudioServer.exe::Local-01e5e324 Panic KERN-EXEC 3 |
| 1361 | }}} |
| 1362 | |
| 1363 | This happens on subsequent (SIP) calls on the emulator. Restarting the emulator should fix it. |
| 1364 | |
| 1365 | === I get one way audio when running the application on emulator === |
| 1366 | |
| 1367 | This is expected problem with the emulator (on all S60 3rd Edition versions up to FP1 at least). The emulator can play streaming audio but it's unable to capture audio from microphone. PJSIP will report some error when opening the audio device, but otherwise the call should proceed (with one way audio). |
| 1368 | |
| 1369 | === I get ICE negotiation failure when running the sample console application === |
| 1370 | |
| 1371 | We encountered this when running the sample console application with log verbosity greater than three. We suspect this is caused by the logging messages taking much of the CPU processing time, causing the ICE connectivity checks to time out. This was fixed by setting the console log verbosity to three. |
| 1372 | |
| 1373 | Note that too many console logging messages will also disrupt the audio. |
| 1374 | |