HISE Logo Forum
    • Categories
    • Register
    • Login

    HISE 2.0 Plugin Crashes In Cubase 10

    Scheduled Pinned Locked Moved Bug Reports
    plugincubase
    14 Posts 5 Posters 1.6k 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.
    • gorangroovesG
      gorangrooves
      last edited by gorangrooves

      Hi @Christoph-Hart ,
      I just tried loading HISE within Cubase 10 for the very first time. It threw an error notification. I am including the dump file in hopes that it will be helpful in determining the cause. I tried opening it several times with the same error.

      Steinberg Dump File

      HISE opens up fine, when I open my project, that's when the error occurs. It opens it up and I can hear the samples, but when I try to bring up the frontend UI I created, the error comes up and it won't open it. I am using the HISE version 2.0.0 build 650.

      Please let me know if this error is something specific to my project. It works fine in the stand-alone version and everything compiles properly.

      p.s. I also tested it in Cubase 9.5 (64bit) and 8.5 (32bit) with the same unfortunate results.

      Thank you.

      Goran Rista
      https://gorangrooves.com

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

      Dan KorneffD 1 Reply Last reply Reply Quote 0
      • Dan KorneffD
        Dan Korneff @gorangrooves
        last edited by

        @gorangrooves you might have to create a debug version of your plug to test where things are getting wacky. I'm creating 64bit plugs that work in Cubase 9.5+10 here with HISE 2.0

        Dan Korneff - Producer / Mixer / Audio Nerd

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

          @dustbro I am not even up to the point of compiling the plugin. I am just trying to open the project within HISE plugin. I may have to remove all code, see if the problem goes away, then start adding it a bit by bit until I get an error...

          Goran Rista
          https://gorangrooves.com

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

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

            @gorangrooves said in HISE 2.0 Plugin Crashes In Cubase 10:

            @dustbro I am not even up to the point of compiling the plugin. I am just trying to open the project within HISE plugin. I may have to remove all code, see if the problem goes away, then start adding it a bit by bit until I get an error...

            That is one of the best debugging techniques

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

            1 Reply Last reply Reply Quote 0
            • JayJ
              Jay @gorangrooves
              last edited by

              @gorangrooves it crashed on my end too, when trying to open any project within the plug-in in the daw

              Joansi Villalona

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

                @dustbro @d-healey Have you guys been able to open a project within the HISE 2.00 plugin? If @Jay is also having the same issue as me, then this must be a HISE bug and not something project - specific.
                Can you please try opening something and let us know?
                Thank you.

                Goran Rista
                https://gorangrooves.com

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

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

                  @gorangrooves I haven't even compiled the plugin I work almost exclusively in the standalone program

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

                  gorangroovesG 1 Reply Last reply Reply Quote 0
                  • gorangroovesG
                    gorangrooves @d.healey
                    last edited by

                    @d-healey ok. Is it possible to set up multiple outputs within standalone, that will be available once a final plugin instrument has been complied and loaded into a DAW?

                    Goran Rista
                    https://gorangrooves.com

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

                    1 Reply Last reply Reply Quote 0
                    • Christoph HartC
                      Christoph Hart
                      last edited by

                      Isit crashing if you load a project with 2 channels?

                      JayJ 1 Reply Last reply Reply Quote 0
                      • JayJ
                        Jay @Christoph Hart
                        last edited by

                        @Christoph-Hart yes

                        Joansi Villalona

                        1 Reply Last reply Reply Quote 0
                        • Christoph HartC
                          Christoph Hart
                          last edited by

                          Can you upload a minimal example project that crashes?

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

                            @Christoph-Hart Sorry for the delay! Here is a project with no samples:
                            https://we.tl/t-5eESCkndCy

                            Please let us know how you go.
                            Thank you!

                            Goran Rista
                            https://gorangrooves.com

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

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

                              @Christoph-Hart Have you had a chance to look into this bug? We are unable to create the necessary multiple outputs for an instrument without being able to open a project within HISE plugin.

                              Thank you.

                              Goran Rista
                              https://gorangrooves.com

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

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

                                @Christoph-Hart I narrowed down the cause of the crashes. It has to with the code of the project. While it works in the stand-alone version, it crashes the plugin. I believe that this is part of the code that causes the crash:

                                settingsPanel.setContentData(channelData);
                                settingsPanel2.setContentData(audioSettingsData);
                                settingsPanel3.setContentData(midiInput);
                                

                                @Jay It is how the pop-up panels are initiated. Get rid of that code and the project should open up.

                                I ended up rebuilding the entire project from scratch within the HISE plugin. I copied and pasted elements from standalone version and once I came across those elements, issues started to happen. I utilized different solution to display pop-ups, that Christoph provided in another post.

                                Goran Rista
                                https://gorangrooves.com

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

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

                                26

                                Online

                                1.7k

                                Users

                                11.9k

                                Topics

                                103.7k

                                Posts