HISE Logo Forum
    • Categories
    • Register
    • Login

    Exported plugin fails to load (Windows ARM)

    Scheduled Pinned Locked Moved General Questions
    51 Posts 3 Posters 255 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.
    • P
      paper_lung
      last edited by paper_lung

      @d-healey I've tried compiling an empty test project but it's just exporting a 'shared code' folder, any idea why that would happen?

      P d.healeyD 2 Replies Last reply Reply Quote 0
      • P
        paper_lung @paper_lung
        last edited by

        I also thought I'd throw one of my broken VST3 files into chatgpt to see if it can detect anything. Here's what it says (obviously to be taken with a pinch of salt):

        Architecture: x64 (Machine = 0x8664) ✔️
        VST3 entry: The binary contains GetPluginFactory ✔️
        Runtime linkage: No MSVC CRT DLLs are imported → looks statically linked (/MT) ✔️
        Side libs: No IPP/OpenMP/FFTW/etc. DLLs imported ✔️
        AVX/VEX footprint: The code section shows a high density of VEX prefixes (0xC4/0xC5), which strongly indicates AVX/AVX2 instructions are present. ❌

        I've disabled AVX via the Projucer like I've mentioned, and seeing as Hise commits previous to the AVX implementation compile working VST3's, I wonder if something is amiss with AVX?

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

          @paper_lung said in Exported plugin fails to load (Windows ARM):

          @d-healey I've tried compiling an empty test project but it's just exporting a 'shared code' folder, any idea why that would happen?

          Did you save the xml? Did you set the plugin name/code and all the other usual project settings?

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

          P 1 Reply Last reply Reply Quote 0
          • P
            paper_lung @d.healey
            last edited by

            @d-healey yes to all of those

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

              @paper_lung Can you send me the project and I'll try compiling it on my Windows VM, then you can test if it loads on your ARM system?

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

              P 1 Reply Last reply Reply Quote 0
              • P
                paper_lung @d.healey
                last edited by paper_lung

                @d-healey Sure, thanks - here you go:
                https://drive.google.com/file/d/1Nt0bmdkOrACbGAjoOLA8xDJ4RtPXmNBe/view?usp=sharing

                Just tried exporting again and it compiled, it still fails on ARM though

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

                  @paper_lung I've created standalone and VSTi with and without AVX.

                  https://filedn.eu/larUQgXOwVjQdvpPaD96lHH/test_export.zip

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

                  P 1 Reply Last reply Reply Quote 0
                  • P
                    paper_lung @d.healey
                    last edited by

                    @d-healey Thanks - with AVX fails, without AVX loads correctly.

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

                      @paper_lung said in Exported plugin fails to load (Windows ARM):

                      without AVX loads correctly.

                      So the question is what did you do different to me when you disabled AVX?

                      Time to make that video I asked for :)

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

                      P 1 Reply Last reply Reply Quote 0
                      • P
                        paper_lung @d.healey
                        last edited by

                        @d-healey Here you go, hopefully I've not missed anything haha. https://drive.google.com/file/d/1_5Vi0pO6ta6hNzu3Su4CESh2IJ4MHTnQ/view

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

                          @paper_lung You need to do that for your project, not for HISE.

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

                          P 1 Reply Last reply Reply Quote 0
                          • P
                            paper_lung @d.healey
                            last edited by paper_lung

                            @d-healey there aren't any AVX flags in the hise project settings?

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

                              @paper_lung You have to open the autogenerated juicer file in Projucer.

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

                              P 1 Reply Last reply Reply Quote 0
                              • P
                                paper_lung @d.healey
                                last edited by

                                @d-healey Right ok, is that the autogenerated file that gets output when I compile? so I have to compile > edit the autogenerated Projucer file to remove the arch flag > recompile? Hopefully this is what I've been missing - when you mentioned Project Projucer, I thought you meant the Hise Project Projucer file, not a plugin project Projucer file.

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

                                  @paper_lung Yeah when you select export/compile from inside HISE it will create a juicer file and start compiling it in the terminal window. Press ctrl+c in the terminal to cancel it. Then open the juicer file (from the binaries folder) inside Projucer and from there it's just like compiling HISE.

                                  @Christoph-Hart AVX checkbox in project preferences still looks like a good idea :)

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

                                  P 1 Reply Last reply Reply Quote 2
                                  • P
                                    paper_lung @d.healey
                                    last edited by

                                    @d-healey Ok thanks, I'll give that a go and let you know if that's the issue (likely is!)

                                    P 1 Reply Last reply Reply Quote 0
                                    • P
                                      paper_lung @paper_lung
                                      last edited by

                                      that's not worked either...

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

                                        @paper_lung Video

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

                                        P 1 Reply Last reply Reply Quote 0
                                        • P
                                          paper_lung @d.healey
                                          last edited by

                                          @d-healey I'll send one over tomorrow - thanks for your help so far, appreciate it.

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

                                          23

                                          Online

                                          2.0k

                                          Users

                                          12.8k

                                          Topics

                                          110.7k

                                          Posts