HISE Logo Forum
    • Categories
    • Register
    • Login

    Export Error - JUCE VST3 Wrapper

    Scheduled Pinned Locked Moved General Questions
    27 Posts 3 Posters 2.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.
    • trillbillyT
      trillbilly @d.healey
      last edited by

      @d-healey Yes, it gives options for both 32/64. I have tried just 64 and 32/64 with same result.

      I deleted all other HISE Codes and now only have the New Layout. Does HISE need any other files deleted to completely remove previous versions?

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

        @trillbilly said in Export Error - JUCE VST3 Wrapper:

        Does HISE need any other files deleted to completely remove previous versions?

        No.

        Stick with 64bit only.
        Are you using the latest commit (today) of new_layout?

        trillbillyT 1 Reply Last reply Reply Quote 0
        • trillbillyT
          trillbilly @d.healey
          last edited by

          @d-healey Yes, just downloaded and compiled about 30mins ago. I downloaded and did an "overwrite" of the previous new_layout file I had. IDK if overwriting instead of saving a new file has anything to do with it.

          Also, I used the project file of another instrument to generate the "shell" of this one. Could that potentially cause issues in anyway?

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

            @trillbilly It sounds like there could be issues in a few places.

            Delete every copy of the HISE source you have completely.
            Download the new_layout branch.
            Rebuild HISE.
            Open HISE
            Create a new project
            Then create a new file in that project. File >> New
            Add one knob to the UI
            Save the file
            Export as VST3
            Tell me what happens

            trillbillyT 1 Reply Last reply Reply Quote 0
            • trillbillyT
              trillbilly @d.healey
              last edited by

              @d-healey I removed all HISE Sources and Files, recompiled HISE & saved OneKnob Project. I then exported as "VSTi 64bit" but have the same result.

                include_juce_audio_plugin_client_VST3.cpp
              g:\02 hise\hise-new_layout\hise-new_layout\juce\modules\juce_audio_plugin_client\vst3\juce_vst3_wrapper.cpp(66): fatal
              error C1083: Cannot open include file: 'pluginterfaces/vst2.x/vstfxstore.h': No such file or directory [C:\Users\newna\
              Desktop\New Hise\Binaries\Builds\VisualStudio2017\New Hise_VST3.vcxproj]
              
              d.healeyD 1 Reply Last reply Reply Quote 0
              • d.healeyD
                d.healey @trillbilly
                last edited by

                @trillbilly said in Export Error - JUCE VST3 Wrapper:

                C:\Users\newna\ Desktop\New Hise

                Is this the path to your new project?

                Did you set the HISE path and Visual Studio version in the project preferences?

                trillbillyT 1 Reply Last reply Reply Quote 0
                • trillbillyT
                  trillbilly @d.healey
                  last edited by

                  @d-healey Correct, that is the New Project Path.

                  Visual Studio 2017 selected.

                  Hise Path is selected.

                  I compile without IPP so I have also de-selected "Use IPP" option.

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

                    @trillbilly I don't understand why it's looking for vst2.x stuff if you have the VST3 flag checked. Did you install the VST2 SDK in the tools/SDK folder?

                    trillbillyT 2 Replies Last reply Reply Quote 0
                    • trillbillyT
                      trillbilly @d.healey
                      last edited by trillbilly

                      @d-healey Yes, both VST2 and VST3 SDKs are saved in tools/SDK

                      VST2 SDK File Name: ASIOSDK2.3
                      VST3 SDK File Name: VST3 SDK

                      Are these file names correct?

                      EDIT: I should mention that I also re-downloaded the SDKs today when I downloaded HISE new_layout. The file names were different at download, but I changed them to what they were for previous HISE version.

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

                        @d-healey Untitled.jpg

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

                          @trillbilly said in Export Error - JUCE VST3 Wrapper:

                          VST2 SDK File Name: ASIOSDK2.3
                          VST3 SDK File Name: VST3 SDK

                          ASIO SDK is the ASIO SDK ;)

                          VST3 SDK that comes with HISE (in the sdk.zip folder) is the VST2 SDK even though the folder name is VST3. Delete the VST3 folder you have there, you don't need it. There is another one in the JUCE folder that is used automatically when exporting VST3 plugins.

                          trillbillyT 1 Reply Last reply Reply Quote 0
                          • trillbillyT
                            trillbilly @d.healey
                            last edited by

                            @d-healey Am I missing something? Trying to extract the sdk.zip in order to use the SDKs that came with HISE. It is telling me the files are password protected.

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

                              @trillbilly No you don't need to use it. That's for VST2. Just delete the VST3 folder and try to export again.

                              trillbillyT 1 Reply Last reply Reply Quote 0
                              • trillbillyT
                                trillbilly @d.healey
                                last edited by

                                @d-healey OK.

                                Right Now my tools/sdk folder looks like this.

                                ASIOSDK2.3
                                VST3 SDK
                                sdk.zip

                                I deleted the VST3 SDK folder, leaving my tools/sdk folder looking like:

                                ASIOSDK2.3
                                sdk.zip

                                When I try to export like this, it says "VST SDK File Is Missing"

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

                                  @trillbilly

                                  When I try to export like this, it says "VST SDK File Is Missing"

                                  So a different error to the previous one?

                                  1 Reply Last reply Reply Quote 0
                                  • orangeO
                                    orange @trillbilly
                                    last edited by orange

                                    @trillbilly Go to the VST3 SDK folder, do you see this structure? You should see "pluginterfaces" folder and it's folder structure like this:

                                    alt text

                                    develop Branch / XCode 13.1
                                    macOS Monterey / M1 Max

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

                                      @orange

                                      Go to the VST3 SDK folder, do you see this structure

                                      No, that's for VST2, he's exporting VST3 which doesn't use that folder. It uses the SDK that comes with JUCE that's in JUCE/modules/juce_audio_processors/format_types

                                      You do not need the VST3 SDK in the tools/sdk folder.

                                      orangeO 1 Reply Last reply Reply Quote 0
                                      • orangeO
                                        orange @d.healey
                                        last edited by orange

                                        @d-healey Are you sure?

                                        If you see the error it says this:

                                        error C1083: Cannot open include file: 'pluginterfaces/vst2.x/vstfxstore.h': No such file or directory
                                        

                                        So it means the pluginterfaces folder in JUCE SDK?

                                        develop Branch / XCode 13.1
                                        macOS Monterey / M1 Max

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

                                          @orange Ignore me. Apparently that folder needs to be there before HISE will let you export. But it isn't used when exporting VST3 as far as I know. @Christoph-Hart ??

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

                                            This post is deleted!
                                            1 Reply Last reply Reply Quote 0
                                            • First post
                                              Last post

                                            16

                                            Online

                                            1.7k

                                            Users

                                            11.9k

                                            Topics

                                            103.6k

                                            Posts