Application could'nt start

Login to reply to this topic.
Fri, 2008-06-27 08:15
Joined: 2007-09-24
Forum posts: 87

Hi all
I encountered with one problem , I can't start my Application on UIQ3 emulator , if I click on application icon for starting application , Emulator screen display one Info Print " Application couldn't start "
Do anyone know why is it happening
Thanks in Advance

Thanks and Regard
Praveen Kumar Sharma


Fri, 2008-06-27 08:22
Joined: 2005-11-20
Forum posts: 1210
Re: Application could'nt start

Just a guess: Coulld be a mixup with UID's - not the some UID given for the application in the 3 or 4 places where you specify them in your code, AIF, .rss etc.

Anyway, what happens if you debug the thing?


René Brunner

Fri, 2008-06-27 08:43
Joined: 2007-09-24
Forum posts: 87
Re: Application could'nt start

Hi rbrunner

I am able to build the application but when I move up to debug my application on emulator , i got an infoprint as I stated in last post ,
I think UID's is ok , Is there is any possibility for this error

Thanks and Regard
Praveen Kumar Sharma

Fri, 2008-06-27 09:12
Joined: 2003-12-05
Forum posts: 649
Re: Application could'nt start

Try to set breakpoints to the very early stages of the application initialization to see where it gets before problems start.

Fri, 2008-06-27 09:35
Joined: 2005-04-13
Forum posts: 120
Re: Application could'nt start

One more possibility: check all the required files/images are at proper location in epoc folder.


Jupitar

Fri, 2008-06-27 10:11
Joined: 2007-09-24
Forum posts: 87
Re: Application could'nt start

Hi jupitar thanks for you fast response
Actually , earlier My application could run on emulator , I just linked it with my own created .dll file , After doing so I struck with this problem I have tested this .dll file separately It doesn't have any error

Thanks and Regard
Praveen Kumar Sharma

Fri, 2008-06-27 11:54
Joined: 2003-12-05
Forum posts: 649
Re: Application could'nt start

One possible reason in this case could be that you have build the dll to a different build (e.g. winscw udeb) and the application is build for winscw urel, thus the urel build does not have the dll binary at all. Or, you have specified both UIQ and S60 configurations for the dll, and have build it for S60, but the application is for the UIQ, and the dll has not been build for that configuration.

Edit: and one more reason -- the capability checks are on in the emulator and the application is not allowed to load the dll with those capabilities.

Fri, 2008-06-27 12:16
Joined: 2007-09-24
Forum posts: 87
Re: Application could'nt start

Hi Andreas
I got the solution ,Problem was with application CAPABILITY
Thanks for response

Thanks and Regard
Praveen Kumar Sharma

  • Login to reply to this topic.