Ошибка при установке aptana studio

I’d like to use Aptana Studio for Rails development under Windows. I currently have different dev tools & ide’s up and running (like git/ruby/jdk) and I’d like to install Aptana Studio as well but I can’t. After downloading and running installer, it starts properly and after I choose destination dir, it starts downloading prequisities. I have several problems with it:

  1. After a while, it tries to install node.js (well, I am not sure why, but let it be) and sometimes it installs it ok, but sometimes it just fails with no error, telling me only that aptana couldn’t install prequisities.
  2. If by a chance node.js is installed, it tries to install msysgit (again, I don’t know why, because I have git installed and added to PATH). When installing msysgit is done, all i get is info that «installing msysgit failed» and all I can do is click finish in installer which is telling me that prequisities couldn’t be installed.

I am using Win7 x64, ruby 1.9.3p-545, msysgit 1.8.4, jdk 1.7. Does anyone had simmilar problem and succesfully installed this ide?

lanyusea's user avatar

lanyusea

1432 silver badges14 bronze badges

asked Aug 26, 2014 at 20:15

Filip Zymek's user avatar

Installing Aptana Studio in passive mode bypasses the installation of Git for Windows and Node.js.

Aptana_Studio_3_Setup_3.6.1 /passive /norestart

(I am unsure whether Aptana Studio will work properly without those «prerequisites», but it appears to.)

If you want a global installation in a specific directory, the command line is

Aptana_Studio_3_Setup_3.6.1.exe /passive /norestart ALLUSERS=1 APPDIR=c:appsAptanaStudio

answered Jul 8, 2015 at 5:34

Harry Johnston's user avatar

Harry JohnstonHarry Johnston

35.4k6 gold badges66 silver badges156 bronze badges

5

Most of us will run into this problem. This can be solved by installing NodeJS from http://go.aptana.com/installer_nodejs_windows. My Aptana installation installed the GIT automatically but if you still find trouble then I would suggest to install the GIT latest version yourself and rerun the Aptana installation.

answered Dec 13, 2015 at 21:58

valueweaver's user avatar

valueweavervalueweaver

4835 silver badges11 bronze badges

2

If your issue is related to a failed Windows install, and you are receiving a message related to installer _jsnode_windows.msi CRC error:

Aptana Studio (Aptana Studio 3, build: 3.6.1.201410201044) currently
requires Nodejs 0.5.XX-0.11.xx

Even though the current release of nodejs seems to be 5.X.X . Apparently there will be a new release in Nov 2015 that corrects this defect.

Pre-installing x0.10.36-x64 allowed me to proceed with a successful install. If version numbers can be believed, this seems to be an ancient release of nodejs, but hey — I saw a very impressive demo of Aptana Studio and really wanted to install it. :-)

I also pre-installed GIT for windows, but I’m not sure if that was necessary or not.

Rumin's user avatar

Rumin

3,7673 gold badges27 silver badges30 bronze badges

answered Oct 31, 2015 at 4:07

Tim McDaniel's user avatar

1

Simply, create the folder you want to extract Aptana Studio to, and then use this command:

Aptana_Studio_3_Setup_3.6.1.exe /extract:"folder"

answered Apr 22, 2017 at 18:57

Chandra Kumar's user avatar

Chandra KumarChandra Kumar

4,0921 gold badge17 silver badges25 bronze badges

0

It seems having msysgit (Git for Windows) installed is causing the problem.

In most cases you’ll have a pretty recent version of Git for Windows installed.
Cited from https://code.google.com/p/tortoisegit/:

There was a security issue in Git, see here. Git for Windows < 1.9.5 is affected — so you should update, TortoiseGit itself is not affected (using the default configuration; only if libgit2 is manually enabled for checkout/fetching). TortoiseGit 1.8.13.0 includes all fixes.

But it seems Aptana Studio Installer won’t accept any pre-installed version of Git for Windows!

What you need to do:

  1. Uninstall Git for Windows.
  2. Install Aptana Studio.
    Apanta Studio 3.6.1 will install Git for Windows 1.8.4-preview20130916.
  3. Download latest version of Git for Windows from http://msysgit.github.io/.
  4. Install latest version of Git for Windows.
    The outdated Git for Windows 1.8.4-preview20130916 will be updated to recent version.

That’s it !!!

answered Feb 18, 2015 at 11:06

fseydel's user avatar

fseydelfseydel

1651 silver badge10 bronze badges

I had this issue and it was because of limited internet connection to source. You can use a proxy (VPN) but the better solution is download manually NodeJs from the source https://nodejs.org/download/ and Git, too.

after installation manually, aptana will check if they installed or not.

answered Mar 24, 2015 at 10:03

Saeid A.K's user avatar

I had a problem installing Aptana 3.6.1 on my windows machine. It always shows «fail to locate node.js installer missing windows msi» No matter how many times I tried to.

Here is how I solved the problem:

  1. Install Git: This link is for windows and will automatically have the file ready to dowload
    https://git-scm.com/download/win

  2. Instead of installing the latest version, I chose a little earlier version (also 3) but it’s 3.2.2 instead of 3.61 (the current one on the Aptana page) :
    http://www.filehorse.com/download-aptana/11489/

answered Oct 31, 2015 at 16:36

Husam's user avatar

You have to use portable git not installer.Extract the folder to Program Files and rename the folder name from PortableGit to Git.

answered Nov 16, 2015 at 17:29

Bharat's user avatar

Had the same error initially. so.. pre-installed git and node.js and later installed Aptana, which installed perfectly. Rajeeva.

answered Dec 19, 2015 at 10:38

Rajeeva's user avatar

I’m using Win 8.1, and have installed Aptana easily, and use for PHP programming without any issues.
And just experimented with Ruble enhancement to the UI.
All seems to work just fine.

3.6.0.201407100658

answered Sep 2, 2014 at 22:24

jradxl's user avatar

jradxljradxl

5351 gold badge4 silver badges20 bronze badges

Right click the installer and choose «Run as administrator». I suspect it needs administrator account to download and install Node JS during installation.

answered Dec 1, 2015 at 17:13

Joseph Quaye's user avatar

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and
privacy statement. We’ll occasionally send you account related emails.

Already on GitHub?
Sign in
to your account

Open

bjjohns opened this issue

