Symbian C ++ - S60 application runs via TRK and Carbide, but not after or at boot

My application is just starting to exhibit strange behavior.

I can download it via Carbide Debugger (using TRK) and it works fine with no visible errors and stays installed on the device.

Any further attempts to launch the application fail, even after restarting. Deleting and loading the .sisx file manually does not work either.

Has anyone had this experience? Maybe it's some resource file that is missing, or is there some other way to find out what's going on?

0


source to share


2 answers


You have to install the ErrRd sis file to enable your phone to show extended panics - maybe this will give you some advice. If you get "Menu -1", then most likely you are missing some resource file or library. Also, if you are using DLL files, make sure that they have at least the same capabilities as your EXE file.



+1


source


I would also recommend registering on the Nokia developer forum - you can find answers from there quiker and from experts.



+1


source







All Articles