HISE Logo Forum
    • Categories
    • Register
    • Login

    Scrolling a Viewport crashes compiled plugin....

    Scheduled Pinned Locked Moved General Questions
    70 Posts 5 Posters 2.8k 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.
    • d.healeyD
      d.healey @Lindon
      last edited by

      @Lindon Sounds like old code might be hanging around. Try cleaning the additional sourcecode folder and the DspNetworks/Binaries folder.

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

      LindonL 1 Reply Last reply Reply Quote 0
      • LindonL
        Lindon @d.healey
        last edited by

        @d-healey
        OK emptied teh AdditionalSourceCode Folder and DSPNetworks, tried to compile teh DLL again...

        same error.

        C:\Current_HISE_work\UltraSphere\DspNetworks\ThirdParty\whiteDwarfian.h(15,10): error C1083: Cannot open include file:
        'src/whiteDwarfian.cpp': No such file or directory [C:\Current_HISE_work\UltraSphere\DspNetworks\Binaries\Builds\Visual
        Studio2022\UltraSphere_DynamicLibrary.vcxproj]

        HISE Development for hire.
        www.channelrobot.com

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

          @Lindon said in Scrolling a Viewport crashes compiled plugin....:

          C:\Current_HISE_work\UltraSphere\DspNetworks\ThirdParty\whiteDwarfian.h

          I don't see this file in your screenshot above

          Oh I realised it's in a different folder.

          @Christoph-Hart Any ideas?

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

          LindonL 1 Reply Last reply Reply Quote 0
          • LindonL
            Lindon @d.healey
            last edited by

            @d-healey so I deleted this problem network and tried again -- now it complains about another network:

            C:\Current_HISE_work\UltraSphere\DspNetworks\ThirdParty\jbverbfile.h(15,10): error C1083: Cannot open include file: 'sr
            c/jbverbfile.cpp': No such file or directory [C:\Current_HISE_work\UltraSphere\DspNetworks\Binaries\Builds\VisualStudio
            2022\UltraSphere_DynamicLibrary.vcxproj]
            

            HISE Development for hire.
            www.channelrobot.com

            1 Reply Last reply Reply Quote 0
            • DanHD
              DanH @Lindon
              last edited by

              @Lindon faust?

              DHPlugins / DC Breaks | Artist / Producer / DJ / Developer
              https://dhplugins.com/ | https://dcbreaks.com/
              London, UK

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

                @DanH what about it?

                HISE Development for hire.
                www.channelrobot.com

                DanHD 1 Reply Last reply Reply Quote 0
                • DanHD
                  DanH @Lindon
                  last edited by

                  @Lindon are you using it in this project?

                  DHPlugins / DC Breaks | Artist / Producer / DJ / Developer
                  https://dhplugins.com/ | https://dcbreaks.com/
                  London, UK

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

                    @DanH yes all over the place in the FX

                    HISE Development for hire.
                    www.channelrobot.com

                    DanHD 2 Replies Last reply Reply Quote 0
                    • DanHD
                      DanH @Lindon
                      last edited by

                      @Lindon I'd try updating faust in that case if you are having issues compiling the dll (keep the old version just in case)

                      DHPlugins / DC Breaks | Artist / Producer / DJ / Developer
                      https://dhplugins.com/ | https://dcbreaks.com/
                      London, UK

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

                        @Lindon Another issue I encountered was having to build the dll using the autogenerated project in VS rather than build it in HISE

                        DHPlugins / DC Breaks | Artist / Producer / DJ / Developer
                        https://dhplugins.com/ | https://dcbreaks.com/
                        London, UK

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

                          @DanH said in Scrolling a Viewport crashes compiled plugin....:

                          @Lindon I'd try updating faust in that case if you are having issues compiling the dll (keep the old version just in case)

                          so what version of Faust should I be using?

                          HISE Development for hire.
                          www.channelrobot.com

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

                            @DanH said in Scrolling a Viewport crashes compiled plugin....:

                            @Lindon Another issue I encountered was having to build the dll using the autogenerated project in VS rather than build it in HISE

                            SO trying this gets me to the same spot:

                            1>Main.cpp
                            1>C:\Current_HISE_work\UltraSphere\DspNetworks\ThirdParty\jbverbfile.h(15,10): error C1083: Cannot open include file: 'src/jbverbfile.cpp': No such file or directory
                            1>(compiling source file '../../Source/Main.cpp')
                            1>Done building project "UltraSphere_DynamicLibrary.vcxproj" -- FAILED.
                            

                            HISE Development for hire.
                            www.channelrobot.com

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

                              @Lindon so I modified the .h file so the include looks like this;

                              #include "C:\Current_HISE_work\UltraSphere\DspNetworks\ThirdParty\src"

                              but still got this:

                              Build started at 13:35...
                              1>------ Build started: Project: UltraSphere_DynamicLibrary, Configuration: Release x64 ------
                              1>Main.cpp
                              1>C:\Current_HISE_work\UltraSphere\DspNetworks\ThirdParty\jbverbfile.h(15,10): error C1083: Cannot open include file: 'C:\Current_HISE_work\UltraSphere\DspNetworks\ThirdParty\src\jpverbfile.cpp': No such file or directory
                              1>(compiling source file '../../Source/Main.cpp')
                              1>Done building project "UltraSphere_DynamicLibrary.vcxproj" -- FAILED.
                              ========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========
                              ========== Build completed at 13:35 and took 02.316 seconds ==========
                              

                              so something has badly gone wrong in here...

                              HISE Development for hire.
                              www.channelrobot.com

                              DanHD 1 Reply Last reply Reply Quote 0
                              • DanHD
                                DanH @Lindon
                                last edited by

                                @Lindon I'm pretty sure this is what I got when I had to build from the AutoGen project, but if that isn't working for you then I'm not sure what to do. I didn't have to modify any files, for some reason it works with he AG project and not with HISE.

                                DHPlugins / DC Breaks | Artist / Producer / DJ / Developer
                                https://dhplugins.com/ | https://dcbreaks.com/
                                London, UK

                                1 Reply Last reply Reply Quote 0
                                • DanHD
                                  DanH @Lindon
                                  last edited by

                                  @Lindon I had to update on OSX to get it working with a new commit, on Windows it seemed ok actually but it's worth a shot if all else fails

                                  DHPlugins / DC Breaks | Artist / Producer / DJ / Developer
                                  https://dhplugins.com/ | https://dcbreaks.com/
                                  London, UK

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

                                    @DanH said in Scrolling a Viewport crashes compiled plugin....:

                                    @Lindon I had to update on OSX to get it working with a new commit, on Windows it seemed ok actually but it's worth a shot if all else fails

                                    to what version?

                                    HISE Development for hire.
                                    www.channelrobot.com

                                    DanHD 1 Reply Last reply Reply Quote 0
                                    • DanHD
                                      DanH @Lindon
                                      last edited by

                                      @Lindon 2.69.3

                                      DHPlugins / DC Breaks | Artist / Producer / DJ / Developer
                                      https://dhplugins.com/ | https://dcbreaks.com/
                                      London, UK

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

                                        @DanH said in Scrolling a Viewport crashes compiled plugin....:

                                        @Lindon 2.69.3

                                        thats the one Im on.

                                        HISE Development for hire.
                                        www.channelrobot.com

                                        DanHD 1 Reply Last reply Reply Quote 0
                                        • DanHD
                                          DanH @Lindon
                                          last edited by

                                          @Lindon Hmm. Presumably the AutoGen project was created today when you attempted to build the dll with HISE?

                                          DHPlugins / DC Breaks | Artist / Producer / DJ / Developer
                                          https://dhplugins.com/ | https://dcbreaks.com/
                                          London, UK

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

                                            @DanH yes.

                                            HISE Development for hire.
                                            www.channelrobot.com

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

                                            15

                                            Online

                                            1.7k

                                            Users

                                            11.8k

                                            Topics

                                            102.7k

                                            Posts