The Emulator crashes everytime a web application is launched. The console shows "Launching the Tizen web application succeeded" and in 2-3 seconds the emulator crashes. this happen while running sample web applications too. What is causing this? How do I figure it out?
This is what's shown on the console -
Starting to launch the Tizen web application.
Step > Initializing the environment for launching the package
Setting the default context...
Setting the target information...
Target device name: Tester2
Setting application information...
Project name: MyApp
Application id: XzgBUWtcsA.MyApp
Application package name: XzgBUWtcsA
Application guid: http://yourdomain/MyApp
Application path: D:/workspace/MyApp/MyApp.wgt
Initializing the environment for launching the package succeeded.
Step > Transferring the package from host to target
Confirm if the package file exist in local
Transferring the package from host to target
Transferring the package from host to target succeeded
Step > Stopping previous running widget
Stopping previous running widget succeeded.
Step > Installing the package
Installing...
Executing the install command: /usr/bin/pkgcmd -i -q -t wgt -p "/opt/usr/apps/tmp/MyApp.wgt"
$ /usr/bin/pkgcmd -i -q -t wgt -p "/opt/usr/apps/tmp/MyApp.wgt"
path is /opt/usr/apps/tmp/MyApp.wgt
start process (install)
........................................
icon_path : /opt/share/icons/default/small/XzgBUWtcsA.MyApp.png
...........................
end process (ok)
spend time for pkgcmd is [11725]ms
cmd_ret:0
$ rm -f /opt/usr/apps/tmp/MyApp.wgt
Executing the install command succeeded.
Checking for whether widget is successfully installed.
Installing the package succeeded.
Step > Uploading delta to target
Uploading delta to target succeeded.
Step > Running the package is started.
Command for running: /usr/bin/wrt-launcher --start "XzgBUWtcsA.MyApp" --timeout="300"
Result of the command
result: launched
Checking for running status
Running the package succeeded.
Launching the Tizen web application succeeded.
(16.566 sec)