Forum
    • Categories
    • Register
    • Login

    Export Setup Wizard Issue

    Scheduled Pinned Locked Moved General Questions
    26 Posts 4 Posters 68 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.
    • Christoph HartC
      Christoph Hart @DanSound
      last edited by

      Don't use it, it's bad and will be gone very soon.

      D 1 Reply Last reply Reply Quote 3
      • D
        DanSound @Christoph Hart
        last edited by

        @Christoph-Hart Ok, thanks. What version or commit would you recommend?

        dannytaurusD 1 Reply Last reply Reply Quote 0
        • dannytaurusD
          dannytaurus @DanSound
          last edited by

          @DanSound See this very helpful post from David https://forum.hise.audio/post/118353

          Meat Beats: https://meatbeats.com
          Klippr Video: https://klippr.video

          D 1 Reply Last reply Reply Quote 1
          • D
            DanSound @dannytaurus
            last edited by

            @dannytaurus Thank you! But I guess I need to compile another version since Christoph said it's bad. Just not sure what commit I should use.

            David HealeyD 1 Reply Last reply Reply Quote 0
            • David HealeyD
              David Healey @DanSound
              last edited by

              @DanSound You can use the latest develop branch.

              Free HISE Bootcamp Full Course for beginners.
              YouTube Channel - Public HISE tutorials
              My Patreon - HISE tutorials

              D 1 Reply Last reply Reply Quote 0
              • D
                DanSound @David Healey
                last edited by

                @David-Healey So just click on "< > Code" button and download zip file?

                I'm quite new to Github, this message is not related to develop branch, right? 299cc7e0-27b2-4fb2-b401-df04d3814071-image.png

                David HealeyD 1 Reply Last reply Reply Quote 0
                • David HealeyD
                  David Healey @DanSound
                  last edited by

                  @DanSound said in Export Setup Wizard Issue:

                  So just click on "< > Code" button and download zip file?

                  You need to use git to clone (download) it.

                  Christoph's created a new tool to automate some of the process: https://setup.hise.dev/ - it's very new so might be a bit experimental still.

                  If you want to do it manually then check out the instructions in my free Bootcamp Course: https://audiodevschool.com/courses/hise-bootcamp/

                  Free HISE Bootcamp Full Course for beginners.
                  YouTube Channel - Public HISE tutorials
                  My Patreon - HISE tutorials

                  D 1 Reply Last reply Reply Quote 0
                  • D
                    DanSound @David Healey
                    last edited by

                    @David-Healey Thanks! I've used that tool and it worked well, but Export Setup Wizard works exactly the same as before - blank steps and that's it.

                    Then I enabled Export using @dannytaurus recommendation and it worked once for 100% but didn't export anything. And now it just crashing Hise:

                    Crashed Thread:        0  JUCE Message Thread  Dispatch queue: com.apple.main-thread
                    
                    Exception Type:        EXC_BAD_ACCESS (SIGSEGV)
                    Exception Codes:       KERN_PROTECTION_FAILURE at 0x000000016a677fc0
                    Exception Codes:       0x0000000000000002, 0x000000016a677fc0
                    Exception Note:        EXC_CORPSE_NOTIFY
                    
                    Termination Reason:    Namespace SIGNAL, Code 11 Segmentation fault: 11
                    Terminating Process:   exc handler [21685]
                    
                    VM Region Info: 0x16a677fc0 is in 0x166e74000-0x16a678000;  bytes after start: 58736576  bytes before end: 63
                          REGION TYPE                    START - END         [ VSIZE] PRT/MAX SHRMOD  REGION DETAIL
                          MALLOC_TINY                 166d00000-166e00000    [ 1024K] rw-/rwx SM=PRV  
                          GAP OF 0x74000 BYTES
                    --->  STACK GUARD                 166e74000-16a678000    [ 56.0M] ---/rwx SM=NUL  ... for thread 0
                          Stack                       16a678000-16ae74000    [ 8176K] rw-/rwx SM=PRV  thread 0
                    
                    Thread 0 Crashed:: JUCE Message Thread Dispatch queue: com.apple.main-thread
                    0   libsystem_malloc.dylib        	       0x1911b6994 nanov2_allocate_from_block + 8
                    1   libsystem_malloc.dylib        	       0x1911b61e0 nanov2_allocate + 128
                    2   libsystem_malloc.dylib        	       0x1911b60fc nanov2_malloc + 64
                    3   libsystem_malloc.dylib        	       0x1911d3748 _malloc_zone_malloc + 156
                    4   libc++abi.dylib               	       0x1913648b0 operator new(unsigned long) + 32
                    5   HISE                          	       0x10691cb10 juce::String::upToFirstOccurrenceOf(juce::StringRef, bool, bool) const + 888
                    6   HISE                          	       0x105d91684 scriptnode::DspNetwork::createFromValueTree(bool, juce::ValueTree, bool) + 1532
                    7   HISE                          	       0x105d9126c scriptnode::DspNetwork::createFromValueTree(bool, juce::ValueTree, bool) + 484
                    8   HISE                          	       0x105d90ff8 scriptnode::DspNetwork::getNodeForValueTree(juce::ValueTree const&, bool) + 312
                    9   HISE                          	       0x105d90944 scriptnode::NodeBase::getParentNode() const + 384
                    10  HISE                          	       0x105f8a894 scriptnode::ScriptnodeExceptionHandler::validateMidiProcessingContext(scriptnode::NodeBase*) + 40
                    11  HISE                          	       0x105de7888 scriptnode::InterpretedModNode::prepare(snex::Types::PrepareSpecs) + 172
                    12  HISE                          	       0x105d91ad4 scriptnode::DspNetwork::createFromValueTree(bool, juce::ValueTree, bool) + 2636
                    13  HISE                          	       0x105d9126c scriptnode::DspNetwork::createFromValueTree(bool, juce::ValueTree, bool) + 484
                    14  HISE                          	       0x105d90ff8 scriptnode::DspNetwork::getNodeForValueTree(juce::ValueTree const&, bool) + 312
                    15  HISE                          	       0x105d90944 scriptnode::NodeBase::getParentNode() const + 384
                    
                    
                    David HealeyD 1 Reply Last reply Reply Quote 0
                    • David HealeyD
                      David Healey @DanSound
                      last edited by

                      @DanSound said in Export Setup Wizard Issue:

                      Then I enabled Export using @dannytaurus recommendation and it worked once for 100% but didn't export anything. And now it just crashing Hise:

                      Explain what you did here

                      Free HISE Bootcamp Full Course for beginners.
                      YouTube Channel - Public HISE tutorials
                      My Patreon - HISE tutorials

                      D 1 Reply Last reply Reply Quote 0
                      • D
                        DanSound @David Healey
                        last edited by DanSound

                        @David-Healey I added ExportSetup value="Yes"/ below the EnableLoris entry in compilerSettings.xml

                        David HealeyD 1 Reply Last reply Reply Quote 0
                        • David HealeyD
                          David Healey @DanSound
                          last edited by

                          @DanSound Ok and then what did you do that caused HISE to crash?

                          Free HISE Bootcamp Full Course for beginners.
                          YouTube Channel - Public HISE tutorials
                          My Patreon - HISE tutorials

                          D 1 Reply Last reply Reply Quote 0
                          • D
                            DanSound @David Healey
                            last edited by

                            @David-Healey Clicked Next button on Compile Networks popup.

                            David HealeyD 1 Reply Last reply Reply Quote 0
                            • David HealeyD
                              David Healey @DanSound
                              last edited by

                              @DanSound Using Export > Compile Networks as DLL?

                              Free HISE Bootcamp Full Course for beginners.
                              YouTube Channel - Public HISE tutorials
                              My Patreon - HISE tutorials

                              D 1 Reply Last reply Reply Quote 0
                              • D
                                DanSound @David Healey
                                last edited by

                                @David-Healey Yes, on this popup 49ff28ae-00a6-4ed8-a488-33ae3a3cf21d-image.png

                                David HealeyD 1 Reply Last reply Reply Quote 0
                                • David HealeyD
                                  David Healey @DanSound
                                  last edited by

                                  @DanSound What button/option do you click to get that window to appear? I only see this one

                                  25524993-a898-4d49-bf40-3823e0e33ffd-image.png

                                  Free HISE Bootcamp Full Course for beginners.
                                  YouTube Channel - Public HISE tutorials
                                  My Patreon - HISE tutorials

                                  D 2 Replies Last reply Reply Quote 0
                                  • D
                                    DanSound @David Healey
                                    last edited by

                                    @David-Healey I see it once I click Compile Networks as DLL

                                    David HealeyD 1 Reply Last reply Reply Quote 0
                                    • David HealeyD
                                      David Healey @DanSound
                                      last edited by

                                      @DanSound Might be a Mac/Windows thing

                                      Free HISE Bootcamp Full Course for beginners.
                                      YouTube Channel - Public HISE tutorials
                                      My Patreon - HISE tutorials

                                      D 1 Reply Last reply Reply Quote 1
                                      • D
                                        DanSound @David Healey
                                        last edited by

                                        @David-Healey Somehow it works again but when I click Finish there is nothing to choose 12aa5f01-7904-4500-8b84-628b6507ea9c-image.png

                                        1 Reply Last reply Reply Quote 0
                                        • D
                                          DanSound @David Healey
                                          last edited by

                                          @David-Healey Maybe Monterey is outdated?

                                          D 1 Reply Last reply Reply Quote 0
                                          • D
                                            DanSound @DanSound
                                            last edited by

                                            So I installed the latest macOS Tahoe and the new Xcode, and decided to try a different route. I downloaded the develop branch from GitHub as recommended. It compiled smoothly, but it works exactly like the previous version. Nothing changed.😑

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

                                            24

                                            Online

                                            2.2k

                                            Users

                                            13.4k

                                            Topics

                                            117.1k

                                            Posts