Aug 17, 2018

· 39 comments

Open

windows installer fails on windows 10

#476

bjjohns opened this issue

Aug 17, 2018

· 39 comments

Comments

@bjjohns

Windows exe installer fails on this error:
Failed to correctly acquire installer_git_windows.exe file: CRC error.

@farsoroush

Got the same problem here! Any solution/suggestion?

@Neil948

exact same issue and error message as well windows 10 OS 64 bit

Now managed to install Aptana Studio 3, build: 3.4.2.201308081805 but unable to update to current version as the url is to a non existant site address.

@berusch

Install on 64bit Windows 10 (1803) succeeds but starting the app fails as it is configured for a 32bit system.

@Dantimo426

I’m getting the same issue as well

@phooka

Same here, will not install on Windows 10. CRC error.

@DooberyFurkin

Hello, I am also receiving the same error in Win7 64bit Home Premium SP1 as below.

Windows exe installer fails on this error:
Failed to correctly acquire installer_git_windows.exe file: CRC error.

@rebekahjoypeterson

image
Sounds like I am having the same issue as everyone else here.

@ademirassis

jknoflook, merritt75k, alsaleem00, orzifar, bvansambeek, betobr12, JMSClassificados, Boociano, leebokyung, ddenholm67, and 22 more reacted with thumbs up emoji
betobr12, Alcirlei, KarimNajul, and benjaminvanrenterghem reacted with laugh emoji
shenlongfam, editsebastina, BrianGicharu, KarimNajul, benjaminvanrenterghem, and Hefelabam reacted with heart emoji

@alsaleem00

I also got same issue.
Was it fixed?

@mannythemammoth

The git download worked, i used all the default settings went straight through after that

@orzifar

Here the same: It worked after downloading and installing the Git from the above mentioned link. Tx.

@alsaleem00

I got a new problem after installing the git as above. Installation complete. But when run, it complains about java.
I installed JRE 1.8, but still complaining. Is there any specifics about java like JDK not JRE 32b/64b?
aptana

@orzifar

I had the same problem: You should install jdk 1.8. Then look for the aptanaStudio3.ini file (C:UsersyourNameAppDataRoamingAppceleratorAptana Studio), open the file (text-editor) and insert these two lines:
-vm
C:Program Files (x86)Javajdk1.8.0_181binjavaw.exe

before vmargs (eg after «open file»).

orzifar

@alsaleem00

@abadoxx

After having the git_windows.exe error and now the java error I’ve just decided it’s easier to get another editor

@abadoxx

I would not recommend anyone installing this. To fully uninstall it will make you to go to a webpage with instructions. A webpage that doesn’t exist. Awful

@JMSClassificados

@ddenholm67

@swampopus

I had this problem solved by installing the Git from http://go.appcelerator.com/installer_git_windows.exe. ;)

The download works for me too. You’d think the Aptana website (or the error message itself) could have taken the trivial step of telling us to install git first. As a developer, this kind of thing really irritates me, because I know how simple it would be to fix. Just add a little more text to the error message is all you need.

@ExecThTs

The download works for me too. You’d think the Aptana website (or the error message itself) could have taken the trivial step of telling us to install git first. As a developer, this kind of thing really irritates me, because I know how simple it would be to fix. Just add a little more text to the error message is all you need.

Same with requiring a specific version of java.

@radenblazed

having the same problem. was really looking forward to trying this software. Gona go look for something else.

@cprima

If you are like me, you probably did not spot
C:Program Files (x86)Javajdk1.8.0_191bin

(Mind the 32 bit version!)

@raindropworks

@ExecThTs I was also surprised to discover that running Github Desktop apparently does not give the right Git either … I don’t do a lot of coding, but now I have multiple Git systems apparently

@masterh8887

i solved this problem.

  1. download aptana install data.
  2. start cdm program.
  3. copy your aptana’s position url.
  4. write «aptana’s position urlaptana sturiod3.exe /passive /norestart» in cmd

if can’t started,
install higher jdk 1.7 version

@webdvlopr

I installed JDK 1.8 and edited the aptanaStudio3.ini and still had the same problem
Capture2

@WillNrab

move the executable installer to the c drive root, then run cmd as an administrator and type Aptana_Studio_3_Setup.exe /passive /norestart

I ran a manual restart after this and it was fine. Hope that helps

@MugumeHenry

I have the same issue and i have tried all the solutions and I can’t solve the issue more help please

@Wooglepie

I too had the installation issue with CRC failure for the git installer, it was fixed and the application was installed. However, I uninstalled it just as quickly because like many other Java based applications, it was just way too slow.

@shahriar1996

If anyone is having trouble installing AptanaStudio, here is the instructions that worked for me.

  1. Go to the link https://gitforwindows.org/ (Links to an external site.) and download Git for windows and install it.

  2. Go to the link https://www.oracle.com/technetwork/java/javase/downloads/jdk8-downloads-2133151.html (Links to an external site.) and install the appropriate Java SE Development Kit 8u181 .exe file. I had to use the windows x86 (I am a windows 10 user)

  3. Download AptanaStudio directly from the website or from any third party website, and install it.

Hopefully following these steps will work and the error prompt won’t show.

Thanks.

@dorotaslawek

git + java (javaw.exe)inscription in aptana ini worked as well. I love you guys ;)

@wirelesss

i solved this problem.

1. download aptana install data.

2. start cdm program.

3. copy your aptana's position url.

4. write "aptana's position urlaptana sturiod3.exe /passive /norestart" in cmd

if can’t started,
install higher jdk 1.7 version

I have jdk1.8 installed and
it works like a charm!
thanks

@ivvona

I had the same problem: You should install jdk 1.8. Then look for the aptanaStudio3.ini file (C:UsersyourNameAppDataRoamingAppceleratorAptana Studio), open the file (text-editor) and insert these two lines:
-vm
C:Program Files (x86)Javajdk1.8.0_181binjavaw.exe

before vmargs (eg after «open file»).

orzifar

Thanks a lot! It works :)

@Jostino

@hkmehandiratta

I installed JDK 1.8 and edited the aptanaStudio3.ini and still had the same problem
Capture2
I got the same error, and by checking the log file. ie. I found that my Java version is 64 bit, so I downloaded 32 bit version, installed it. I had to update the AptanaStudio3.ini file with below 2 lines (before vmargs), and it worked for me.
-vm
C:Program Files (x86)Javajdk1.8.0_111binjavaw.exe

