I am new to Titanium. I have just downloaded and installed the latest version and I am trying to start the program.
During the initial start sequence of Titanium Studio, the update sequence fails because the user password is not accepted.
I am running on a MacBook Pro, with OS 10.9.3. The TS version is:
Titanium Studio, build: 3.2.3.201404181442
(c) Copyright 2012-2013 by Appcelerator, Inc. All rights reserved.
Build: jenkins-titanium-rcp-master-99 (origin/master)
Date: 18 April 2014, 14:42:53
The log file says:
!ENTRY com.aptana.core 4 1 2014-06-29 15:47:08.500 !MESSAGE sudo: a password is required
!ENTRY com.aptana.core 4 1 2014-06-29 15:47:10.458 !MESSAGE sudo: a password is required
!ENTRY com.aptana.core 4 1 2014-06-29 15:47:11.854 !MESSAGE sudo: a password is required
!ENTRY com.aptana.core 4 1 2014-06-29 15:47:13.326 !MESSAGE sudo: a password is required
!ENTRY unknown 8 1 2014-06-29 15:47:13.326 !MESSAGE
!ENTRY com.aptana.js.core 4 0 2014-06-29 15:47:21.238
!MESSAGE (Build 3.2.3.201404181442) [ERROR] Failed to install NodeJS:
The reason for the failure is that the password asked for is for the wrong user. And the user cannot be changed.
TS is detecting a name of the current, privileged user, according to the name of the folder in the Users directory, "Me". However that is not the name of the user, "Colin Griffiths". The name of the user cannot be changed to Me, nor can the name of the folder be changed to Colin Griffiths.
Any hints as to how to resolve this? Stymied with TS until I can update!