[AC-3556] Cannot create a new project
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | n/a |
Status | Closed |
Resolution | Fixed |
Resolution Date | 2016-05-06T14:14:02.000+0000 |
Affected Version/s | Appcelerator Studio 4.5.0 |
Fix Version/s | n/a |
Components | n/a |
Labels | n/a |
Reporter | Erik Beugelaar |
Assignee | Shak Hossain |
Created | 2016-04-27T14:40:06.000+0000 |
Updated | 2016-05-06T14:14:02.000+0000 |
Description
Steps to Reproduce
1. Click on button 'Create a new project' from Dashboard 2. Choose mobile app type (eg Alloy)Actual Result
Unable to create new project.Expected Result
A new created project from template.Attachments
File | Date | Size |
---|---|---|
.log | 2016-04-27T14:40:08.000+0000 | 32359 |
Appcelerator Studio.log | 2016-05-01T07:42:36.000+0000 | 40734 |
Appc Info.log | 2016-05-01T07:42:35.000+0000 | 9326 |
App Error.docx | 2016-04-27T14:40:17.000+0000 | 22551 |
Diagnostic.log | 2016-05-01T07:42:36.000+0000 | 21539 |
diagnostic1501423514990722870.log | 2016-04-27T14:40:15.000+0000 | 27566 |
Hello, The issue is with .project file. Somehow it's corrupted. You might need to reinstall the whole system. Thy running the following commands in administrative command prompt. rm -rf ~/.appcelerator rm -rf ~/.titanium npm uninstall -g titanium npm uninstall -g appcelerator Uninstall the previous studio Remove any folder related to titanium or appcelerator and reinstall the studio. Now, If you have JDK (32bit) and node installed in your system the studio install will complete successfully. Now run the below commands in studio terminal. npm install -g appcelerator appc use latest appc setup Try to create project after this. Let us know if you encounter any more problem. Regards, Sharif.
Hello Sharif, By the way this error occurred on Windows 10 so I deleted one part via npm and appc and the other .files via Windows Explorer. I have checked and cleaned too the registry. For you info, I installed recently a clean Windows 10 Pro on this machine and other dev tools before Studio. The re-install via above method was no problem. But after I installed Appcelerator Studio and tried to create a new or import an existing sample the same problem occurred. I checked my laptop for Node version etc. because this machine had also a clean Windows 10 Pro install and had no problems with Appcelerator Studio and other dev tools using npm. NOTICE: The problem machine had NodeJS 0.12 installed... very old. In the weekend I am going to do a clean install and will let you know if the problem is gone. Maybe the old NodeJS version has messed things up during install. Regards and a nice weekend, Erik
Hello, I would suggest you do a clean install according to the link http://docs.appcelerator.com/platform/latest/#!/guide/Installation_and_Configuration Couple of things to remember for windows. 1. Make sure your JDK is 32bit despite if your operating system being 64bit. 2. Make sure you set the environment variable right. If you don't have JDK and node installed during studio installation it will prompt you to do so. I prefer this. let us know who it goes. Also, if the problem persists, make sure you provide the diagnostic log to this ticket. Regards, Sharif.
Hello Sharif, The problem is solved after I did a Windows 10 - Reset PC because all the uninstall options didn't work. Unfortunately I can not explain now what exactly caused the problem but I can create a new project file via the menu and Dashboard (Default Alloy) and import an existing project (Employee Directory) from Dashboard. However, the Samples tab is not showing up and if you look in the attached log file (Appcelerator Studio.log) you will see there were some issues during install. For your info I just installed as Administrator the downloaded file AppcelerarorStudio.exe. Only NodeJS/NPM, Java JDK, Android SDK/NDK and necessary environment/path settings were installed before (See Diagnostic.log) I also see now and then in the Console box this output after starting Appcelerator Studio in Windows 10 Pro: ["Expected ')'","",1] ["Expected ')'","",1] It disappears by itself after one or two seconds. See log files for further information (Appcelerator Studio.log, Appc Info.log and Diagnostig.log). Thanks and regards, Erik
Thanks for letting us know that the issue is resolved. There may be some problems during your previous installation. Glad it is resolved. Regards, Sharif.