xdissent / ievms

Automated installation of the Microsoft IE App Compat virtual machines
http://xdissent.github.com/ievms
9.85k stars 495 forks source link

MSEdge / Win10 fails to download #274

Open jesstelford opened 9 years ago

jesstelford commented 9 years ago

Running this command:

$ curl -s https://raw.githubusercontent.com/xdissent/ievms/master/ievms.sh | env IEVMS_VERSIONS="EDGE" bash

Gives me this error:

Downloading OVA ZIP from https://az792536.vo.msecnd.net/vms/VMBuild_20150801/VirtualBox/MSEdge/Mac/Microsoft%20Edge.Win10.For.Mac.VirtualBox.zip to MSEdge_Win10.zip (attempt 3 of 3)
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100   215  100   215    0     0    746      0 --:--:-- --:--:-- --:--:--   746
MD5 check failed for MSEdge_Win10.zip (wanted c1011b491d49539975fb4c3eeff16dae, got c677417b127bf7a78983072654a8390d)
Failed to download https://az792536.vo.msecnd.net/vms/VMBuild_20150801/VirtualBox/MSEdge/Mac/Microsoft%20Edge.Win10.For.Mac.VirtualBox.zip to /Users/jtelford/.ievms/MSEdge_Win10.zip (attempt 3 of 3)

Checking that URL in the browser gives:

<Error>
<Code>BlobNotFound</Code>
<Message>
The specified blob does not exist. RequestId:0fb87208-0001-0118-5c48-f07add000000 Time:2015-09-16T06:26:54.9299222Z
</Message>
</Error>

So I'm guessing the file has moved / been deleted?

kfriend commented 9 years ago

Hit this issue as well. Modern IE sends you to https://az792536.vo.msecnd.net/vms/VMBuild_20150801/VirtualBox/MSEdge/Mac/Microsoft%20Edge.Win10.For.Mac.VirtualBox.20150801.zip

xdissent commented 9 years ago

Yes, it looks like it was moved. Update forthcoming.

Jamesking56 commented 9 years ago

^ I've wrote a PR, just needs testing to see if it works :+1:

xdissent commented 9 years ago

Killer, will push this out today.

Jamesking56 commented 9 years ago

Just testing it now

Jamesking56 commented 9 years ago

@xdissent It works except it doesn't seem to have guest additions installed

prelator commented 9 years ago

Was this fixed? I am still encountering this issue when I try to install Edge/Win 10.

paulovelho commented 9 years ago

issue still on. you can reference the fork with the command:

curl -s https://raw.githubusercontent.com/Jamesking56/ievms/patch-1/ievms.sh | env IEVMS_VERSIONS="EDGE" bash
Jamesking56 commented 9 years ago

If you reference my fork it works it's just missing Guest Additions in the OS

On 24 Sep 2015, at 1:11 p.m., Paulo Henrique Martins notifications@github.com wrote:

issue still on. you can reference the fork with the command: curl -s https://raw.githubusercontent.com/Jamesking56/ievms/patch-1/ievms.sh | env IEVMS_VERSIONS="EDGE" bash

— Reply to this email directly or view it on GitHub.

mpassell commented 9 years ago

@Jamesking56 I'm not familiar with what Guest Additions add to a VirtualBox VM. Does Edge still run fine in the VM (for testing purposes) without the additions?

karlhorky commented 9 years ago

The VM will still work without the Guest Additions, but you lose a few things, among those:

mpassell commented 9 years ago

Thanks @karlhorky. I'll think about whether those limitations matter to me. Even if they do, I can probably put off my Edge testing for a bit.

jfroom commented 9 years ago

fwiw, when using @paulovelho / @Jamesking56 forked curl, I get an error. Full log here.

0%...10%...20%...30%...40%...50%...60%...70%...80%...90%...100%
Interpreting /Users/jfroom/.ievms/MSEdge - Win10.ova...
VBoxManage: error: 'Windows10_64' is not a valid Guest OS type
VBoxManage: error: Details: code NS_ERROR_INVALID_ARG (0x80070057), component VirtualBox, interface IVirtualBox, callee IAppliance
VBoxManage: error: Context: "Interpret" at line 328 of file VBoxManageAppliance.cpp
Jamesking56 commented 9 years ago

@jfroom what version of Virtualbox are you using?

jfroom commented 8 years ago

@Jamesking56 An old one. I just upgraded to latest 4.3.30 r101610 (and installed the guest additions during upgrade). MSEdge/Win10 vm works fine now. :+1:

Jamesking56 commented 8 years ago

Any updates on this? I'm on latest Virtualbox and still no Guest additions in the OS. However, Virtualbox's site says their version 5 guest additions supports Windows 10.

gvlekke commented 8 years ago

same problem here

jsevellec commented 8 years ago

I'm also facing this issue. Any update on this?

cdata commented 8 years ago

I also hit this.

dennisgaebel commented 8 years ago

OS: El Capitan VB Version: 5.0.8 r103449

curl -s https://raw.githubusercontent.com/xdissent/ievms/master/ievms.sh | env IEVMS_VERSIONS="EDGE" bash

results in this output error stating an MD5 failure as stated by other members:

MD5 check failed for MSEdge_Win10.zip (wanted c1011b491d49539975fb4c3eeff16dae, got e4444fd16c6bd80ca56175ca027eb447)
Failed to download https://az792536.vo.msecnd.net/vms/VMBuild_20150801/VirtualBox/MSEdge/Mac/Microsoft%20Edge.Win10.For.Mac.VirtualBox.zip to /Users/GrayGhost/.ievms/MSEdge_Win10.zip (attempt 3 of 3)

