Forum Discussion

boylansr's avatar
boylansr
Icon for New Contributor rankNew Contributor
6 years ago

Program hangs on new project create

I just installed quartus lite 19.1 and tried to create a project and it never returns from the new project creation (3 hours now and still have the busy icon). Win 10 64 bit system with 12 hard drive and ssd c: drive and 16 GB memory. Quartus is installed on the d: drive and patch is installed. Any ideas on how to solve this?

8 Replies

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

    Quartus defaults the project location to C:\intelFPGA_lite\19.1 which is read-only. That's a bug. It should default to e.g. the Documents directory or require you to enter a path.

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

      A bug that still exists in Quartus 20.1. Thanks for the clarification!

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

      This worked for me! Thank you so much!

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

      Still exists in 23 as well. Thanks for the fix

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

    May I know what are the device that you were using? Some device require larger ram.

    What I suggest is to try different machine to see if you still face this problem. Or you can do the below:

    1) Can you try on different project to see if is project specific issue?

    2) install currprocess https://www.nirsoft.net/utils/cprocess.html and disable all the software running behind there

    3) disable the anti virus

    4) close all the Quartus software

    go to c:/user/<username>/ rename the quartus2.ini and quartus2.req for windows

    cd to home/<user>/.altera.quartus rename the quartus2.ini and quartus2.req for linux

    and reopen the quartus. this will reset the initial setting of the quartus prime.

    5) try your project in different computer to see if the problem exist? Or you can send it to me to test it out

    6) did you install all the devices?

    7) check if you have spaces in your directory names? If you had, try to replace the spaces with underscores.

    8) delete .altera.quartus

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

    I think that I have found the solution to the problem -- If I work on a bsf file without doing a project I had no problems until saving the file. I did some checking it seems that all the files are read-only and users can not write to any of the folders. When I changed the permissions I could now save the file and quartus asked if I wanted to create a new project which it did. Now things seem to be working ok. I have never had quartus do this before in all the years that I have used it.

  • The-bro's avatar
    The-bro
    Icon for New Contributor rankNew Contributor

    I was having the same issue with a newer version 20.1, came here but didn't quite understand the solution, so I will attempt to make it clearer.

    When you create a new project, the program asks you in which directory you want to save it. The default is something like C:\intelFPGA_lite\20.1, or with your current version replacing 20.1

    All you have to do is simply change it to another directory on your device and it should work. As noted by RSIMP2, this directory is read-only which is why the program doesn't respond and the project is never created. Hope that helps!