Forum Discussion

BrianT's avatar
BrianT
Icon for New Contributor rankNew Contributor
5 years ago

Can't download Quartus software - links broken?

Hi,

I can't seem to download any of the Quartrus prime software installs. I've tried with 3 different browsers (Edge, Chrome & FireFox) and nothing works when trying to download. On the most recent versions, when clicking download link nothing happens. On older versions, the "Legal Disclaimer" pops-up, but then nothing happens afterwards.

I've read in earlier discussions that the Java Scripts are not correct or broken. Are they broken again?

11 Replies

  • SyafieqS's avatar
    SyafieqS
    Icon for Super Contributor rankSuper Contributor

    Hi Brian,


    What type of Quartus version you want to download? I can get a direct link as an alternative for you


    • BrianT's avatar
      BrianT
      Icon for New Contributor rankNew Contributor

      Initially I was trying to download 20.1 Lite version, which via Reddit info I was able to do. This however, then failed because that package has an expired USB Blaster driver. The certificate will not allow it to be installed on Windows 10 and my company will not allow unsigned drivers to be installed so that is a NO GO.

      What I need is a valid USB-Blaster driver (NOT USB-Blaster II) but there is no way to get just that without installing the entire Quartus.

      So now my only hope is to try 21.1 Pro, but every download link has the same Java Script flaw. The problem appears to be in common.js and the line wap_tms.custom.trackDownload(data);. Why can't this be fixed?

    • BrianT's avatar
      BrianT
      Icon for New Contributor rankNew Contributor

      Does that link still contain expired Windows 10 drivers thus making it not useful or has the download package been fixed and have updated drivers been packaged?

  • SyafieqS's avatar
    SyafieqS
    Icon for Super Contributor rankSuper Contributor

    Hi Brian,


    By default all the Quartus download should contain driver or managed by OS itself for example win 10. Are you able to download via the link given? Any update?


  • BrianT's avatar
    BrianT
    Icon for New Contributor rankNew Contributor

    SyafieqS,

    You don't seem to be reading everything. The original issue was the inability to download due to Java script issues with the website. I suspect these issue still exist. This was resolved by members in the Reddit community, not by anyone at Intel, as they described how to work around it.

    After downloading the Lite version I could not install the USB Blaster drivers as they are expired. Note I only need the Lite version because I am not the FPGA designer and I just need to load the FPGA using the USB Blaster. Windows 10 does not let you install expired drivers and my IT department also won't allow that. Expired drivers are packaged with the Lite version. You then said I should go download the drivers from another location without actually checking to see if the drivers were actually there. The drivers for the USB Blaster are not there, just a document saying you need to install the Quartus package to get them. DO YOU SEE THE PROBLEM????????

    You need to repackage the Lite version with new drivers. Why is this so hard to understand??????

    The level of support after Intel took over Altera is very disappointing.

  • SyafieqS's avatar
    SyafieqS
    Icon for Super Contributor rankSuper Contributor

    Readdressing to your question, the direct link given, the download package should be fixed and updated the driver. Thus should not been any issue. Direct link given to you as alternative as I already reported the downloading issue for JS flaw. By now the issue should be fixed.


  • mfaircloth's avatar
    mfaircloth
    Icon for New Contributor rankNew Contributor

    It is now 9/15/2021 and the JavaScript issue has not been fixed.

  • Frank1stein's avatar
    Frank1stein
    Icon for New Contributor rankNew Contributor

    I am having the same problem in both Crome and Edge on Windows. I want to download the Cyclone 10 LP device support package for Quartus 20.1.1 - but nothing happens after I accept the disclaimer. Seems like some javascript problem. Downloading the 1.6GB full update is not an option on my current link, so it would be nice of the download for older components could be fixed.

    Seems to be a problem with a tracking cookie, I see this error in the console:

    common.js:36

    Uncaught TypeError: Cannot read properties of undefined (reading 'trackDownload')
    at recordOutboundLink (common.js:36)
    at Object.success (common.js:179)
    at c (jquery-3.6.0.min.js:2)
    at Object.fireWith [as resolveWith] (jquery-3.6.0.min.js:2)
    at l (jquery-3.6.0.min.js:2)
    at XMLHttpRequest.<anonymous> (jquery-3.6.0.min.js:2)

    And as suggested in a Reddit thread, uncommenting line 36 in common.js allows the file to be downloaded. ( Editing javascrip in the browser )