HISE Logo Forum
    • Categories
    • Register
    • Login

    My Components are gone help

    Scheduled Pinned Locked Moved General Questions
    28 Posts 5 Posters 1.5k 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.
    • orangeO
      orange @Rosace_Pony
      last edited by

      @Lorrislehorse Have you tried File > Open Recent Archive ?

      develop Branch / XCode 13.1
      macOS Monterey / M1 Max

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

        @Lorrislehorse - so nothing will show up if it bumps into an error before it renders... look in the console below your code...see all those lines in red - fix them:

        It's looking for a component called "name", possibly even "name " given the output, use Find to locate the line where you are asking for this component...then fix it

        HISE Development for hire.
        www.channelrobot.com

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

          The looking for a component with name error is weird because it's not showing the name of the component it's looking for.

          Do you remember when you posted that snippet yesterday and I said you have a more interesting error, it couldn't find a component? Well I was loading your HISE 2.0 snippet into HISE 2.1

          Now you've upgraded to HISE 2.1 and you're loading a HISE 2.0 project and getting similar errors. This leads me to believe there is a UI data incompatibility between the two HISE versions.

          Probably the quickest solution is to rebuild your UI in the new version of HISE, you can reuse your existing script of course.

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

          LindonL Rosace_PonyR 2 Replies Last reply Reply Quote 0
          • LindonL
            Lindon @d.healey
            last edited by

            @d-healey yeah it looks like its looking for an unnamed component...theres a space there in the error message...

            HISE Development for hire.
            www.channelrobot.com

            1 Reply Last reply Reply Quote 0
            • Rosace_PonyR
              Rosace_Pony @d.healey
              last edited by

              @d-healey Yep that's what i did, i've remade my UI in a new 2.1 project using my old script

              1 Reply Last reply Reply Quote 1
              • ospfeigrpO
                ospfeigrp
                last edited by

                i am having this problem just now with 2.1.0 the thing is i created the project in the same version = 2.1.0 the plugin
                it's almost like it can't remeber the custom named components for example a ScriptButton renamed to just "button".
                this seem to still be a problem any solution. Opening recent archives return the same problem

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

                  @ospfeigrp Did you save your project as XML?

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

                  ospfeigrpO 1 Reply Last reply Reply Quote 0
                  • ospfeigrpO
                    ospfeigrp @d.healey
                    last edited by ospfeigrp

                    @d-healey yes i did using the old one not the one that says "not working"

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

                      @ospfeigrp Take your UI data xml and run it through an xml validator, you can also do the same with the project xml.

                      I use this one:
                      https://www.xmlvalidation.com/

                      Here's a video demo (don't forget to subscribe ;) )
                      https://www.youtube.com/watch?v=WLiVCi4vMZY

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

                      ospfeigrpO 1 Reply Last reply Reply Quote 0
                      • ospfeigrpO
                        ospfeigrp @d.healey
                        last edited by

                        @d-healey no errors found ..hmm
                        this is obviously going to happen because it has no reference to the renaming in xml,if i leave the components as the default generated names it's saves fine.

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

                          @ospfeigrp Which branch of HISE did you build?

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

                          ospfeigrpO 1 Reply Last reply Reply Quote 0
                          • ospfeigrpO
                            ospfeigrp @d.healey
                            last edited by

                            @d-healey scriptnode this is the plugin version and have removed all older builds, it does actually have the naming convention in the ui xml and that seems to fail with errors

                            <Component type="ScriptButton" id="presetsbtn" x="889" y="18" width="30"
                                         height="30" filmstripImage="{PROJECT_FOLDER}presetsbtn.png" 
                            ="Enabled"/>    
                            
                            1 Reply Last reply Reply Quote 0
                            • d.healeyD
                              d.healey
                              last edited by

                              Are you building an FX plugin?

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

                              ospfeigrpO 1 Reply Last reply Reply Quote 0
                              • ospfeigrpO
                                ospfeigrp @d.healey
                                last edited by

                                @d-healey no it's just the drum vsti i was working on. when i compiled HISE i left everything default

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

                                  @ospfeigrp Use the standalone version of HISE.

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

                                  ospfeigrpO 1 Reply Last reply Reply Quote 0
                                  • ospfeigrpO
                                    ospfeigrp @d.healey
                                    last edited by

                                    @d-healey that will only give me 1 stereo channel out as far as i know, i need 16 stereo out. Thanks for all help i'll try setting up another project in the plugin version and see if i can reproduce it.

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

                                      @ospfeigrp You can build everything in the standalone version, then do final parts that require more outputs in the plugin version.

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

                                      ospfeigrpO 1 Reply Last reply Reply Quote 1
                                      • ospfeigrpO
                                        ospfeigrp @d.healey
                                        last edited by

                                        @d-healey i actually know what went on here - i saved the .xml one folder up from the "XmlPresetBackups" i guess the same would happen in the standalone version. It's user error on my part, thanks.

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

                                          @ospfeigrp Yep that'll be the cause.

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

                                          ospfeigrpO 1 Reply Last reply Reply Quote 1
                                          • ospfeigrpO
                                            ospfeigrp @d.healey
                                            last edited by

                                            @d-healey if you put both the ui folder and main xml back into the correct "XmlPresetBackups" it works again fine.

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

                                            13

                                            Online

                                            1.7k

                                            Users

                                            11.8k

                                            Topics

                                            103.2k

                                            Posts