Symbian C++ - S60 application launches through TRK and Carbide, but not afterwards or when downloaded

StackOverflow https://stackoverflow.com/questions/359885

  •  21-08-2019
  •  | 
  •  

Question

My application has just started exhibiting strange behaviour.

I can boot it through the Carbide Debugger (using TRK) and it works fine with no visible errors and is left installed on the device.

Any further attempts to launch the application fail, even after a restart. Uninstalling and downloading the .sisx file manually also doesn't work.

Has anyone had any experience like this? Could it be some resource file that is missing, or is there any other way I can find out what is happening?

Was it helpful?

Solution

You should install ErrRd sis file to enable your phone to show extended panics - maybe this will give you some hints. If you get "Menu -1" then most probably you are missing some resource file or library. Also if you use DLL files then check that they have at least the same capabilities than your EXE file.

OTHER TIPS

I would also recommend to register into Nokia Developers Forum - you can find your answers from there quiker and from experts.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top