NOTE: My .ievms folder is completely empty before making the install.

simbo1905 commented 8 years ago

Had the problem when with the PR mentioned above which was

curl -s https://raw.githubusercontent.com/Jamesking56/ievms/patch-1/ievms.sh | env IEVMS_VERSIONS="EDGE" bash

I donated $5 towards getting this fixed.

maxfenton commented 8 years ago

Yeah, still hitting a 404 at https://az792536.vo.msecnd.net/vms/VMBuild_20150801/VirtualBox/MSEdge/Mac/Microsoft%20Edge.Win10.For.Mac.VirtualBox.zip — thanks for the patches, people.

streamtree commented 8 years ago

The problem seems to be that MS is no longer making Mac-specific versions of the files. (To verify, look at the links used to download the "Mac" versions; they're the same as the links for the Windows versions). To fix, replace

https://az792536.vo.msecnd.net/vms/VMBuild_20150801/VirtualBox/MSEdge/Mac/Microsoft%20Edge.Win10.For.Mac.VirtualBox.zip

with

https://az792536.vo.msecnd.net/vms/VMBuild_20150801/VirtualBox/MSEdge/Windows/Microsoft%20Edge.Win10.For.Windows.VirtualBox.zip

The MD5 definition line also needs to be changed to:

MSEdge_Win10.zip) md5="2a591bd4e59c8fc1ca9818c31b99666b" ;;

Note: This creates the OVA (confusingly labeled IE11 - Win10.ova) but fails to import it into VirtualBox...I had to do that manually. Once imported, however, it seems to work flawlessly and already has the Guest Additions installed.

maxfenton commented 8 years ago

:+1:

karlhorky commented 8 years ago

@streamtree Can these changes be made into a pull request?

Changing the URL and the MD5 sound like easy tasks, but the manual import - can this also be fixed in code?

abstracthat commented 8 years ago

@karlhorky Following up @streamtree 's comment you can rename the file that got extracted from the ZIP... rename from IE11 - Win10.ova to MSEdge - Win10.ova. Then run the script again and it should complete the import/set up for you. Working great here. I'm not sure what all would be involved in a PR for this, but hopefully this helps.

mysterycommand commented 8 years ago

Can @cdata's fork/work be merged in? Would be great to have this "just work" … well, almost (Microsoft's new slogan?).

cdata commented 8 years ago

@mysterycommand I will make a PR, although I haven't checked to see if this script is still valid in the last few days ;)

niksy commented 8 years ago

I suppose file rename is also necessary?

cdata commented 8 years ago

@niksy Yes, I was going to add that in, but did not get around to it. I will try to do it later today.

thilak-rao commented 8 years ago

Ran into the same issue today

MD5 check failed for MSEdge_Win10.zip (wanted c1011b491d49539975fb4c3eeff16dae, got a4698907893b267b2c690741e40edb30)
Check failed - redownloading OVA ZIP
Downloading OVA ZIP from https://az792536.vo.msecnd.net/vms/VMBuild_20150801/VirtualBox/MSEdge/Mac/Microsoft%20Edge.Win10.For.Mac.VirtualBox.zip to MSEdge_Win10.zip (attempt 3 of 3)
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100   215  100   215    0     0    273      0 --:--:-- --:--:-- --:--:--   273
MD5 check failed for MSEdge_Win10.zip (wanted c1011b491d49539975fb4c3eeff16dae, got 7e14bb21bafb7f91f19fa473813d0aaa)
Failed to download https://az792536.vo.msecnd.net/vms/VMBuild_20150801/VirtualBox/MSEdge/Mac/Microsoft%20Edge.Win10.For.Mac.VirtualBox.zip to /Users/thilak/.ievms/MSEdge_Win10.zip (attempt 3 of 3)

Looks like the file has been moved again. Can we reopen this issue?

barillax commented 8 years ago

Running into this issue today again. Same error as @xthilakx .

hiddentao commented 8 years ago

Me too, can't get EDGE.

xdissent commented 8 years ago

Thanks @streamtree, downloading now to make sure there's no surprises then I'll update.

airblade commented 8 years ago

I got Edge working with two steps from above:

thilak-rao commented 8 years ago

I don't care enough about Edge right now, so I can live without it, but if you folks got it working, please send a pull request.

xdissent commented 8 years ago

Thanks @airblade. I got it running this weekend but the OVA name is a quirk I wasn't expecting. I've got to decide whether to rename it or change the import, then I'll push a release. Everything else about the windows version seems to be ok.

vedranjaic commented 8 years ago

Same error here, cannot get EDGE

maticrivo commented 8 years ago

@xdissent any news on this?

benross commented 8 years ago

Hey @xdissent and @airblade any update with this? Us n00bs that are looking for a one-line download of edge are still waiting for this as far as I know.

Jamesking56 commented 8 years ago

Hey everyone, Sorry I've been so busy (I've just moved house). I'm going to create another PR for this to see if I can fix it.

Jamesking56 commented 8 years ago

Interestingly enough, if you download the Edge VM from modern.ie and extract it manually, it gives you a virtual machine called 'IE11 - Win10'... which is wrong.

Jamesking56 commented 8 years ago

See my PR for installing Edge ^

benross commented 8 years ago

Thanks @Jamesking56...works like a charm!

tannerhodges commented 8 years ago

Awesome, thanks @Jamesking56.

tjgfernandes commented 8 years ago

+1 thanks @Jamesking56