views:

833

answers:

3

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?

+1  A: 

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.

Riho
A: 

Thanks, all that appears is

System Error (-1)

Not particularly helpful

adam
`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
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
+1  A: 

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

Riho