aptana / studio3

This repository contains the code for core components of Aptana Studio 3.
http://aptana.com/products/studio3
Other
1.07k stars 483 forks source link

windows installer fails on windows 10 #476

Open bjjohns opened 6 years ago

bjjohns commented 6 years ago

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

farsoroush commented 6 years ago

Got the same problem here! Any solution/suggestion?

Neil948 commented 6 years ago

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 commented 6 years ago

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

Dantimo426 commented 6 years ago

I'm getting the same issue as well

phooka commented 6 years ago

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

DooberyFurkin commented 6 years ago

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 commented 6 years ago

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

ademirassis commented 6 years ago

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

alsaleem00 commented 5 years ago

I also got same issue. Was it fixed?

mannythemammoth commented 5 years ago

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

orzifar commented 5 years ago

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

alsaleem00 commented 5 years ago

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 commented 5 years ago

I had the same problem: You should install jdk 1.8. Then look for the aptanaStudio3.ini file (C:\Users\yourName\AppData\Roaming\Appcelerator\Aptana Studio), open the file (text-editor) and insert these two lines: -vm C:\Program Files (x86)\Java\jdk1.8.0_181\bin\javaw.exe

before vmargs (eg after "open file").

orzifar

alsaleem00 commented 5 years ago

Thanks. It works now.

abadoxx commented 5 years ago

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

abadoxx commented 5 years ago

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 commented 5 years ago

Eu tive esse problema resolvido instalando o Git em http://go.appcelerator.com/installer_git_windows.exe . ;)

Resolvido com este link Obrigado.

ddenholm67 commented 5 years ago

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

this works, thanks. i actually logged in to upvote this. cheers!

swampopus commented 5 years ago

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 commented 5 years ago

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 commented 5 years ago

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

cprima commented 5 years ago

If you are like me, you probably did not spot C:\Program Files (x86)\Java\jdk1.8.0_191\bin

(Mind the 32 bit version!)

raindropworks commented 5 years ago

@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 commented 5 years ago

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 url\aptana sturiod3.exe /passive /norestart" in cmd

if can't started, install higher jdk 1.7 version

webdvlopr commented 5 years ago

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

WillNrab commented 5 years ago

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 commented 5 years ago

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

Wooglepie commented 5 years ago

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 commented 4 years ago

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 commented 4 years ago

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

wirelesss commented 4 years ago

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 url\aptana 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 commented 4 years ago

I had the same problem: You should install jdk 1.8. Then look for the aptanaStudio3.ini file (C:\Users\yourName\AppData\Roaming\Appcelerator\Aptana Studio), open the file (text-editor) and insert these two lines: -vm C:\Program Files (x86)\Java\jdk1.8.0_181\bin\javaw.exe

before vmargs (eg after "open file").

orzifar

Thanks a lot! It works :)

hkmehandiratta commented 4 years ago

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)\Java\jdk1.8.0_111\bin\javaw.exe

wirelesss commented 4 years ago

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 commented 4 years ago

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 commented 4 years ago

THX EVERYBODY NOW I CAN INSTAL IT :D

ghost commented 3 years ago

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?

Mohammad699 commented 3 years ago

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.