@wirelesss

I installed JDK 1.8 and edited the aptanaStudio3.ini and still had the same problem
Capture2

I guess could be your user account, avoid it has spaces.

@hykul

I got the same CRC error, and kept getting it after installing the Git as shown above. I gave up and just used a different editor.

@BartekWGrze

THX EVERYBODY NOW I CAN INSTAL IT :D

@ghost

If anyone is having trouble installing AptanaStudio, here is the instructions that worked for me.

  1. Go to the link https://gitforwindows.org/ (Links to an external site.) and download Git for windows and install it.
  2. Go to the link https://www.oracle.com/technetwork/java/javase/downloads/jdk8-downloads-2133151.html (Links to an external site.) and install the appropriate Java SE Development Kit 8u181 .exe file. I had to use the windows x86 (I am a windows 10 user)
  3. Download AptanaStudio directly from the website or from any third party website, and install it.

Hopefully following these steps will work and the error prompt won’t show.

Thanks.

I still got the error… For all three software, I used all of the default settings… Any help?

@EgyptianM

This issue exists from 3 years and had no fix or better fail message
Did all steps and still can’t install it.
Going to use another IDE.

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and
privacy statement. We’ll occasionally send you account related emails.

Already on GitHub?
Sign in
to your account


Open

bjjohns opened this issue

Aug 17, 2018

· 39 comments


Open

windows installer fails on windows 10

#476

bjjohns opened this issue

Aug 17, 2018

· 39 comments

Comments

@bjjohns

Windows exe installer fails on this error:
Failed to correctly acquire installer_git_windows.exe file: CRC error.

@farsoroush

Got the same problem here! Any solution/suggestion?

@Neil948

exact same issue and error message as well windows 10 OS 64 bit

Now managed to install Aptana Studio 3, build: 3.4.2.201308081805 but unable to update to current version as the url is to a non existant site address.

@berusch

Install on 64bit Windows 10 (1803) succeeds but starting the app fails as it is configured for a 32bit system.

@Dantimo426

I’m getting the same issue as well

@phooka

Same here, will not install on Windows 10. CRC error.

@DooberyFurkin

Hello, I am also receiving the same error in Win7 64bit Home Premium SP1 as below.

Windows exe installer fails on this error:
Failed to correctly acquire installer_git_windows.exe file: CRC error.

@rebekahjoypeterson

image
Sounds like I am having the same issue as everyone else here.

@ademirassis

jknoflook, merritt75k, alsaleem00, orzifar, bvansambeek, betobr12, JMSClassificados, Boociano, leebokyung, ddenholm67, and 22 more reacted with thumbs up emoji
betobr12, Alcirlei, KarimNajul, and benjaminvanrenterghem reacted with laugh emoji
shenlongfam, editsebastina, BrianGicharu, KarimNajul, benjaminvanrenterghem, and Hefelabam reacted with heart emoji

@alsaleem00

I also got same issue.
Was it fixed?

@mannythemammoth

The git download worked, i used all the default settings went straight through after that

@orzifar

Here the same: It worked after downloading and installing the Git from the above mentioned link. Tx.

@alsaleem00

I got a new problem after installing the git as above. Installation complete. But when run, it complains about java.
I installed JRE 1.8, but still complaining. Is there any specifics about java like JDK not JRE 32b/64b?
aptana

@orzifar

I had the same problem: You should install jdk 1.8. Then look for the aptanaStudio3.ini file (C:UsersyourNameAppDataRoamingAppceleratorAptana Studio), open the file (text-editor) and insert these two lines:
-vm
C:Program Files (x86)Javajdk1.8.0_181binjavaw.exe

before vmargs (eg after «open file»).

orzifar

@alsaleem00

@abadoxx

After having the git_windows.exe error and now the java error I’ve just decided it’s easier to get another editor

@abadoxx

I would not recommend anyone installing this. To fully uninstall it will make you to go to a webpage with instructions. A webpage that doesn’t exist. Awful

@JMSClassificados

@ddenholm67

@swampopus

I had this problem solved by installing the Git from http://go.appcelerator.com/installer_git_windows.exe. ;)

The download works for me too. You’d think the Aptana website (or the error message itself) could have taken the trivial step of telling us to install git first. As a developer, this kind of thing really irritates me, because I know how simple it would be to fix. Just add a little more text to the error message is all you need.

@ExecThTs

The download works for me too. You’d think the Aptana website (or the error message itself) could have taken the trivial step of telling us to install git first. As a developer, this kind of thing really irritates me, because I know how simple it would be to fix. Just add a little more text to the error message is all you need.

Same with requiring a specific version of java.

@radenblazed

having the same problem. was really looking forward to trying this software. Gona go look for something else.

@cprima

If you are like me, you probably did not spot
C:Program Files (x86)Javajdk1.8.0_191bin

(Mind the 32 bit version!)

@raindropworks

@ExecThTs I was also surprised to discover that running Github Desktop apparently does not give the right Git either … I don’t do a lot of coding, but now I have multiple Git systems apparently

@masterh8887

i solved this problem.

  1. download aptana install data.
  2. start cdm program.
  3. copy your aptana’s position url.
  4. write «aptana’s position urlaptana sturiod3.exe /passive /norestart» in cmd

if can’t started,
install higher jdk 1.7 version

@webdvlopr

I installed JDK 1.8 and edited the aptanaStudio3.ini and still had the same problem
Capture2

@WillNrab

move the executable installer to the c drive root, then run cmd as an administrator and type Aptana_Studio_3_Setup.exe /passive /norestart

I ran a manual restart after this and it was fine. Hope that helps

@MugumeHenry

I have the same issue and i have tried all the solutions and I can’t solve the issue more help please

@Wooglepie

I too had the installation issue with CRC failure for the git installer, it was fixed and the application was installed. However, I uninstalled it just as quickly because like many other Java based applications, it was just way too slow.

@shahriar1996

