HISE Logo Forum
    • Categories
    • Register
    • Login

    VST export failed

    Scheduled Pinned Locked Moved Bug Reports
    89 Posts 13 Posters 11.1k 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.
    • ustkU
      ustk
      last edited by

      Does VST3 export work for anybody?

      Can't help pressing F5 in the forum...

      ulrikU 1 Reply Last reply Reply Quote 0
      • ulrikU
        ulrik @ustk
        last edited by

        @ustk I have not tried it yet

        Hise Develop branch
        MacOs 15.3.1, Xcode 16.2
        http://musikboden.se

        1 Reply Last reply Reply Quote 0
        • gorangroovesG
          gorangrooves
          last edited by

          Guys, the issue with SDK files missing can be sorted by editing the file which is referencing to them, then editing the relative path to the absolute path on your computer. When your VS2017 compiling fails, it gives you a list of files with errors. Open the file and find the lines of code in question. They will contain the relative path. That's what I did when compiling of HISE failed with the latest branch.

          Goran Rista
          https://gorangrooves.com

          Handy Drums and Handy Grooves
          https://library.gorangrooves.com

          1 Reply Last reply Reply Quote 0
          • ustkU
            ustk
            last edited by

            @gorangrooves Thanks, but my build actually works using xcode, it's when I export the my Hise project in VST that I have the missing SDK

            Can't help pressing F5 in the forum...

            1 Reply Last reply Reply Quote 0
            • ustkU
              ustk
              last edited by

              Back on this problem...
              It is probably trivial, but the idiot I am can't figure out how to export VST3
              Can someone please assist me on how to do it properly on mac?

              Here's where I am:

              • I enabled VST3 support in the project pref
              • when I export my VSTi, I just have the "VST SDK is missing" message
              • I'm using the last scriptnode

              @gorangrooves said in VST export failed:

              Guys, the issue with SDK files missing can be sorted by editing the file which is referencing to them, then editing the relative path to the absolute path on your computer. When your VS2017 compiling fails, it gives you a list of files with errors. Open the file and find the lines of code in question. They will contain the relative path. That's what I did when compiling of HISE failed with the latest branch.

              I don't understand what file I have to edit...
              It might be because I am exporting directly into Hise, not via Xcode, you see, I'm lost...

              Can't help pressing F5 in the forum...

              LindonL 1 Reply Last reply Reply Quote 0
              • LindonL
                Lindon @ustk
                last edited by

                @ustk did you look in:

                /tools/SDK/

                and find

                VST3 SDK

                ?

                HISE Development for hire.
                www.channelrobot.com

                1 Reply Last reply Reply Quote 0
                • ustkU
                  ustk
                  last edited by

                  I don't have anything but what comes with Hise
                  Since I don't need VST2 anymore I didn't put anything in there
                  Also, I thought that everything now comes directly with Hise, isn't it?
                  alt text

                  Can't help pressing F5 in the forum...

                  d.healeyD 1 Reply Last reply Reply Quote 0
                  • d.healeyD
                    d.healey @ustk
                    last edited by

                    @ustk Yep, I'm pretty sure you're right about that.

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

                    1 Reply Last reply Reply Quote 0
                    • ustkU
                      ustk
                      last edited by

                      ...strange
                      Might be a flag in the Projucer, or when compiling Hise?

                      Can't help pressing F5 in the forum...

                      d.healeyD 1 Reply Last reply Reply Quote 0
                      • d.healeyD
                        d.healey @ustk
                        last edited by

                        @ustk Did you try searching for the file with the relative path as @gorangrooves suggested?

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

                        ustkU 1 Reply Last reply Reply Quote 0
                        • ustkU
                          ustk @d.healey
                          last edited by

                          @d-healey that's what I don't understand...
                          What file? Where?

                          Can't help pressing F5 in the forum...

                          d.healeyD 1 Reply Last reply Reply Quote 0
                          • d.healeyD
                            d.healey @ustk
                            last edited by

                            @ustk The file should be mentioned in the error message.

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

                            1 Reply Last reply Reply Quote 0
                            • ustkU
                              ustk
                              last edited by

                              That is what I thought at first but here's what I got:

                              alt text

                              Can't help pressing F5 in the forum...

                              d.healeyD 1 Reply Last reply Reply Quote 0
                              • d.healeyD
                                d.healey @ustk
                                last edited by

                                @ustk Oh, yeah add the VST2 sdk to the SDK folder as Lindon suggested and that should go away. Seems like it's a bug because when you enable VST3 export I would have thought this message would be suppressed.

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

                                1 Reply Last reply Reply Quote 0
                                • ustkU
                                  ustk
                                  last edited by ustk

                                  Ok so I found a way to at least not to have this error message, but it didn't work with VST2 SDK but by decompressing the sdk.zip, which have a VST3 SDK folder...

                                  But when compiling, here's what I get:

                                  alt text

                                  And when going into the juce_VST3Headers.h file, it is apparently a version issue, because I don't have base/source/flock.cppfile anywhere:

                                  alt text

                                  Can't help pressing F5 in the forum...

                                  d.healeyD ulrikU 2 Replies Last reply Reply Quote 0
                                  • d.healeyD
                                    d.healey @ustk
                                    last edited by d.healey

                                    @ustk Actually the VST3 SDK folder is the VST2.4 SDK ;)

                                    I'm not sure about the flock.cpp thing

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

                                    ustkU 1 Reply Last reply Reply Quote 0
                                    • ustkU
                                      ustk @d.healey
                                      last edited by

                                      @d-healey said in VST export failed:

                                      @ustk Actually the VST3 SDK folder is the VST2.4 SDK ;)

                                      Yep you're right, but since there is also a VST2 folder that exists I want to make it clearer...

                                      @Christoph-Hart any thought about this VST3 problem that persists?

                                      Can't help pressing F5 in the forum...

                                      1 Reply Last reply Reply Quote 0
                                      • ustkU
                                        ustk
                                        last edited by

                                        Also, do we need to recompile Hise every time we change something in the SDK folder?

                                        Can't help pressing F5 in the forum...

                                        d.healeyD 1 Reply Last reply Reply Quote 0
                                        • d.healeyD
                                          d.healey @ustk
                                          last edited by

                                          @ustk No

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

                                          1 Reply Last reply Reply Quote 1
                                          • ulrikU
                                            ulrik @ustk
                                            last edited by

                                            @ustk That is exactly what I get as well when trying to compile for VST3, if disabling VST3 it compiles fine.

                                            Hise Develop branch
                                            MacOs 15.3.1, Xcode 16.2
                                            http://musikboden.se

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

                                            28

                                            Online

                                            1.7k

                                            Users

                                            11.9k

                                            Topics

                                            103.7k

                                            Posts