Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Qt Creator and other tools
  4. QtCreator program using fftw3 on window 10
Forum Updated to NodeBB v4.3 + New Features

QtCreator program using fftw3 on window 10

Scheduled Pinned Locked Moved Unsolved Qt Creator and other tools
7 Posts 3 Posters 1.4k Views 1 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.
  • J Offline
    J Offline
    jcga
    wrote on last edited by jcga
    #1

    Hello,

    I have QtCreator program that uses fftw3. It works perfectly on Windows 7. On Windows 10, however, as soon as the first line containing a call to 'fftw3_plan_dft_1d' is in, it crashes brutally. When I try to use the debugger, I get two messages "During the startup the program exited with code 0x135" and "Cannot continue debugged process: The program is not being run". This most probably is an incompatibility between fftw3 and windows 10, but I could not spot anything on the Web on this, so I'm posting it here in case someone had faced the same problem.
    JClaude

    K 1 Reply Last reply
    0
    • J jcga

      Hello,

      I have QtCreator program that uses fftw3. It works perfectly on Windows 7. On Windows 10, however, as soon as the first line containing a call to 'fftw3_plan_dft_1d' is in, it crashes brutally. When I try to use the debugger, I get two messages "During the startup the program exited with code 0x135" and "Cannot continue debugged process: The program is not being run". This most probably is an incompatibility between fftw3 and windows 10, but I could not spot anything on the Web on this, so I'm posting it here in case someone had faced the same problem.
      JClaude

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

      @jcga said in QtCreator program using fftw3 on window 10:

      I have QtCreator program that uses fftw3.

      Qt creator is an IDE (integrated development environment) which is used to code and helps to compile, link and debug.

      It works perfectly on Windows 7. On Windows 10, however, as soon as the first line containing a call to 'fftw3_plan_dft_1d' is in, it crashes brutally. When I try to used the debugger, I get two messages "During the startup the program exited with code 0x135" and "Cannot continue debugged process: The program is not being run". This imost probably is an incompatibility between fftw3 and windows 10, but I could not spot anything on the Web on this, so I'm posting it here in case someone had faced the same problem.
      JClaude

      Assuming that have installed Qt creator on both computers. What is the difference between both?
      What are the versions of creator used?
      Are you using the same tool chain?
      Which tool chain are you using?

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

      1 Reply Last reply
      3
      • J Offline
        J Offline
        jcga
        wrote on last edited by
        #3

        @koahnig said in QtCreator program using fftw3 on window 10:

        Assuming that have installed Qt creator on both computers. What is the difference between both?
        What are the versions of creator used?
        Are you using the same tool chain?
        Which tool chain are you using?

        Creator versions are identical on both computers, 4.8.1 based on Qt 5.12.0 (MSVC 2015, 32 bits).
        Compiler is the same, Desktop Qt 5.11.2 MinGW 32 bit
        fftw3 version is the same, 3.3.3-32
        JClaude

        jsulmJ 1 Reply Last reply
        0
        • J jcga

          @koahnig said in QtCreator program using fftw3 on window 10:

          Assuming that have installed Qt creator on both computers. What is the difference between both?
          What are the versions of creator used?
          Are you using the same tool chain?
          Which tool chain are you using?

          Creator versions are identical on both computers, 4.8.1 based on Qt 5.12.0 (MSVC 2015, 32 bits).
          Compiler is the same, Desktop Qt 5.11.2 MinGW 32 bit
          fftw3 version is the same, 3.3.3-32
          JClaude

          jsulmJ Offline
          jsulmJ Offline
          jsulm
          Lifetime Qt Champion
          wrote on last edited by
          #4

          @jcga said in QtCreator program using fftw3 on window 10:

          fftw3

          Is it built using MinGW 32bit?

          https://forum.qt.io/topic/113070/qt-code-of-conduct

          J 1 Reply Last reply
          0
          • jsulmJ jsulm

            @jcga said in QtCreator program using fftw3 on window 10:

            fftw3

            Is it built using MinGW 32bit?

            J Offline
            J Offline
            jcga
            wrote on last edited by jcga
            #5

            @jsulm said in QtCreator program using fftw3 on window 10:

            Is it built using MinGW 32bit?

            I use the 32-bit binary downloaded from the fftw3 official site. On windows 7 no problem ever shown up, in several years of use.

            J 1 Reply Last reply
            0
            • J jcga

              @jsulm said in QtCreator program using fftw3 on window 10:

              Is it built using MinGW 32bit?

              I use the 32-bit binary downloaded from the fftw3 official site. On windows 7 no problem ever shown up, in several years of use.

              J Offline
              J Offline
              jcga
              wrote on last edited by
              #6

              @jcga said in QtCreator program using fftw3 on window 10:

              I use the 32-bit binary downloaded from the fftw3 official site. On windows 7 no problem ever shown up, in several years of use.

              I verified once again, the program run in two differents machines (a desktop running windows 7, a cluster running lynux) but crashes on the laptop running windows 10.

              JClaude

              K 1 Reply Last reply
              0
              • J jcga

                @jcga said in QtCreator program using fftw3 on window 10:

                I use the 32-bit binary downloaded from the fftw3 official site. On windows 7 no problem ever shown up, in several years of use.

                I verified once again, the program run in two differents machines (a desktop running windows 7, a cluster running lynux) but crashes on the laptop running windows 10.

                JClaude

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

                @jcga

                You need to give more information about the crash e.g. error messages and dumps. Crystal ball reading will not help at all.

                What are the differences of the laptop to the desktop?
                OS bits?
                Has the laptop limited RAM?

                What is the size of the time series you are analyzing?

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

                1 Reply Last reply
                2

                • Login

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