Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. General and Desktop
  4. NMAKE error code '0x490' when I run with QtCreator several times - MSVC2015 Qt5.12.2 W7 64bits
Forum Updated to NodeBB v4.3 + New Features

NMAKE error code '0x490' when I run with QtCreator several times - MSVC2015 Qt5.12.2 W7 64bits

Scheduled Pinned Locked Moved Unsolved General and Desktop
4 Posts 3 Posters 538 Views 2 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • JoeBermejalesJ Offline
    JoeBermejalesJ Offline
    JoeBermejales
    wrote on last edited by JoeBermejales
    #1

    Hi,

    I'm using MSVC2015 with Qt 5.12.2 and the first time I run a project in Qt Creator, it runs fine. But, after closing the application, if I change whatever in the code and I launch again, It fails with the following error code:

    	link /NOLOGO /DYNAMICBASE /NXCOMPAT /DEBUG /SUBSYSTEM:WINDOWS "/MANIFESTDEPENDENCY:type='win32' name='Microsoft.Windows.Common-Controls' version='6.0.0.0' publicKeyToken='6595b64144ccf1df' language='*' processorArchitecture='*'" /MANIFEST:embed /OUT:debug\testHmi.exe @C:\Users\jinesta\AppData\Local\Temp\nm544A.tmp
    LINK : fatal error LNK1168: cannot open debug\testHmi.exe for writing
    NMAKE : fatal error U1077: 'D:\msvc2015\VC\BIN\x86_amd64\link.EXE' : return code '0x490'
    Stop.
    NMAKE : fatal error U1077: 'D:\msvc2015\VC\BIN\nmake.exe' : return code '0x2'
    Stop.
    14:54:57: The process "D:\msvc2015\VC\BIN\nmake.exe" exited with code 2.
    Error while building/deploying project testHmi (kit: Desktop Qt 5.12.2 MSVC2015 64bit)
    When executing step "Make"
    

    0_1552917724445_c19ec31a-6ebc-482d-9ff2-3ef7fb4e3cdd-image.png

    this is my kit:

    0_1552917746511_d26cc562-b227-45c0-97d2-9be7d375d11b-image.png

    In order to make it works again, I have to quit Creator and enter again, and after one launch, the error comes again... over and over....

    any idea?

    Thanks in advance.

    http://reparacionplotter.com

    aha_1980A 1 Reply Last reply
    0
    • JoeBermejalesJ JoeBermejales

      Hi,

      I'm using MSVC2015 with Qt 5.12.2 and the first time I run a project in Qt Creator, it runs fine. But, after closing the application, if I change whatever in the code and I launch again, It fails with the following error code:

      	link /NOLOGO /DYNAMICBASE /NXCOMPAT /DEBUG /SUBSYSTEM:WINDOWS "/MANIFESTDEPENDENCY:type='win32' name='Microsoft.Windows.Common-Controls' version='6.0.0.0' publicKeyToken='6595b64144ccf1df' language='*' processorArchitecture='*'" /MANIFEST:embed /OUT:debug\testHmi.exe @C:\Users\jinesta\AppData\Local\Temp\nm544A.tmp
      LINK : fatal error LNK1168: cannot open debug\testHmi.exe for writing
      NMAKE : fatal error U1077: 'D:\msvc2015\VC\BIN\x86_amd64\link.EXE' : return code '0x490'
      Stop.
      NMAKE : fatal error U1077: 'D:\msvc2015\VC\BIN\nmake.exe' : return code '0x2'
      Stop.
      14:54:57: The process "D:\msvc2015\VC\BIN\nmake.exe" exited with code 2.
      Error while building/deploying project testHmi (kit: Desktop Qt 5.12.2 MSVC2015 64bit)
      When executing step "Make"
      

      0_1552917724445_c19ec31a-6ebc-482d-9ff2-3ef7fb4e3cdd-image.png

      this is my kit:

      0_1552917746511_d26cc562-b227-45c0-97d2-9be7d375d11b-image.png

      In order to make it works again, I have to quit Creator and enter again, and after one launch, the error comes again... over and over....

      any idea?

      Thanks in advance.

      aha_1980A Offline
      aha_1980A Offline
      aha_1980
      Lifetime Qt Champion
      wrote on last edited by aha_1980
      #2

      @JoeBermejales it seems you exe is not finished correctly. It may be the window is closed, but the app is still running.

      That would at least explain your problem.

      Qt has to stay free or it will die.

      JoeBermejalesJ 1 Reply Last reply
      2
      • aha_1980A aha_1980

        @JoeBermejales it seems you exe is not finished correctly. It may be the window is closed, but the app is still running.

        That would at least explain your problem.

        JoeBermejalesJ Offline
        JoeBermejalesJ Offline
        JoeBermejales
        wrote on last edited by
        #3

        @aha_1980 Thanks for your response... I look at the task manager but there is not a live process when it crashes... so I really don't know what is going on.

        http://reparacionplotter.com

        K 1 Reply Last reply
        0
        • JoeBermejalesJ JoeBermejales

          @aha_1980 Thanks for your response... I look at the task manager but there is not a live process when it crashes... so I really don't know what is going on.

          K Offline
          K Offline
          koahnig
          wrote on last edited by koahnig
          #4

          @JoeBermejales

          The application might be locked also by the antivirus scanner.

          Vote the answer(s) that helped you to solve your issue(s)

          1 Reply Last reply
          1

          • Login

          • Login or register to search.
          • First post
            Last post
          0
          • Categories
          • Recent
          • Tags
          • Popular
          • Users
          • Groups
          • Search
          • Get Qt Extensions
          • Unsolved