01-22-2013 11:34 AM
Hi,
I am currently developing on a Windows based PC using the BB10 development SDk in Eclipse and using the BB10 Simulator running in VMWare Player.
The problem I am having is that every couple of builds I am getting : Error in final launch sequence
Error in final launch sequence
Cannot prepare and download the binary
Terminate failed
Terminate failed
Terminate failed
This seems to be random. longest I have been without it is about 7 builds but the shortest is 1. The only way to get around it is to kill the simulator ( power down option ) and re run teh simulator. If I suspend the error is still there.
Am I doing something wrong or is this a known issue due to early development environment?
Thanks
Paul
01-22-2013 04:39 PM
When it fails doesn't your app icon look dark on the simulator?
01-23-2013 04:35 AM
01-23-2013 08:40 AM - edited 01-23-2013 09:11 AM
EDIT : thought I had found a solution but it wasnt. Worked for about 20 minutes and then its gone again.
Losing patients with this. Being paid to get a job done and been able to do next to nothing for 2 days.
01-23-2013 09:48 AM
Looks like your app does not handle 'close' nicely.
If it semitransparent it means it is still running.
Expand your target in Target Navigator, find the process and right click -> Deliver Signal. SIGTERM should kill it. After that you should be able to start debugging again.
01-23-2013 09:56 AM