If anyone is having trouble installing AptanaStudio, here is the instructions that worked for me.

  1. Go to the link https://gitforwindows.org/ (Links to an external site.) and download Git for windows and install it.

  2. Go to the link https://www.oracle.com/technetwork/java/javase/downloads/jdk8-downloads-2133151.html (Links to an external site.) and install the appropriate Java SE Development Kit 8u181 .exe file. I had to use the windows x86 (I am a windows 10 user)

  3. Download AptanaStudio directly from the website or from any third party website, and install it.

Hopefully following these steps will work and the error prompt won’t show.

Thanks.

@dorotaslawek

git + java (javaw.exe)inscription in aptana ini worked as well. I love you guys ;)

@wirelesss

i solved this problem.

1. download aptana install data.

2. start cdm program.

3. copy your aptana's position url.

4. write "aptana's position urlaptana sturiod3.exe /passive /norestart" in cmd

if can’t started,
install higher jdk 1.7 version

I have jdk1.8 installed and
it works like a charm!
thanks

@ivvona

I had the same problem: You should install jdk 1.8. Then look for the aptanaStudio3.ini file (C:UsersyourNameAppDataRoamingAppceleratorAptana Studio), open the file (text-editor) and insert these two lines:
-vm
C:Program Files (x86)Javajdk1.8.0_181binjavaw.exe

before vmargs (eg after «open file»).

orzifar

Thanks a lot! It works :)

@Jostino

@hkmehandiratta

I installed JDK 1.8 and edited the aptanaStudio3.ini and still had the same problem
Capture2
I got the same error, and by checking the log file. ie. I found that my Java version is 64 bit, so I downloaded 32 bit version, installed it. I had to update the AptanaStudio3.ini file with below 2 lines (before vmargs), and it worked for me.
-vm
C:Program Files (x86)Javajdk1.8.0_111binjavaw.exe

@wirelesss

I installed JDK 1.8 and edited the aptanaStudio3.ini and still had the same problem
Capture2

I guess could be your user account, avoid it has spaces.

@hykul

I got the same CRC error, and kept getting it after installing the Git as shown above. I gave up and just used a different editor.

@BartekWGrze

THX EVERYBODY NOW I CAN INSTAL IT :D

@ghost

If anyone is having trouble installing AptanaStudio, here is the instructions that worked for me.

  1. Go to the link https://gitforwindows.org/ (Links to an external site.) and download Git for windows and install it.
  2. Go to the link https://www.oracle.com/technetwork/java/javase/downloads/jdk8-downloads-2133151.html (Links to an external site.) and install the appropriate Java SE Development Kit 8u181 .exe file. I had to use the windows x86 (I am a windows 10 user)
  3. Download AptanaStudio directly from the website or from any third party website, and install it.

Hopefully following these steps will work and the error prompt won’t show.

Thanks.

I still got the error… For all three software, I used all of the default settings… Any help?

@EgyptianM

This issue exists from 3 years and had no fix or better fail message
Did all steps and still can’t install it.
Going to use another IDE.

Whenever I run the standalone installer for Aptana Studio I get the following error:

Failed to Correctly Aquire installer_git_windows.exe file: CRC Error

I’m running Windows 10, I’ve looked online for hours and have found no solution.

asked Aug 30, 2018 at 0:16

Doc D Dandy's user avatar

  1. Rename the installer file to «aptana.exe»
  2. Move that file to c drive
  3. Open CMD in administrator mode Type «c:/aptana.exe /passive /norestart»
  4. Press enter
  5. After some process, a new exe file will be available on desktop which you can use.

It worked for me.

bad_coder's user avatar

bad_coder

10.3k20 gold badges43 silver badges65 bronze badges

answered Jun 17, 2020 at 17:13

Gyanender Sharma's user avatar

1

Simply download git from https://git-scm.com/download/win and install it manually before launching the Aptana installer and it will work.

answered Apr 14, 2022 at 8:28

FreeFend's user avatar

FreeFendFreeFend

1622 silver badges8 bronze badges

Я хотел бы использовать Aptana Studio для разработки Rails под Windows. В настоящее время у меня есть разные инструменты разработки и ide (например, git/ruby/jdk), и я хотел бы установить Aptana Studio, но я не могу. После загрузки и запуска установщика он запускается правильно, и после выбора dir назначения он начинает загрузку prequisities. У меня с этим несколько проблем:

  1. через некоторое время, он пытается установить узел.js (ну, я не уверен, почему, но пусть будет так) и иногда он устанавливает его нормально, но иногда он просто терпит неудачу без ошибок, говоря мне только, что aptana не может установить prequisities.
  2. Если случайно узел.JS установлен, он пытается установить msysgit (опять же, я не знаю, почему, потому что у меня установлен git и добавлен в PATH). Когда установка msysgit завершена, все, что я получаю, это информация о том, что» установка msysgit не удалась», и все, что я могу сделать, это нажать finish в установщике, который говорит мне, что prequisities не может быть установленный.

Я использую Win7 x64, ruby 1.9.3 p-545, msysgit 1.8.4, jdk 1.7. У кого-нибудь была проблема simmilar и успешно установлена эта ide?

14 ответов


установка Aptana Studio в пассивном режиме обходит установку Git для Windows и узла.js.

Aptana_Studio_3_Setup_3.6.1 /passive /norestart

(Я не уверен, будет ли Aptana Studio работать должным образом без этих «предварительных условий», но, похоже, это так.)

Если вы хотите глобальную установку в определенном каталоге, командная строка

Aptana_Studio_3_Setup_3.6.1.exe /passive /norestart ALLUSERS=1 APPDIR=c:appsAptanaStudio


21

автор: José Miguel Flores Huillcahua


большинство из нас столкнется с этой проблемой. Это можно решить, установив NodeJS из http://go.aptana.com/installer_nodejs_windows. Моя установка Aptana установила GIT автоматически, но если вы все еще найдете проблемы, я бы предложил установить последнюю версию GIT самостоятельно и перезапустить установку Aptana.


4

автор: Biswajit Karmakar


если ваша проблема связана с неудачной установкой Windows, и вы получаете сообщение, связанное с установщиком _jsnode_windows.msi CRC error:

Aptana Studio (Aptana Studio 3, build: 3.6.1.201410201044) в настоящее время
требуется Nodejs 0.5.XX-0.11.xx

хотя текущий выпуск nodejs кажется 5.X.X . По-видимому, в ноябре 2015 года появится новый релиз, который исправит этот дефект.

