[AC-406] error in lunching application
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | n/a |
Status | Resolved |
Resolution | Invalid |
Resolution Date | 2015-11-08T15:18:54.000+0000 |
Affected Version/s | n/a |
Fix Version/s | n/a |
Components | Alloy, Studio |
Labels | n/a |
Reporter | beshoy gamal |
Assignee | Motiur Rahman |
Created | 2015-05-11T07:23:57.000+0000 |
Updated | 2015-11-08T15:18:54.000+0000 |
Description
this is the console
C:\Users\beshgml\AppData\Roaming\npm\node_modules\titanium\node_modules\longjohn\dist\longjohn.js:185
throw e;
^
TypeError: Bad argument
at ChildProcess.spawn (child_process.js:915:24)
at exports.spawn (child_process.js:715:9)
at async.parallel.powershell (C:\Users\beshgml\AppData\Roaming\Titanium\mobilesdk\win32\3.5.1.GA\node_modules\titanium-sdk\lib\windows.js:386:14)
at C:\Users\beshgml\AppData\Roaming\Titanium\mobilesdk\win32\3.5.1.GA\node_modules\async\lib\async.js:524:25
at C:\Users\beshgml\AppData\Roaming\Titanium\mobilesdk\win32\3.5.1.GA\node_modules\async\lib\async.js:111:13
at Array.forEach (native)
at _each (C:\Users\beshgml\AppData\Roaming\Titanium\mobilesdk\win32\3.5.1.GA\node_modules\async\lib\async.js:32:24)
at async.each (C:\Users\beshgml\AppData\Roaming\Titanium\mobilesdk\win32\3.5.1.GA\node_modules\async\lib\async.js:110:9)
at _parallel (C:\Users\beshgml\AppData\Roaming\Titanium\mobilesdk\win32\3.5.1.GA\node_modules\async\lib\async.js:523:20)
at async.parallel (C:\Users\beshgml\AppData\Roaming\Titanium\mobilesdk\win32\3.5.1.GA\node_modules\async\lib\async.js:539:9)
after installing node.js this is the console C:\Users\beshgml\AppData\Roaming\npm\node_modules\titanium\node_modules\longjohn\dist\longjohn.js:185 throw e; ^ ChildProcess.emit (events.js:110:17),maybeClose (child_process.js:1015:16),Socket.
Hi , I tested the issue you reported. Lunching applications in [Appcelerator Studio](https://web.appcelerator.com/product/studio) on windows is working fine for me. I tested this using the studio build: 4.3.3. So I recommend you upgrade studio to the latest build and make sure you have oracle JDK with 32bit (min version 7) and node version (0.10.13 to 4.1.x ). Please take a look at this guide for more details - http://docs.appcelerator.com/platform/latest/#!/guide/Prerequisites Thanks