there're TRK communication log:
"
---IDE------------------------------------------------------
Command: 0x40 Create Item
Sub Cmd: Create Process
Options: 0x00
Length: 25
File Path: e:\sys\bin\siprtpex.exe
[40 06 00 00 00 00 19 65 3A 5C 73 79 73 5C 62 69
6E 5C 73 69 70 72 74 70 65 78 2E 65 78 65 00 00]
---TRK------------------------------------------------------
Command: 0x80 Acknowledge
Error: 0x20 Unspecified general OS-related error
[80 06 20]
---IDE------------------------------------------------------
Command: 0x02 Disconnect
[02 07]
"
and carbide alert "load failed"
Well I'm going to do file logger.
thanks
Last edited by a_barvar; 2010-04-01 at 10:59.
I have not used TRK much, used some years back and this logs does not tell much.
I recommend you follow the instruction as in this thread http://discussion.forum.nokia.com/fo...d.php?t=196720
You type these at the be gaining of suspected functions like this
void myclass::MySuspectedFunction()
{
TRACE_FUNC_ENTRY
//other stuff
TRACE_FUNC_EXIT
}
You run your app till crashes. Then take the log out from phone and see which one was the leaving function. Then focus on that. At least I use this technique.
You create a folder in your phone's c drive.
c:\logs\nt\
In that folder nt.txt will appears and that you can take out for analysis.
You can use any file browser for that.
Well, I get that always without any problem.
You should use debug version of your app and include the debug library in mmp file.
Let me explain more:
when I remove MultimediaDD capability from siprtpexappengine.mmp the application execute fine and nt.txt is created with some logs. but when I add MultimediaDD capability to siprtpexappengine.mmp the application can not execute and nt.txt file does not created.
Well, you know siprtpexappengine is a dll on siprtpex project. I am going to add "VoIP Audio Services API" from 3rd party VoIP client to this project. at the first time I didn't add libaries. just I add MultimediaDD capability to mmp file. So what's wrong?
When I Make/Signe "VoIPTestApp" project from from 3rd party VoIP client with MultimediaDD capability, it work without any problem.
So what is wrong about the capability rules?
Hi,
It looks to me it is some issue with Capability of the modules used in the project. It would be useful to consult with capability related doc in Forum Nokia wiki.