предварительно установив x0.10.36-x64 позволил мне продолжить с успешным установить. Если можно верить номерам версий, это, похоже, древний выпуск nodejs, но эй — я видел очень впечатляющие демо Aptana Studio и очень хотел установить его. :-)

Я также предварительно установлен GIT для windows, но я не уверен, что это было необходимо или нет.


просто создайте папку, в которую вы хотите извлечь Aptana Studio, а затем используйте эту команду:

Aptana_Studio_3_Setup_3.6.1.exe /extract:"folder"

кажется, имея msysgit (Git для Windows установить) вызывает проблему.

в большинстве случаев у вас будет довольно недавняя версия Git для Windows установлен.
Цитируется из https://code.google.com/p/tortoisegit/:

в Git возникла проблема безопасности, см. здесь. Git для Windows

но кажется Установщик Aptana Studio не принимает предустановленную версию Git для Windows!

Что нужно делать:

  1. удалить Git для Windows.
  2. установить Aptana Studio.
    Apanta Studio 3.6.1 установить Git для Windows 1.8.4-preview20130916.
  3. скачать свежую версию Git для Windows от http://msysgit.github.io/.
  4. установить последнюю версию Git для Windows.
    Устаревшие Git для Windows 1.8.4-preview20130916 будет обновлен до последней версии.

У меня была эта проблема, и это было из-за ограниченного подключения к интернету к источнику. Вы можете использовать прокси (VPN), но лучшим решением является загрузка вручную NodeJs из источника https://nodejs.org/download/ и Git тоже.

после установки вручную aptana проверит, установлены ли они или нет.


У меня была проблема с установкой Aptana 3.6.1 на моей машине windows. Он всегда показывает » не удается найти узел.установщик JS отсутствует Windows msi » независимо от того, сколько раз я пытался.

вот как я решил проблему:

  1. Install Git: эта ссылка предназначена для windows и автоматически будет иметь файл, готовый к загрузке
    https://git-scm.com/download/win

  2. вместо установки последней версии, я выбрал немного более ранняя версия (также 3), но это 3.2.2 вместо 3.61 (текущий на странице Aptana) :
    http://www.filehorse.com/download-aptana/11489/


вы должны использовать портативный Git не установщик.Извлеките папку в Program Files и переименуйте имя папки из PortableGit в Git.


изначально была такая же ошибка. так.. предварительно установленные git и узел.js и позже установили Aptana, который установлен отлично. Rajeeva.


Я использую Win 8.1 и легко установил Aptana и использую для программирования PHP без каких-либо проблем.
И просто экспериментировал с повышением рубля до UI.
Кажется, все работает нормально.

3.6.0.201407100658


щелкните правой кнопкой мыши установщик и выберите «Запуск от имени администратора». Я подозреваю, что ему нужна учетная запись администратора для загрузки и установки узла JS во время установки.


I am trying to install Aptana Studio 3.6.1 on a windows 10 machine and I get the following error:

failed to correctly acquire installer_nodejs_windows.msi file crc error

I downloaded and installed node js 64 bit version and got the same error. Then I tried downloading and installing the 32 bit version to see if that made a difference and got the same error. I have looked at all other solutions on stackoverflow and none work. Please advise, thanks.

  • node.js
  • aptana3

asked May 28, 2017 at 9:50

Owen's user avatar

OwenOwen

7510 bronze badges

1 Answer

I am trying to install Aptana Studio 3.6.1 on a windows 10 machine and I get the following error:

failed to correctly acquire installer_nodejs_windows.msi file crc error

I downloaded and installed node js 64 bit version and got the same error. Then I tried downloading and installing the 32 bit version to see if that made a difference and got the same error. I have looked at all other solutions on stackoverflow and none work. Please advise, thanks.

  • node.js
  • aptana3

asked May 28, 2017 at 9:50

Owen's user avatar

OwenOwen

7510 bronze badges

1 Answer

Я бы хотел использовать Aptana Studio для разработки на Rails под Windows. В настоящее время у меня есть разные инструменты разработки и ide (например, git / ruby ​​/ jdk), и я хотел бы также установить Aptana Studio, но не могу. После загрузки и запуска установщика он запускается правильно, и после того, как я выбираю каталог назначения, он начинает загрузку необходимых компонентов. У меня с этим несколько проблем:

  1. Через некоторое время он пытается установить node.js (ну, я не уверен, почему, но пусть будет), и иногда он устанавливает его нормально, но иногда он просто терпит неудачу без ошибок, сообщая мне только, что aptana не может установить предпосылки.
  2. Если случайно установлен node.js, он пытается установить msysgit (опять же, я не знаю почему, потому что у меня установлен git и добавлен в PATH). Когда установка msysgit завершена, все, что я получаю, это информация о том, что «установка msysgit не удалась», и все, что я могу сделать, это нажать кнопку «Готово» в установщике, которая сообщает мне, что предварительные требования не могут быть установлены.

Я использую Win7 x64, ruby ​​1.9.3p-545, msysgit 1.8.4, jdk 1.7. У кого-нибудь была подобная проблема и он успешно установил этот ide?

14 ответов

Лучший ответ

Установка Aptana Studio в пассивном режиме обходит установку Git для Windows и Node.js.

Aptana_Studio_3_Setup_3.6.1 /passive /norestart

(Я не уверен, будет ли Aptana Studio работать должным образом без этих «предварительных условий», но, похоже, так оно и есть.)

Если вы хотите глобальную установку в определенном каталоге, командная строка

Aptana_Studio_3_Setup_3.6.1.exe /passive /norestart ALLUSERS=1 APPDIR=c:appsAptanaStudio


76

Harry Johnston
29 Дек 2015 в 05:34

Большинство из нас столкнется с этой проблемой. Это можно решить, установив NodeJS из http://go.aptana.com/installer_nodejs_windows. Моя установка Aptana установила GIT автоматически, но если вы все еще столкнетесь с проблемами, я бы предложил установить последнюю версию GIT самостоятельно и повторно запустить установку Aptana.


17

valueweaver
14 Дек 2015 в 00:58

Если ваша проблема связана с неудачной установкой Windows, и вы получаете сообщение, связанное с установщиком _jsnode_windows.msi CRC error:

