Titanium JIRA Archive
Appcelerator Community (AC)

[AC-4013] App crashes after splash screen in Window Phone

GitHub Issuen/a
TypeBug
Priorityn/a
StatusClosed
ResolutionWon't Fix
Resolution Date2016-07-13T18:39:46.000+0000
Affected Version/sn/a
Fix Version/sn/a
Componentsn/a
Labelsn/a
ReporterROBIN GURUNG
AssigneeShak Hossain
Created2016-07-07T12:47:45.000+0000
Updated2016-07-18T10:50:43.000+0000

Description

I am using appcelerator SDK 5.3.0.GA in windows PC to develop windowsphone app. After installing the app in Lumia 550, I am unable to open it. I am getting following error. [INFO] : Finished installing the application [INFO] : Waiting for app to connect to log relay [INFO] : Connected to app -- Start application log ---------------------------------------------------- -- End application log ------------------------------------------------------ [ERROR] : Timed out after 60000 milliseconds trying to connect to undefined [ERROR] : Error: Timed out after 60000 milliseconds trying to connect to undefined at [object Object]. (C:\ProgramData\Titanium\mobilesdk\win32\5.3.0.GA\node_modules\windowslib\lib\wptool.js:674:13) at Timer.listOnTimeout (timers.js:119:15) [WARN] : We were unable to launch the app for you on the device/emulator due to an error (common causes include un-paired devices). Please launch the app manually. [INFO] : Disconnected from app

Comments

  1. Jebun Naher 2016-07-12

  2. ROBIN GURUNG 2016-07-18

    Jubun Naher, Thank you for your time and thoughts.. When I tried to open the app manually I get error below and app closes. {color:red}[ERROR] : Timed out after 60000 milliseconds trying to connect to undefined [ERROR] : Error: Timed out after 60000 milliseconds trying to connect to undefined at [object Object]. (C:\ProgramData\Titanium\mobilesdk\win32\5.3.1.GA\node_modules\windowslib\lib\wptool.js:674:13) at Timer.listOnTimeout (timers.js:119:15) [WARN] : We were unable to launch the app for you on the device/emulator due to an error (common causes include un-paired devices). Please launch the app manually.{color} Created empty project: Deployed it successfully and I can run the project.. but Once I start putting some of my code bit.. like migration code to create models and run the project with some code in app.js example below: Ti.UI.backgroundColor = "#ffffff"; Alloy.Collections.user = Alloy.createCollection('user'); Alloy.Collections.event = Alloy.createCollection('event'); console.log('alloy.js event created..'); Alloy.Collections.seminar = Alloy.createCollection('seminar'); console.log('alloy.js seminar created..'); Alloy.Collections.agenda = Alloy.createCollection('agenda'); console.log('alloy.js agenda created..'); I get the same error.. Is there any expert dealing with this issue from Titanium.. Thanks,

JSON Source