HISE Logo Forum
    • Categories
    • Register
    • Login

    Compiled Standalone/PlugIn not able to open

    Scheduled Pinned Locked Moved General Questions
    6 Posts 4 Posters 259 Views
    Loading More Posts
    • 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.
    • VorosMusicV
      VorosMusic
      last edited by

      Good Evening/Day Hise Friends.
      I finished the first test version of my new sample-instrument, but for some reason the compiled version seems to be damaged.

      In Hise itself the instrument is working fine, but after compiling (compiled successful), the instrument crashes before opening.

      (MacOS)

      I took a look at the terminal and these are the only warning I could find.

       Building targets in manual order is deprecated - check "Parallelize build for command-line builds" in the project editor, or set DISABLE_MANUAL_TARGET_ORDER_BUILD_WARNING in any of the targets in the current build to suppress this warning
      
      
      ⚠️  /Users/gabriel/Documents/Hise/HISE-3.0.1/hi_scripting/scripting/api/ScriptTableListModel.cpp:82:11: enumeration values 'Text' and 'numCellTypes' not handled in switch [-Wswitch]
      
                      switch (cellType)
                              ^~~~~~~~
      
      ⚠️  /Users/gabriel/Documents/Hise/HISE-3.0.1/hi_scripting/scripting/api/ScriptTableListModel.cpp:111:11: enumeration values 'Text' and 'numCellTypes' not handled in switch [-Wswitch]
      
                      switch (cellType)
                              ^
      
      ⚠️  /Users/gabriel/Documents/Hise/HISE-3.0.1/hi_modules/effects/mda/mdaLimiter.cpp:121:43: 'sprintf' is deprecated: This function is provided for compatibility reasons only.  Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations]
      
      void int2strng(int value, char *string) { sprintf(string, "%d", value); }
      
      clevername27C 1 Reply Last reply Reply Quote 1
      • d.healeyD
        d.healey
        last edited by

        Build a standalone version - that rules out the possibility of the DAW being the issue. Build a debug version and run it in xcode and check for errors. Don't worry about warnings, only worry about errors.

        Libre Wave - Freedom respecting instruments and effects
        My Patreon - HISE tutorials
        YouTube Channel - Public HISE tutorials

        1 Reply Last reply Reply Quote 2
        • dejansD
          dejans
          last edited by

          Are you using scriptnode in a ScriptFX when exporting?

          VorosMusicV 1 Reply Last reply Reply Quote 2
          • clevername27C
            clevername27 @VorosMusic
            last edited by clevername27

            @VorosMusic These warnings are expected when building on macOS; they will not affect your build. (Also, follow David's advice.)

            1 Reply Last reply Reply Quote 1
            • VorosMusicV
              VorosMusic @dejans
              last edited by

              @dejans
              No, I compiled one ScriptNode effect and use it as a hardcodedmasterFX.

              1 Reply Last reply Reply Quote 0
              • VorosMusicV
                VorosMusic
                last edited by

                Its a bit much to take in debugging the first time.
                I found an assertion failure for jlimit in MathsFunctions (lower value is bigger than the higher value).
                But I still try to figure out where this jlimit belongs to.

                1 Reply Last reply Reply Quote 0
                • First post
                  Last post

                49

                Online

                1.7k

                Users

                11.7k

                Topics

                102.2k

                Posts