Aptana Studio (Aptana Studio 3, сборка: 3.6.1.201410201044) в настоящее время требуется Nodejs 0.5.XX-0.11.xx

Хотя текущая версия nodejs выглядит как 5.X.X. По всей видимости, в ноябре 2015 года выйдет новая версия, исправляющая этот дефект.

Предварительная установка x0.10.36-x64 позволила мне продолжить успешную установку. Если верить номерам версий, похоже, это старый выпуск nodejs, но эй, я видел очень впечатляющую демонстрацию Aptana Studio и очень хотел его установить. :-)

Я также предварительно установил GIT для Windows, но не уверен, было ли это необходимо или нет.


3

Cityzen26
31 Окт 2015 в 08:02

Просто создайте папку, в которую вы хотите распаковать Aptana Studio, и затем используйте эту команду:

Aptana_Studio_3_Setup_3.6.1.exe /extract:"folder"


2

Chandra Kumar
22 Апр 2017 в 21:57

Похоже, что установка msysgit ( Git для Windows ) вызывает проблему.

В большинстве случаев у вас установлена ​​последняя версия Git для Windows . Цитируется по https://code.google.com/p/tortoisegit/:

В Git возникла проблема безопасности, см. здесь. Затронут Git для Windows <1.9.5 — поэтому вам следует обновить, TortoiseGit не пострадает (с использованием конфигурации по умолчанию; только если libgit2 включен вручную для проверки / выборки). TortoiseGit 1.8.13.0 включает все исправления.

Но похоже, что Aptana Studio Installer не принимает никакую предустановленную версию Git для Windows !

Что тебе необходимо сделать:

  1. Удалите Git для Windows .
  2. Установите Aptana Studio .
    Apanta Studio 3.6.1 установит Git для Windows 1.8.4-preview20130916 .
  3. Загрузите последнюю версию Git для Windows со страницы http://msysgit.github.io/.
  4. Установите последнюю версию Git для Windows .
    Устаревший Git for Windows 1.8.4-preview20130916 будет обновлен до последней версии.

Это оно !!!


1

fseydel
18 Фев 2015 в 14:06

У меня была эта проблема из-за ограниченного интернет-соединения с источником. Вы можете использовать прокси (VPN), но лучшим решением является загрузка вручную NodeJs из источника https://nodejs.org/download / и Git тоже.

После установки вручную aptana проверит, установлены они или нет.


0

Saeid A.K
24 Мар 2015 в 13:03

У меня возникла проблема с установкой Aptana 3.6.1 на моем компьютере с Windows. Он всегда показывает «не удается найти установщик node.js, в котором отсутствует msi окна», независимо от того, сколько раз я пытался это сделать.

Вот как я решил проблему:

  1. Установить Git: эта ссылка предназначена для Windows, и файл будет автоматически готов к загрузке. https://git-scm.com/download/win

  2. Вместо установки последней версии я выбрал немного более раннюю версию (тоже 3), но это 3.2.2 вместо 3.61 (текущая на странице Aptana): http://www.filehorse.com/download-aptana/11489/


0

Husam
31 Окт 2015 в 19:36

Вы должны использовать портативный git, а не установщик. Извлеките папку в Program Files и переименуйте имя папки с PortableGit на Git.


0

Bharat
16 Ноя 2015 в 20:29

Первоначально была такая же ошибка. итак .. предустановленные git и node.js, а позже установили Aptana, которая установилась идеально. Раджеева.


0

Rajeeva
19 Дек 2015 в 13:38

Я использую Win 8.1, легко установил Aptana и без проблем использую для программирования PHP. И просто поэкспериментировал с улучшением рублевого интерфейса. Кажется, все работает нормально.

3.6.0.201407100658


-1

jradxl
3 Сен 2014 в 02:24

Щелкните установщик правой кнопкой мыши и выберите «Запуск от имени администратора». Я подозреваю, что для загрузки и установки Node JS во время установки требуется учетная запись администратора.


-1

Joseph Quaye
1 Дек 2015 в 20:13

3 / 3 / 2

Регистрация: 20.10.2015

Сообщений: 413

1

26.11.2016, 20:12. Показов 4493. Ответов 4


Кто сталкивался с такой проблемой при установке AS помогите решить.

Миниатюры

Не устанавливается Aptana Studio
 

__________________
Помощь в написании контрольных, курсовых и дипломных работ, диссертаций здесь

0

Programming

Эксперт

94731 / 64177 / 26122

Регистрация: 12.04.2006

Сообщений: 116,782

26.11.2016, 20:12

4

3 / 3 / 2

Регистрация: 20.10.2015

Сообщений: 413

26.11.2016, 22:04

 [ТС]

2

Что то я как то установил но теперь при запуске с рабочего стола выходит вот это. Что это вообще такое??? И как запустить эту программу кто нибудь тут вообще знает? ))

Миниатюры

Не устанавливается Aptana Studio
 

0

3 / 3 / 2

Регистрация: 20.10.2015

Сообщений: 413

27.11.2016, 14:21

 [ТС]

3

Народ помогите уже два дня не могу запустить программу.

0

3 / 3 / 2

Регистрация: 20.10.2015

Сообщений: 413

10.12.2016, 10:33

 [ТС]

4

Не кто не знает что ли в чем проблема?

0

0 / 0 / 1

Регистрация: 24.01.2017

Сообщений: 12

21.05.2017, 02:09

5

Привет, сегодня сам столкнулся с такой же проблемой. Решил. Установи Node.js с оф. сайта самостоятельно. Обнови java, скачав установщик с оф. сайта. После этого программа запускается. Если нет попробуй переустановить ее заново. Через командную строку(запуск от имени админа). Скопируй файл установщика программы на диск С — переименуй — допустим в aptana.exe — далее запускай командную строку от имени администратора — вводишь c:/aptana.exe /passive /norestart программа установится ну и если то, что я писал выше ты уже сделал — все будет работать

0

IT_Exp

Эксперт

87844 / 49110 / 22898

Регистрация: 17.06.2006

Сообщений: 92,604

21.05.2017, 02:09

5


Время написания :
2015-05-13 11:24:11


Как установить Aptana Studio и решить проблемы с 64-битной версией

Введение и установка

