HISE Logo Forum
    • Categories
    • Register
    • Login

    Monolith bug? crashes host

    Scheduled Pinned Locked Moved Bug Reports
    14 Posts 3 Posters 2.1k 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.
    • Dan KorneffD
      Dan Korneff
      last edited by Dan Korneff

      If I "continue" past the errors, the plug will load. Once I trigger that sample, I get this list of errors:

      TEST_Debug_x64.dll!hise::ModulatorSamplerVoice::calculateBlock(int startSample, int numSamples) Line 100
      	at c:\program files\hise-master\hi_sampler\sampler\modulatorsamplervoice.cpp(100)
      
      TEST_Debug_x64.dll!hise::ModulatorSynthVoice::renderNextBlock(juce::AudioBuffer<float> & outputBuffer, int startSample, int numSamples) Line 1264
      	at c:\program files\hise-master\hi_dsp\modules\modulatorsynth.cpp(1264)
      
      TEST_Debug_x64.dll!hise::ModulatorSynth::renderVoice(int startSample, int numThisTime) Line 478
      	at c:\program files\hise-master\hi_dsp\modules\modulatorsynth.cpp(478)
      
      TEST_Debug_x64.dll!hise::ModulatorSynth::renderNextBlockWithModulators(juce::AudioBuffer<float> & outputBuffer, const hise::HiseEventBuffer & inputMidiBuffer) Line 377
      	at c:\program files\hise-master\hi_dsp\modules\modulatorsynth.cpp(377)
      
      TEST_Debug_x64.dll!hise::ModulatorSampler::renderNextBlockWithModulators(juce::AudioBuffer<float> & outputAudio, const hise::HiseEventBuffer & inputMidi) Line 296
      	at c:\program files\hise-master\hi_sampler\sampler\modulatorsampler.h(296)
      
      TEST_Debug_x64.dll!hise::ModulatorSynthChain::renderNextBlockWithModulators(juce::AudioBuffer<float> & buffer, const hise::HiseEventBuffer & inputMidiBuffer) Line 251
      	at c:\program files\hise-master\hi_dsp\modules\modulatorsynthchain.cpp(251)
      
      TEST_Debug_x64.dll!hise::MainController::processBlockCommon(juce::AudioBuffer<float> & buffer, juce::MidiBuffer & midiMessages) Line 728
      	at c:\program files\hise-master\hi_core\hi_core\maincontroller.cpp(728)
      
      TEST_Debug_x64.dll!hise::DelayedRenderer::processWrapped(juce::AudioBuffer<float> & buffer, juce::MidiBuffer & midiMessages) Line 851
      	at c:\program files\hise-master\hi_core\hi_core\maincontrollerhelpers.cpp(851)
      
      TEST_Debug_x64.dll!hise::FrontendProcessor::processBlock(juce::AudioBuffer<float> & buffer, juce::MidiBuffer & midiMessages) Line 45
      	at c:\program files\hise-master\hi_frontend\frontend\frontendprocessor.cpp(45)
      
      TEST_Debug_x64.dll!JuceVSTWrapper::internalProcessReplacing<float>(float * * inputs, float * * outputs, int numSamples, JuceVSTWrapper::VstTempBuffers<float> & tmpBuffers) Line 466
      	at c:\program files\hise-master\juce\modules\juce_audio_plugin_client\vst\juce_vst_wrapper.cpp(466)
      
      TEST_Debug_x64.dll!JuceVSTWrapper::processReplacing(float * * inputs, float * * outputs, int sampleFrames) Line 525
      	at c:\program files\hise-master\juce\modules\juce_audio_plugin_client\vst\juce_vst_wrapper.cpp(525)
      
      TEST_Debug_x64.dll!JuceVSTWrapper::processReplacingCB(VstEffectInterface * vstInterface, float * * inputs, float * * outputs, int sampleFrames) Line 530
      	at c:\program files\hise-master\juce\modules\juce_audio_plugin_client\vst\juce_vst_wrapper.cpp(530)
      `

      Dan Korneff - Producer / Mixer / Audio Nerd

      1 Reply Last reply Reply Quote 0
      • M
        MIDIculous
        last edited by

        It Crashes on a Mac as well, when doing a Batch conversion - Convert all Samples option. It works for a while then crashes in between.

        1 Reply Last reply Reply Quote 0
        • M
          MIDIculous
          last edited by

          Bump!

          Any updates?

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

            I need more info to find the issue here. This conversion dialogue is not build for robustness so it's likely that there's some crash when the input doesn't match the expectation.

            Ideally you would run it in Debug mode in Xcode and give me the crash location, then I can help.

            1 Reply Last reply Reply Quote 0
            • M
              MIDIculous
              last edited by

              Crash Attached here: https://www.dropbox.com/s/ykcu3t9d4a5gn71/OSX Crash Batch Conversion.txt?dl=0

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

                Please try again with the recent version. 1.5.0 is 5 months old and it's no use debugging a deprecated version.

                1 Reply Last reply Reply Quote 0
                • M
                  MIDIculous
                  last edited by

                  You should probably remove the ability to Download the Latest Version verbiage from the website, as that is not quite accurate. It would be good to have a way to download the latest after you build.

                  0_1525015947519_Download Latest.png

                  1 Reply Last reply Reply Quote 0
                  • M
                    MIDIculous
                    last edited by

                    Attached is the crash report for version 1.6.0. The newest version seems to crash faster than even the older one.

                    Crash report: https://www.dropbox.com/s/uok256xole4utkh/Newest Crash.txt?dl=0

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

                      Can you try it with the Debug version? The crash log doesn't contain any symbols, which is weird, because even the Release version of HISE should have the symbols enabled.

                      Running it in Xcode should also point you directly to the faulty line.

                      1 Reply Last reply Reply Quote 0
                      • M
                        MIDIculous
                        last edited by

                        Attached is the Debug Crash Log

                        • https://www.dropbox.com/s/a10czu53mxi4by4/Debug Crash Log.txt?dl=0
                        1 Reply Last reply Reply Quote 0
                        • M
                          MIDIculous
                          last edited by

                          Still nothing on this. Can't do Batch convert with HLAC with a large amount of samples. I was able to get non HLAC to work, but have not been able to convert batch without crashing it.

                          1 Reply Last reply Reply Quote 0
                          • M
                            MIDIculous
                            last edited by

                            So far nothing has been done with this and still cannot consistently do a Batch convert without crashing. I have to do things one by one, which is extremely tedious with thousands of samples.

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

                            33

                            Online

                            1.8k

                            Users

                            12.1k

                            Topics

                            105.2k

                            Posts