I am getting these assertion failures and do not know what the cause is, I have looked at the lines of the failures but it doesnt give an indicatino of the root cause. Any Input would be very helpful, my setSize is (2000,2000) for my window and I shall include my Resize method here as well. Many thanks in advance,
void HRTFpluginV1AudioProcessorEditor::resized()
{
//—MY CODE—
auto sliderLeft = 100;
elevationSlider .setBounds(sliderLeft, 10, getWidth() - sliderLeft - 10, 20);
azimuthSlider .setBounds(sliderLeft, 40, getWidth() - sliderLeft - 10, 20);
oxygenConcentrationSlider .setBounds(sliderLeft, 70, getWidth() - sliderLeft - 10, 20);
nitrogenConcentrationSlider .setBounds(sliderLeft, 100, getWidth() - sliderLeft - 10, 20);
airTemperatureSlider .setBounds(sliderLeft, 130, getWidth() - sliderLeft - 10, 20);
humiditySlider .setBounds(sliderLeft, 160, getWidth() - sliderLeft - 10, 20);
airPressureSlider .setBounds(sliderLeft, 190, getWidth() - sliderLeft - 10, 20);
distanceSlider .setBounds(sliderLeft, 220, getWidth() - sliderLeft - 10, 20);
earlyReflectionTimeSlider .setBounds(sliderLeft, 250, getWidth() - sliderLeft - 10, 20);
maxDelayTimeSlider .setBounds(sliderLeft, 280, getWidth() - sliderLeft - 10, 20);
delayTime1Slider .setBounds(sliderLeft, 310, getWidth() - sliderLeft - 10, 20);
delayTime2Slider .setBounds(sliderLeft, 340, getWidth() - sliderLeft - 10, 20);
feedbackSlider .setBounds(sliderLeft, 370, getWidth() - sliderLeft - 10, 20);
wetLevelSlider .setBounds(sliderLeft, 400, getWidth() - sliderLeft - 10, 20);
textLabel .setBounds(sliderLeft, 430, getWidth() - sliderLeft - 10, 20);
impResBox .setBounds(sliderLeft, 460, getWidth() - sliderLeft - 10, 20);
}
void HRTFpluginV1AudioProcessorEditor::paint (juce::Graphics& g)
{
// (Our component is opaque, so we must completely fill the background with a solid colour)
// g.fillAll (getLookAndFeel().findColour (juce::ResizableWindow::backgroundColourId));
// g.setColour (juce::Colours::white);
// g.setFont (15.0f);
// g.drawFittedText ("Hello World!", getLocalBounds(), juce::Justification::centred, 1);
}
JUCE Assertion failure in juce_linux_XWindowSystem.cpp:1730
JUCE Assertion failure in juce_linux_XWindowSystem.cpp:1937
JUCE Assertion failure in juce_linux_XWindowSystem.cpp:1718
JUCE Assertion failure in juce_linux_XWindowSystem.cpp:1730
JUCE Assertion failure in juce_linux_XWindowSystem.cpp:1937
JUCE Assertion failure in juce_linux_XWindowSystem.cpp:1937
JUCE Assertion failure in juce_linux_XWindowSystem.cpp:1621
JUCE Assertion failure in juce_linux_XWindowSystem.cpp:1730
JUCE Assertion failure in juce_linux_XWindowSystem.cpp:1937
JUCE Assertion failure in juce_linux_XWindowSystem.cpp:1718