Я использую Aptana Studio при выполнении программы php. Преимущество заключается в том, что он бесплатный, имеет проверку синтаксических ошибок и автозаполнение кода, а также имеет пользовательский интерфейс, почти такой же, как Eclipse, который широко используется.

страница установки php IDE aptana studio

Вы можете скачать его со страницы ниже.
[http://www.aptana.com/products/studio3/download.html] (http://www.aptana.com/products/studio3/download.html)

страница установки php IDE aptana studio

Решение проблем с установкой при установленном 64-битном JDK

Мой компьютер — это 64-битная Windows 8, и у JDK также установлена версия x64.

На данный момент последняя версия — 3.6.1, но если вы посмотрите на страницу загрузки, там только x86 и нет x64. Он отлично работает в 64-битной ОС, но если установлена версия JDK или JRE x64 (64-битная), отображается следующее сообщение об ошибке и установка невозможна.

Java was started but returned exit code=13  
  
Failed to load the JNI shared library: "C:Program FilesJavajdk1...jrebinserverjvm.dll"  

В поисках решения есть следующие методы.

Один. Удалите установленные JDK и JRE и заново установите версию x86.
2 . Установите x64 и x86 и настройте Aptana Studio для использования версии x86.
3 . Скопируйте версию jre x86 в папку установки Aptana Studio.

№1 является самым чистым, но имеет недостаток, заключающийся в необходимости удаления установленной версии x64. В частности, если Eclipse установлен, будьте осторожны, так как он может не запуститься, если вы его удалите.

Мне понравился №2, но было непонятно, недостаточно ли питтинга, поэтому я решил его методом №3. Прежде всего, загрузите версию jre x86, распакуйте ее, измените имя папки на jre и скопируйте ее в подпапку, где установлена Aptana.

Для справки, в моем случае путь к папке jre — C: Users xxx AppData Roaming Appcelerator Aptana Studio jre.

Во-первых, я в порядке, но я не знаю, решат ли другие люди таким же образом .. ^^

Если вам нужны дополнительные инструкции по установке или вы хотите узнать, как настроить FTP, перейдите на страницу ниже. Я часто посещаю этот сайт под названием Life Coding, поэтому вы можете легко следить за видео, просматривая видео.

[https://opentutorials.org/course/128/2548] (https://opentutorials.org/course/128/2548)

Проблема с мерцанием горизонтальной полосы прокрутки

Если у вас возникла ошибка, из-за которой горизонтальная полоса прокрутки мерцает при использовании Aptana Studio, см. URL-адрес ниже.

[https://jira.appcelerator.org/browse/APSTUD-8260] (https://jira.appcelerator.org/browse/APSTUD-8260)

Я решил это, обратившись к содержимому в URL-адресе и выбрав меню Word Wrap после щелчка правой кнопкой мыши.

Если вас беспокоит настройка переноса слов каждый раз, вы можете изменить настройки в Preferences-Aptana Studio-Editors.

atana studio 3 включить перенос слов.png

Предыдущий пост


  • 2015-05-11

Следующий пост


  • 2015-05-21

Другие сообщения в категории


  • 2012-07-12

  • 2012-07-24

  • 2012-10-30

  • 2012-12-06

  • 2013-03-04

Недавно написано


  • 2021-12-22

  • 2021-12-22

  • 2021-12-22

  • 2021-12-01

  • 2021-11-06

Не удается установить Aptana Studio в Windows 10: не удалось правильно получить файл installer_git_windows.exe: ошибка CRC

Всякий раз, когда я запускаю автономный установщик для Aptana Studio, я получаю следующую ошибку:

Не удалось правильно получить файл installer_git_windows.exe: ошибка CRC

Я использую Windows 10, часами искал в Интернете и не нашел решения.


Doc, 30 августа 2018 г., 02:16

7 461

3

Ответы:

У меня была такая же ошибка. Я считаю, что это все еще имеет какое-то отношение к nodejs.

Я зашел на этот сайт https://nodejs.org/en/download/, использовал 32-битную версию для Windows 10. Затем установил старую версию Aptana https://aptana-studio.en.uptodown.com/windows/old с 3.4.2 и тада .. это сработало. Я пока не возражаю против старой версии. Надеюсь это поможет!


Linda, 1 сентября 2018 г., 23:12

Я решил эту проблему, установив Git из http://go.appcelerator.com/installer_git_windows.exe. ;)


A., 5 сентября 2018 г., 01:04

  1. Переименуйте установочный файл в «aptana.exe».
  2. Переместите этот файл на диск c
  3. Откройте CMD в режиме администратора. Введите «c: /aptana.exe / passive / norestart»
  4. Нажмите Ввод
  5. После некоторого процесса на рабочем столе появится новый exe-файл, который вы можете использовать.

Это сработало для меня, и надеюсь, что это сработает и для вас.


Gyanender, 17 июня 2020 г., 19:13

Интересные вопросы для изучения

Я хотел бы использовать Aptana Studio для разработки Rails под Windows. В настоящее время у меня есть разные инструменты разработки и ide (например, git/ruby/jdk), и я хотел бы установить Aptana Studio, но я не могу. После загрузки и запуска установщика он запускается правильно, и после выбора dir назначения он начинает загрузку prequisities. У меня с этим несколько проблем:

  1. через некоторое время, он пытается установить узел.js (ну, я не уверен, почему, но пусть будет так) и иногда он устанавливает его нормально, но иногда он просто терпит неудачу без ошибок, говоря мне только, что aptana не может установить prequisities.
  2. Если случайно узел.JS установлен, он пытается установить msysgit (опять же, я не знаю, почему, потому что у меня установлен git и добавлен в PATH). Когда установка msysgit завершена, все, что я получаю, это информация о том, что» установка msysgit не удалась», и все, что я могу сделать, это нажать finish в установщике, который говорит мне, что prequisities не может быть установленный.

Я использую Win7 x64, ruby 1.9.3 p-545, msysgit 1.8.4, jdk 1.7. У кого-нибудь была проблема simmilar и успешно установлена эта ide?

14 ответов


установка Aptana Studio в пассивном режиме обходит установку Git для Windows и узла.js.

Aptana_Studio_3_Setup_3.6.1 /passive /norestart

(Я не уверен, будет ли Aptana Studio работать должным образом без этих «предварительных условий», но, похоже, это так.)

Если вы хотите глобальную установку в определенном каталоге, командная строка

Aptana_Studio_3_Setup_3.6.1.exe /passive /norestart ALLUSERS=1 APPDIR=c:appsAptanaStudio


21

автор: José Miguel Flores Huillcahua


большинство из нас столкнется с этой проблемой. Это можно решить, установив NodeJS из http://go.aptana.com/installer_nodejs_windows. Моя установка Aptana установила GIT автоматически, но если вы все еще найдете проблемы, я бы предложил установить последнюю версию GIT самостоятельно и перезапустить установку Aptana.


4

автор: Biswajit Karmakar


если ваша проблема связана с неудачной установкой Windows, и вы получаете сообщение, связанное с установщиком _jsnode_windows.msi CRC error:

Aptana Studio (Aptana Studio 3, build: 3.6.1.201410201044) в настоящее время
требуется Nodejs 0.5.XX-0.11.xx

хотя текущий выпуск nodejs кажется 5.X.X . По-видимому, в ноябре 2015 года появится новый релиз, который исправит этот дефект.

предварительно установив x0.10.36-x64 позволил мне продолжить с успешным установить. Если можно верить номерам версий, это, похоже, древний выпуск nodejs, но эй — я видел очень впечатляющие демо Aptana Studio и очень хотел установить его. :-)

Я также предварительно установлен GIT для windows, но я не уверен, что это было необходимо или нет.


просто создайте папку, в которую вы хотите извлечь Aptana Studio, а затем используйте эту команду:

Aptana_Studio_3_Setup_3.6.1.exe /extract:"folder"

кажется, имея msysgit (Git для Windows установить) вызывает проблему.

в большинстве случаев у вас будет довольно недавняя версия Git для Windows установлен.
Цитируется из https://code.google.com/p/tortoisegit/:

в Git возникла проблема безопасности, см. здесь. Git для Windows

но кажется Установщик Aptana Studio не принимает предустановленную версию Git для Windows!

Что нужно делать:

  1. удалить Git для Windows.
  2. установить Aptana Studio.
    Apanta Studio 3.6.1 установить Git для Windows 1.8.4-preview20130916.
  3. скачать свежую версию Git для Windows от http://msysgit.github.io/.
  4. установить последнюю версию Git для Windows.
    Устаревшие Git для Windows 1.8.4-preview20130916 будет обновлен до последней версии.

У меня была эта проблема, и это было из-за ограниченного подключения к интернету к источнику. Вы можете использовать прокси (VPN), но лучшим решением является загрузка вручную NodeJs из источника https://nodejs.org/download/ и Git тоже.

после установки вручную aptana проверит, установлены ли они или нет.


У меня была проблема с установкой Aptana 3.6.1 на моей машине windows. Он всегда показывает » не удается найти узел.установщик JS отсутствует Windows msi » независимо от того, сколько раз я пытался.

вот как я решил проблему:

  1. Install Git: эта ссылка предназначена для windows и автоматически будет иметь файл, готовый к загрузке
    https://git-scm.com/download/win

  2. вместо установки последней версии, я выбрал немного более ранняя версия (также 3), но это 3.2.2 вместо 3.61 (текущий на странице Aptana) :
    http://www.filehorse.com/download-aptana/11489/


вы должны использовать портативный Git не установщик.Извлеките папку в Program Files и переименуйте имя папки из PortableGit в Git.


изначально была такая же ошибка. так.. предварительно установленные git и узел.js и позже установили Aptana, который установлен отлично. Rajeeva.


Я использую Win 8.1 и легко установил Aptana и использую для программирования PHP без каких-либо проблем.
И просто экспериментировал с повышением рубля до UI.
Кажется, все работает нормально.

3.6.0.201407100658


щелкните правой кнопкой мыши установщик и выберите «Запуск от имени администратора». Я подозреваю, что ему нужна учетная запись администратора для загрузки и установки узла JS во время установки.


3 / 3 / 2

Регистрация: 20.10.2015

Сообщений: 413

1

26.11.2016, 20:12. Показов 4610. Ответов 4


Студворк — интернет-сервис помощи студентам

Кто сталкивался с такой проблемой при установке AS помогите решить.

Миниатюры

Не устанавливается Aptana Studio
 



0



Programming

Эксперт

94731 / 64177 / 26122

Регистрация: 12.04.2006

Сообщений: 116,782

26.11.2016, 20:12

4

3 / 3 / 2

Регистрация: 20.10.2015

Сообщений: 413

26.11.2016, 22:04

 [ТС]

2

Что то я как то установил но теперь при запуске с рабочего стола выходит вот это. Что это вообще такое??? И как запустить эту программу кто нибудь тут вообще знает? ))

