HISE Logo Forum
    • Categories
    • Register
    • Login

    Hise will not export

    Scheduled Pinned Locked Moved General Questions
    130 Posts 6 Posters 8.3k 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.
    • G
      gryphonsegg @gryphonsegg
      last edited by

      @gryphonsegg same thing again

      1 Reply Last reply Reply Quote 0
      • G
        gryphonsegg @Lindon
        last edited by

        @Lindon did you see it? what the heck could be happening?

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

          @gryphonsegg Try exporting as a VST3 instead of VST2 (there's a checkbox in project preferences).

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

          G 1 Reply Last reply Reply Quote 0
          • G
            gryphonsegg @d.healey
            last edited by

            @d-healey still did the same fail

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

              @gryphonsegg It's interesting that it shows "Compiling 64bit Instrument plugin` in the output because I can't find that phrase in the HISE source code. I wonder where that's coming from...

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

              1 Reply Last reply Reply Quote 0
              • Adam_GA
                Adam_G @gryphonsegg
                last edited by

                @gryphonsegg in your HISE folder is there a sub folder? that error can happen when theres a subfolder like HISE/Hise-Develop where the Hise-Develop folder is the one that should be in the Hise Path box

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

                  @Adam_G You can see in his screenshots

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

                  Adam_GA 1 Reply Last reply Reply Quote 0
                  • Adam_GA
                    Adam_G @d.healey
                    last edited by

                    @d-healey oops missed that

                    1 Reply Last reply Reply Quote 0
                    • Adam_GA
                      Adam_G
                      last edited by

                      @gryphonsegg youre building on a PC yes? you should uncheck support 32 bit mac os

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

                        Ah I think I might know what the problem is. Please paste the contents of the batch file from your project's binaries folder.

                        I've got to go out shortly but so it might be a while until I respond.

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

                        G 1 Reply Last reply Reply Quote 0
                        • G
                          gryphonsegg @d.healey
                          last edited by

                          @d-healey what do I save it as? XML or archive?

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

                            @gryphonsegg Open it in a text editor, it's just plain text.

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

                            G 1 Reply Last reply Reply Quote 0
                            • G
                              gryphonsegg @d.healey
                              last edited by

                              @d-healey sorry, because I have had no ability to use it yet I am confused as to what you want me to send you

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

                                In your project's binaries folder there will be a file called something like build.bat (I can't remember the name on Windows). Open that file in a text editor and paste the contents here.

                                I'm 99% sure the path it's telling us it can't find is the path to Visual Studio. So I want to see the content of this file to check where it's looking.

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

                                G 2 Replies Last reply Reply Quote 0
                                • G
                                  gryphonsegg @d.healey
                                  last edited by

                                  @d-healey ok sorry for the confusion.

                                  @echo off
                                  set project=hise project 1
                                  set build_path=F:\hise project 1\Binaries
                                  set msbuild="C:\Program Files\Microsoft Visual Studio\2022\Community\MSBuild\Current\Bin\MsBuild.exe"
                                  set vs_args=/p:Configuration="Release" /verbosity:minimal
                                  set PreferredToolArchitecture=x64
                                  set VisualStudioVersion=17.0

                                  "F:\HISE\tools\Projucer\Projucer.exe" --resave "%build_path%\AutogeneratedProject.jucer"

                                  echo Compiling 64bit Instrument plugin %project% ...
                                  set Platform=X64
                                  %msbuild% "%build_path%\Builds\VisualStudio2022%project%.sln" %vs_args%

                                  pause

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

                                    @gryphonsegg No problem, it's hard to explain this thing via text, especially when you're not familiar with it.

                                    So this is the path it's looking for C:\Program Files\Microsoft Visual Studio\2022\Community\MSBuild\Current\Bin\MsBuild.exe"

                                    I'm guessing you have something like a pro version of VS rather than the community version?

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

                                    1 Reply Last reply Reply Quote 0
                                    • G
                                      gryphonsegg @d.healey
                                      last edited by

                                      @d-healey this says its looking for visual studio on C but I have it on E. how is that? can I change where it is looking?

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

                                        @gryphonsegg Aha that solves the mystery. HISE is using the default install path which is C: drive. You'll need to modify your copy of the HISE source code, or create a symlink on the C drive, or move VS to the C drive. Or wait for someone else to offer a solution I haven't though of

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

                                        G 2 Replies Last reply Reply Quote 0
                                        • G
                                          gryphonsegg @gryphonsegg
                                          last edited by

                                          @gryphonsegg Im using the community version as far as I know. how would I do any of those things to fix it?

                                          G 1 Reply Last reply Reply Quote 0
                                          • G
                                            gryphonsegg @gryphonsegg
                                            last edited by

                                            @gryphonsegg i am uninstalling VS and moving it to the C drive

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

                                            23

                                            Online

                                            1.7k

                                            Users

                                            11.8k

                                            Topics

                                            102.4k

                                            Posts