vote up 0 vote down star

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?

flag

Do you get any errors when the application fails to launch? – ayaz Dec 11 '08 at 16:21

3 Answers

vote up 1 vote down check

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.

link|flag
vote up 0 vote down

Thanks, all that appears is

System Error (-1)

Not particularly helpful

link|flag
System Error (-1) can appear for any number of reasons. I would narrow down the source of the problem by trying two things initially: a) Running the application on emulator; b) Creating a SISX file in release build and running it on phone. – ayaz Dec 12 '08 at 17:24
This usually means missing/mismatched resource file - go over your PKG file. Check name conflicts - as all files are copied into c:\sys\bin folder, there might already be files with same name. Check also your UIDs. Did it work before? And if yes, then what changes did you do? – Riho Dec 15 '08 at 11:15
vote up 1 vote down

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

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.