Appcelerator Command-Line Interface, version 6.2.0 Copyright (c) 2014-2017, Appcelerator, Inc. All Rights Reserved. 2017-05-10T18:19:56.657Z | TRACE | set environment to {"registry":"https://software.appcelerator.com","baseurl":"https://platform.appcelerator.com"} 2017-05-10T18:19:56.657Z | TRACE | checking credentials for existing session 2017-05-10T18:19:56.798Z | TRACE | Attempting to load session info from config file 2017-05-10T18:19:56.810Z | TRACE | check if session is invalidated 2017-05-10T18:19:57.796Z | TRACE | refresh session expiry to: 1495045206013 2017-05-10T18:19:57.796Z | TRACE | session expiry 1495045206013 false 2017-05-10T18:19:57.796Z | TRACE | Arrow Cloud config file: C:\Users\user\.acs 2017-05-10T18:19:57.811Z | TRACE | found Arrow Cloud login { mid: '10918a4be9cfe3fc67f64901a0d0d20eddac0d0b', publishPort: 443, publishHost: 'https://admin.cloudapp-enterprise.appcelerator.com', username: 'fc86@outlook.fr', cookie: [ 'connect.sid=s%3AvmMzLVwSjIG5vyw9BBcxxIAS.wBxsOH9HmAobYk2TTeAofAYyGMTa9vT2buc1S2G7Rxg; Path=/; Expires=Wed, 24 May 2017 07:30:34 GMT; HttpOnly' ], defaultEP: { publishHost: 'https://admin.cloudapp-enterprise.appcelerator.com', publishPort: 443 } } , checking nodeACSEndpoint= https://admin.cloudapp-enterprise.appcelerator.com 2017-05-10T18:19:57.812Z | TRACE | Arrow Cloud cookie expiry [ 1495611034000 ] 2017-05-10T18:19:57.812Z | TRACE | session already loaded in opts.session 2017-05-10T18:19:57.813Z | TRACE | getCredentials() session: { "ipaddress": "192.168.0.30", "username": "fc86@outlook.fr", "password": "", "session": "", "nonce": "", "environment": { "name": "production", "isProduction": true, "acsBaseUrl": "https://api.cloud.appcelerator.com", "acsAuthBaseUrl": "https://secure-identity.cloud.appcelerator.com", "nodeACSEndpoint": "https://admin.cloudapp-enterprise.appcelerator.com" }, "token": "", "fingerprint": "10918a4be9cfe3fc67f64901a0d0d20eddac0d0b", "fingerprint_description": "Windows Machine ID: 5bea368c-67dc-4440-952e-1735fd5458f7", "org_id": 100034389, "expiry": 1495045206013 } 2017-05-10T18:19:57.813Z | TRACE | loading plugins for command "run" 2017-05-10T18:19:57.879Z | TRACE | run search paths: [ "C:\\Users\\user\\.appcelerator\\install\\6.2.0\\package", "C:\\Users\\user\\.appcelerator\\install\\6.2.0\\package\\node_modules", "C:\\WINDOWS\\System32\\node_modules", "C:\\WINDOWS\\node_modules", "C:\\node_modules", "C:\\Users\\user\\.appcelerator\\.npm\\lib\\node_modules" ] 2017-05-10T18:19:57.879Z | DEBUG | [PLUGIN-LOAD] 0ms C:\Users\user\.appcelerator\install\6.2.0\package\appc.js 2017-05-10T18:19:58.269Z | DEBUG | [PLUGIN-LOAD] 390ms C:\Users\user\.appcelerator\install\6.2.0\package\node_modules\appc-cli-titanium\appc.js 2017-05-10T18:19:58.269Z | DEBUG | run plugin: C:\Users\user\.appcelerator\install\6.2.0\package\node_modules\appc-cli-titanium 2017-05-10T18:19:58.269Z | DEBUG | [PLUGIN-LOAD] 0ms C:\Users\user\.appcelerator\install\6.2.0\package\node_modules\arrow\appc.js 2017-05-10T18:19:58.269Z | DEBUG | run plugin: C:\Users\user\.appcelerator\install\6.2.0\package\node_modules\arrow 2017-05-10T18:19:58.269Z | TRACE | plugin "arrow" failed its "when" function check, skipping... 2017-05-10T18:19:58.269Z | TRACE | loading plugin "titanium" for command "run" CLI options via function 2017-05-10T18:19:58.269Z | TRACE | loading plugin "titanium" for command "run" CLI options via array 2017-05-10T18:19:58.269Z | TRACE | executing command "run" with the following plugins: ["titanium"] 2017-05-10T18:19:58.285Z | TRACE | Attempting to load session info from config file 2017-05-10T18:19:58.285Z | TRACE | check if session is invalidated 2017-05-10T18:19:58.519Z | TRACE | refresh session expiry to: 1495045206737 2017-05-10T18:19:58.519Z | TRACE | session expiry 1495045206737 false 2017-05-10T18:19:58.519Z | TRACE | session already loaded in opts.session 2017-05-10T18:19:58.519Z | DEBUG | Titanium Downloads Last Checked: 1494402944711 2017-05-10T18:19:58.597Z | TRACE | No project alloy hook; skipping update to 1.0.0 //////////////////////////////////////////////////CUSTOM LOGS windowsphone.js:202 detect(options, callback) : return magik(...) options : {"supportedMSBuildVersions":">=4.0","supportedVisualStudioVersions":">=10 <=12","supportedWindowsPhoneSDKVersions":"8.0"} callback : function (err, result) { err || mix(result, results); next(err); } //////////////////////////////////////////////////CUSTOM LOGS windowsphone.js:202 detect(options, callback) : return magik(...) options : {"supportedMSBuildVersions":">=4.0","supportedVisualStudioVersions":">=12.x <=14.x","supportedWindowsPhoneSDKVersions":"8.1 || 10.0"} callback : function (err, result) { err || mix(result, results); next(err); } //////////////////////////////////////////////////CUSTOM LOGS windowsphone.js:220 detect 8.0/8.1 and 10.0 in parallel ////////////////////////////////////////////////// //////////////////////////////////////////////////CUSTOM LOGS windowsphone.js:127 detectWin10(options, callback)//////////////////////////////////////// options : {"supportedMSBuildVersions":">=4.0","supportedVisualStudioVersions":">=10 <=12","supportedWindowsPhoneSDKVersions":"8.0"} callback : function () { var length = Math.max(arguments.length - startIndex, 0); var rest = Array(length); for (var index = 0; index < length; index++) { rest[index] = arguments[index + startIndex]; } switch (startIndex) { case 0: return func.call(this, rest); case 1: return func.call(this, arguments[0], rest); } // Currently unused but handle cases outside of the switch statement: // var args = Array(startIndex + 1); // for (index = 0; index < startIndex; index++) { // args[index] = arguments[index]; // } // args[startIndex] = rest; // return func.apply(this, args); } //////////////////////////////////////////////////CUSTOM LOGS win10SearchPaths => - HKEY_LOCAL_MACHINE\Software\Microsoft\Microsoft SDKs\Windows\v10.0,HKEY_LOCAL_MACHINE\Software\Wow6432Node\Microsoft\Microsoft SDKs\Windows\v10.0 - BE CAREFUL, The two paths are wrong. No key here on my regedit, even with WINDOWS PHONE SDK 8.1 installed on C:/Program Files (x86)/Windows Phone kits/8.1/ (installed with VIsual Studio community 2017 //////////////////////////////////////////////////CUSTOM LOGS windowsphone.js:202 detect(options, callback) : return magik(...) options : {"supportedMSBuildVersions":">=4.0","supportedVisualStudioVersions":">=10 <=12","supportedWindowsPhoneSDKVersions":"8.0"} callback : function (err, phoneResults) { if (err) { return next(err, null); } // Just move on if we have no results for a given version? if (!phoneResults.windowsphone[wpsdk]) { var ex = new Error(__('Did not find support for WP SDK %s. Cannot enumerate devices.', wpsdk)); return next(ex, null); } if (!phoneResults.windowsphone[wpsdk].deployCmd) { var ex = new Error(__('No deploy command found for WP SDK %s. Cannot enumerate devices.', wpsdk)); return next(ex, null); } var cmd = phoneResults.windowsphone[wpsdk].deployCmd, args = ['/EnumerateDevices'], child = spawn(cmd, args), out = '', result; child.stdout.on('data', function (data) { out += data.toString(); }); child.stderr.on('data', function (data) { out += data.toString(); }); child.on('close', function (code) { if (code) { var errmsg = out.trim().split(/\r\n|\n/).shift(), ex = new Error(/^Error: /.test(errmsg) ? errmsg.substring(7) : __('Failed to enumerate devices/emulators for WP SDK %s (code %s)', wpsdk, code)); next(ex, null); } else { var emulators = parseAppDeployCmdListing(out, wpsdk); next(null, { devices: [{name: 'Device', udid: 0, index: 0, wpsdk: null}], emulators: emulators }); } }); } //////////////////////////////////////////////////CUSTOM LOGS windowsphone.js:220 detect 8.0/8.1 and 10.0 in parallel ////////////////////////////////////////////////// //////////////////////////////////////////////////CUSTOM LOGS windowsphone.js:127 detectWin10(options, callback)//////////////////////////////////////// options : {"supportedMSBuildVersions":">=4.0","supportedVisualStudioVersions":">=12.x <=14.x","supportedWindowsPhoneSDKVersions":"8.1 || 10.0"} callback : function () { var length = Math.max(arguments.length - startIndex, 0); var rest = Array(length); for (var index = 0; index < length; index++) { rest[index] = arguments[index + startIndex]; } switch (startIndex) { case 0: return func.call(this, rest); case 1: return func.call(this, arguments[0], rest); } // Currently unused but handle cases outside of the switch statement: // var args = Array(startIndex + 1); // for (index = 0; index < startIndex; index++) { // args[index] = arguments[index]; // } // args[startIndex] = rest; // return func.apply(this, args); } //////////////////////////////////////////////////CUSTOM LOGS win10SearchPaths => - HKEY_LOCAL_MACHINE\Software\Microsoft\Microsoft SDKs\Windows\v10.0,HKEY_LOCAL_MACHINE\Software\Wow6432Node\Microsoft\Microsoft SDKs\Windows\v10.0 - BE CAREFUL, The two paths are wrong. No key here on my regedit, even with WINDOWS PHONE SDK 8.1 installed on C:/Program Files (x86)/Windows Phone kits/8.1/ (installed with VIsual Studio community 2017 //////////////////////////////////////////////////CUSTOM LOGS windowsphone.js:202 detect(options, callback) : return magik(...) options : {"supportedMSBuildVersions":">=4.0","supportedVisualStudioVersions":">=12.x <=14.x","supportedWindowsPhoneSDKVersions":"8.1 || 10.0"} callback : function (err, phoneResults) { if (err) { return next(err, null); } // Just move on if we have no results for a given version? if (!phoneResults.windowsphone[wpsdk]) { var ex = new Error(__('Did not find support for WP SDK %s. Cannot enumerate devices.', wpsdk)); return next(ex, null); } if (!phoneResults.windowsphone[wpsdk].deployCmd) { var ex = new Error(__('No deploy command found for WP SDK %s. Cannot enumerate devices.', wpsdk)); return next(ex, null); } var cmd = phoneResults.windowsphone[wpsdk].deployCmd, args = ['/EnumerateDevices'], child = spawn(cmd, args), out = '', result; child.stdout.on('data', function (data) { out += data.toString(); }); child.stderr.on('data', function (data) { out += data.toString(); }); child.on('close', function (code) { if (code) { var errmsg = out.trim().split(/\r\n|\n/).shift(), ex = new Error(/^Error: /.test(errmsg) ? errmsg.substring(7) : __('Failed to enumerate devices/emulators for WP SDK %s (code %s)', wpsdk, code)); next(ex, null); } else { var emulators = parseAppDeployCmdListing(out, wpsdk); next(null, { devices: [{name: 'Device', udid: 0, index: 0, wpsdk: null}], emulators: emulators }); } }); } //////////////////////////////////////////////////CUSTOM LOGS windowsphone.js:220 detect 8.0/8.1 and 10.0 in parallel ////////////////////////////////////////////////// //////////////////////////////////////////////////CUSTOM LOGS windowsphone.js:127 detectWin10(options, callback)//////////////////////////////////////// options : {"supportedMSBuildVersions":">=4.0","supportedVisualStudioVersions":">=10 <=12","supportedWindowsPhoneSDKVersions":"8.0"} callback : function () { var length = Math.max(arguments.length - startIndex, 0); var rest = Array(length); for (var index = 0; index < length; index++) { rest[index] = arguments[index + startIndex]; } switch (startIndex) { case 0: return func.call(this, rest); case 1: return func.call(this, arguments[0], rest); } // Currently unused but handle cases outside of the switch statement: // var args = Array(startIndex + 1); // for (index = 0; index < startIndex; index++) { // args[index] = arguments[index]; // } // args[startIndex] = rest; // return func.apply(this, args); } //////////////////////////////////////////////////CUSTOM LOGS win10SearchPaths => - HKEY_LOCAL_MACHINE\Software\Microsoft\Microsoft SDKs\Windows\v10.0,HKEY_LOCAL_MACHINE\Software\Wow6432Node\Microsoft\Microsoft SDKs\Windows\v10.0 - BE CAREFUL, The two paths are wrong. No key here on my regedit, even with WINDOWS PHONE SDK 8.1 installed on C:/Program Files (x86)/Windows Phone kits/8.1/ (installed with VIsual Studio community 2017 //////////////////////////////////////////////////CUSTOM LOGS windowsphone.js:220 detect 8.0/8.1 and 10.0 in parallel ////////////////////////////////////////////////// //////////////////////////////////////////////////CUSTOM LOGS windowsphone.js:127 detectWin10(options, callback)//////////////////////////////////////// options : {"supportedMSBuildVersions":">=4.0","supportedVisualStudioVersions":">=12.x <=14.x","supportedWindowsPhoneSDKVersions":"8.1 || 10.0"} callback : function () { var length = Math.max(arguments.length - startIndex, 0); var rest = Array(length); for (var index = 0; index < length; index++) { rest[index] = arguments[index + startIndex]; } switch (startIndex) { case 0: return func.call(this, rest); case 1: return func.call(this, arguments[0], rest); } // Currently unused but handle cases outside of the switch statement: // var args = Array(startIndex + 1); // for (index = 0; index < startIndex; index++) { // args[index] = arguments[index]; // } // args[startIndex] = rest; // return func.apply(this, args); } //////////////////////////////////////////////////CUSTOM LOGS win10SearchPaths => - HKEY_LOCAL_MACHINE\Software\Microsoft\Microsoft SDKs\Windows\v10.0,HKEY_LOCAL_MACHINE\Software\Wow6432Node\Microsoft\Microsoft SDKs\Windows\v10.0 - BE CAREFUL, The two paths are wrong. No key here on my regedit, even with WINDOWS PHONE SDK 8.1 installed on C:/Program Files (x86)/Windows Phone kits/8.1/ (installed with VIsual Studio community 2017 //////////////////////////////////////////////////CUSTOM LOGS windowsphone.js:74 detectLegacy(options, callback) => no Windows Phone SDK found ////////////////////// //////////////////////////////////////////////////CUSTOM LOGS windowsphone.js:74 detectLegacy(options, callback) => no Windows Phone SDK found ////////////////////// //////////////////////////////////////////////////CUSTOM LOGS windowsphone.js:74 detectLegacy(options, callback) => no Windows Phone SDK found ////////////////////// //////////////////////////////////////////////////CUSTOM LOGS windowsphone.js:74 detectLegacy(options, callback) => no Windows Phone SDK found ////////////////////// //////////////////////////////////////////////////CUSTOM LOGS windowsphone.js:202 detect(options, callback) : return magik(...) options : {"supportedMSBuildVersions":">=4.0","supportedVisualStudioVersions":">=12.x <=14.x","supportedWindowsPhoneSDKVersions":"8.1 || 10.0"} callback : function (err, phoneResults) { if (err) { return next(err, null); } // Just move on if we have no results for a given version? if (!phoneResults.windowsphone[wpsdk]) { var ex = new Error(__('Did not find support for WP SDK %s. Cannot enumerate devices.', wpsdk)); return next(ex, null); } if (!phoneResults.windowsphone[wpsdk].deployCmd) { var ex = new Error(__('No deploy command found for WP SDK %s. Cannot enumerate devices.', wpsdk)); return next(ex, null); } var cmd = phoneResults.windowsphone[wpsdk].deployCmd, args = ['/EnumerateDevices'], child = spawn(cmd, args), out = '', result; child.stdout.on('data', function (data) { out += data.toString(); }); child.stderr.on('data', function (data) { out += data.toString(); }); child.on('close', function (code) { if (code) { var errmsg = out.trim().split(/\r\n|\n/).shift(), ex = new Error(/^Error: /.test(errmsg) ? errmsg.substring(7) : __('Failed to enumerate devices/emulators for WP SDK %s (code %s)', wpsdk, code)); next(ex, null); } else { var emulators = parseAppDeployCmdListing(out, wpsdk); next(null, { devices: [{name: 'Device', udid: 0, index: 0, wpsdk: null}], emulators: emulators }); } }); } crash on "return callback(null, detectCache)" on line 210 with detectCache = {"windowsphone":{"10.0":{"version":"10.0","registryKey":"HKEY_LOCAL_MACHINE\\Software\\Microsoft\\Microsoft SDKs\\Windows\\v10.0","supported":true,"path":"C:\\Program Files (x86)\\Windows Kits\\10\\","deployCmd":null,"xapSignTool":null,"selected":false,"sdks":["10.0.15063.0"]}},"issues":[{"id":"WINDOWS_PHONE_SDK_MISSING_DEPLOY_CMD","type":"error","message":"Microsoft Windows Phone SDK is missing the deploy command.\nYou will be unable to build Windows Phone apps."}]} //////////////////////////////////////////////////CUSTOM LOGS windowsphone.js:202 detect(options, callback) : return magik(...) options : {"supportedMSBuildVersions":">=4.0","supportedVisualStudioVersions":">=12.x <=14.x","supportedWindowsPhoneSDKVersions":"8.1 || 10.0"} callback : function (err, phoneResults) { if (err) { return next(err); } // Just move on if we have no results for a given version? if (!phoneResults.windowsphone[wpsdk]) { var ex = new Error(__('Did not find support for WP SDK %s. Cannot enumerate devices.', wpsdk)); return next(ex); } // device discovery is slower, do it in parallel with emulator discovery/listing async.parallel([ // discover windows 10 devices in network using WinAppDeployCmd function (cb) { winAppDeployCmdEnumerate(phoneResults.windowsphone[wpsdk].deployCmd, cb); }, // Use our custom wptool binary to gather Windows 10 emulators function (cb) { // TODO Handle when we don't have permissions to the folders in SDK and need to offload build to user HOME var wpToolCs = path.resolve(__dirname, '..', 'wptool', 'wptool.cs'); checkOutdated(wpToolCs, wptool, function (err, outdated) { if (err) { return cb(err); } if (outdated) { return buildWpTool(options, function (err, path) { if (err) { return cb(err); } run(wpsdk, cb); }); } run(wpsdk, cb); }); } ], function (err, results) { if (err) { return next(err); } // Combine devices and emulators listings! var combined = results[1]; combined.devices = results[0].devices.concat(combined.devices); return next(null, combined); }); } crash on "return callback(null, detectCache)" on line 210 with detectCache = {"windowsphone":{"10.0":{"version":"10.0","registryKey":"HKEY_LOCAL_MACHINE\\Software\\Microsoft\\Microsoft SDKs\\Windows\\v10.0","supported":true,"path":"C:\\Program Files (x86)\\Windows Kits\\10\\","deployCmd":null,"xapSignTool":null,"selected":false,"sdks":["10.0.15063.0"]}},"issues":[{"id":"WINDOWS_PHONE_SDK_MISSING_DEPLOY_CMD","type":"error","message":"Microsoft Windows Phone SDK is missing the deploy command.\nYou will be unable to build Windows Phone apps."}]} /////////////////CUSTOM LOGS wptool.js:56 => winAppDeployCmdEnumerate(deployCmd,next) deployCmd : null next : undefined crash on childprocess.spawn with these arguments (BAD ARGUMENT) 2017-05-10T18:20:00.214Z | ERROR | An uncaught exception was thrown! Bad argument 2017-05-10T18:20:00.214Z | ERROR | Bad argument 2017-05-10T18:20:00.214Z | TRACE | TypeError: Bad argument at TypeError (native) at ChildProcess.spawn (internal/child_process.js:274:26) at exports.spawn (child_process.js:362:9) at winAppDeployCmdEnumerate (C:\ProgramData\Titanium\mobilesdk\win32\6.0.4.GA\node_modules\windowslib\lib\wptool.js:61:11) at C:\ProgramData\Titanium\mobilesdk\win32\6.0.4.GA\node_modules\windowslib\lib\wptool.js:154:5 at C:\ProgramData\Titanium\mobilesdk\win32\6.0.4.GA\node_modules\windowslib\node_modules\async\lib\async.js:718:13 at async.forEachOf.async.eachOf (C:\ProgramData\Titanium\mobilesdk\win32\6.0.4.GA\node_modules\windowslib\node_modules\async\lib\async.js:233:13) at _parallel (C:\ProgramData\Titanium\mobilesdk\win32\6.0.4.GA\node_modules\windowslib\node_modules\async\lib\async.js:717:9) at Object.async.parallel (C:\ProgramData\Titanium\mobilesdk\win32\6.0.4.GA\node_modules\windowslib\node_modules\async\lib\async.js:731:9) at C:\ProgramData\Titanium\mobilesdk\win32\6.0.4.GA\node_modules\windowslib\lib\wptool.js:151:9 at C:\ProgramData\Titanium\mobilesdk\win32\6.0.4.GA\node_modules\windowslib\lib\windowsphone.js:210:11 at C:\ProgramData\Titanium\mobilesdk\win32\6.0.4.GA\node_modules\windowslib\lib\utilities.js:49:3 at nextTickCallbackWith0Args (node.js:420:9) at process._tickCallback (node.js:349:13) --------------------------------------------- at magik (C:\ProgramData\Titanium\mobilesdk\win32\6.0.4.GA\node_modules\windowslib\lib\utilities.js:34:10) at Object.detect (C:\ProgramData\Titanium\mobilesdk\win32\6.0.4.GA\node_modules\windowslib\lib\windowsphone.js:206:9) at wptoolEnumerate (C:\ProgramData\Titanium\mobilesdk\win32\6.0.4.GA\node_modules\windowslib\lib\wptool.js:139:22) at C:\ProgramData\Titanium\mobilesdk\win32\6.0.4.GA\node_modules\windowslib\lib\wptool.js:360:5 at C:\ProgramData\Titanium\mobilesdk\win32\6.0.4.GA\node_modules\windowslib\node_modules\async\lib\async.js:181:20 at iterate (C:\ProgramData\Titanium\mobilesdk\win32\6.0.4.GA\node_modules\windowslib\node_modules\async\lib\async.js:262:13) at C:\ProgramData\Titanium\mobilesdk\win32\6.0.4.GA\node_modules\windowslib\node_modules\async\lib\async.js:274:29 at C:\ProgramData\Titanium\mobilesdk\win32\6.0.4.GA\node_modules\windowslib\node_modules\async\lib\async.js:44:16 at C:\ProgramData\Titanium\mobilesdk\win32\6.0.4.GA\node_modules\windowslib\lib\wptool.js:371:7 at C:\ProgramData\Titanium\mobilesdk\win32\6.0.4.GA\node_modules\windowslib\lib\wptool.js:235:11 at C:\ProgramData\Titanium\mobilesdk\win32\6.0.4.GA\node_modules\windowslib\lib\windowsphone.js:210:11 at C:\ProgramData\Titanium\mobilesdk\win32\6.0.4.GA\node_modules\windowslib\lib\utilities.js:49:3 at nextTickCallbackWith0Args (node.js:420:9) at process._tickCallback (node.js:349:13) --------------------------------------------- at magik (C:\ProgramData\Titanium\mobilesdk\win32\6.0.4.GA\node_modules\windowslib\lib\utilities.js:34:10) at Object.detect (C:\ProgramData\Titanium\mobilesdk\win32\6.0.4.GA\node_modules\windowslib\lib\windowsphone.js:206:9) at nativeEnumerate (C:\ProgramData\Titanium\mobilesdk\win32\6.0.4.GA\node_modules\windowslib\lib\wptool.js:227:22) at C:\ProgramData\Titanium\mobilesdk\win32\6.0.4.GA\node_modules\windowslib\lib\wptool.js:360:5 at C:\ProgramData\Titanium\mobilesdk\win32\6.0.4.GA\node_modules\windowslib\node_modules\async\lib\async.js:181:20 at iterate (C:\ProgramData\Titanium\mobilesdk\win32\6.0.4.GA\node_modules\windowslib\node_modules\async\lib\async.js:262:13) at C:\ProgramData\Titanium\mobilesdk\win32\6.0.4.GA\node_modules\windowslib\node_modules\async\lib\async.js:274:29 at C:\ProgramData\Titanium\mobilesdk\win32\6.0.4.GA\node_modules\windowslib\node_modules\async\lib\async.js:44:16 at C:\ProgramData\Titanium\mobilesdk\win32\6.0.4.GA\node_modules\windowslib\lib\wptool.js:371:7 at C:\ProgramData\Titanium\mobilesdk\win32\6.0.4.GA\node_modules\windowslib\lib\wptool.js:235:11 at finalize (C:\ProgramData\Titanium\mobilesdk\win32\6.0.4.GA\node_modules\windowslib\lib\windowsphone.js:221:4) at C:\ProgramData\Titanium\mobilesdk\win32\6.0.4.GA\node_modules\windowslib\lib\windowsphone.js:256:13 at C:\ProgramData\Titanium\mobilesdk\win32\6.0.4.GA\node_modules\windowslib\node_modules\async\lib\async.js:726:13 at C:\ProgramData\Titanium\mobilesdk\win32\6.0.4.GA\node_modules\windowslib\node_modules\async\lib\async.js:52:16 at done (C:\ProgramData\Titanium\mobilesdk\win32\6.0.4.GA\node_modules\windowslib\node_modules\async\lib\async.js:246:17) --------------------------------------------- at Object.run (C:\ProgramData\Titanium\mobilesdk\win32\6.0.4.GA\node_modules\node-appc\lib\subprocess.js:59:8) at C:\ProgramData\Titanium\mobilesdk\win32\6.0.4.GA\node_modules\windowslib\lib\windowsphone.js:47:19 at C:\ProgramData\Titanium\mobilesdk\win32\6.0.4.GA\node_modules\windowslib\node_modules\async\lib\async.js:181:20 at Object.async.forEachOf.async.eachOf (C:\ProgramData\Titanium\mobilesdk\win32\6.0.4.GA\node_modules\windowslib\node_modules\async\lib\async.js:233:13) at Object.async.forEach.async.each (C:\ProgramData\Titanium\mobilesdk\win32\6.0.4.GA\node_modules\windowslib\node_modules\async\lib\async.js:209:22) at detectLegacy (C:\ProgramData\Titanium\mobilesdk\win32\6.0.4.GA\node_modules\windowslib\lib\windowsphone.js:46:8) at C:\ProgramData\Titanium\mobilesdk\win32\6.0.4.GA\node_modules\windowslib\lib\windowsphone.js:228:6 at C:\ProgramData\Titanium\mobilesdk\win32\6.0.4.GA\node_modules\windowslib\node_modules\async\lib\async.js:718:13 at async.forEachOf.async.eachOf (C:\ProgramData\Titanium\mobilesdk\win32\6.0.4.GA\node_modules\windowslib\node_modules\async\lib\async.js:233:13) at _parallel (C:\ProgramData\Titanium\mobilesdk\win32\6.0.4.GA\node_modules\windowslib\node_modules\async\lib\async.js:717:9) at Object.async.parallel (C:\ProgramData\Titanium\mobilesdk\win32\6.0.4.GA\node_modules\windowslib\node_modules\async\lib\async.js:731:9) at C:\ProgramData\Titanium\mobilesdk\win32\6.0.4.GA\node_modules\windowslib\lib\windowsphone.js:226:9 at C:\ProgramData\Titanium\mobilesdk\win32\6.0.4.GA\node_modules\windowslib\lib\utilities.js:49:3 at nextTickCallbackWith0Args (node.js:420:9) --------------------------------------------- at magik (C:\ProgramData\Titanium\mobilesdk\win32\6.0.4.GA\node_modules\windowslib\lib\utilities.js:34:10) at Object.detect (C:\ProgramData\Titanium\mobilesdk\win32\6.0.4.GA\node_modules\windowslib\lib\windowsphone.js:206:9) at nativeEnumerate (C:\ProgramData\Titanium\mobilesdk\win32\6.0.4.GA\node_modules\windowslib\lib\wptool.js:227:22) at C:\ProgramData\Titanium\mobilesdk\win32\6.0.4.GA\node_modules\windowslib\lib\wptool.js:360:5 at C:\ProgramData\Titanium\mobilesdk\win32\6.0.4.GA\node_modules\windowslib\node_modules\async\lib\async.js:181:20 at iterate (C:\ProgramData\Titanium\mobilesdk\win32\6.0.4.GA\node_modules\windowslib\node_modules\async\lib\async.js:262:13) at Object.async.forEachOfSeries.async.eachOfSeries (C:\ProgramData\Titanium\mobilesdk\win32\6.0.4.GA\node_modules\windowslib\node_modules\async\lib\async.js:281:9) at Object.async.forEachSeries.async.eachSeries (C:\ProgramData\Titanium\mobilesdk\win32\6.0.4.GA\node_modules\windowslib\node_modules\async\lib\async.js:214:22) at runTool (C:\ProgramData\Titanium\mobilesdk\win32\6.0.4.GA\node_modules\windowslib\lib\wptool.js:356:10) at C:\ProgramData\Titanium\mobilesdk\win32\6.0.4.GA\node_modules\windowslib\lib\wptool.js:416:3 at C:\ProgramData\Titanium\mobilesdk\win32\6.0.4.GA\node_modules\windowslib\lib\utilities.js:49:3 at nextTickCallbackWith0Args (node.js:420:9) at process._tickCallback (node.js:349:13) --------------------------------------------- at magik (C:\ProgramData\Titanium\mobilesdk\win32\6.0.4.GA\node_modules\windowslib\lib\utilities.js:34:10) at enumerate (C:\ProgramData\Titanium\mobilesdk\win32\6.0.4.GA\node_modules\windowslib\lib\wptool.js:345:9) at Object.detect (C:\ProgramData\Titanium\mobilesdk\win32\6.0.4.GA\node_modules\windowslib\lib\wptool.js:281:9) at C:\ProgramData\Titanium\mobilesdk\win32\6.0.4.GA\node_modules\windowslib\index.js:69:8 at C:\ProgramData\Titanium\mobilesdk\win32\6.0.4.GA\node_modules\windowslib\node_modules\async\lib\async.js:181:20 at Object.async.forEachOf.async.eachOf (C:\ProgramData\Titanium\mobilesdk\win32\6.0.4.GA\node_modules\windowslib\node_modules\async\lib\async.js:233:13) at Object.async.forEach.async.each (C:\ProgramData\Titanium\mobilesdk\win32\6.0.4.GA\node_modules\windowslib\node_modules\async\lib\async.js:209:22) at C:\ProgramData\Titanium\mobilesdk\win32\6.0.4.GA\node_modules\windowslib\index.js:68:9 at C:\ProgramData\Titanium\mobilesdk\win32\6.0.4.GA\node_modules\windowslib\lib\utilities.js:49:3 at nextTickCallbackWith0Args (node.js:420:9) at process._tickCallback (node.js:349:13) --------------------------------------------- at magik (C:\ProgramData\Titanium\mobilesdk\win32\6.0.4.GA\node_modules\windowslib\lib\utilities.js:34:10) at Object.detect (C:\ProgramData\Titanium\mobilesdk\win32\6.0.4.GA\node_modules\windowslib\index.js:57:9) at WindowsBuilder. (C:\ProgramData\Titanium\mobilesdk\win32\6.0.4.GA\windows\cli\commands\_build\config.js:95:14) at C:\ProgramData\Titanium\mobilesdk\win32\6.0.4.GA\node_modules\titanium-sdk\lib\titanium.js:99:5 at C:\ProgramData\Titanium\mobilesdk\win32\6.0.4.GA\node_modules\async\dist\async.js:3671:13 at eachOfArrayLike (C:\ProgramData\Titanium\mobilesdk\win32\6.0.4.GA\node_modules\async\dist\async.js:1002:13) at eachOf (C:\ProgramData\Titanium\mobilesdk\win32\6.0.4.GA\node_modules\async\dist\async.js:1052:9) at _parallel (C:\ProgramData\Titanium\mobilesdk\win32\6.0.4.GA\node_modules\async\dist\async.js:3670:9) at Object.parallelLimit [as parallel] (C:\ProgramData\Titanium\mobilesdk\win32\6.0.4.GA\node_modules\async\dist\async.js:3750:7) at Object.exports.platformOptions (C:\ProgramData\Titanium\mobilesdk\win32\6.0.4.GA\node_modules\titanium-sdk\lib\titanium.js:76:8) at C:\ProgramData\Titanium\mobilesdk\win32\6.0.4.GA\cli\commands\build.js:49:7 at C:\Users\user\.appcelerator\install\6.2.0\package\node_modules\titanium\lib\hook.js:256:13 at C:\Users\user\.appcelerator\install\6.2.0\package\node_modules\titanium\node_modules\async\dist\async.js:3853:9 at C:\Users\user\.appcelerator\install\6.2.0\package\node_modules\titanium\node_modules\async\dist\async.js:484:16 at replenish (C:\Users\user\.appcelerator\install\6.2.0\package\node_modules\titanium\node_modules\async\dist\async.js:1025:25)