Миниатюры

Не устанавливается Aptana Studio
 



0



3 / 3 / 2

Регистрация: 20.10.2015

Сообщений: 413

27.11.2016, 14:21

 [ТС]

3

Народ помогите уже два дня не могу запустить программу.



0



3 / 3 / 2

Регистрация: 20.10.2015

Сообщений: 413

10.12.2016, 10:33

 [ТС]

4

Не кто не знает что ли в чем проблема?



0



0 / 0 / 1

Регистрация: 24.01.2017

Сообщений: 12

21.05.2017, 02:09

5

Привет, сегодня сам столкнулся с такой же проблемой. Решил. Установи Node.js с оф. сайта самостоятельно. Обнови java, скачав установщик с оф. сайта. После этого программа запускается. Если нет попробуй переустановить ее заново. Через командную строку(запуск от имени админа). Скопируй файл установщика программы на диск С — переименуй — допустим в aptana.exe — далее запускай командную строку от имени администратора — вводишь c:/aptana.exe /passive /norestart программа установится ну и если то, что я писал выше ты уже сделал — все будет работать



0



IT_Exp

Эксперт

87844 / 49110 / 22898

Регистрация: 17.06.2006

Сообщений: 92,604

21.05.2017, 02:09

5

  • Ошибка при установке android studio sdk location contains non ascii characters
  • Ошибка при установке anaconda failed to create anaconda menus
  • Ошибка при установке amd catalyst control center
  • Ошибка при установке amd adrenalin
  • Ошибка при установке alt linux